Skip to content

Commit bc26dee

Browse files
committed
drop unsupported php versions
1 parent 5c5bed1 commit bc26dee

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ group: edge
33
language: php
44

55
php:
6-
- 5.5
76
- 5.6
87
# broken with puli discovery - hhvm
98
- 7.0
@@ -14,7 +13,7 @@ env:
1413

1514
matrix:
1615
include:
17-
- php: 5.5
16+
- php: 5.6
1817
env: SYMFONY_VERSION=2.7.* VARNISH_VERSION=3.0 COMPOSER_FLAGS="--prefer-lowest"
1918
- php: 7.0
2019
env: VARNISH_VERSION=4.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^5.5.9||^7.0.0",
24+
"php": "^5.6||^7.0.0",
2525
"symfony/event-dispatcher": "^2.3||^3.0",
2626
"symfony/options-resolver": "^2.7||^3.0",
2727
"php-http/client-implementation": "^1.0.0",

0 commit comments

Comments
 (0)