From def6305a098bf5d65720b30a1a469224d5bc83b3 Mon Sep 17 00:00:00 2001 From: Yatsenko Date: Fri, 8 Oct 2021 00:21:27 +0300 Subject: [PATCH] Fix license location --- Config/LICENSE => LICENSE | 0 composer.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Config/LICENSE => LICENSE (100%) diff --git a/Config/LICENSE b/LICENSE similarity index 100% rename from Config/LICENSE rename to LICENSE diff --git a/composer.json b/composer.json index 61e577f..31193af 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": "LGPL-3.0-or-later", + "license": "GPL", "autoload": { "psr-4": { "Abrouter\\LaravelClient\\": "src/"