Skip to content

Commit 8462ccf

Browse files
committed
set minimum required PHP version
1 parent 5e7b867 commit 8462ccf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"require": {
2424
"ext-dom": "*",
2525
"league/html-to-markdown": "^5.1",
26-
"ext-yaml": "*"
26+
"ext-yaml": "*",
27+
"php": ">=8.3"
2728
},
2829
"require-dev": {
2930
"phpunit/phpunit": "^11.5"

0 commit comments

Comments
 (0)