Skip to content

Commit

Permalink
move packages in require, add php_codesniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
defunctl committed May 21, 2021
1 parent 6509487 commit b2bddfa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@
],
"license": "MIT",
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"php": "^7.2 || ^8.0",
"automattic/vipwpcs": "^2.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"slevomat/coding-standard": "^7.0"
"slevomat/coding-standard": "^7.0",
"squizlabs/php_codesniffer": "^3.6"
},
"minimum-stability": "dev",
"prefer-stable": true,
Expand Down
10 changes: 5 additions & 5 deletions composer.lock

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

0 comments on commit b2bddfa

Please sign in to comment.