From e47d77cc2b0f270b729f3412ef8024514df25f29 Mon Sep 17 00:00:00 2001 From: gapple <gapple@490940.no-reply.drupal.org> Date: Tue, 17 May 2022 05:14:17 +0000 Subject: [PATCH] Update composer.json for PHP 8 compatibility --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3144466..31a7f28 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "source": "https://git.drupalcode.org/project/attachinline" }, "require": { - "php": "^7.2", + "php": "^7.2 || ^8.0", "drupal/core": "^8.6 || ^9.0" }, "require-dev": { -- GitLab