From 60b23dca1ecf07a69929474133bdc21580826888 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Mon, 27 Nov 2017 13:07:30 +0100 Subject: [PATCH] remove stability settings from composer.json With `prefer-stable` set to `true`, the `DEPENDECIES=dev` build job will (almost) never install not yet released dependencies. Without the `prefer-stable` setting we should also drop the `minimum-stability` setting (which is now useless as the config value is set in the Travis job). --- composer.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/composer.json b/composer.json index 887d7365..aa4f37aa 100644 --- a/composer.json +++ b/composer.json @@ -55,8 +55,6 @@ "conflict": { "php-http/guzzle6-adapter": "<1.1" }, - "minimum-stability": "dev", - "prefer-stable": true, "autoload": { "psr-4": { "Http\\HttplugBundle\\": ""