0.1.3 fix dependencies (php required now: >=8.3)

This commit is contained in:
Yusur 2026-02-12 17:58:18 +01:00
parent cfa74712a5
commit b42ada72cc

View file

@ -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": {