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 f7a4730 commit dc7120dCopy full SHA for dc7120d
composer.json
@@ -16,14 +16,14 @@
16
"require": {
17
"php": ">=5.4.0",
18
"ext-tokenizer": "*",
19
- "php-parallel-lint/php-console-color": "~0.2"
+ "php-parallel-lint/php-console-color": "^0.2 || ^0.3"
20
},
21
"require-dev": {
22
"phpunit/phpunit": "^4.8.36",
23
- "php-parallel-lint/php-parallel-lint": "~1.0",
24
- "php-parallel-lint/php-var-dump-check": "~0.1",
25
- "squizlabs/php_codesniffer": "~1.5",
26
- "php-parallel-lint/php-code-style": "~1.0"
+ "php-parallel-lint/php-parallel-lint": "^1.0",
+ "php-parallel-lint/php-var-dump-check": "0.*",
+ "squizlabs/php_codesniffer": "^3.5",
+ "php-parallel-lint/php-code-style": "^1.0"
27
28
"replace": {
29
"jakub-onderka/php-console-highlighter": "*"
0 commit comments