From 2e70ededc658b2d21f2b8ce0e95e47b86f2db2a5 Mon Sep 17 00:00:00 2001 From: Jonas De Keukelaere Date: Wed, 6 Jun 2018 09:58:37 +0100 Subject: [PATCH] Use valid composer license See https://getcomposer.org/doc/04-schema.md#license --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3ecd6a5..24e5a23 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "library", "description": "A PHP5 library that is fast, easy to learn and fun!", "homepage": "http://www.spoon-library.com", - "license": "BSD-1-Clause", + "license": "BSD-2-Clause", "authors": [ { "name": "Davy Hellemans",