From 9c689e344dca99cc9d3f218a0c923332292b0843 Mon Sep 17 00:00:00 2001 From: rutger Rademaker Date: Fri, 27 May 2022 16:47:28 +0200 Subject: [PATCH] Make package installable under PHP8 --- CHANGELOG.md | 6 +++++- composer.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb9d1fd..be9f038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 1.3.1 +### Changed +- Package is now also installable in PHP 8. + ## 1.3.0 ### Added - Check on version if versions do not match require package again. @@ -14,4 +18,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Declare strict type to all files. -- Copyrights. \ No newline at end of file +- Copyrights. diff --git a/composer.json b/composer.json index 616252f..5ff1241 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "prefer-stable": true, "require": { "composer/composer": "^1.0 || ^2.0", - "php": "^7.0" + "php": "^7.0 || ^8.0" }, "require-dev": { "kint-php/kint": "@stable",