We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c002a commit a3ed57fCopy full SHA for a3ed57f
.travis.yml
@@ -11,17 +11,11 @@ matrix:
11
fast_finish: true
12
include:
13
- php: 5.6
14
- env: SYMFONY_VERSION=2.7.*@dev
+ env: SYMFONY_VERSION=2.7.*
15
16
env: SYMFONY_VERSION=2.8.*@dev
17
18
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"
25
26
sudo: false
27
composer.json
@@ -9,7 +9,7 @@
9
}
10
],
"require": {
- "php": "~5.4",
+ "php": ">=5.4",
"symfony/framework-bundle": "~2.7"
},
"require-dev": {
0 commit comments