Skip to content

Commit

Permalink
set minimum required PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
KurtThiemann committed Dec 19, 2024
1 parent 5e7b867 commit 8462ccf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"require": {
"ext-dom": "*",
"league/html-to-markdown": "^5.1",
"ext-yaml": "*"
"ext-yaml": "*",
"php": ">=8.3"
},
"require-dev": {
"phpunit/phpunit": "^11.5"
Expand Down

0 comments on commit 8462ccf

Please sign in to comment.