File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
"license" : " MIT" ,
10
10
"type" : " phpcodesniffer-standard" ,
11
11
"require" : {
12
- "php" : " >=5.6 " ,
12
+ "php" : " >=7.2.24 " ,
13
13
"behat/behat" : " ^3.7" ,
14
14
"dealerdirect/phpcodesniffer-composer-installer" : " ^0.4.3 || ^0.5 || ^0.6.2 || ^0.7.1 || ^1.0.0" ,
15
15
"php-parallel-lint/php-console-highlighter" : " ^1.0" ,
Original file line number Diff line number Diff line change 41
41
42
42
<!-- For help understanding the `testVersion` configuration setting:
43
43
https://github.com/PHPCompatibility/PHPCompatibility#sniffing-your-code-for-compatibility-with-specific-php-versions -->
44
- <config name =" testVersion" value =" 5.6 -" />
44
+ <config name =" testVersion" value =" 7.2 -" />
45
45
46
46
<!-- Verify that everything in the global namespace is either namespaced or prefixed.
47
47
See: https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties#naming-conventions-prefix-everything-in-the-global-namespace -->
You can’t perform that action at this time.
0 commit comments