From 65c2b7440f004a37a029905c25fcc0eb74a3b59e Mon Sep 17 00:00:00 2001 From: jekuaitk Date: Mon, 26 May 2025 15:19:25 +0200 Subject: [PATCH 1/3] Removed webmozart/path-util --- CHANGELOG.md | 1 + composer.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7175253..0003a74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ before starting to add changes. Use example [placed in the end of the page](#exa - Fix digital post commands - Updated versions in GitHub Actions `uses` steps - Updating the display of os2forms package on the status page +- Remove unused and abandoned package `webmozart/path-util`. ## [4.0.0] 2025-03-06 diff --git a/composer.json b/composer.json index 11ffd68..af82062 100644 --- a/composer.json +++ b/composer.json @@ -75,7 +75,6 @@ "php-http/guzzle7-adapter": "^1.0", "phpoffice/phpword": "^0.18.2", "symfony/options-resolver": "^5.4 || ^6.0", - "webmozart/path-util": "^2.3", "wsdltophp/packagebase": "^5.0", "zaporylie/composer-drupal-optimizations": "^1.2", "mglaman/composer-drupal-lenient": "^1.0" From cfac16874d81b43aebb91a890c24c2aaa65e4ab3 Mon Sep 17 00:00:00 2001 From: jekuaitk Date: Tue, 10 Jun 2025 11:05:10 +0200 Subject: [PATCH 2/3] Update CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bdc949..7be708d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ before starting to add changes. Use example [placed in the end of the page](#exa ## [Unreleased] +- Remove unused and abandoned package `webmozart/path-util`. + ## [4.1.0] 2025-06-03 - [PR-176](https://github.com/OS2Forms/os2forms/pull/176) @@ -22,7 +24,6 @@ before starting to add changes. Use example [placed in the end of the page](#exa - Fix digital post commands - Updated versions in GitHub Actions `uses` steps - Updating the display of os2forms package on the status page -- Remove unused and abandoned package `webmozart/path-util`. ## [4.0.0] 2025-03-06 From 8f0a49749957052da0d810a2898a0f6f93600956 Mon Sep 17 00:00:00 2001 From: jekuaitk Date: Tue, 10 Jun 2025 11:06:41 +0200 Subject: [PATCH 3/3] Updated CHANGELOG entry with link to PR --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be708d..765a9f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,8 @@ before starting to add changes. Use example [placed in the end of the page](#exa ## [Unreleased] -- Remove unused and abandoned package `webmozart/path-util`. +- [PR-179](https://github.com/OS2Forms/os2forms/pull/179) + Remove unused and abandoned package `webmozart/path-util`. ## [4.1.0] 2025-06-03