From 03d5c4c4e8e5e694fbecec8b3239450286209527 Mon Sep 17 00:00:00 2001 From: Alexander Makarov Date: Wed, 1 Dec 2021 00:15:30 +0300 Subject: [PATCH] Use stable yiisoft/definitions, increase minimum stability --- composer.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index def63c1d..96415dba 100644 --- a/composer.json +++ b/composer.json @@ -14,12 +14,10 @@ "irc": "irc://irc.freenode.net/yii", "source": "https://github.com/yiisoft/factory" }, - "minimum-stability": "dev", - "prefer-stable": true, "require": { "php": "^7.4|^8.0", "psr/container": "^1.0|^2.0", - "yiisoft/definitions": "3.0.x-dev" + "yiisoft/definitions": "^1.0" }, "require-dev": { "phpunit/phpunit": "^9.5",