Skip to content

Commit fa582d7

Browse files
committed
Drop support for php 5.4 and 5.5
Add travis for php 7.1 Changed symfony version to 2.7 and 3.2
1 parent 347c884 commit fa582d7

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

.travis.yml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,16 @@ language: php
33
sudo: false
44

55
php:
6-
- 5.4
7-
- 5.5
86
- 5.6
97
- 7.0
8+
- 7.1
109

1110
matrix:
1211
include:
13-
- php: 5.6
14-
env: SYMFONY_VERSION="2.3.*"
15-
- php: 5.6
16-
env: SYMFONY_VERSION="2.4.*"
17-
- php: 5.6
18-
env: SYMFONY_VERSION="2.5.*"
19-
- php: 5.6
20-
env: SYMFONY_VERSION="2.6.*"
21-
- php: 5.6
12+
- php: 7.1
2213
env: SYMFONY_VERSION="2.7.*"
23-
- php: 5.6
24-
env: SYMFONY_VERSION="2.8.*@dev"
25-
- php: 5.6
26-
env: SYMFONY_VERSION="3.0.*@dev"
14+
- php: 7.1
15+
env: SYMFONY_VERSION="3.2.*"
2716

2817
before_install:
2918
- composer self-update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": ">=5.4",
20+
"php": ">=5.6",
2121
"simple-bus/message-bus": "~2.0",
2222
"symfony/http-kernel": "~2.3|~3.0",
2323
"symfony/dependency-injection": "~2.3|~3.0",

0 commit comments

Comments
 (0)