chore: update project dependencies, pin php version on prod

This commit is contained in:
Björn Fromme
2025-04-24 20:32:29 +02:00
parent adbfb49c11
commit 539dcae75b
2 changed files with 8 additions and 2 deletions
+4 -1
View File
@@ -65,7 +65,10 @@
"symfony/flex": true,
"symfony/runtime": true
},
"sort-packages": true
"sort-packages": true,
"platform": {
"php": "8.2.28"
}
},
"autoload": {
"psr-4": {
Generated
+4 -1
View File
@@ -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": "d80fbf64aabc9bf47d7cfc5a8bb02163",
"content-hash": "a9b6d7e03aaaf7cdf94102b79b8d581c",
"packages": [
{
"name": "carbonphp/carbon-doctrine-types",
@@ -13289,5 +13289,8 @@
"ext-sockets": "*"
},
"platform-dev": {},
"platform-overrides": {
"php": "8.2.28"
},
"plugin-api-version": "2.6.0"
}