Skip to content

Commit

Permalink
Merge pull request #30 from kdambekalns/task/flow-8-compatibility
Browse files Browse the repository at this point in the history
Flow 8.x compatibility
  • Loading branch information
kdambekalns authored Dec 6, 2024
2 parents bd25f40 + 9b2da0e commit 9449ad1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "Provides a quick and simple way to generate a PDF from a Fluid Template through the MPDF library",
"license": "LGPL-3.0-or-later",
"require": {
"neos/flow": "^4.0 || ^5.0 || ^6.0 || ^7.0",
"mpdf/mpdf": ">7.0"
"neos/flow": "^8.0",
"mpdf/mpdf": "^8.1"
},
"suggest": {
"knplabs/knp-snappy": "wkhtmltopdf wrapper to use the WebkitGenerator",
Expand Down Expand Up @@ -56,7 +56,8 @@
"Neos.Flow-20201003165200",
"Neos.Flow-20201109224100",
"Neos.Flow-20201205172733",
"Neos.Flow-20201207104500"
"Neos.Flow-20201207104500",
"Neos.Flow-20220318174300"
]
}
}

0 comments on commit 9449ad1

Please sign in to comment.