Skip to content

Commit

Permalink
Part of PHP 8 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
linslin committed Feb 2, 2021
1 parent 269c0d0 commit ff03c8c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: php
php:
- '7.2.29'
- '8.0.1'
branches:
only:
- master
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit ff03c8c

Please sign in to comment.