Skip to content

Commit

Permalink
Refactor tests structure
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Mar 9, 2024
1 parent 80178a2 commit bf3ddf5
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 @@ -36,14 +36,14 @@
"require": {
"php": "^7.4|^8.0",
"graham-campbell/manager": "^5.0",
"illuminate/contracts": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/contracts": "^8.0|^9.0|^10.0|^11.0",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
"jenssegers/optimus": "^0.2.2"
},
"require-dev": {
"graham-campbell/testbench": "^6.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^9.6"
"phpunit/phpunit": "^9.6|^10.5"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -72,5 +72,5 @@
}
},
"minimum-stability": "dev",
"prefer-stable" : true
"prefer-stable": true
}

0 comments on commit bf3ddf5

Please sign in to comment.