Skip to content

Commit d866e00

Browse files
committed
feat(php): bump min php to 7.2
1 parent 4d516e5 commit d866e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Codeat PHPCS ruleset for OOP WordPress development on PHP 7.0+, include phpmd ruleset",
55
"license": "MIT",
66
"require": {
7-
"php": "~7.0",
7+
"php": "~7.2",
88
"squizlabs/php_codesniffer": "^3.5.3",
99
"phpcompatibility/php-compatibility": "*",
1010
"phpcompatibility/phpcompatibility-wp": "*",

0 commit comments

Comments
 (0)