File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11language : php
22os : linux
3- dist : xenial
3+ dist : trusty
44
55env :
66 # `master` is now 3.x.
1313 - $HOME/.cache/composer/files
1414
1515php :
16+ - 5.4
17+ - 5.5
1618 - 5.6
1719 - 7.0
1820 - 7.1
3638 include :
3739
3840 - stage : lint
39- php : 7.3
41+ php : 7.4
4042 env : PHPCS_BRANCH="dev-master"
4143 before_install : phpenv config-rm xdebug.ini || echo 'No xdebug config.'
4244 install : skip
5961 - libxml2-utils
6062
6163 - stage : sniff
62- php : 7.3
64+ php : 7.4
6365 env : PHPCS_BRANCH="dev-master"
6466 before_install : phpenv config-rm xdebug.ini || echo 'No xdebug config.'
6567 install : composer install --no-suggest
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Go to https://wpvip.com/documentation/phpcs-review-feedback/ to learn about why
1515
1616## Minimal requirements
1717
18+ * PHP 5.4+
1819* [ PHPCS 3.3.1+] ( https://github.com/squizlabs/PHP_CodeSniffer/releases )
1920* [ WPCS 2.* ] ( https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/releases )
2021
Original file line number Diff line number Diff line change 1515 }
1616 ],
1717 "require" : {
18- "php" : " >=5.6 " ,
18+ "php" : " >=5.4 " ,
1919 "squizlabs/php_codesniffer" : " ^3.5.5" ,
2020 "wp-coding-standards/wpcs" : " ^2.3"
2121 },
2222 "require-dev" : {
2323 "dealerdirect/phpcodesniffer-composer-installer" : " ^0.7" ,
2424 "phpcompatibility/php-compatibility" : " ^9" ,
25- "phpunit/phpunit" : " ^5 || ^6 || ^7"
25+ "phpunit/phpunit" : " ^4 || ^ 5 || ^6 || ^7"
2626 },
2727 "suggest" : {
2828 "dealerdirect/phpcodesniffer-composer-installer" : " ^0.7 || This Composer plugin will manage the PHPCS 'installed_paths' automatically."
You can’t perform that action at this time.
0 commit comments