Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
added back support for php 7.4
  • Loading branch information
KristianI authored Dec 15, 2020
1 parent ff624f1 commit 120d5c7
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 @@ -22,11 +22,11 @@
}
],
"require": {
"php": "^8.0"
"php": "^7.4|^8.0"
},
"require-dev": {
"orchestra/testbench": "^6.6",
"phpunit/phpunit": "^9.3"
"orchestra/testbench": "^4.0|^6.6",
"phpunit/phpunit": "^8.0|^9.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 120d5c7

Please sign in to comment.