From 765cd5d5d237525f8bbadaec5dc161c83a369119 Mon Sep 17 00:00:00 2001 From: Ciaran McNulty Date: Mon, 28 Sep 2020 13:22:38 +0100 Subject: [PATCH] Allow PHP8 and update changelog --- CHANGES.md | 9 +++++++++ composer.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 8a7c3fbb0..d8a215fac 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +1.12.0 / 2020/10/28 +=================== + +* [added] PHP 8 support [@ciaranmcnulty] +* [added] Argument::in() and Argument::notIn() [@viniciusalonso] +* [added] Support for union and mixed types [@ciaranmcnulty] +* [fixed] Issues caused by introduction of named parameters [@ciaranmcnulty] +* [fixed] Issues caused by stricter rounding [@ciaranmcnulty] + 1.11.1 / 2020/07/08 =================== diff --git a/composer.json b/composer.json index cea4b815f..3bde8812f 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@ ], "require": { - "php": "^7.2", + "php": "^7.2 || ~8.0, <8.1", "phpdocumentor/reflection-docblock": "^5.2", "sebastian/comparator": "^3.0 || ^4.0", "doctrine/instantiator": "^1.2",