From 639b2f2b0dd110c549d7aeac5cc37f6c36f1e6c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Mon, 25 May 2020 21:49:07 +0200 Subject: [PATCH] Allow php 8 --- composer.json | 2 +- composer.lock | 26 ++++++++++++++++++++++++-- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 432fee59dab..afa8fb12228 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ {"name": "Jonathan Wage", "email": "jonwage@gmail.com"} ], "require": { - "php": "^7.3", + "php": "^7.3 || ^8.0", "doctrine/cache": "^1.0", "doctrine/event-manager": "^1.0", "ocramius/package-versions": "^1.4" diff --git a/composer.lock b/composer.lock index 6aeb09d62e8..dd074f6e5a2 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": "893d32dea2abc8c66017ee58e435fac8", + "content-hash": "375d7b1967e204d71959234a23055326", "packages": [ { "name": "doctrine/cache", @@ -1816,6 +1816,16 @@ "testing", "xunit" ], + "funding": [ + { + "url": "https://phpunit.de/donate.html", + "type": "custom" + }, + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], "time": "2020-04-03T14:40:04+00:00" }, { @@ -1909,6 +1919,12 @@ ], "description": "Collection of value objects that represent the PHP code units", "homepage": "https://github.com/sebastianbergmann/code-unit", + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], "time": "2020-03-30T11:59:20+00:00" }, { @@ -2127,6 +2143,12 @@ "environment", "hhvm" ], + "funding": [ + { + "url": "https://github.com/sebastianbergmann", + "type": "github" + } + ], "time": "2020-03-31T12:14:15+00:00" }, { @@ -3250,7 +3272,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "^7.3" + "php": "^7.3 || ^8.0" }, "platform-dev": [], "platform-overrides": {