Skip to content

Commit d3f0e75

Browse files
committed
Try to not install dev version of 1.1
1 parent 117537a commit d3f0e75

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
@@ -20,7 +20,7 @@
2020
},
2121
"require-dev": {
2222
"symfony-cmf/core-bundle": "~1.1",
23-
"symfony-cmf/testing": "~1.1@stable",
23+
"symfony-cmf/testing": "~1.1,>=1.1.0",
2424
"matthiasnoback/symfony-dependency-injection-test": "0.*",
2525
"matthiasnoback/symfony-config-test": "0.*",
2626
"sonata-project/doctrine-phpcr-admin-bundle": "~1.1",

0 commit comments

Comments
 (0)