From e08853e4d921bf0485a1a376c630b6481a3abc03 Mon Sep 17 00:00:00 2001 From: Mathew Winstone <27602-minorOffense@users.noreply.drupalcode.org> Date: Wed, 18 Dec 2024 14:06:01 +0000 Subject: [PATCH] fix: set correct minimal php version --- vuejs.info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vuejs.info.yml b/vuejs.info.yml index 881b7ce..8958c9f 100644 --- a/vuejs.info.yml +++ b/vuejs.info.yml @@ -3,4 +3,4 @@ type: module description: Provides the Vue.js library as a Drupal library. configure: vuejs.settings core_version_requirement: ^10.3 || ^11 -php: 7.4 +php: 8 -- GitLab