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.
2 parents d7326cc + 4d152dd commit 2369a51Copy full SHA for 2369a51
composer.json
@@ -20,9 +20,9 @@
20
"ext-xml": "*",
21
"symfony/cache": "~3.3|~4.0",
22
"symfony/class-loader": "~3.2",
23
- "symfony/dependency-injection": "~3.3-beta2|~4.0",
+ "symfony/dependency-injection": "~3.3|~4.0",
24
"symfony/config": "~3.3|~4.0",
25
- "symfony/event-dispatcher": "~3.3|~4.0",
+ "symfony/event-dispatcher": "^3.3.1|~4.0",
26
"symfony/http-foundation": "~3.3|~4.0",
27
"symfony/http-kernel": "~3.3|~4.0",
28
"symfony/polyfill-mbstring": "~1.0",
@@ -70,7 +70,7 @@
70
"symfony/property-info": "<3.3",
71
"symfony/serializer": "<3.3",
72
"symfony/translation": "<3.2",
73
- "symfony/validator": "<3.3-rc2",
+ "symfony/validator": "<3.3",
74
"symfony/workflow": "<3.3"
75
},
76
"suggest": {
0 commit comments