Skip to content

Commit

Permalink
Version Requirement Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrick Peter committed May 26, 2023
1 parent 09b364c commit 8a5d7ca
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
}
],
"require": {
"php": ">=7.2"
"php": "^7.2"
},
"config": {
"platform": {
"php": "7.2"
}
},
"autoload": {
"files": [
Expand Down

0 comments on commit 8a5d7ca

Please sign in to comment.