Skip to content

Commit 9370af2

Browse files
committed
drop support for PHP 5.6 and 7.0
1 parent f78453f commit 9370af2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ env:
1414
matrix:
1515
fast_finish: true
1616
include:
17-
- php: 5.6
17+
- php: 7.1
1818
env: COMPOSER_OPTIONS="--prefer-lowest --prefer-stable"
1919
- php: 7.1
2020
env: SYMFONY_VERSION="3.4.x"
21-
- php: 7.0
22-
- php: 7.1
2321
- php: 7.2
2422
- php: 7.3
2523
env: COVERAGE=yes COMPOSER_OPTIONS="" SYMFONY_PHPUNIT_VERSION=7.5

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ CHANGELOG
99
* dropped support for unsupported versions of the `symfony/http-foundation` and
1010
`symfony/serializer` packages
1111

12+
* dropped support for PHP 5.6 and 7.0
13+
1214
1.3.0
1315
-----
1416

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^5.6 || ^7.0",
15+
"php": "^7.1",
1616
"php-http/client-implementation": "^1.0",
1717
"php-http/discovery": "^1.2.1",
1818
"php-http/httplug": "^1.1 || ^2.0",

0 commit comments

Comments
 (0)