Skip to content

Commit 7757363

Browse files
committed
squizlabs/php_codesniffer should be in require-dev
Signed-off-by: Jack Cherng <[email protected]>
1 parent 6ac0c99 commit 7757363

File tree

2 files changed

+55
-55
lines changed

2 files changed

+55
-55
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
"require": {
2727
"php": "^7.1.3",
2828
"jfcherng/php-mb-string": "^1.3",
29-
"jfcherng/php-sequence-matcher": "^3.0",
30-
"squizlabs/php_codesniffer": "^3.4"
29+
"jfcherng/php-sequence-matcher": "^3.0"
3130
},
3231
"require-dev": {
3332
"friendsofphp/php-cs-fixer": "^2.14.1",
3433
"phan/phan": "^1.0",
35-
"phpunit/phpunit": "^7.2 || ^8.0"
34+
"phpunit/phpunit": "^7.2 || ^8.0",
35+
"squizlabs/php_codesniffer": "^3.4"
3636
},
3737
"config": {
3838
"sort-packages": true

composer.lock

+52-52
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)