Skip to content

Commit

Permalink
Require dev only
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTrehy committed Mar 19, 2024
1 parent 7e39a13 commit a56560d
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 @@ -11,13 +11,13 @@
],
"require": {
"php": "^8.0",
"laravel/framework": "^9.0|^10.0|^11.0",
"orchestra/testbench": "^7.0|^8.0|^9.0"
"laravel/framework": "^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5|^10.5|^11.0",
"squizlabs/php_codesniffer": "^3.6",
"nunomaduro/collision": "^6.4|^7.0|^8.0"
"nunomaduro/collision": "^6.4|^7.0|^8.0",
"orchestra/testbench": "^7.0|^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a56560d

Please sign in to comment.