Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 4115f43

Browse files
committed
Use caret operator
1 parent c854b36 commit 4115f43

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

composer.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,26 @@
1313
"prefer-stable": true,
1414
"require": {
1515
"php": ">=5.3.9",
16-
"symfony-cmf/routing-auto": "~1.1",
17-
"symfony-cmf/routing-bundle": "~1.2,>=1.2.0",
18-
"symfony-cmf/core-bundle": "~1.2",
16+
"symfony-cmf/routing-auto": "^1.1",
17+
"symfony-cmf/routing-bundle": "^1.2.0",
18+
"symfony-cmf/core-bundle": "^1.2",
1919
"aferrandini/urlizer": "1.0.*",
20-
"symfony/config": "~2.2",
20+
"symfony/config": "^2.2",
2121
"jms/metadata": "1.5.*"
2222
},
2323
"require-dev": {
24-
"symfony-cmf/testing": "~1.3",
25-
"symfony/yaml": "~2.1",
24+
"symfony-cmf/testing": "^1.3",
25+
"symfony/yaml": "^2.1",
2626
"matthiasnoback/symfony-dependency-injection-test": "~0.6",
2727
"matthiasnoback/symfony-config-test": "0.*",
28-
"doctrine/phpcr-odm": "~1.3",
29-
"phpunit/phpunit": "~4.5",
30-
"symfony/phpunit-bridge": "2.7.x@beta"
28+
"doctrine/phpcr-odm": "^1.3",
29+
"phpunit/phpunit": "^4.5",
30+
"symfony/phpunit-bridge": "^2.7"
3131
},
3232
"suggest": {
3333
"doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents",
3434
"doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents",
35-
"symfony/yaml": "To be able to load Yaml configuration files"
35+
"symfony/yaml": "To be able to load Yaml configuration files (^2.1)"
3636
},
3737
"autoload": {
3838
"psr-4": {

0 commit comments

Comments
 (0)