Skip to content

Commit

Permalink
FIX: PHP versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
tasoftch committed Apr 29, 2023
1 parent 40f3b30 commit 3177529
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php" : "^7.2"
"php" : ">=7.2"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 3177529

Please sign in to comment.