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.
2 parents b70a060 + 7791c25 commit 5966d1aCopy full SHA for 5966d1a
2 files changed
.travis.yml
@@ -1,7 +1,6 @@
1
language: php
2
3
php:
4
- - 5.4
5
- 5.5
6
- 5.6
7
- 7.0
@@ -12,6 +11,9 @@ env:
12
11
- SYMFONY_VERSION=2.4.*
13
- SYMFONY_VERSION=2.5.*
14
- SYMFONY_VERSION=2.6.*
+ - SYMFONY_VERSION=2.7.*
15
+ - SYMFONY_VERSION=2.8.*
16
+ - SYMFONY_VERSION=3.0.*
17
18
before_install:
19
- composer self-update
composer.json
@@ -11,12 +11,12 @@
"require" : {
"bernard/bernard" : "1.0.*@dev",
- "symfony/framework-bundle" : "~2.3"
+ "symfony/framework-bundle" : "~2.3|~3.0"
},
"require-dev" : {
- "symfony/console" : "~2.3",
- "symfony/finder" : "~2.3",
+ "symfony/console" : "~2.3|~3.0",
+ "symfony/finder" : "~2.3|~3.0",
20
"phpunit/phpunit" : "~4.0"
21
22
0 commit comments