From b0e0b25f54868288ea04d088c9d4b2a6a9f20f16 Mon Sep 17 00:00:00 2001 From: Yatsenko Date: Fri, 8 Oct 2021 00:25:42 +0300 Subject: [PATCH] License fix --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 31193af..61e577f 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "abrouter/abrouter-laravel-client", "type": "library", "description": "AbrLaravelClient :construction_worker_woman: is a PHP client for laravel to run ab-tests via ABRouter.", - "license": "GPL", + "license": "LGPL-3.0-or-later", "autoload": { "psr-4": { "Abrouter\\LaravelClient\\": "src/"