From 34713c2ff27c58ad77f0960c7f95dd1c93515679 Mon Sep 17 00:00:00 2001 From: Olivier Dolbeau Date: Thu, 26 Dec 2019 15:40:37 +0100 Subject: [PATCH] Do not force minimum stabilty anymore --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 70b67795..5382f3d2 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,6 @@ "test": "vendor/bin/phpunit", "test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml Tests/Unit" }, - "minimum-stability": "dev", "extra": { "branch-alias": { "dev-master": "0.10-dev"