diff --git a/README.md b/README.md index ec9fd64..cfad75e 100644 --- a/README.md +++ b/README.md @@ -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 :) diff --git a/composer.json b/composer.json index e372bb6..b772bd0 100644 --- a/composer.json +++ b/composer.json @@ -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 }