Skip to content

Commit

Permalink
Merge pull request #87 from Yoast/JRF/up-minimum-phpcs-to-3.3.1
Browse files Browse the repository at this point in the history
Composer: use PHPCS 3.3.1
  • Loading branch information
moorscode committed Aug 3, 2018
2 parents 463c0cd + fca7f77 commit f880c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ env:
# Test against the highest supported PHPCS version.
- PHPCS_BRANCH="dev-master" PHPLINT=1
# Test against the lowest supported PHPCS version.
- PHPCS_BRANCH="3.3.0"
- PHPCS_BRANCH="3.3.1"

matrix:
fast_finish: true
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"require": {
"php": ">=5.4",
"squizlabs/php_codesniffer": "^3.3.0",
"squizlabs/php_codesniffer": "^3.3.1",
"wp-coding-standards/wpcs": "^1.0.0",
"phpcompatibility/phpcompatibility-wp": "^1.0.0",
"phpmd/phpmd": "^2.2.3"
Expand Down

0 comments on commit f880c53

Please sign in to comment.