From 32397751beae1a17cb3d3b7f0dba862026696338 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 13 Mar 2022 20:44:05 +0100 Subject: [PATCH] update composer configuration --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 769f5fd..d20f3e4 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "murph/murph-core", "description": "A powerful CMS framework", - "type": "project", + "type": "library", "license": "MIT", "minimum-stability": "stable", "prefer-stable": true,