Skip to content

Commit

Permalink
Merge pull request #20 from chrisryan/master
Browse files Browse the repository at this point in the history
Add back support for php 7.3 and later.
  • Loading branch information
chadicus committed Sep 16, 2022
2 parents f3515f9 + bf68842 commit 295c2aa
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 @@ -7,7 +7,7 @@
"sort-packages": true
},
"require": {
"php": "^8.0",
"php": "^7.3 || ^8.0",
"psr/simple-cache": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 295c2aa

Please sign in to comment.