From a15f05d76447879110d6bf888236f47eff834c07 Mon Sep 17 00:00:00 2001 From: Juliette <663378+jrfnl@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:10:36 +0200 Subject: [PATCH] Composer: psalm 5 is out of beta (#327) Psalm 5 has been out of beta for quite a while now (November 2022), so let's remove the `@beta`. Co-authored-by: jrfnl --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4c19c05..5ae1091 100644 --- a/composer.json +++ b/composer.json @@ -57,6 +57,6 @@ "phpcsstandards/phpcsdevcs": "^1.1", "phpstan/phpstan": "^1.7", "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0", - "vimeo/psalm": "^0.2 || ^0.3 || ^1.1 || ^4.24 || ^5.0@beta" + "vimeo/psalm": "^0.2 || ^0.3 || ^1.1 || ^4.24 || ^5.0" } }