From 26313d7097fa2e8a817efc22980b84ab45e6c059 Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Mon, 4 Jul 2022 23:07:04 +0300 Subject: [PATCH] PHP bump to 8.1. --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 60b55b9..88f20c4 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ ], "type": "project", "require": { - "php": ">=8.0.0", + "php": ">=8.1.0", "ext-ctype": "*", "ext-hash": "*", "ext-iconv": "*", diff --git a/composer.lock b/composer.lock index ef35eab..50e0cbb 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": "4c450cec0e53f28a8deb8a84896aa71c", + "content-hash": "a948502e5aa65e256b987beb714d44d6", "packages": [ { "name": "babdev/pagerfanta-bundle", @@ -9104,7 +9104,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=8.0.0", + "php": ">=8.1.0", "ext-ctype": "*", "ext-hash": "*", "ext-iconv": "*",