Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Signed-off-by: Filefabrik <[email protected]>
  • Loading branch information
Filefabrik authored Aug 21, 2024
1 parent b6b75a0 commit 2d6ed25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"filefabrik/bootraiser": "~v2.0",
"illuminate/support": "^11",
"laravel/framework": "^11.0",
"laravel/prompts": "^v0.1",
"orchestra/testbench": "^9.0"
"laravel/prompts": "^v0.1"
},
"require-dev": {
"ext-json": "*",
Expand All @@ -37,7 +36,8 @@
"pestphp/pest-plugin-drift": "^2.6",
"pestphp/pest-plugin-laravel": "^2.3",
"phpunit/phpunit": "^9.5|^10.5",
"phpstan/phpstan": "@stable"
"phpstan/phpstan": "@stable",
"orchestra/testbench": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2d6ed25

Please sign in to comment.