Skip to content

Commit cd699c5

Browse files
[travis] Remove PHP 7 from allowed failures
1 parent 9f0d463 commit cd699c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.3",
20-
"doctrine/common": "~2.3"
20+
"doctrine/common": "~2.4"
2121
},
2222
"require-dev": {
2323
"symfony/phpunit-bridge": "~2.7",
@@ -30,8 +30,8 @@
3030
"symfony/validator": "~2.3.0,>=2.3.20",
3131
"symfony/translation": "~2.0,>=2.0.5",
3232
"doctrine/data-fixtures": "1.0.*",
33-
"doctrine/dbal": "~2.2",
34-
"doctrine/orm": "~2.2,>=2.2.3"
33+
"doctrine/dbal": "~2.4",
34+
"doctrine/orm": "~2.4,>=2.4.5"
3535
},
3636
"suggest": {
3737
"symfony/form": "",

0 commit comments

Comments
 (0)