Skip to content

Commit

Permalink
Fix running tests on PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Feb 27, 2024
1 parent 838b9ed commit 7a4a3f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"require-dev": {
"orchestra/testbench": "^3.8 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"phpunit/phpunit": "^8.5 || ^9.6"
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.6"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down

0 comments on commit 7a4a3f9

Please sign in to comment.