Skip to content

Commit 3b7a499

Browse files
committed
Updated lowest versions of PHPCS
1 parent c91e880 commit 3b7a499

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,16 @@
2222
"nikic/php-parser": "^4.3"
2323
},
2424
"require-dev": {
25-
"consistence/coding-standard": "^3.0.1",
25+
"consistence/coding-standard": "^3.5",
2626
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
2727
"jakub-onderka/php-parallel-lint": "^1.0",
2828
"mockery/mockery": "^1.1",
2929
"phing/phing": "^2.16.0",
3030
"phpstan/phpstan-strict-rules": "^0.12",
3131
"phpstan/phpstan-phpunit": "^0.12",
3232
"phpunit/phpunit": "^7.2",
33-
"slevomat/coding-standard": "^4.6.3"
33+
"slevomat/coding-standard": "^4.7.2",
34+
"squizlabs/php_codesniffer": "^3.3.2"
3435
},
3536
"autoload": {
3637
"psr-4": {

0 commit comments

Comments
 (0)