Skip to content

Commit ba8366e

Browse files
[travis] Remove PHP 7 from allowed failures
1 parent 4a9676b commit ba8366e

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ matrix:
1616
- php: 5.6
1717
env: deps=high
1818
- php: 7
19-
- php: 5.6
2019
env: deps=low
21-
allow_failures:
22-
- php: 7
2320
fast_finish: true
2421

2522
services: mongodb

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
"twig/twig": "~1.20|~2.0",
2222
"psr/log": "~1.0"
2323
},
@@ -63,8 +63,8 @@
6363
"require-dev": {
6464
"symfony/phpunit-bridge": "~2.7",
6565
"doctrine/data-fixtures": "1.0.*",
66-
"doctrine/dbal": "~2.2",
67-
"doctrine/orm": "~2.2,>=2.2.3",
66+
"doctrine/dbal": "~2.4",
67+
"doctrine/orm": "~2.4,>=2.4.5",
6868
"monolog/monolog": "~1.3",
6969
"propel/propel1": "~1.6",
7070
"ircmaxell/password-compat": "~1.0",

src/Symfony/Bridge/Doctrine/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)