From 6008021b0f88f7b0d315aa98fba465de25bbcd33 Mon Sep 17 00:00:00 2001 From: Marjo van Lier Date: Tue, 9 Jan 2024 15:31:08 +0100 Subject: [PATCH] Update composer.json configurations The type of the package is now specified as "library". Also, the "prefer-stable" configuration was removed. This modification is part of an effort to fine-tune the package settings for further development and distribution. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5f2d555..1db4031 100644 --- a/composer.json +++ b/composer.json @@ -7,6 +7,7 @@ ], "homepage": "https://github.com/marjovanlier/stringmanipulation", "license": "MIT", + "type": "library", "authors": [ { "name": "Marjo Wenzel van Lier", @@ -37,7 +38,6 @@ } }, "minimum-stability": "stable", - "prefer-stable": true, "require": { "php": "^8.2" },