From fbbed73b449168f76fc5001574a79262d3e20d2a Mon Sep 17 00:00:00 2001 From: Jordan Hall Date: Tue, 30 Jan 2018 19:27:10 +0000 Subject: [PATCH] Fix license --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 92c07f5..7d8e4b3 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "rapidwebltd/php-bucket-testing", "description": "This library enables developers to easily redirect users to different URLs, for the purpose of bucket testing. Bucket testing is also known as A/B testing or split testing. This type of testing is used to test two or more versions of a webpage to determine which one performs better based on specfied key metrics, such as clicks, downloads, purchases or any other form of conversion.", - "license": "LGPL3", + "license": "LGPL-3.0-only", "keywords": [ "a b testing", "split testing",