Skip to content

Commit b0dac71

Browse files
Luis PabonGuilhemN
authored andcommitted
Allow 3.0 symfony components we depend on
1 parent 8c3121d commit b0dac71

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"require": {
1919
"php": ">=5.3.3",
2020
"friendsofsymfony/oauth2-php": "~1.1.0",
21-
"symfony/framework-bundle": "~2.2",
22-
"symfony/security-bundle": "~2.1"
21+
"symfony/framework-bundle": "~2.2|~3.0",
22+
"symfony/security-bundle": "~2.1|~3.0"
2323
},
2424
"require-dev": {
25-
"symfony/class-loader": "~2.1",
26-
"symfony/yaml": "~2.1",
25+
"symfony/class-loader": "~2.1|~3.0",
26+
"symfony/yaml": "~2.1|~3.0",
2727
"willdurand/propel-typehintable-behavior": "~1.0,>1.0.4",
2828
"doctrine/mongodb-odm": "1.0.*@dev",
2929
"doctrine/doctrine-bundle": "~1.0",

0 commit comments

Comments
 (0)