Fixes
Some checks failed
Gitea Actions / Run-Tests-On-Arm64 (push) Failing after 2m54s
Gitea Actions / Run-Tests-On-Amd64 (push) Failing after 5m17s

This commit is contained in:
Thomas Peterson 2025-03-01 22:22:23 +01:00
parent d636fb8f58
commit 30deb9bb8f
4 changed files with 223 additions and 143 deletions

View File

@ -137,7 +137,7 @@ services:
volumes: volumes:
- ${MYSQL_BACKUP_PATH_HOST?}:/docker-entrypoint-initdb.d/database.sql - ${MYSQL_BACKUP_PATH_HOST?}:/docker-entrypoint-initdb.d/database.sql
# - mysql:/var/lib/mysql # - mysql:/var/lib/mysql
# command: mysqld --sql_mode="ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" --character-set-server=utf8 --collation-server=utf8_slovenian_ci --innodb-flush-log-at-trx-commit=0 command: --sql_mode="ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" --character-set-server=utf8 --collation-server=utf8_slovenian_ci --innodb-flush-log-at-trx-commit=0
networks: networks:
- network - network
ports: ports:

358
src/new/composer.lock generated
View File

@ -3949,16 +3949,16 @@
}, },
{ {
"name": "knplabs/knp-menu", "name": "knplabs/knp-menu",
"version": "v3.6.0", "version": "v3.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/KnpLabs/KnpMenu.git", "url": "https://github.com/KnpLabs/KnpMenu.git",
"reference": "ac96b711cf7b4178747b0ecde79d7e5e05dbcd28" "reference": "328bb430a0afad0b6eae2bd4bfea8e15db616fd6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/ac96b711cf7b4178747b0ecde79d7e5e05dbcd28", "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/328bb430a0afad0b6eae2bd4bfea8e15db616fd6",
"reference": "ac96b711cf7b4178747b0ecde79d7e5e05dbcd28", "reference": "328bb430a0afad0b6eae2bd4bfea8e15db616fd6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4016,9 +4016,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/KnpLabs/KnpMenu/issues", "issues": "https://github.com/KnpLabs/KnpMenu/issues",
"source": "https://github.com/KnpLabs/KnpMenu/tree/v3.6.0" "source": "https://github.com/KnpLabs/KnpMenu/tree/v3.7.0"
}, },
"time": "2024-12-20T10:10:51+00:00" "time": "2025-02-28T08:21:46+00:00"
}, },
{ {
"name": "knplabs/knp-menu-bundle", "name": "knplabs/knp-menu-bundle",
@ -4895,34 +4895,37 @@
}, },
{ {
"name": "mongodb/mongodb", "name": "mongodb/mongodb",
"version": "1.20.0", "version": "1.21.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mongodb/mongo-php-library.git", "url": "https://github.com/mongodb/mongo-php-library.git",
"reference": "75da9ea3b63d97b05e0e8648d8c09a17bc54c0b6" "reference": "d216a5bfc62c9b63ba3523565a35856ab91f78d9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mongodb/mongo-php-library/zipball/75da9ea3b63d97b05e0e8648d8c09a17bc54c0b6", "url": "https://api.github.com/repos/mongodb/mongo-php-library/zipball/d216a5bfc62c9b63ba3523565a35856ab91f78d9",
"reference": "75da9ea3b63d97b05e0e8648d8c09a17bc54c0b6", "reference": "d216a5bfc62c9b63ba3523565a35856ab91f78d9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer-runtime-api": "^2.0", "composer-runtime-api": "^2.0",
"ext-hash": "*", "ext-hash": "*",
"ext-json": "*", "ext-json": "*",
"ext-mongodb": "^1.20.0", "ext-mongodb": "^1.21.0",
"php": "^7.4 || ^8.0", "php": "^8.1",
"psr/log": "^1.1.4|^2|^3", "psr/log": "^1.1.4|^2|^3",
"symfony/polyfill-php80": "^1.27", "symfony/polyfill-php80": "^1.27",
"symfony/polyfill-php81": "^1.27" "symfony/polyfill-php81": "^1.27"
}, },
"replace": {
"mongodb/builder": "*"
},
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^12.0", "doctrine/coding-standard": "^12.0",
"rector/rector": "^1.1", "phpunit/phpunit": "^10.5.35",
"rector/rector": "^1.2",
"squizlabs/php_codesniffer": "^3.7", "squizlabs/php_codesniffer": "^3.7",
"symfony/phpunit-bridge": "^5.2", "vimeo/psalm": "6.5.*"
"vimeo/psalm": "^5.13"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -4966,9 +4969,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/mongodb/mongo-php-library/issues", "issues": "https://github.com/mongodb/mongo-php-library/issues",
"source": "https://github.com/mongodb/mongo-php-library/tree/1.20.0" "source": "https://github.com/mongodb/mongo-php-library/tree/1.21.0"
}, },
"time": "2024-09-25T12:54:08+00:00" "time": "2025-02-28T11:14:09+00:00"
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
@ -8515,16 +8518,16 @@
}, },
{ {
"name": "symfony/cache", "name": "symfony/cache",
"version": "v6.4.18", "version": "v6.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/cache.git", "url": "https://github.com/symfony/cache.git",
"reference": "b209751ed25f735ea90ca4c9c969d9413a17dfee" "reference": "342e87b15ac02e4b4f0924ddc368e75d5262aab3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/b209751ed25f735ea90ca4c9c969d9413a17dfee", "url": "https://api.github.com/repos/symfony/cache/zipball/342e87b15ac02e4b4f0924ddc368e75d5262aab3",
"reference": "b209751ed25f735ea90ca4c9c969d9413a17dfee", "reference": "342e87b15ac02e4b4f0924ddc368e75d5262aab3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8591,7 +8594,7 @@
"psr6" "psr6"
], ],
"support": { "support": {
"source": "https://github.com/symfony/cache/tree/v6.4.18" "source": "https://github.com/symfony/cache/tree/v6.4.19"
}, },
"funding": [ "funding": [
{ {
@ -8607,7 +8610,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-01-22T14:13:52+00:00" "time": "2025-02-26T09:12:57+00:00"
}, },
{ {
"name": "symfony/cache-contracts", "name": "symfony/cache-contracts",
@ -8930,16 +8933,16 @@
}, },
{ {
"name": "symfony/dependency-injection", "name": "symfony/dependency-injection",
"version": "v6.4.16", "version": "v6.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dependency-injection.git", "url": "https://github.com/symfony/dependency-injection.git",
"reference": "7a379d8871f6a36f01559c14e11141cc02eb8dc8" "reference": "b343c3b2f1539fe41331657b37d5c96c1d1ea842"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/7a379d8871f6a36f01559c14e11141cc02eb8dc8", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b343c3b2f1539fe41331657b37d5c96c1d1ea842",
"reference": "7a379d8871f6a36f01559c14e11141cc02eb8dc8", "reference": "b343c3b2f1539fe41331657b37d5c96c1d1ea842",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8991,7 +8994,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application", "description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/dependency-injection/tree/v6.4.16" "source": "https://github.com/symfony/dependency-injection/tree/v6.4.19"
}, },
"funding": [ "funding": [
{ {
@ -9007,7 +9010,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-11-25T14:52:46+00:00" "time": "2025-02-20T10:02:49+00:00"
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
@ -9078,16 +9081,16 @@
}, },
{ {
"name": "symfony/doctrine-bridge", "name": "symfony/doctrine-bridge",
"version": "v6.4.18", "version": "v6.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/doctrine-bridge.git", "url": "https://github.com/symfony/doctrine-bridge.git",
"reference": "fd0094d4648bf6bbdafcd1f0c8aafb6e93d735e6" "reference": "22df1e858b8b00647c67fc201dfbea65c0fdab15"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/fd0094d4648bf6bbdafcd1f0c8aafb6e93d735e6", "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/22df1e858b8b00647c67fc201dfbea65c0fdab15",
"reference": "fd0094d4648bf6bbdafcd1f0c8aafb6e93d735e6", "reference": "22df1e858b8b00647c67fc201dfbea65c0fdab15",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9166,7 +9169,7 @@
"description": "Provides integration for Doctrine with various Symfony components", "description": "Provides integration for Doctrine with various Symfony components",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/doctrine-bridge/tree/v6.4.18" "source": "https://github.com/symfony/doctrine-bridge/tree/v6.4.19"
}, },
"funding": [ "funding": [
{ {
@ -9182,7 +9185,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-01-25T08:04:58+00:00" "time": "2025-02-18T08:43:25+00:00"
}, },
{ {
"name": "symfony/dotenv", "name": "symfony/dotenv",
@ -9260,16 +9263,16 @@
}, },
{ {
"name": "symfony/error-handler", "name": "symfony/error-handler",
"version": "v6.4.18", "version": "v6.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/error-handler.git", "url": "https://github.com/symfony/error-handler.git",
"reference": "e8d3b5b1975e67812a54388b1ba8e9ec28eb770e" "reference": "3d4e55cd2b8f1979a65eba9ab749d6466c316f71"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/e8d3b5b1975e67812a54388b1ba8e9ec28eb770e", "url": "https://api.github.com/repos/symfony/error-handler/zipball/3d4e55cd2b8f1979a65eba9ab749d6466c316f71",
"reference": "e8d3b5b1975e67812a54388b1ba8e9ec28eb770e", "reference": "3d4e55cd2b8f1979a65eba9ab749d6466c316f71",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9315,7 +9318,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code", "description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/error-handler/tree/v6.4.18" "source": "https://github.com/symfony/error-handler/tree/v6.4.19"
}, },
"funding": [ "funding": [
{ {
@ -9331,7 +9334,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-01-06T09:38:16+00:00" "time": "2025-02-02T20:16:33+00:00"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
@ -9850,16 +9853,16 @@
}, },
{ {
"name": "symfony/framework-bundle", "name": "symfony/framework-bundle",
"version": "v6.4.18", "version": "v6.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/framework-bundle.git", "url": "https://github.com/symfony/framework-bundle.git",
"reference": "91df8ee37543ebc01756c9e5eaf94d1878ff1ccd" "reference": "078a6f11cb34d208d6efc74003d77f66a09fa3c2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/framework-bundle/zipball/91df8ee37543ebc01756c9e5eaf94d1878ff1ccd", "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/078a6f11cb34d208d6efc74003d77f66a09fa3c2",
"reference": "91df8ee37543ebc01756c9e5eaf94d1878ff1ccd", "reference": "078a6f11cb34d208d6efc74003d77f66a09fa3c2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9979,7 +9982,7 @@
"description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/framework-bundle/tree/v6.4.18" "source": "https://github.com/symfony/framework-bundle/tree/v6.4.19"
}, },
"funding": [ "funding": [
{ {
@ -9995,20 +9998,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-01-28T18:47:02+00:00" "time": "2025-02-26T07:27:07+00:00"
}, },
{ {
"name": "symfony/http-client", "name": "symfony/http-client",
"version": "v6.4.18", "version": "v6.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-client.git", "url": "https://github.com/symfony/http-client.git",
"reference": "394b440934056b8d9d6ba250001458e9d7998b7f" "reference": "3294a433fc9d12ae58128174896b5b1822c28dad"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/394b440934056b8d9d6ba250001458e9d7998b7f", "url": "https://api.github.com/repos/symfony/http-client/zipball/3294a433fc9d12ae58128174896b5b1822c28dad",
"reference": "394b440934056b8d9d6ba250001458e9d7998b7f", "reference": "3294a433fc9d12ae58128174896b5b1822c28dad",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10072,7 +10075,7 @@
"http" "http"
], ],
"support": { "support": {
"source": "https://github.com/symfony/http-client/tree/v6.4.18" "source": "https://github.com/symfony/http-client/tree/v6.4.19"
}, },
"funding": [ "funding": [
{ {
@ -10088,7 +10091,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-01-28T15:49:13+00:00" "time": "2025-02-13T09:55:13+00:00"
}, },
{ {
"name": "symfony/http-client-contracts", "name": "symfony/http-client-contracts",
@ -10247,16 +10250,16 @@
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v6.4.18", "version": "v6.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "fca7197bfe9e99dfae7fb1ad3f7f5bd9ef80e1b7" "reference": "88f2c9f7feff86bb7b9105c5151bc2c1404cd64c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/fca7197bfe9e99dfae7fb1ad3f7f5bd9ef80e1b7", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/88f2c9f7feff86bb7b9105c5151bc2c1404cd64c",
"reference": "fca7197bfe9e99dfae7fb1ad3f7f5bd9ef80e1b7", "reference": "88f2c9f7feff86bb7b9105c5151bc2c1404cd64c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10341,7 +10344,7 @@
"description": "Provides a structured process for converting a Request into a Response", "description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-kernel/tree/v6.4.18" "source": "https://github.com/symfony/http-kernel/tree/v6.4.19"
}, },
"funding": [ "funding": [
{ {
@ -10357,7 +10360,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-01-29T07:25:58+00:00" "time": "2025-02-26T10:51:37+00:00"
}, },
{ {
"name": "symfony/intl", "name": "symfony/intl",
@ -10603,16 +10606,16 @@
}, },
{ {
"name": "symfony/mime", "name": "symfony/mime",
"version": "v6.4.18", "version": "v6.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/mime.git", "url": "https://github.com/symfony/mime.git",
"reference": "917d77981eb1ea963608d5cda4d9c0cf72eaa68e" "reference": "ac537b6c55ccc2c749f3c979edfa9ec14aaed4f3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/917d77981eb1ea963608d5cda4d9c0cf72eaa68e", "url": "https://api.github.com/repos/symfony/mime/zipball/ac537b6c55ccc2c749f3c979edfa9ec14aaed4f3",
"reference": "917d77981eb1ea963608d5cda4d9c0cf72eaa68e", "reference": "ac537b6c55ccc2c749f3c979edfa9ec14aaed4f3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10668,7 +10671,7 @@
"mime-type" "mime-type"
], ],
"support": { "support": {
"source": "https://github.com/symfony/mime/tree/v6.4.18" "source": "https://github.com/symfony/mime/tree/v6.4.19"
}, },
"funding": [ "funding": [
{ {
@ -10684,7 +10687,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-01-23T13:10:52+00:00" "time": "2025-02-17T21:23:52+00:00"
}, },
{ {
"name": "symfony/monolog-bridge", "name": "symfony/monolog-bridge",
@ -11768,16 +11771,16 @@
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v6.4.15", "version": "v6.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "3cb242f059c14ae08591c5c4087d1fe443564392" "reference": "7a1c12e87b08ec9c97abdd188c9b3f5a40e37fc3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/3cb242f059c14ae08591c5c4087d1fe443564392", "url": "https://api.github.com/repos/symfony/process/zipball/7a1c12e87b08ec9c97abdd188c9b3f5a40e37fc3",
"reference": "3cb242f059c14ae08591c5c4087d1fe443564392", "reference": "7a1c12e87b08ec9c97abdd188c9b3f5a40e37fc3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -11809,7 +11812,7 @@
"description": "Executes commands in sub-processes", "description": "Executes commands in sub-processes",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/process/tree/v6.4.15" "source": "https://github.com/symfony/process/tree/v6.4.19"
}, },
"funding": [ "funding": [
{ {
@ -11825,7 +11828,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-11-06T14:19:14+00:00" "time": "2025-02-04T13:35:48+00:00"
}, },
{ {
"name": "symfony/property-access", "name": "symfony/property-access",
@ -12487,16 +12490,16 @@
}, },
{ {
"name": "symfony/security-http", "name": "symfony/security-http",
"version": "v6.4.18", "version": "v6.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/security-http.git", "url": "https://github.com/symfony/security-http.git",
"reference": "54f2ccce1f3822eee3fb3a85debd9a67d12762b8" "reference": "a57bb00b01036865e6c08d0c8540df429534df19"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/security-http/zipball/54f2ccce1f3822eee3fb3a85debd9a67d12762b8", "url": "https://api.github.com/repos/symfony/security-http/zipball/a57bb00b01036865e6c08d0c8540df429534df19",
"reference": "54f2ccce1f3822eee3fb3a85debd9a67d12762b8", "reference": "a57bb00b01036865e6c08d0c8540df429534df19",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -12555,7 +12558,7 @@
"description": "Symfony Security Component - HTTP Integration", "description": "Symfony Security Component - HTTP Integration",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/security-http/tree/v6.4.18" "source": "https://github.com/symfony/security-http/tree/v6.4.19"
}, },
"funding": [ "funding": [
{ {
@ -12571,20 +12574,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-01-28T14:53:52+00:00" "time": "2025-01-28T19:24:43+00:00"
}, },
{ {
"name": "symfony/serializer", "name": "symfony/serializer",
"version": "v6.4.18", "version": "v6.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/serializer.git", "url": "https://github.com/symfony/serializer.git",
"reference": "6ad986f62276da4c8c69754decfaa445a89cb6e3" "reference": "a221b2f6066af304d760cff7a26f201b4fab4aef"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/serializer/zipball/6ad986f62276da4c8c69754decfaa445a89cb6e3", "url": "https://api.github.com/repos/symfony/serializer/zipball/a221b2f6066af304d760cff7a26f201b4fab4aef",
"reference": "6ad986f62276da4c8c69754decfaa445a89cb6e3", "reference": "a221b2f6066af304d760cff7a26f201b4fab4aef",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -12653,7 +12656,7 @@
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/serializer/tree/v6.4.18" "source": "https://github.com/symfony/serializer/tree/v6.4.19"
}, },
"funding": [ "funding": [
{ {
@ -12669,7 +12672,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-01-28T18:47:02+00:00" "time": "2025-02-24T08:42:36+00:00"
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
@ -12977,16 +12980,16 @@
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v6.4.13", "version": "v6.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
"reference": "bee9bfabfa8b4045a66bf82520e492cddbaffa66" "reference": "3b9bf9f33997c064885a7bfc126c14b9daa0e00e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/bee9bfabfa8b4045a66bf82520e492cddbaffa66", "url": "https://api.github.com/repos/symfony/translation/zipball/3b9bf9f33997c064885a7bfc126c14b9daa0e00e",
"reference": "bee9bfabfa8b4045a66bf82520e492cddbaffa66", "reference": "3b9bf9f33997c064885a7bfc126c14b9daa0e00e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -13052,7 +13055,7 @@
"description": "Provides tools to internationalize your application", "description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/translation/tree/v6.4.13" "source": "https://github.com/symfony/translation/tree/v6.4.19"
}, },
"funding": [ "funding": [
{ {
@ -13068,7 +13071,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-09-27T18:14:25+00:00" "time": "2025-02-13T10:18:43+00:00"
}, },
{ {
"name": "symfony/translation-contracts", "name": "symfony/translation-contracts",
@ -13150,16 +13153,16 @@
}, },
{ {
"name": "symfony/twig-bridge", "name": "symfony/twig-bridge",
"version": "v6.4.17", "version": "v6.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/twig-bridge.git", "url": "https://github.com/symfony/twig-bridge.git",
"reference": "238e1aac992b5231c66faf10131ace7bdba97065" "reference": "d6aecb7196bf610e63ebb64f937c33878d5d03b1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/twig-bridge/zipball/238e1aac992b5231c66faf10131ace7bdba97065", "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/d6aecb7196bf610e63ebb64f937c33878d5d03b1",
"reference": "238e1aac992b5231c66faf10131ace7bdba97065", "reference": "d6aecb7196bf610e63ebb64f937c33878d5d03b1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -13239,7 +13242,7 @@
"description": "Provides integration for Twig with various Symfony components", "description": "Provides integration for Twig with various Symfony components",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/twig-bridge/tree/v6.4.17" "source": "https://github.com/symfony/twig-bridge/tree/v6.4.19"
}, },
"funding": [ "funding": [
{ {
@ -13255,7 +13258,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-12-19T14:08:41+00:00" "time": "2025-02-14T09:54:06+00:00"
}, },
{ {
"name": "symfony/twig-bundle", "name": "symfony/twig-bundle",
@ -13690,16 +13693,16 @@
}, },
{ {
"name": "symfony/validator", "name": "symfony/validator",
"version": "v6.4.18", "version": "v6.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/validator.git", "url": "https://github.com/symfony/validator.git",
"reference": "ce20367d07b2592202e9c266b16a93fa50145207" "reference": "f3e853dffe7c5db675686b8216d6d890dad8c885"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/validator/zipball/ce20367d07b2592202e9c266b16a93fa50145207", "url": "https://api.github.com/repos/symfony/validator/zipball/f3e853dffe7c5db675686b8216d6d890dad8c885",
"reference": "ce20367d07b2592202e9c266b16a93fa50145207", "reference": "f3e853dffe7c5db675686b8216d6d890dad8c885",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -13767,7 +13770,7 @@
"description": "Provides tools to validate values", "description": "Provides tools to validate values",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/validator/tree/v6.4.18" "source": "https://github.com/symfony/validator/tree/v6.4.19"
}, },
"funding": [ "funding": [
{ {
@ -13783,7 +13786,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-01-27T16:05:44+00:00" "time": "2025-02-19T13:12:02+00:00"
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
@ -13872,16 +13875,16 @@
}, },
{ {
"name": "symfony/var-exporter", "name": "symfony/var-exporter",
"version": "v6.4.13", "version": "v6.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-exporter.git", "url": "https://github.com/symfony/var-exporter.git",
"reference": "0f605f72a363f8743001038a176eeb2a11223b51" "reference": "be6e71b0c257884c1107313de5d247741cfea172"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/0f605f72a363f8743001038a176eeb2a11223b51", "url": "https://api.github.com/repos/symfony/var-exporter/zipball/be6e71b0c257884c1107313de5d247741cfea172",
"reference": "0f605f72a363f8743001038a176eeb2a11223b51", "reference": "be6e71b0c257884c1107313de5d247741cfea172",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -13929,7 +13932,7 @@
"serialize" "serialize"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-exporter/tree/v6.4.13" "source": "https://github.com/symfony/var-exporter/tree/v6.4.19"
}, },
"funding": [ "funding": [
{ {
@ -13945,7 +13948,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-09-25T14:18:03+00:00" "time": "2025-02-13T09:33:32+00:00"
}, },
{ {
"name": "symfony/web-link", "name": "symfony/web-link",
@ -15322,16 +15325,16 @@
}, },
{ {
"name": "nelmio/alice", "name": "nelmio/alice",
"version": "3.14.1", "version": "3.14.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nelmio/alice.git", "url": "https://github.com/nelmio/alice.git",
"reference": "1b14cbacdc9d124d0f51c859faeacba397794083" "reference": "f353866956ac4760514e24e8d51902d261d50489"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nelmio/alice/zipball/1b14cbacdc9d124d0f51c859faeacba397794083", "url": "https://api.github.com/repos/nelmio/alice/zipball/f353866956ac4760514e24e8d51902d261d50489",
"reference": "1b14cbacdc9d124d0f51c859faeacba397794083", "reference": "f353866956ac4760514e24e8d51902d261d50489",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -15339,6 +15342,7 @@
"myclabs/deep-copy": "^1.10", "myclabs/deep-copy": "^1.10",
"php": "^8.1", "php": "^8.1",
"sebastian/comparator": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0", "sebastian/comparator": "^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"symfony/polyfill-php84": "^1.31",
"symfony/property-access": "^6.4 || ^7.0", "symfony/property-access": "^6.4 || ^7.0",
"symfony/yaml": "^6.0 || ^7.0" "symfony/yaml": "^6.0 || ^7.0"
}, },
@ -15405,7 +15409,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/nelmio/alice/issues", "issues": "https://github.com/nelmio/alice/issues",
"source": "https://github.com/nelmio/alice/tree/3.14.1" "source": "https://github.com/nelmio/alice/tree/3.14.2"
}, },
"funding": [ "funding": [
{ {
@ -15413,7 +15417,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-02-24T11:01:06+00:00" "time": "2025-02-26T09:01:07+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
@ -17305,16 +17309,16 @@
}, },
{ {
"name": "symfony/browser-kit", "name": "symfony/browser-kit",
"version": "v6.4.13", "version": "v6.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/browser-kit.git", "url": "https://github.com/symfony/browser-kit.git",
"reference": "65d4b3fd9556e4b5b41287bef93c671f8f9f86ab" "reference": "ce95f3e3239159e7fa3be7690c6ce95a4714637f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/65d4b3fd9556e4b5b41287bef93c671f8f9f86ab", "url": "https://api.github.com/repos/symfony/browser-kit/zipball/ce95f3e3239159e7fa3be7690c6ce95a4714637f",
"reference": "65d4b3fd9556e4b5b41287bef93c671f8f9f86ab", "reference": "ce95f3e3239159e7fa3be7690c6ce95a4714637f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -17353,7 +17357,7 @@
"description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/browser-kit/tree/v6.4.13" "source": "https://github.com/symfony/browser-kit/tree/v6.4.19"
}, },
"funding": [ "funding": [
{ {
@ -17369,7 +17373,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-10-25T15:07:50+00:00" "time": "2025-02-14T11:23:16+00:00"
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
@ -17512,16 +17516,16 @@
}, },
{ {
"name": "symfony/dom-crawler", "name": "symfony/dom-crawler",
"version": "v6.4.18", "version": "v6.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dom-crawler.git", "url": "https://github.com/symfony/dom-crawler.git",
"reference": "fd07959d3e8992795029bdab3605c2e8e895034e" "reference": "19073e3e0bb50cbc1cb286077069b3107085206f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/fd07959d3e8992795029bdab3605c2e8e895034e", "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/19073e3e0bb50cbc1cb286077069b3107085206f",
"reference": "fd07959d3e8992795029bdab3605c2e8e895034e", "reference": "19073e3e0bb50cbc1cb286077069b3107085206f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -17559,7 +17563,7 @@
"description": "Eases DOM navigation for HTML and XML documents", "description": "Eases DOM navigation for HTML and XML documents",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/dom-crawler/tree/v6.4.18" "source": "https://github.com/symfony/dom-crawler/tree/v6.4.19"
}, },
"funding": [ "funding": [
{ {
@ -17575,7 +17579,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-01-09T15:35:00+00:00" "time": "2025-02-14T17:58:34+00:00"
}, },
{ {
"name": "symfony/panther", "name": "symfony/panther",
@ -17750,17 +17754,93 @@
"time": "2023-01-01T08:36:10+00:00" "time": "2023-01-01T08:36:10+00:00"
}, },
{ {
"name": "symfony/stopwatch", "name": "symfony/polyfill-php84",
"version": "v6.4.13", "version": "v1.31.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/stopwatch.git", "url": "https://github.com/symfony/polyfill-php84.git",
"reference": "2cae0a6f8d04937d02f6d19806251e2104d54f92" "reference": "e5493eb51311ab0b1cc2243416613f06ed8f18bd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/2cae0a6f8d04937d02f6d19806251e2104d54f92", "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/e5493eb51311ab0b1cc2243416613f06ed8f18bd",
"reference": "2cae0a6f8d04937d02f6d19806251e2104d54f92", "reference": "e5493eb51311ab0b1cc2243416613f06ed8f18bd",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php84\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php84/tree/v1.31.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-09T12:04:04+00:00"
},
{
"name": "symfony/stopwatch",
"version": "v6.4.19",
"source": {
"type": "git",
"url": "https://github.com/symfony/stopwatch.git",
"reference": "dfe1481c12c06266d0c3d58c0cb4b09bd497ab9c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/dfe1481c12c06266d0c3d58c0cb4b09bd497ab9c",
"reference": "dfe1481c12c06266d0c3d58c0cb4b09bd497ab9c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -17793,7 +17873,7 @@
"description": "Provides a way to profile code", "description": "Provides a way to profile code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/stopwatch/tree/v6.4.13" "source": "https://github.com/symfony/stopwatch/tree/v6.4.19"
}, },
"funding": [ "funding": [
{ {
@ -17809,20 +17889,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-09-25T14:18:03+00:00" "time": "2025-02-21T10:06:30+00:00"
}, },
{ {
"name": "symfony/web-profiler-bundle", "name": "symfony/web-profiler-bundle",
"version": "v6.4.18", "version": "v6.4.19",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/web-profiler-bundle.git", "url": "https://github.com/symfony/web-profiler-bundle.git",
"reference": "979b623f12d1eb4f6f8f24fd321dfe1dee2444a2" "reference": "7d1026a8e950d416cb5148ae88ac23db5d264839"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/979b623f12d1eb4f6f8f24fd321dfe1dee2444a2", "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/7d1026a8e950d416cb5148ae88ac23db5d264839",
"reference": "979b623f12d1eb4f6f8f24fd321dfe1dee2444a2", "reference": "7d1026a8e950d416cb5148ae88ac23db5d264839",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -17875,7 +17955,7 @@
"dev" "dev"
], ],
"support": { "support": {
"source": "https://github.com/symfony/web-profiler-bundle/tree/v6.4.18" "source": "https://github.com/symfony/web-profiler-bundle/tree/v6.4.19"
}, },
"funding": [ "funding": [
{ {
@ -17891,7 +17971,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-12-23T18:38:04+00:00" "time": "2025-02-14T12:21:59+00:00"
}, },
{ {
"name": "symplify/config-transformer", "name": "symplify/config-transformer",

View File

@ -3,7 +3,7 @@ services:
autowire: true autowire: true
autoconfigure: true autoconfigure: true
bind: bind:
$pdflib_lic: '%env(PDFLIB_LIC)%' $pdflib_lic: 'L900202-010091-135115-PPD3D2-EHE432'
PSC\Component\SteplayouterBundle\: PSC\Component\SteplayouterBundle\:
resource: '../../*/*' resource: '../../*/*'

View File

@ -3,7 +3,7 @@ services:
autowire: true autowire: true
autoconfigure: true autoconfigure: true
bind: bind:
$pdflib_lic: '%env(PDFLIB_LIC)%' $pdflib_lic: 'L900202-010091-135115-PPD3D2-EHE432'
Plugin\System\PSC\FormLayouter\: Plugin\System\PSC\FormLayouter\:
resource: '../../*/*' resource: '../../*/*'