From a5d3a737223bd2b09ebb115d28adc28c11a96379 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 12 Feb 2024 20:58:56 +0100 Subject: [PATCH 1/3] Update composer.json --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index e372bb6..29d5f75 100644 --- a/composer.json +++ b/composer.json @@ -42,13 +42,13 @@ "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", From e36bb976bd1af4e98101e455b59c7ff44b682515 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 12 Feb 2024 21:08:19 +0100 Subject: [PATCH 2/3] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 29d5f75..b772bd0 100644 --- a/composer.json +++ b/composer.json @@ -51,6 +51,6 @@ "dev-master": "2.1-dev" } }, - "minimum-stability": "dev", + "prefer-stable": true } From 0c00a8ae0e69333dc68cef4c3709097b98d75cf3 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 12 Feb 2024 21:27:49 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 :)