Skip to content

Commit f3c93f4

Browse files
committed
Set PHP 7.4 as a minimal required version for dependencies
1 parent e49ca0a commit f3c93f4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

composer.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@
2727
"squizlabs/php_codesniffer": "^3.6"
2828
},
2929
"config": {
30-
"process-timeout": 0
30+
"process-timeout": 0,
31+
"platform": {
32+
"php": "7.4.27"
33+
}
3134
},
3235
"scripts": {
3336
"test": "phpunit",

composer.lock

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)