We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5269229 commit 80f01d0Copy full SHA for 80f01d0
composer.json
@@ -7,17 +7,17 @@
7
},
8
"require": {
9
"php": "^5.6|^7.0",
10
- "jakub-onderka/php-parallel-lint": "~0.8",
11
- "squizlabs/php_codesniffer": "^2.5.0"
+ "jakub-onderka/php-parallel-lint": "^0.9.2",
+ "squizlabs/php_codesniffer": "^2.6.0"
12
13
"require-dev": {
14
- "consistence/coding-standard": "^0.10.1",
+ "consistence/coding-standard": "^0.11.0",
15
"phing/phing": "^2.9",
16
"phpstan/phpstan": "dev-dev#1cb3904e17",
17
"phpunit/phpunit": "^5.0",
18
"satooshi/php-coveralls": "^1.0"
19
20
- "autoload-dev": {
+ "autoload-dev": {
21
"psr-4": {
22
"SlevomatCodingStandard\\": ["SlevomatCodingStandard/", "tests/"]
23
0 commit comments