Skip to content

Commit

Permalink
Merge pull request #6 from wilfredchen/patch-1
Browse files Browse the repository at this point in the history
Added support for Laravel 10.

Thanks @wilfredchen
  • Loading branch information
ricardcreagia authored Feb 15, 2023
2 parents 6004692 + 6312389 commit 86c1370
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
"php": "^8.0",
"filament/filament": "^2.0",
"spatie/laravel-package-tools": "^1.13.5",
"illuminate/contracts": "^9.0"
"illuminate/contracts": "^9.0||^10.0"
},
"require-dev": {
"laravel/pint": "^1.0",
"nunomaduro/collision": "^6.0",
"nunomaduro/collision": "^6.0||^7.0",
"nunomaduro/larastan": "^2.0.1",
"orchestra/testbench": "^7.0",
"orchestra/testbench": "^7.0||^8.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
"pestphp/pest-plugin-livewire": "^1.0",
"pestphp/pest-plugin-parallel": "^0.3",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5",
"phpunit/phpunit": "^9.5||^10.0",
"spatie/laravel-ray": "^1.26"
},
"autoload": {
Expand Down

0 comments on commit 86c1370

Please sign in to comment.