Skip to content

Commit

Permalink
Change PHP support to 7.x or greater
Browse files Browse the repository at this point in the history
  • Loading branch information
rosstuck authored Feb 14, 2021
1 parent a0b2da0 commit b8fda25
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 @@ -10,7 +10,7 @@
}
],
"require": {
"php": "^7.1 || ^8.0"
"php": ">=7.1"
},
"require-dev": {
"mockery/mockery": "^1.3",
Expand Down

0 comments on commit b8fda25

Please sign in to comment.