From 6d9e7f558eca1b970a3e3ffec4473af3f07b1923 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Sat, 19 Dec 2020 23:20:01 +0300 Subject: [PATCH] PHP constraint changed to allow PHP 8.0.0. --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 8a0691c..b7fd126 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "type": "project", "require": { - "php": ">=7.4.0", + "php": ">=7.4.0 || >=8.0.0", "ext-ctype": "*", "ext-hash": "*", "ext-iconv": "*", diff --git a/composer.lock b/composer.lock index bc1dd8b..b1fa64c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e5b436812dc4f90d4d85a90807e00c18", + "content-hash": "54cbee75d62a8a8fe3ec752da68d1d1e", "packages": [ { "name": "babdev/pagerfanta-bundle", @@ -8686,7 +8686,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=7.4.0", + "php": ">=7.4.0 || >=8.0.0", "ext-ctype": "*", "ext-hash": "*", "ext-iconv": "*",