From aaf0ec1d5a2c20b523258995a10e80c1fb765871 Mon Sep 17 00:00:00 2001 From: Niklas Keller Date: Sun, 18 Dec 2022 17:52:44 +0100 Subject: [PATCH] Remove minimum stability --- composer.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 70340218..f9555567 100644 --- a/composer.json +++ b/composer.json @@ -32,15 +32,12 @@ "email": "rdlowrey@php.net" } ], - "minimum-stability": "dev", - "prefer-stable": true, "require": { "php": ">=8.1", "revolt/event-loop": "^1 || ^0.2" }, "require-dev": { - "ext-json": "*", - "amphp/php-cs-fixer-config": "^2-dev", + "amphp/php-cs-fixer-config": "^2", "phpunit/phpunit": "^9", "psalm/phar": "^4.13" },