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 030ee31 commit 59b4325Copy full SHA for 59b4325
.travis.yml
@@ -8,6 +8,7 @@ php:
8
- 5.3
9
- 5.4
10
- 5.5
11
+ - 5.6
12
13
before_script:
14
- composer self-update
composer.json
@@ -14,10 +14,10 @@
"minimum-stability": "stable",
15
"require": {
16
"php": ">=5.3.0",
17
- "symfony/config": "~2.3",
18
- "symfony/dependency-injection": "~2.3",
19
- "symfony/filesystem": "~2.3",
20
- "symfony/yaml": "~2.3",
+ "symfony/config": "~2.3|~3.0",
+ "symfony/dependency-injection": "~2.3|~3.0",
+ "symfony/filesystem": "~2.3|~3.0",
+ "symfony/yaml": "~2.3|~3.0",
21
"twig/twig": "~1.16",
22
"jakoch/phantomjs-installer": "~2.1"
23
},
0 commit comments