Skip to content

Commit

Permalink
drop support for PHP 5.6 and 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Aug 23, 2019
1 parent f78453f commit 9370af2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ env:
matrix:
fast_finish: true
include:
- php: 5.6
- php: 7.1
env: COMPOSER_OPTIONS="--prefer-lowest --prefer-stable"
- php: 7.1
env: SYMFONY_VERSION="3.4.x"
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
env: COVERAGE=yes COMPOSER_OPTIONS="" SYMFONY_PHPUNIT_VERSION=7.5
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ CHANGELOG
* dropped support for unsupported versions of the `symfony/http-foundation` and
`symfony/serializer` packages

* dropped support for PHP 5.6 and 7.0

1.3.0
-----

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": "^5.6 || ^7.0",
"php": "^7.1",
"php-http/client-implementation": "^1.0",
"php-http/discovery": "^1.2.1",
"php-http/httplug": "^1.1 || ^2.0",
Expand Down

0 comments on commit 9370af2

Please sign in to comment.