Skip to content

Commit

Permalink
fix: change min versions of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
avardugin committed Aug 22, 2024
1 parent 4bb1b82 commit 477b176
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
],
"require": {
"php": "^8.3",
"laravel/framework": "^11.0",
"phpunit/phpunit": "^10.0",
"laravel/framework": "^11.20",
"phpunit/phpunit": "^10.5",
"ext-json": "*"
},
"require-dev": {
"orchestra/testbench": "^9.1",
"orchestra/testbench": "^9.3",
"php-coveralls/php-coveralls": "^2.7",
"php-mock/php-mock-phpunit": "^2.7"
"php-mock/php-mock-phpunit": "^2.10"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 477b176

Please sign in to comment.