From b42ada72cc1b3764d0664457b59d634a36c19638 Mon Sep 17 00:00:00 2001 From: Yusur Princeps Date: Thu, 12 Feb 2026 17:58:18 +0100 Subject: [PATCH 1/2] 0.1.3 fix dependencies (php required now: >=8.3) --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 51e858c..40caecd 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,8 @@ "version": "0.1.2", "require": { "league/commonmark": "^2.8", - "symfony/yaml": "^8.0" + "symfony/yaml": "^7.0", + "php": ">=8.3" }, "autoload": { "psr-4": { From 3a74901fb8beac4df5f57afca6d97874df22990a Mon Sep 17 00:00:00 2001 From: Yusur Princeps Date: Thu, 12 Feb 2026 17:59:08 +0100 Subject: [PATCH 2/2] 0.1.3 for real now --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 40caecd..daf0d6a 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "yusurko/caluta7", "type": "project", - "version": "0.1.2", + "version": "0.1.3", "require": { "league/commonmark": "^2.8", "symfony/yaml": "^7.0",