From 667f150e589d65d79c89ffe662e426704f84224f Mon Sep 17 00:00:00 2001 From: Ignace Nyamagana Butera Date: Sat, 31 Oct 2020 14:45:51 +0100 Subject: [PATCH] Prepare 2.2.0 release --- CHANGELOG.md | 18 ++++++++++++++++++ composer.json | 9 +++++++-- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f84693..fc0ba99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All Notable changes to `League\Uri\Interfaces` will be documented in this file +## 2.2.0 - 2020-10-31 + +### Added + +- Support for PHP8 thanks to of [someniatko](https://github.com/someniatko) + +### Fixed + +- None + +### Deprecated + +- None + +### Removed + +- None + ## 2.1.0 - 2020-02-08 ### Added diff --git a/composer.json b/composer.json index 32103de..21dc27c 100644 --- a/composer.json +++ b/composer.json @@ -16,13 +16,18 @@ "homepage" : "https://nyamsprod.com" } ], + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/nyamsprod" + } + ], "require": { - "php" : "^7.1|^8.0", + "php" : "^7.1 || ^8.0", "ext-json": "*" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.0", - "phpunit/phpunit" : "^7.0|^8.0", "phpstan/phpstan": "^0.12", "phpstan/phpstan-strict-rules": "^0.12", "phpstan/phpstan-phpunit": "^0.12"