fix: align php-versions between dev and prod

This commit is contained in:
2026-09-01 12:52:15 +02:00
parent 2459af122f
commit a60e8357e8
3 changed files with 20 additions and 15 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
type: php type: php
docroot: public docroot: public
php_version: "8.3" php_version: "8.4"
webserver_type: apache-fpm webserver_type: apache-fpm
xdebug_enabled: false xdebug_enabled: false
additional_hostnames: [] additional_hostnames: []
+4 -1
View File
@@ -86,7 +86,10 @@
"symfony/flex": true, "symfony/flex": true,
"symfony/runtime": true "symfony/runtime": true
}, },
"sort-packages": true "sort-packages": true,
"platform": {
"php": "8.4.24"
}
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
Generated
+15 -13
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "1d1b816b10e4f272645f6a817b0c1b9a", "content-hash": "2f83a821022fcd019f4192cff19af85e",
"packages": [ "packages": [
{ {
"name": "beberlei/doctrineextensions", "name": "beberlei/doctrineextensions",
@@ -1193,30 +1193,29 @@
}, },
{ {
"name": "doctrine/instantiator", "name": "doctrine/instantiator",
"version": "2.0.0", "version": "2.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/instantiator.git", "url": "https://github.com/doctrine/instantiator.git",
"reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0" "reference": "23da848e1a2308728fe5fdddabf4be17ff9720c7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", "url": "https://api.github.com/repos/doctrine/instantiator/zipball/23da848e1a2308728fe5fdddabf4be17ff9720c7",
"reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", "reference": "23da848e1a2308728fe5fdddabf4be17ff9720c7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^8.1" "php": "^8.4"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^11", "doctrine/coding-standard": "^14",
"ext-pdo": "*", "ext-pdo": "*",
"ext-phar": "*", "ext-phar": "*",
"phpbench/phpbench": "^1.2", "phpbench/phpbench": "^1.2",
"phpstan/phpstan": "^1.9.4", "phpstan/phpstan": "^2.1",
"phpstan/phpstan-phpunit": "^1.3", "phpstan/phpstan-phpunit": "^2.0",
"phpunit/phpunit": "^9.5.27", "phpunit/phpunit": "^10.5.58"
"vimeo/psalm": "^5.4"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -1243,7 +1242,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/instantiator/issues", "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": [ "funding": [
{ {
@@ -1259,7 +1258,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-12-30T00:23:10+00:00" "time": "2026-01-05T06:47:08+00:00"
}, },
{ {
"name": "doctrine/lexer", "name": "doctrine/lexer",
@@ -15971,5 +15970,8 @@
"ext-sockets": "*" "ext-sockets": "*"
}, },
"platform-dev": {}, "platform-dev": {},
"platform-overrides": {
"php": "8.4.24"
},
"plugin-api-version": "2.9.0" "plugin-api-version": "2.9.0"
} }