Skip to content

Commit

Permalink
fixed dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RT Filefabrik committed Aug 20, 2024
1 parent c0bbad5 commit f847205
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,9 @@
"license": "MIT",
"require": {
"php": ">=8.2",
"ext-dom": "*",
"ext-simplexml": "*",
"composer/composer": "^2.1",
"filefabrik/bootraiser": "~v2.0",
"laravel/framework": "^11.0",
"orchestra/testbench": "^9.0"
"laravel/framework": "^11.0"
},
"require-dev": {
"ext-json": "*",
Expand All @@ -42,7 +39,8 @@
"phpunit/phpunit": "^9.5|^10.5",
"phpstan/phpstan": "@stable",
"illuminate/support": "^11",
"laravel/prompts": "^v0.1"
"laravel/prompts": "^v0.1",
"orchestra/testbench": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f847205

Please # to comment.