From 35f9dbc9ad21d6c522ecb78e8db3c4e8266f3d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimondas=20Rimkevi=C4=8Dius?= Date: Tue, 2 Apr 2024 06:31:52 +0300 Subject: [PATCH] "minimum-stability": "beta", --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 44f9f8d..356230c 100644 --- a/composer.json +++ b/composer.json @@ -4,10 +4,11 @@ "type": "library", "require": { "imponeer/smarty-extensions-contracts": "^3.0", - "php": "^7.3 || ^8.0", + "php": "^8.1", "sunrise/http-router": "^3" }, "license": "MIT", + "minimum-stability": "beta", "authors": [ { "name": "Raimondas Rimkevičius (aka MekDrop)",