diff options
author | Sam Light <samlight1994@gmail.com> | 2024-12-30 10:23:57 +0000 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2024-12-30 10:23:57 +0000 |
commit | 96922f4ff74d07f567d6d2fcffa3bfd0985d5824 (patch) | |
tree | 5904a8c2dd8d763b30e30e12c08004117c05286f | |
parent | 1674fa6656c11efe9fc457b86d8174f4b11b9058 (diff) |
Fixed spelling of license
-rw-r--r-- | LICENSE (renamed from LICENCE) | 0 | ||||
-rw-r--r-- | composer.json | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 7ab90c8..a9b4242 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "lightscale/laralight-svg", "description": "Laravel SVG sprites", - "licence": "MIT", + "license": "MIT", "type": "library", "autoload": { "psr-4": { |