Skip to content

Commit

Permalink
Constrain PHP to ^7.2 || ^8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Jan 15, 2021
1 parent 40de794 commit 43057cb
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 @@ -4,7 +4,7 @@
"type": "library",
"license": "LGPL-3.0",
"require": {
"php": ">=7.2.0",
"php": "^7.2 || ^8.0",
"php-64bit": "*"
},
"require-dev": {
Expand Down

0 comments on commit 43057cb

Please # to comment.