From ff03c8cc9005918073f791996ff0a2a78c0a5164 Mon Sep 17 00:00:00 2001 From: linslin Date: Tue, 2 Feb 2021 11:19:59 +0100 Subject: [PATCH] Part of PHP 8 support. --- .travis.yml | 2 +- README.md | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7a4401a..169aee5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: php php: - - '7.2.29' + - '8.0.1' branches: only: - master diff --git a/README.md b/README.md index 25156dc..bbf36e6 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Easy working cURL extension for Yii2, including RESTful support: Requirements ------------ - Yii2 -- PHP >=7.2.0 +- PHP >=7.2.0 || 8.0.1 - ext-curl, ext-json, and php-curl installed @@ -187,6 +187,13 @@ Testing Changelog ------------ +------------ +##### Release 1.5.0 - Changelog +- Added PHP 8 support. +- Removed not needed dependencies from the composer package file (https://github.com/linslin/Yii2-Curl/issues/88). +- + + ##### Release 1.4.0 - Changelog - Added support for HTTP-Method OPTIONS. - Removed deprecated PHP Version support. Minimum PHP Version is now 7.2.0.