Skip to content

Commit

Permalink
Merge pull request #41 from TheDragonCode/3.x
Browse files Browse the repository at this point in the history
Fixed dependencies
  • Loading branch information
andrey-helldar authored Apr 1, 2024
2 parents 13167a4 + 53f62a3 commit 6feeab2
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 @@ -46,13 +46,13 @@
"symfony/http-foundation": "^6.0 || ^7.0"
},
"require-dev": {
"orchestra/testbench": "^10.0 || ^11.0",
"phpunit/phpunit": "^11.0"
"orchestra/testbench": "^9.0 || ^10.0",
"phpunit/phpunit": "^10.0"
},
"conflict": {
"andrey-helldar/laravel-json-response": "*"
},
"minimum-stability": "dev",
"minimum-stability": "stable",
"prefer-stable": true,
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6feeab2

Please sign in to comment.