Skip to content

Commit 93e9e31

Browse files
committed
Allow any PHP version above 7.4
1 parent ac1aadc commit 93e9e31

File tree

2 files changed

+40
-44
lines changed

2 files changed

+40
-44
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
],
1717
"license": "MIT",
1818
"require": {
19-
"php": "^7.2 || ^8.0",
19+
"php": ">=7.4",
2020
"automattic/vipwpcs": "^2.3",
2121
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
2222
"cweagans/composer-patches": "^1.7",

composer.lock

Lines changed: 39 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)