This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
"prefer-stable" : true ,
14
14
"require" : {
15
15
"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.* "
18
18
},
19
19
"require-dev" : {
20
20
"symfony-cmf/testing" : " ^1.3" ,
21
- "phpspec/prophecy-phpunit" : " ^1.0 " ,
21
+ "phpspec/prophecy-phpunit" : " 1.* " ,
22
22
"doctrine/phpcr-odm" : " ^1.3" ,
23
23
"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" ,
26
26
"matthiasnoback/symfony-dependency-injection-test" : " ~0.1" ,
27
27
"matthiasnoback/symfony-config-test" : " ~0.1" ,
28
28
"sonata-project/doctrine-phpcr-admin-bundle" : " ^1.2"
29
29
},
30
30
"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) " ,
32
32
"doctrine/phpcr-bundle" : " To enable support for the PHPCR ODM documents"
33
33
},
34
34
"autoload" : {
You can’t perform that action at this time.
0 commit comments