Skip to content

Commit

Permalink
[TASK] Add support for Symfony components v7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
a-r-m-i-n committed Oct 28, 2024
1 parent cc7fd7c commit 685f5bd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "armin/md2pdf",
"description": "Converts multiple markdown files to HTML and PDF.",
"type": "library",
"version": "0.2.1",
"version": "0.3.0-dev",
"license": "MIT",
"authors": [
{
Expand All @@ -25,10 +25,10 @@
"php": "^8.1",
"ext-json": "*",
"ext-iconv": "*",
"symfony/console": "^5.4 || ^6.2",
"symfony/finder": "^5.4 || ^6.2",
"symfony/options-resolver": "^5.4 || ^6.2",
"symfony/yaml": "^5.4 || ^6.2",
"symfony/console": "^5.4 || ^6.2 || ^7.1",
"symfony/finder": "^5.4 || ^6.2 || ^7.1",
"symfony/options-resolver": "^5.4 || ^6.2 || ^7.1",
"symfony/yaml": "^5.4 || ^6.2 || ^7.1",
"league/commonmark": "^2.0",
"mpdf/mpdf": "^8.1",
"scrivo/highlight.php": "^9.18"
Expand Down

0 comments on commit 685f5bd

Please sign in to comment.