Skip to content

Commit

Permalink
Set PHP 7.4 as a minimal required version for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sibprogrammer committed May 10, 2023
1 parent e49ca0a commit f3c93f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
"squizlabs/php_codesniffer": "^3.6"
},
"config": {
"process-timeout": 0
"process-timeout": 0,
"platform": {
"php": "7.4.27"
}
},
"scripts": {
"test": "phpunit",
Expand Down
5 changes: 4 additions & 1 deletion composer.lock

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

0 comments on commit f3c93f4

Please sign in to comment.