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

Commit c41c816

Browse files
committed
Use caret operator
1 parent 7127c23 commit c41c816

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,22 @@
1313
"prefer-stable": true,
1414
"require": {
1515
"php": ">=5.3.9",
16-
"symfony-cmf/resource-bundle": "~1.0",
17-
"jms/serializer-bundle": "~1.0"
16+
"symfony-cmf/resource-bundle": "1.*",
17+
"jms/serializer-bundle": "1.*"
1818
},
1919
"require-dev": {
2020
"symfony-cmf/testing": "^1.3",
21-
"phpspec/prophecy-phpunit": "^1.0",
21+
"phpspec/prophecy-phpunit": "1.*",
2222
"doctrine/phpcr-odm": "^1.3",
2323
"behat/behat": "^3.0",
24-
"behat/web-api-extension" : "^1.0",
25-
"behat/symfony2-extension": "^2.0@dev",
24+
"behat/web-api-extension" : "1.*",
25+
"behat/symfony2-extension": "2.*@dev",
2626
"matthiasnoback/symfony-dependency-injection-test": "~0.1",
2727
"matthiasnoback/symfony-config-test": "~0.1",
2828
"sonata-project/doctrine-phpcr-admin-bundle": "^1.2"
2929
},
3030
"suggest": {
31-
"doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents",
31+
"doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents (^1.2)",
3232
"doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents"
3333
},
3434
"autoload": {

0 commit comments

Comments
 (0)