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 8c3121d commit b0dac71Copy full SHA for b0dac71
composer.json
@@ -18,12 +18,12 @@
18
"require": {
19
"php": ">=5.3.3",
20
"friendsofsymfony/oauth2-php": "~1.1.0",
21
- "symfony/framework-bundle": "~2.2",
22
- "symfony/security-bundle": "~2.1"
+ "symfony/framework-bundle": "~2.2|~3.0",
+ "symfony/security-bundle": "~2.1|~3.0"
23
},
24
"require-dev": {
25
- "symfony/class-loader": "~2.1",
26
- "symfony/yaml": "~2.1",
+ "symfony/class-loader": "~2.1|~3.0",
+ "symfony/yaml": "~2.1|~3.0",
27
"willdurand/propel-typehintable-behavior": "~1.0,>1.0.4",
28
"doctrine/mongodb-odm": "1.0.*@dev",
29
"doctrine/doctrine-bundle": "~1.0",
0 commit comments