This commit is contained in:
2025-03-18 15:04:41 +01:00
parent fc1ef6f3ec
commit aa52f216bd
14 changed files with 107 additions and 53 deletions
+15 -10
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": "c7d5407f0c4f5f2541c1ca93c55b048e",
"content-hash": "7f8576ede293dfe8fab8567bc5745665",
"packages": [
{
"name": "doctrine/annotations",
@@ -4159,16 +4159,16 @@
},
{
"name": "symfony/flex",
"version": "v1.18.5",
"version": "v1.21.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/flex.git",
"reference": "10e438f53a972439675dc720706f0cd5c0ed94f1"
"reference": "06b58a5e5b4c6528fb12e0fac5fea0db3f1e7ae8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/flex/zipball/10e438f53a972439675dc720706f0cd5c0ed94f1",
"reference": "10e438f53a972439675dc720706f0cd5c0ed94f1",
"url": "https://api.github.com/repos/symfony/flex/zipball/06b58a5e5b4c6528fb12e0fac5fea0db3f1e7ae8",
"reference": "06b58a5e5b4c6528fb12e0fac5fea0db3f1e7ae8",
"shasum": ""
},
"require": {
@@ -4204,7 +4204,7 @@
"description": "Composer plugin for Symfony",
"support": {
"issues": "https://github.com/symfony/flex/issues",
"source": "https://github.com/symfony/flex/tree/v1.18.5"
"source": "https://github.com/symfony/flex/tree/v1.21.6"
},
"funding": [
{
@@ -4220,7 +4220,7 @@
"type": "tidelift"
}
],
"time": "2022-02-16T17:26:46+00:00"
"time": "2024-03-02T08:16:37+00:00"
},
{
"name": "symfony/form",
@@ -8976,10 +8976,15 @@
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": ">=7.2.5",
"php": ">=7.4",
"ext-ctype": "*",
"ext-iconv": "*"
"ext-curl": "*",
"ext-dom": "*",
"ext-iconv": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-simplexml": "*"
},
"platform-dev": [],
"plugin-api-version": "2.2.0"
"plugin-api-version": "2.3.0"
}