Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Preface alexh-swdev

This is "just" a fork from sasedev/mpdf-bundle. The puporse of this fork is to keep it installable with Symfony up to 6.3 but I will NOT actively
This is "just" a fork from sasedev/mpdf-bundle. The puporse of this fork is to keep it installable with Symfony up to 6.4 but I will NOT actively
maintain it as long as it works for me. Also, I am no "pro" with composer and its versioning stuff. Nevertheless, feel free to use it at your own
risk as long as you don't blame me for anything :)

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
"require" : {
"php": ">=7.2",
"mpdf/mpdf": "*",
"symfony/config": "5.1 - 6.3",
"symfony/dependency-injection": "5.1 - 6.3",
"symfony/http-kernel": "5.1 - 6.3"
"symfony/config": "5.1 - 6.4",
"symfony/dependency-injection": "5.1 - 6.4",
"symfony/http-kernel": "5.1 - 6.4"
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
"dev-master": "2.1-dev"
}
},
"minimum-stability": "dev",

"prefer-stable": true
}