Skip to content

Commit a3ed57f

Browse files
author
Yann Eugoné
committed
Fixed minimum dependencies version
1 parent 85c002a commit a3ed57f

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.travis.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,11 @@ matrix:
1111
fast_finish: true
1212
include:
1313
- php: 5.6
14-
env: SYMFONY_VERSION=2.7.*@dev
14+
env: SYMFONY_VERSION=2.7.*
1515
- php: 5.6
1616
env: SYMFONY_VERSION=2.8.*@dev
1717
- php: 5.6
1818
env: SYMFONY_VERSION="3.0.x-dev as 2.8"
19-
allow_failures:
20-
- php: hhvm
21-
- php: nightly
22-
- env: SYMFONY_VERSION=2.7.*@dev
23-
- env: SYMFONY_VERSION=2.8.*@dev
24-
- env: SYMFONY_VERSION="3.0.x-dev as 2.8"
2519

2620
sudo: false
2721

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "~5.4",
12+
"php": ">=5.4",
1313
"symfony/framework-bundle": "~2.7"
1414
},
1515
"require-dev": {

0 commit comments

Comments
 (0)