From 28bf65eeb3530377fee3ea16fd86b01e140c914b Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Wed, 22 May 2024 01:39:32 +0200 Subject: [PATCH] [Composer] Fixed license string --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 30e0dd5..f13843a 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "ibexa/behat", "description": "Ibexa Behat", - "license": "GPL-2.0", + "license": "(GPL-2.0-only or proprietary)", "replace": { "ezsystems/behatbundle": "*" },