From b92f76416587b486ca07c2174222fc92bc033d73 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Tue, 6 Feb 2024 11:46:59 +0100 Subject: [PATCH] Remove the usage of prefer-stable in our CI jobs --- composer.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/composer.json b/composer.json index 83a8818..dc48261 100644 --- a/composer.json +++ b/composer.json @@ -11,8 +11,6 @@ "email": "stof@notk.org" } ], - "minimum-stability": "dev", - "prefer-stable": true, "require": { "php": "^7.3 || ^8", "phpspec/prophecy": "^1.18",