Compare commits

..

2 commits

Author SHA1 Message Date
3a74901fb8 0.1.3 for real now 2026-02-12 17:59:08 +01:00
b42ada72cc 0.1.3 fix dependencies (php required now: >=8.3) 2026-02-12 17:58:18 +01:00

View file

@ -1,10 +1,11 @@
{
"name": "yusurko/caluta7",
"type": "project",
"version": "0.1.2",
"version": "0.1.3",
"require": {
"league/commonmark": "^2.8",
"symfony/yaml": "^8.0"
"symfony/yaml": "^7.0",
"php": ">=8.3"
},
"autoload": {
"psr-4": {