From 137d36e6f305d8632ee070a4063fe989376fe6da Mon Sep 17 00:00:00 2001 From: David Grudl Date: Fri, 24 May 2024 16:11:09 +0200 Subject: [PATCH] composer: updated license [Closes #57] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 345d4b1..6da9670 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "dg/bypass-finals", "description": "Removes final keyword from source code on-the-fly and allows mocking of final methods and classes", "keywords": ["testing", "unit", "phpunit", "mocking", "finals"], - "license": ["BSD-3-Clause", "GPL-2.0", "GPL-3.0"], + "license": ["BSD-3-Clause", "GPL-2.0-only", "GPL-3.0-only"], "authors": [ { "name": "David Grudl",