From 23791ecd312b00fc135704419f302854d3d3d58e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Olsen?= Date: Thu, 5 Sep 2024 09:15:27 +0200 Subject: [PATCH] Add composer 2 compatibility --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 90f5872..6ce6a24 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "A WordPress-plugin to create Visual Composer components for use when page-building", "type": "wordpress-plugin", "require": { - "composer/installers": "1.*" + "composer/installers": "^1.9 || ^2.0" }, "license": "proprietary", "authors": [