Skip to content

Commit

Permalink
modularize renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
RT Filefabrik committed Aug 20, 2024
1 parent a1fff3b commit e8fa415
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,7 @@
"php": ">=8.2",
"ext-dom": "*",
"ext-simplexml": "*",
"composer/composer": "^2.1",
"filefabrik/bootraiser": "~v2.0",
"illuminate/support": "^10|^11|12.x-dev|dev-master",
"laravel/framework": "^11.0",
"laravel/prompts": "^v0.1",
"orchestra/testbench": "^9.0"
"filefabrik/bootraiser": "~v2.0"
},
"require-dev": {
"ext-json": "*",
Expand All @@ -43,7 +38,12 @@
"pestphp/pest-plugin-drift": "^2.6",
"pestphp/pest-plugin-laravel": "^2.3",
"phpunit/phpunit": "^9.5|^10.5",
"phpstan/phpstan": "@stable"
"phpstan/phpstan": "@stable",
"illuminate/support": "^10|^11|12.x-dev|dev-master",
"laravel/framework": "^11.0",
"laravel/prompts": "^v0.1",
"orchestra/testbench": "^9.0",
"composer/composer": "^2.1"
},

"autoload": {
Expand Down

0 comments on commit e8fa415

Please # to comment.