Skip to content

Commit

Permalink
Merge pull request #55 from creasico/feat/supports-laravel11
Browse files Browse the repository at this point in the history
feat: init support laravel 11
  • Loading branch information
creasi authored Mar 16, 2024
2 parents 06f945c + a218124 commit e2393c0
Show file tree
Hide file tree
Showing 2 changed files with 209 additions and 205 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,17 @@
"require": {
"php": "^8.1",
"ext-zip": "*",
"illuminate/console": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"symfony/process": "^6.0",
"laravel/dusk": "^7.0"
"illuminate/console": "^9.0|^10.0|^11.0",
"illuminate/support": "^9.0|^10.0|^11.0",
"symfony/process": "^6.0|^7.0",
"laravel/dusk": "^7.0|^8.0"
},
"require-dev": {
"inertiajs/inertia-laravel": "^0.6.9",
"laravel/pint": "^1.1",
"nunomaduro/collision": "^7.4",
"orchestra/testbench": "^7.0|^8.0",
"orchestra/testbench-dusk": "^7.0|^8.0"
"nunomaduro/collision": "^7.4|^8.0",
"orchestra/testbench": "^7.0|^8.0|^9.0",
"orchestra/testbench-dusk": "^7.0|^8.0|^9.0"
},
"config": {
"preferred-install": "dist",
Expand Down
Loading

0 comments on commit e2393c0

Please sign in to comment.