We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af21fe commit 9311dbbCopy full SHA for 9311dbb
composer.json
@@ -17,15 +17,17 @@
17
],
18
"require": {
19
"php": ">=5.3.3",
20
- "doctrine/common": "~2.2"
+ "doctrine/common": "~2.3"
21
},
22
"require-dev": {
23
"symfony/stopwatch": "~2.2",
24
- "symfony/dependency-injection": "~2.0",
25
- "symfony/form": "~2.2",
+ "symfony/dependency-injection": "~2.0,>=2.0.5",
+ "symfony/form": "~2.3,>=2.3.8",
26
"symfony/http-kernel": "~2.2",
27
+ "symfony/property-access": "~2.3",
28
"symfony/security": "~2.2",
- "symfony/validator": "~2.3.0",
29
+ "symfony/validator": "~2.3.0,>=2.3.20",
30
+ "symfony/translation": "~2.0,>=2.0.5",
31
"doctrine/data-fixtures": "1.0.*",
32
"doctrine/dbal": "~2.2",
33
"doctrine/orm": "~2.2,>=2.2.3"
0 commit comments