0.1.3 fix dependencies (php required now: >=8.3)
This commit is contained in:
parent
cfa74712a5
commit
b42ada72cc
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@
|
||||||
"version": "0.1.2",
|
"version": "0.1.2",
|
||||||
"require": {
|
"require": {
|
||||||
"league/commonmark": "^2.8",
|
"league/commonmark": "^2.8",
|
||||||
"symfony/yaml": "^8.0"
|
"symfony/yaml": "^7.0",
|
||||||
|
"php": ">=8.3"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue