PHP constraint changed to allow PHP 8.0.0.

This commit is contained in:
Alexey Skobkin 2020-12-19 23:20:01 +03:00
parent 36a0605eb1
commit 6d9e7f558e
No known key found for this signature in database
GPG Key ID: 5D5CEF6F221278E7
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
], ],
"type": "project", "type": "project",
"require": { "require": {
"php": ">=7.4.0", "php": ">=7.4.0 || >=8.0.0",
"ext-ctype": "*", "ext-ctype": "*",
"ext-hash": "*", "ext-hash": "*",
"ext-iconv": "*", "ext-iconv": "*",

4
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "e5b436812dc4f90d4d85a90807e00c18", "content-hash": "54cbee75d62a8a8fe3ec752da68d1d1e",
"packages": [ "packages": [
{ {
"name": "babdev/pagerfanta-bundle", "name": "babdev/pagerfanta-bundle",
@ -8686,7 +8686,7 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": ">=7.4.0", "php": ">=7.4.0 || >=8.0.0",
"ext-ctype": "*", "ext-ctype": "*",
"ext-hash": "*", "ext-hash": "*",
"ext-iconv": "*", "ext-iconv": "*",