From 46a663a665966064908813a14d805321f582de7c Mon Sep 17 00:00:00 2001 From: Jordy van Zeeland Date: Fri, 16 Aug 2024 16:02:26 +0200 Subject: [PATCH] preparing the composer package --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 163a29f..0e75bf5 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "sealandia/core", "description": "Core elements for the Sealandia framework", - "license": "MIT", + "license": "MIT", "autoload": { "psr-4": { "Core\\": "src/Core"