Skip to content

Commit 3257ec5

Browse files
committed
Allow Symfony3
1 parent dd0b4b0 commit 3257ec5

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,20 @@ matrix:
2121
env: SYMFONY_VERSION=2.4.*
2222
- php: 5.5
2323
env: SYMFONY_VERSION=2.6.*
24-
- php: 5.5
25-
env: SYMFONY_VERSION='2.7.*@dev'
24+
- php: 5.6
25+
env: SYMFONY_VERSION='2.7.*'
26+
- php: 5.6
27+
env: SYMFONY_VERSION='3.0.*'
2628
- php: 5.5
2729
env: SYMFONY_VERSION='2.3.* symfony/expression-language:2.4.* m4tthumphrey/php-gitlab-api:6.*'
2830
- php: 5.5
2931
env: SYMFONY_VERSION='2.4.* m4tthumphrey/php-gitlab-api:6.*'
3032
- php: 5.5
3133
env: SYMFONY_VERSION='2.6.* m4tthumphrey/php-gitlab-api:6.*'
32-
- php: 5.5
33-
env: SYMFONY_VERSION='2.7.*@dev m4tthumphrey/php-gitlab-api:6.*'
34+
- php: 5.6
35+
env: SYMFONY_VERSION='2.7.* m4tthumphrey/php-gitlab-api:6.*'
36+
- php: 5.6
37+
env: SYMFONY_VERSION='2.3.* m4tthumphrey/php-gitlab-api:6.*'
3438
allow_failures:
3539
- php: nightly
3640
- php: hhvm-nightly

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=5.3.0",
16-
"symfony/framework-bundle": "~2.1",
16+
"symfony/framework-bundle": "~2.1|~3.0",
1717
"m4tthumphrey/php-gitlab-api": "6.*|7.*"
1818
},
1919
"require-dev" : {

0 commit comments

Comments
 (0)