Skip to content

Commit a45cae8

Browse files
updated composr to match symfony 3 (#33)
1 parent fc7f770 commit a45cae8

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
@@ -12,10 +12,10 @@
1212
"require": {
1313
"php": "~5.5 || ~7.0",
1414
"php-task/php-task": "dev-master",
15-
"symfony/http-kernel": "^2.6",
16-
"symfony/dependency-injection": "^2.6",
17-
"symfony/config": "^2.6",
18-
"symfony/console": "^2.6",
15+
"symfony/http-kernel": "^2.6 || ^3.0",
16+
"symfony/dependency-injection": "^2.6 || ^3.0",
17+
"symfony/config": "^2.6 || ^3.0",
18+
"symfony/console": "^2.6 || ^3.0",
1919
"doctrine/orm": "^2.5"
2020
},
2121
"require-dev": {

0 commit comments

Comments
 (0)