Skip to content

Commit 64afde4

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

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.travis.yml

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

33
php:
4-
- 5.3.3
54
- 5.3
65
- 5.4
76
- 5.5
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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": {

0 commit comments

Comments
 (0)