Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Sep 30, 2023
1 parent 0784728 commit e7ca90c
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 @@ -12,12 +12,12 @@
"require": {
"php": "^8.0",
"ext-mbstring": "*",
"symfony/console": "7.0.x-dev"
"symfony/console": "7.0.x-dev as 6.4.0"
},
"require-dev": {
"ergebnis/phpstan-rules": "^1.0.",
"illuminate/console": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/console": "*",
"illuminate/support": "*",
"laravel/pint": "^1.0.0",
"pestphp/pest": "^1.21.0",
"pestphp/pest-plugin-mock": "^1.0",
Expand Down

0 comments on commit e7ca90c

Please sign in to comment.