From 9eca288a1e5bfdb62ef457d1ee532a6cb7f2752a Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Fri, 15 Jan 2021 03:20:47 +0900 Subject: [PATCH] Support php8 and drop php7.2 --- composer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 38a107a..9bf81c9 100644 --- a/composer.json +++ b/composer.json @@ -29,11 +29,13 @@ ] }, "require": { - "php": ">=7.2.0" + "php": "^7.3 || ^8.0", + "bear/resource": "^1.15", + "bear/sunday": "^1.5", + "ray/di": "^2.11" }, "require-dev": { "phpunit/phpunit": "^8.5", - "bear/sunday": "^1.4", "doctrine/annotations": "^1.7", "bamarni/composer-bin-plugin": "^1.4" },