From 8da51d665bfd5ea2e62d4c23be49388b3c45888e Mon Sep 17 00:00:00 2001 From: macbre Date: Fri, 25 Jun 2021 10:43:45 +0100 Subject: [PATCH] We support PHP8 now composer update --root-reqs --- composer.json | 2 +- composer.lock | 22 +++++++++++++--------- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/composer.json b/composer.json index b61134b8..9d93180a 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ ], "license": "MIT", "require": { - "php": ">=7.3.0", + "php": ">=7.3.0 || ^8.0", "ext-mysqli": "*", "ext-curl": "*", "ext-mbstring": "*", diff --git a/composer.lock b/composer.lock index 10978f2a..cfe259dc 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": "23d61c60aadbd1815bb8f2abeedcb968", + "content-hash": "f5504758666ab78c6b88716f63c5b0c1", "packages": [ { "name": "doctrine/instantiator", @@ -2849,16 +2849,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.12.88", + "version": "0.12.90", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "464d1a81af49409c41074aa6640ed0c4cbd9bb68" + "reference": "f0e4b56630fc3d4eb5be86606d07212ac212ede4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/464d1a81af49409c41074aa6640ed0c4cbd9bb68", - "reference": "464d1a81af49409c41074aa6640ed0c4cbd9bb68", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f0e4b56630fc3d4eb5be86606d07212ac212ede4", + "reference": "f0e4b56630fc3d4eb5be86606d07212ac212ede4", "shasum": "" }, "require": { @@ -2889,13 +2889,17 @@ "description": "PHPStan - PHP Static Analysis Tool", "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/0.12.88" + "source": "https://github.com/phpstan/phpstan/tree/0.12.90" }, "funding": [ { "url": "https://github.com/ondrejmirtes", "type": "github" }, + { + "url": "https://github.com/phpstan", + "type": "github" + }, { "url": "https://www.patreon.com/phpstan", "type": "patreon" @@ -2905,7 +2909,7 @@ "type": "tidelift" } ], - "time": "2021-05-17T12:24:49+00:00" + "time": "2021-06-18T07:15:38+00:00" }, { "name": "psr/container", @@ -4301,7 +4305,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=7.3.0", + "php": ">=7.3.0 || ^8.0", "ext-mysqli": "*", "ext-curl": "*", "ext-mbstring": "*", @@ -4309,5 +4313,5 @@ "ext-xml": "*" }, "platform-dev": [], - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.1.0" }