Skip to content

Commit

Permalink
Merge pull request #5 from jrfnl/feature/update-phpcs-dependencies
Browse files Browse the repository at this point in the history
PHPCS/Composer: update PHPCS related dependencies
  • Loading branch information
stevegrunwell authored Dec 5, 2019
2 parents f37b8e7 + b2387f2 commit 72150a7
Show file tree
Hide file tree
Showing 6 changed files with 222 additions and 92 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
"composer/installers": "^1.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"wimg/php-compatibility": "^8.1",
"wp-coding-standards/wpcs": "^0.14"
"dealerdirect/phpcodesniffer-composer-installer": "^0.5",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"wp-coding-standards/wpcs": "^2.2"
},
"autoload": {
"files": ["wp-cache-remember.php"]
Expand Down
251 changes: 181 additions & 70 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 72150a7

Please sign in to comment.