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 21, 2024
1 parent 437f510 commit d124706
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,26 @@
"license": "MIT",
"require": {
"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"
},
"require-dev": {
"ext-json": "*",

"friendsofphp/php-cs-fixer": "^3.14",
"livewire/livewire": "^v3.4",
"mockery/mockery": "^1.5",
"pestphp/pest": "^2.34",
"pestphp/pest-plugin-drift": "^2.6",
"pestphp/pest-plugin-laravel": "^2.3",
"phpunit/phpunit": "^9.5|^10.5",
"phpstan/phpstan": "@stable",
"illuminate/support": "^11",
"laravel/prompts": "^v0.1"
"phpstan/phpstan": "@stable"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d124706

Please # to comment.