From cddd2a959a28b9191bc693fdd785377148e30a59 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 5 Oct 2022 11:00:47 +0200 Subject: [PATCH] Remove minimum-stability from composer.json We do not need it since we do not have any non-dev-dependencies, and phpunit can be the latest stable version. Resolves: https://github.com/vgrem/phpSPO/issues/123 --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 19eab4cd..eda7e650 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,6 @@ } ], "license": "MIT", - "minimum-stability": "dev", "require": { "php": ">=5.5", "ext-curl": "*",