From a60e8357e8513286107a0bc3a15ac27a5cd53ec8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Tue, 1 Sep 2026 12:52:15 +0200 Subject: [PATCH] fix: align php-versions between dev and prod --- .ddev/config.yaml | 2 +- composer.json | 5 ++++- composer.lock | 28 +++++++++++++++------------- 3 files changed, 20 insertions(+), 15 deletions(-) diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 700d2d6..e3c6052 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -1,6 +1,6 @@ type: php docroot: public -php_version: "8.3" +php_version: "8.4" webserver_type: apache-fpm xdebug_enabled: false additional_hostnames: [] diff --git a/composer.json b/composer.json index b381cfd..24af29a 100644 --- a/composer.json +++ b/composer.json @@ -86,7 +86,10 @@ "symfony/flex": true, "symfony/runtime": true }, - "sort-packages": true + "sort-packages": true, + "platform": { + "php": "8.4.24" + } }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 6083716..7d76a5b 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": "1d1b816b10e4f272645f6a817b0c1b9a", + "content-hash": "2f83a821022fcd019f4192cff19af85e", "packages": [ { "name": "beberlei/doctrineextensions", @@ -1193,30 +1193,29 @@ }, { "name": "doctrine/instantiator", - "version": "2.0.0", + "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", - "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0" + "reference": "23da848e1a2308728fe5fdddabf4be17ff9720c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", - "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", + "url": "https://api.github.com/repos/doctrine/instantiator/zipball/23da848e1a2308728fe5fdddabf4be17ff9720c7", + "reference": "23da848e1a2308728fe5fdddabf4be17ff9720c7", "shasum": "" }, "require": { - "php": "^8.1" + "php": "^8.4" }, "require-dev": { - "doctrine/coding-standard": "^11", + "doctrine/coding-standard": "^14", "ext-pdo": "*", "ext-phar": "*", "phpbench/phpbench": "^1.2", - "phpstan/phpstan": "^1.9.4", - "phpstan/phpstan-phpunit": "^1.3", - "phpunit/phpunit": "^9.5.27", - "vimeo/psalm": "^5.4" + "phpstan/phpstan": "^2.1", + "phpstan/phpstan-phpunit": "^2.0", + "phpunit/phpunit": "^10.5.58" }, "type": "library", "autoload": { @@ -1243,7 +1242,7 @@ ], "support": { "issues": "https://github.com/doctrine/instantiator/issues", - "source": "https://github.com/doctrine/instantiator/tree/2.0.0" + "source": "https://github.com/doctrine/instantiator/tree/2.1.0" }, "funding": [ { @@ -1259,7 +1258,7 @@ "type": "tidelift" } ], - "time": "2022-12-30T00:23:10+00:00" + "time": "2026-01-05T06:47:08+00:00" }, { "name": "doctrine/lexer", @@ -15971,5 +15970,8 @@ "ext-sockets": "*" }, "platform-dev": {}, + "platform-overrides": { + "php": "8.4.24" + }, "plugin-api-version": "2.9.0" }