Skip to content

Commit 80f01d0

Browse files
committed
Updated dependencies
1 parent 5269229 commit 80f01d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
},
88
"require": {
99
"php": "^5.6|^7.0",
10-
"jakub-onderka/php-parallel-lint": "~0.8",
11-
"squizlabs/php_codesniffer": "^2.5.0"
10+
"jakub-onderka/php-parallel-lint": "^0.9.2",
11+
"squizlabs/php_codesniffer": "^2.6.0"
1212
},
1313
"require-dev": {
14-
"consistence/coding-standard": "^0.10.1",
14+
"consistence/coding-standard": "^0.11.0",
1515
"phing/phing": "^2.9",
1616
"phpstan/phpstan": "dev-dev#1cb3904e17",
1717
"phpunit/phpunit": "^5.0",
1818
"satooshi/php-coveralls": "^1.0"
1919
},
20-
"autoload-dev": {
20+
"autoload-dev": {
2121
"psr-4": {
2222
"SlevomatCodingStandard\\": ["SlevomatCodingStandard/", "tests/"]
2323
},

0 commit comments

Comments
 (0)