Skip to content

Commit 0bf1782

Browse files
committed
composer.json update version constraints to use ^ instead of ~
1 parent 6374e85 commit 0bf1782

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@
2626
},
2727
"require": {
2828
"php": ">=5.6",
29-
"phpunit/php-code-coverage": "~5.0",
30-
"behat/behat": "~3.0",
31-
"guzzlehttp/guzzle": "~6.0",
32-
"symfony/config": "~2.3||~3.0||~4.0",
33-
"symfony/dependency-injection": "~2.2||~3.0||~4.0",
34-
"symfony/expression-language": "~2.2||~3.0||~4.0",
35-
"symfony/http-kernel": "~2.3||~3.0||~4.0",
36-
"symfony/http-foundation": "~2.3||~3.0||~4.0"
29+
"phpunit/php-code-coverage": "^5.0",
30+
"behat/behat": "^3.0",
31+
"guzzlehttp/guzzle": "^6.0",
32+
"symfony/config": "^2.3||^3.0||^4.0",
33+
"symfony/dependency-injection": "^2.2||^3.0||^4.0",
34+
"symfony/expression-language": "^2.2||^3.0||^4.0",
35+
"symfony/http-kernel": "^2.3||^3.0||^4.0",
36+
"symfony/http-foundation": "^2.3||^3.0||^4.0"
3737
},
3838
"require-dev": {
39-
"phpunit/phpunit": "~6.0",
39+
"phpunit/phpunit": "^6.0",
4040
"mikey179/vfsStream": "1.6.*"
4141
},
4242
"suggest": {

0 commit comments

Comments
 (0)