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/" }