Skip to content

Commit 5c17ae7

Browse files
jrfnlgrogy
authored andcommitted
Composer: update PHP Parallel Lint dependency version restraint
The PHP Parallel Lint dependency was fixed at version `1.0`, not allowing 1.* versions to be installed.
1 parent 0c5e930 commit 5c17ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "~4.3",
18-
"php-parallel-lint/php-parallel-lint": "1.0",
18+
"php-parallel-lint/php-parallel-lint": "^1.0",
1919
"php-parallel-lint/php-var-dump-check": "0.*",
2020
"squizlabs/php_codesniffer": "1.*",
2121
"php-parallel-lint/php-code-style": "1.0"

0 commit comments

Comments
 (0)