Skip to content

Commit 11fba1b

Browse files
committed
Explicitly set php supported version to composer.json
Set the php version require help to get sync composer with IDE and other dev tools.
1 parent 43421f0 commit 11fba1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,15 @@
2727
],
2828
"minimum-stability": "stable",
2929
"require": {
30+
"php": ">=7.0",
3031
"squizlabs/php_codesniffer": "^3.02",
3132
"dealerdirect/phpcodesniffer-composer-installer": "^0.4",
3233
"wp-coding-standards/wpcs": "^0.14",
3334
"automattic/phpcs-neutron-standard": "^1",
3435
"wimg/php-compatibility": "^8.0"
3536
},
3637
"require-dev": {
38+
"php": ">=7.0",
3739
"phpunit/phpunit": "6.0.*"
3840
},
3941
"autoload-dev": {

0 commit comments

Comments
 (0)