From 657716569277f99cb85b545e9127bbd9f1f0c606 Mon Sep 17 00:00:00 2001 From: Maxime Veber Date: Thu, 11 Oct 2018 09:47:28 +0200 Subject: [PATCH] Fix license file and composer config --- LICENCE => LICENSE | 0 composer.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename LICENCE => LICENSE (100%) diff --git a/LICENCE b/LICENSE similarity index 100% rename from LICENCE rename to LICENSE diff --git a/composer.json b/composer.json index cee6083..f4b85e4 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "nekland/tools", - "licence": "MIT", + "license": "MIT", "description": "Just some tools to work better with PHP", "autoload": { "psr-4": { "Nekland\\Tools\\": "src/" }