Skip to content

Commit 0d0280c

Browse files
author
Nathan Erickson
committed
updated package requirements for symfony 3.0
1 parent 9b2d45b commit 0d0280c

File tree

2 files changed

+671
-238
lines changed

2 files changed

+671
-238
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717

1818
"require": {
1919
"php": ">=5.3.2",
20-
"symfony/framework-bundle": "~2.7",
21-
"symfony/yaml": "~2.7",
22-
"symfony/validator": "~2.7",
20+
"symfony/framework-bundle": "~2.3 | ~3.0",
21+
"symfony/yaml": "~2.3 | ~3.0",
22+
"symfony/validator": "~2.3 | ~3.0",
2323
"doctrine/common": "~2.4"
2424
},
2525

0 commit comments

Comments
 (0)