Skip to content

Commit d38ec9d

Browse files
committed
Update dependencies to support Symfony 3
1 parent f8ff24f commit d38ec9d

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

.travis.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
language: php
22

33
php:
4-
- 5.3.3
5-
- 5.3
6-
- 5.4
74
- 5.5
5+
- 5.6
6+
- 7.0
87

98
env:
10-
- SYMFONY_VERSION="2.0.*"
11-
- SYMFONY_VERSION="2.1.*"
12-
- SYMFONY_VERSION="2.2.*"
139
- SYMFONY_VERSION="2.3.*"
10+
- SYMFONY_VERSION="3.0.*"
1411

1512
before_script:
1613
- composer self-update

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@
1515
}
1616
],
1717
"require": {
18-
"symfony/framework-bundle": "2.*",
18+
"symfony/framework-bundle": "~2.3|~3.0",
1919
"widop/http-adapter": "1.1.*"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "3.7.*",
2323
"ext-curl": "*",
2424
"kriswallsmith/buzz": "*",
2525
"guzzle/guzzle": "*",
26-
"zendframework/zend-http": "*"
26+
"zendframework/zend-http": "*",
27+
"php": ">=5.5.9"
2728
},
2829
"autoload": {
2930
"psr-0": { "Widop\\HttpAdapterBundle": "" }

0 commit comments

Comments
 (0)