Skip to content

Commit 009db4f

Browse files
committed
Update dependencies constraints
1 parent 6e8b793 commit 009db4f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,19 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.3",
20-
"friendsofsymfony/oauth2-php": "~1.1.0",
20+
"friendsofsymfony/oauth2-php": "~1.1",
2121
"symfony/framework-bundle": "~2.2|~3.0",
2222
"symfony/security-bundle": "~2.1|~3.0"
2323
},
2424
"require-dev": {
2525
"symfony/class-loader": "~2.1|~3.0",
2626
"symfony/yaml": "~2.1|~3.0",
27-
"willdurand/propel-typehintable-behavior": "~1.0,>1.0.4",
28-
"doctrine/mongodb-odm": "1.0.*@dev",
27+
"willdurand/propel-typehintable-behavior": "^1.0.4",
28+
"propel/propel1": "^1.6.5",
29+
"phing/phing": "~2.4",
30+
"doctrine/mongodb-odm": "~1.0",
2931
"doctrine/doctrine-bundle": "~1.0",
30-
"doctrine/orm": ">=2.2,<2.5-dev"
32+
"doctrine/orm": "~2.2"
3133
},
3234
"suggest": {
3335
"doctrine/doctrine-bundle": "*",

0 commit comments

Comments
 (0)