From 7eaf08153c2cdada1277a0132dfc0ced963b9911 Mon Sep 17 00:00:00 2001 From: John Oltman Date: Sun, 20 Feb 2022 13:10:02 -0600 Subject: [PATCH] Allow PHP 8. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3144466..06f365a 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "source": "https://git.drupalcode.org/project/attachinline" }, "require": { - "php": "^7.2", + "php": "^8.0", "drupal/core": "^8.6 || ^9.0" }, "require-dev": {