Skip to content

Commit

Permalink
Fix composer minimum version for league/commonmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick243 authored and josaphatim committed Dec 16, 2023
1 parent c5c2604 commit 0357722
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 45 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ezyang/htmlpurifier": "^4.13",
"henrique-borba/php-sieve-manager": "^1.0.0",
"bacon/bacon-qr-code": "^1.0.3 || ^2.0.0",
"php": ">=7.3",
"php": ">=7.4",
"ext-mbstring": "*",
"ext-json": "*",
"ext-curl": "*",
Expand All @@ -54,7 +54,7 @@
},
"config": {
"platform": {
"php": "7.3"
"php": "7.4"
},
"optimize-autoloader": true,
"allow-plugins": {
Expand Down
86 changes: 43 additions & 43 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0357722

Please sign in to comment.