Skip to content

Commit 5eb9b25

Browse files
jrfnlgrogy
authored andcommitted
Composer: allow installation of more recent Parallel Lint
Using the caret is the recommended manner of setting a version requirement.
1 parent 00e90ca commit 5eb9b25

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
@@ -19,7 +19,7 @@
1919
},
2020
"require-dev": {
2121
"phpunit/phpunit": "^4.8.36",
22-
"php-parallel-lint/php-parallel-lint": "~1.0"
22+
"php-parallel-lint/php-parallel-lint": "^1.0"
2323
},
2424
"bin": ["var-dump-check"],
2525
"replace": {

0 commit comments

Comments
 (0)