From b8c46087544f9dd120884e441eabadade084d2ca Mon Sep 17 00:00:00 2001 From: Christos Sidiropoulos Date: Mon, 12 Feb 2024 14:14:09 +0100 Subject: [PATCH 1/3] Change vendor from `kitodo` to `ub-mannheim` Signed-off-by: Christos Sidiropoulos --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4a75953177..4e502b758c 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "kitodo/presentation", + "name": "ub-mannheim/presentation", "description": "Base plugins, modules, services and API of the Digital Library Framework. It is part of the community-based Kitodo Digitization Suite.", "type": "typo3-cms-extension", "homepage": "https://www.kitodo.org", From d3f62f1037eed9a127a22ad8973a689298dc7a48 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 8 Feb 2025 17:14:45 +0100 Subject: [PATCH 2/3] Allow PHP 8.4 Signed-off-by: Stefan Weil --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4e502b758c..a6a6200abb 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "docs": "https://docs.typo3.org/p/kitodo/presentation/main/en-us/" }, "require": { - "php": "8.1 - 8.3", + "php": "8.1 - 8.4", "ext-curl": "*", "ext-dom": "*", "ext-json": "*", From ae9fc7f47acb08619820c59c7e866a59d6678efc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 06:15:33 +0000 Subject: [PATCH 3/3] Bump phpstan/phpstan from 1.12.18 to 2.1.14 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.12.18 to 2.1.14. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.12.18...2.1.14) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-version: 2.1.14 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index a6a6200abb..74a038fe43 100644 --- a/composer.json +++ b/composer.json @@ -43,7 +43,7 @@ "symfony/process": "^5.4|^6.4" }, "require-dev": { - "phpstan/phpstan": "^1.12", + "phpstan/phpstan": "^2.1", "phpunit/phpunit": "^9.6.20", "spatie/phpunit-watcher": "^1.23", "typo3/cms-backend": "^11.5.41|^12.4.24", diff --git a/composer.lock b/composer.lock index 05fe98e31c..155ddcbe9f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "03395e1b550c4df9dbc405a18cf0b843", + "content-hash": "bb2ae7a86e4ad07ccabab5f31fa3b953", "packages": [ { "name": "bacon/bacon-qr-code", @@ -6603,20 +6603,20 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.18", + "version": "2.1.14", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "fef9f07814a573399229304bb0046affdf558812" + "reference": "8f2e03099cac24ff3b379864d171c5acbfc6b9a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/fef9f07814a573399229304bb0046affdf558812", - "reference": "fef9f07814a573399229304bb0046affdf558812", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8f2e03099cac24ff3b379864d171c5acbfc6b9a2", + "reference": "8f2e03099cac24ff3b379864d171c5acbfc6b9a2", "shasum": "" }, "require": { - "php": "^7.2|^8.0" + "php": "^7.4|^8.0" }, "conflict": { "phpstan/phpstan-shim": "*" @@ -6657,7 +6657,7 @@ "type": "github" } ], - "time": "2025-02-13T12:44:44+00:00" + "time": "2025-05-02T15:32:28+00:00" }, { "name": "phpunit/php-code-coverage", @@ -8898,7 +8898,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "8.1 - 8.3", + "php": "8.1 - 8.4", "ext-curl": "*", "ext-dom": "*", "ext-json": "*",