chg: pkg: upgrade to the latest doctrine pkg on back-end #7
This commit is contained in:
@@ -11,13 +11,13 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=8.5",
|
"php": ">=8.5",
|
||||||
|
"ext-gd": "*",
|
||||||
"ext-iconv": "*",
|
"ext-iconv": "*",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"ext-gd": "*",
|
"doctrine/dbal": "^4.3",
|
||||||
"doctrine/dbal": "^3.7",
|
"doctrine/doctrine-bundle": "^2.14",
|
||||||
"doctrine/doctrine-bundle": ">=2.11 <2.14",
|
|
||||||
"doctrine/doctrine-migrations-bundle": "^3.0",
|
"doctrine/doctrine-migrations-bundle": "^3.0",
|
||||||
"doctrine/orm": "^2.6",
|
"doctrine/orm": "^3.5",
|
||||||
"endroid/qr-code": "^6.1",
|
"endroid/qr-code": "^6.1",
|
||||||
"firebase/php-jwt": "^7.0",
|
"firebase/php-jwt": "^7.0",
|
||||||
"league/flysystem-aws-s3-v3": "^3.0",
|
"league/flysystem-aws-s3-v3": "^3.0",
|
||||||
|
|||||||
491
composer.lock
generated
491
composer.lock
generated
@@ -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": "cd6be4d237e7c8f70cc45e42e14eac8a",
|
"content-hash": "af396dcff9af321b624ed8fdbe437cea",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "aws/aws-crt-php",
|
"name": "aws/aws-crt-php",
|
||||||
@@ -62,16 +62,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "aws/aws-sdk-php",
|
"name": "aws/aws-sdk-php",
|
||||||
"version": "3.378.2",
|
"version": "3.379.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/aws/aws-sdk-php.git",
|
"url": "https://github.com/aws/aws-sdk-php.git",
|
||||||
"reference": "df2a6c362ddce2ede3ac3a8286f5788847e614b4"
|
"reference": "45c385619d43e54ede8daca211960c345d3ff3b7"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/df2a6c362ddce2ede3ac3a8286f5788847e614b4",
|
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/45c385619d43e54ede8daca211960c345d3ff3b7",
|
||||||
"reference": "df2a6c362ddce2ede3ac3a8286f5788847e614b4",
|
"reference": "45c385619d43e54ede8daca211960c345d3ff3b7",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -153,9 +153,9 @@
|
|||||||
"support": {
|
"support": {
|
||||||
"forum": "https://github.com/aws/aws-sdk-php/discussions",
|
"forum": "https://github.com/aws/aws-sdk-php/discussions",
|
||||||
"issues": "https://github.com/aws/aws-sdk-php/issues",
|
"issues": "https://github.com/aws/aws-sdk-php/issues",
|
||||||
"source": "https://github.com/aws/aws-sdk-php/tree/3.378.2"
|
"source": "https://github.com/aws/aws-sdk-php/tree/3.379.2"
|
||||||
},
|
},
|
||||||
"time": "2026-04-10T18:13:27+00:00"
|
"time": "2026-04-17T18:05:27+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "bacon/bacon-qr-code",
|
"name": "bacon/bacon-qr-code",
|
||||||
@@ -321,100 +321,6 @@
|
|||||||
},
|
},
|
||||||
"time": "2025-09-16T12:23:56+00:00"
|
"time": "2025-09-16T12:23:56+00:00"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "doctrine/cache",
|
|
||||||
"version": "2.2.0",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/doctrine/cache.git",
|
|
||||||
"reference": "1ca8f21980e770095a31456042471a57bc4c68fb"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb",
|
|
||||||
"reference": "1ca8f21980e770095a31456042471a57bc4c68fb",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"php": "~7.1 || ^8.0"
|
|
||||||
},
|
|
||||||
"conflict": {
|
|
||||||
"doctrine/common": ">2.2,<2.4"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"cache/integration-tests": "dev-master",
|
|
||||||
"doctrine/coding-standard": "^9",
|
|
||||||
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
|
||||||
"psr/cache": "^1.0 || ^2.0 || ^3.0",
|
|
||||||
"symfony/cache": "^4.4 || ^5.4 || ^6",
|
|
||||||
"symfony/var-exporter": "^4.4 || ^5.4 || ^6"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"MIT"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Guilherme Blanco",
|
|
||||||
"email": "guilhermeblanco@gmail.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Roman Borschel",
|
|
||||||
"email": "roman@code-factory.org"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Benjamin Eberlei",
|
|
||||||
"email": "kontakt@beberlei.de"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Jonathan Wage",
|
|
||||||
"email": "jonwage@gmail.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Johannes Schmitt",
|
|
||||||
"email": "schmittjoh@gmail.com"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
|
|
||||||
"homepage": "https://www.doctrine-project.org/projects/cache.html",
|
|
||||||
"keywords": [
|
|
||||||
"abstraction",
|
|
||||||
"apcu",
|
|
||||||
"cache",
|
|
||||||
"caching",
|
|
||||||
"couchdb",
|
|
||||||
"memcached",
|
|
||||||
"php",
|
|
||||||
"redis",
|
|
||||||
"xcache"
|
|
||||||
],
|
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/doctrine/cache/issues",
|
|
||||||
"source": "https://github.com/doctrine/cache/tree/2.2.0"
|
|
||||||
},
|
|
||||||
"funding": [
|
|
||||||
{
|
|
||||||
"url": "https://www.doctrine-project.org/sponsorship.html",
|
|
||||||
"type": "custom"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"url": "https://www.patreon.com/phpdoctrine",
|
|
||||||
"type": "patreon"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
|
|
||||||
"type": "tidelift"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"abandoned": true,
|
|
||||||
"time": "2022-05-20T20:07:39+00:00"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "doctrine/collections",
|
"name": "doctrine/collections",
|
||||||
"version": "2.6.0",
|
"version": "2.6.0",
|
||||||
@@ -501,141 +407,42 @@
|
|||||||
],
|
],
|
||||||
"time": "2026-01-15T10:01:58+00:00"
|
"time": "2026-01-15T10:01:58+00:00"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "doctrine/common",
|
|
||||||
"version": "3.5.0",
|
|
||||||
"source": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "https://github.com/doctrine/common.git",
|
|
||||||
"reference": "d9ea4a54ca2586db781f0265d36bea731ac66ec5"
|
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://api.github.com/repos/doctrine/common/zipball/d9ea4a54ca2586db781f0265d36bea731ac66ec5",
|
|
||||||
"reference": "d9ea4a54ca2586db781f0265d36bea731ac66ec5",
|
|
||||||
"shasum": ""
|
|
||||||
},
|
|
||||||
"require": {
|
|
||||||
"doctrine/persistence": "^2.0 || ^3.0 || ^4.0",
|
|
||||||
"php": "^7.1 || ^8.0"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
|
||||||
"doctrine/coding-standard": "^9.0 || ^10.0",
|
|
||||||
"doctrine/collections": "^1",
|
|
||||||
"phpstan/phpstan": "^1.4.1",
|
|
||||||
"phpstan/phpstan-phpunit": "^1",
|
|
||||||
"phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
|
|
||||||
"squizlabs/php_codesniffer": "^3.0",
|
|
||||||
"symfony/phpunit-bridge": "^6.1",
|
|
||||||
"vimeo/psalm": "^4.4"
|
|
||||||
},
|
|
||||||
"type": "library",
|
|
||||||
"autoload": {
|
|
||||||
"psr-4": {
|
|
||||||
"Doctrine\\Common\\": "src"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"notification-url": "https://packagist.org/downloads/",
|
|
||||||
"license": [
|
|
||||||
"MIT"
|
|
||||||
],
|
|
||||||
"authors": [
|
|
||||||
{
|
|
||||||
"name": "Guilherme Blanco",
|
|
||||||
"email": "guilhermeblanco@gmail.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Roman Borschel",
|
|
||||||
"email": "roman@code-factory.org"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Benjamin Eberlei",
|
|
||||||
"email": "kontakt@beberlei.de"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Jonathan Wage",
|
|
||||||
"email": "jonwage@gmail.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Johannes Schmitt",
|
|
||||||
"email": "schmittjoh@gmail.com"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Marco Pivetta",
|
|
||||||
"email": "ocramius@gmail.com"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.",
|
|
||||||
"homepage": "https://www.doctrine-project.org/projects/common.html",
|
|
||||||
"keywords": [
|
|
||||||
"common",
|
|
||||||
"doctrine",
|
|
||||||
"php"
|
|
||||||
],
|
|
||||||
"support": {
|
|
||||||
"issues": "https://github.com/doctrine/common/issues",
|
|
||||||
"source": "https://github.com/doctrine/common/tree/3.5.0"
|
|
||||||
},
|
|
||||||
"funding": [
|
|
||||||
{
|
|
||||||
"url": "https://www.doctrine-project.org/sponsorship.html",
|
|
||||||
"type": "custom"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"url": "https://www.patreon.com/phpdoctrine",
|
|
||||||
"type": "patreon"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
|
|
||||||
"type": "tidelift"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"time": "2025-01-01T22:12:03+00:00"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "doctrine/dbal",
|
"name": "doctrine/dbal",
|
||||||
"version": "3.10.5",
|
"version": "4.4.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/dbal.git",
|
"url": "https://github.com/doctrine/dbal.git",
|
||||||
"reference": "95d84866bf3c04b2ddca1df7c049714660959aef"
|
"reference": "61e730f1658814821a85f2402c945f3883407dec"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/95d84866bf3c04b2ddca1df7c049714660959aef",
|
"url": "https://api.github.com/repos/doctrine/dbal/zipball/61e730f1658814821a85f2402c945f3883407dec",
|
||||||
"reference": "95d84866bf3c04b2ddca1df7c049714660959aef",
|
"reference": "61e730f1658814821a85f2402c945f3883407dec",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"composer-runtime-api": "^2",
|
"doctrine/deprecations": "^1.1.5",
|
||||||
"doctrine/deprecations": "^0.5.3|^1",
|
"php": "^8.2",
|
||||||
"doctrine/event-manager": "^1|^2",
|
|
||||||
"php": "^7.4 || ^8.0",
|
|
||||||
"psr/cache": "^1|^2|^3",
|
"psr/cache": "^1|^2|^3",
|
||||||
"psr/log": "^1|^2|^3"
|
"psr/log": "^1|^2|^3"
|
||||||
},
|
},
|
||||||
"conflict": {
|
|
||||||
"doctrine/cache": "< 1.11"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/cache": "^1.11|^2.0",
|
|
||||||
"doctrine/coding-standard": "14.0.0",
|
"doctrine/coding-standard": "14.0.0",
|
||||||
"fig/log-test": "^1",
|
"fig/log-test": "^1",
|
||||||
"jetbrains/phpstorm-stubs": "2023.1",
|
"jetbrains/phpstorm-stubs": "2023.2",
|
||||||
"phpstan/phpstan": "2.1.30",
|
"phpstan/phpstan": "2.1.30",
|
||||||
|
"phpstan/phpstan-phpunit": "2.0.7",
|
||||||
"phpstan/phpstan-strict-rules": "^2",
|
"phpstan/phpstan-strict-rules": "^2",
|
||||||
"phpunit/phpunit": "9.6.34",
|
"phpunit/phpunit": "11.5.50",
|
||||||
"slevomat/coding-standard": "8.27.1",
|
"slevomat/coding-standard": "8.27.1",
|
||||||
"squizlabs/php_codesniffer": "4.0.1",
|
"squizlabs/php_codesniffer": "4.0.1",
|
||||||
"symfony/cache": "^5.4|^6.0|^7.0|^8.0",
|
"symfony/cache": "^6.3.8|^7.0|^8.0",
|
||||||
"symfony/console": "^4.4|^5.4|^6.0|^7.0|^8.0"
|
"symfony/console": "^5.4|^6.3|^7.0|^8.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"symfony/console": "For helpful console commands such as SQL execution and import of files."
|
"symfony/console": "For helpful console commands such as SQL execution and import of files."
|
||||||
},
|
},
|
||||||
"bin": [
|
|
||||||
"bin/doctrine-dbal"
|
|
||||||
],
|
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
@@ -688,7 +495,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/doctrine/dbal/issues",
|
"issues": "https://github.com/doctrine/dbal/issues",
|
||||||
"source": "https://github.com/doctrine/dbal/tree/3.10.5"
|
"source": "https://github.com/doctrine/dbal/tree/4.4.3"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -704,7 +511,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2026-02-24T08:03:57+00:00"
|
"time": "2026-03-20T08:52:12+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/deprecations",
|
"name": "doctrine/deprecations",
|
||||||
@@ -756,62 +563,63 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/doctrine-bundle",
|
"name": "doctrine/doctrine-bundle",
|
||||||
"version": "2.13.3",
|
"version": "2.18.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/DoctrineBundle.git",
|
"url": "https://github.com/doctrine/DoctrineBundle.git",
|
||||||
"reference": "aac7562c96d117e16cbadfe41bef17d2fc760f74"
|
"reference": "0ff098b29b8b3c68307c8987dcaed7fd829c6546"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/aac7562c96d117e16cbadfe41bef17d2fc760f74",
|
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/0ff098b29b8b3c68307c8987dcaed7fd829c6546",
|
||||||
"reference": "aac7562c96d117e16cbadfe41bef17d2fc760f74",
|
"reference": "0ff098b29b8b3c68307c8987dcaed7fd829c6546",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"doctrine/cache": "^1.11 || ^2.0",
|
|
||||||
"doctrine/dbal": "^3.7.0 || ^4.0",
|
"doctrine/dbal": "^3.7.0 || ^4.0",
|
||||||
"doctrine/persistence": "^2.2 || ^3",
|
"doctrine/deprecations": "^1.0",
|
||||||
|
"doctrine/persistence": "^3.1 || ^4",
|
||||||
"doctrine/sql-formatter": "^1.0.1",
|
"doctrine/sql-formatter": "^1.0.1",
|
||||||
"php": "^7.4 || ^8.0",
|
"php": "^8.1",
|
||||||
"symfony/cache": "^5.4 || ^6.0 || ^7.0",
|
"symfony/cache": "^6.4 || ^7.0",
|
||||||
"symfony/config": "^5.4 || ^6.0 || ^7.0",
|
"symfony/config": "^6.4 || ^7.0",
|
||||||
"symfony/console": "^5.4 || ^6.0 || ^7.0",
|
"symfony/console": "^6.4 || ^7.0",
|
||||||
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
|
"symfony/dependency-injection": "^6.4 || ^7.0",
|
||||||
"symfony/deprecation-contracts": "^2.1 || ^3",
|
"symfony/doctrine-bridge": "^6.4.3 || ^7.0.3",
|
||||||
"symfony/doctrine-bridge": "^5.4.46 || ~6.3.12 || ^6.4.3 || ^7.0.3",
|
"symfony/framework-bundle": "^6.4 || ^7.0",
|
||||||
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0",
|
"symfony/service-contracts": "^2.5 || ^3"
|
||||||
"symfony/polyfill-php80": "^1.15",
|
|
||||||
"symfony/service-contracts": "^1.1.1 || ^2.0 || ^3"
|
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"doctrine/annotations": ">=3.0",
|
"doctrine/annotations": ">=3.0",
|
||||||
|
"doctrine/cache": "< 1.11",
|
||||||
"doctrine/orm": "<2.17 || >=4.0",
|
"doctrine/orm": "<2.17 || >=4.0",
|
||||||
"twig/twig": "<1.34 || >=2.0 <2.4"
|
"symfony/var-exporter": "< 6.4.1 || 7.0.0",
|
||||||
|
"twig/twig": "<2.13 || >=3.0 <3.0.4"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/annotations": "^1 || ^2",
|
"doctrine/annotations": "^1 || ^2",
|
||||||
"doctrine/coding-standard": "^12",
|
"doctrine/cache": "^1.11 || ^2.0",
|
||||||
"doctrine/deprecations": "^1.0",
|
"doctrine/coding-standard": "^14",
|
||||||
"doctrine/orm": "^2.17 || ^3.0",
|
"doctrine/orm": "^2.17 || ^3.1",
|
||||||
"friendsofphp/proxy-manager-lts": "^1.0",
|
"friendsofphp/proxy-manager-lts": "^1.0",
|
||||||
"phpstan/phpstan": "2.1.1",
|
"phpstan/phpstan": "2.1.1",
|
||||||
"phpstan/phpstan-phpunit": "2.0.3",
|
"phpstan/phpstan-phpunit": "2.0.3",
|
||||||
"phpstan/phpstan-strict-rules": "^2",
|
"phpstan/phpstan-strict-rules": "^2",
|
||||||
"phpunit/phpunit": "^9.5.26",
|
"phpunit/phpunit": "^10.5.53 || ^12.3.10",
|
||||||
"psr/log": "^1.1.4 || ^2.0 || ^3.0",
|
"psr/log": "^1.1.4 || ^2.0 || ^3.0",
|
||||||
"symfony/phpunit-bridge": "^6.1 || ^7.0",
|
"symfony/doctrine-messenger": "^6.4 || ^7.0",
|
||||||
"symfony/property-info": "^5.4 || ^6.0 || ^7.0",
|
"symfony/expression-language": "^6.4 || ^7.0",
|
||||||
"symfony/proxy-manager-bridge": "^5.4 || ^6.0",
|
"symfony/messenger": "^6.4 || ^7.0",
|
||||||
"symfony/security-bundle": "^5.4 || ^6.0 || ^7.0",
|
"symfony/property-info": "^6.4 || ^7.0",
|
||||||
"symfony/stopwatch": "^5.4 || ^6.0 || ^7.0",
|
"symfony/security-bundle": "^6.4 || ^7.0",
|
||||||
"symfony/string": "^5.4 || ^6.0 || ^7.0",
|
"symfony/stopwatch": "^6.4 || ^7.0",
|
||||||
"symfony/twig-bridge": "^5.4 || ^6.0 || ^7.0",
|
"symfony/string": "^6.4 || ^7.0",
|
||||||
"symfony/validator": "^5.4 || ^6.0 || ^7.0",
|
"symfony/twig-bridge": "^6.4 || ^7.0",
|
||||||
"symfony/var-exporter": "^5.4 || ^6.2 || ^7.0",
|
"symfony/validator": "^6.4 || ^7.0",
|
||||||
"symfony/web-profiler-bundle": "^5.4 || ^6.0 || ^7.0",
|
"symfony/var-exporter": "^6.4.1 || ^7.0.1",
|
||||||
"symfony/yaml": "^5.4 || ^6.0 || ^7.0",
|
"symfony/web-profiler-bundle": "^6.4 || ^7.0",
|
||||||
"twig/twig": "^1.34 || ^2.12 || ^3.0"
|
"symfony/yaml": "^6.4 || ^7.0",
|
||||||
|
"twig/twig": "^2.14.7 || ^3.0.4"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
|
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
|
||||||
@@ -856,7 +664,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/doctrine/DoctrineBundle/issues",
|
"issues": "https://github.com/doctrine/DoctrineBundle/issues",
|
||||||
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.13.3"
|
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.18.2"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -872,7 +680,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-03-16T10:55:20+00:00"
|
"time": "2025-12-20T21:35:32+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/doctrine-migrations-bundle",
|
"name": "doctrine/doctrine-migrations-bundle",
|
||||||
@@ -1391,61 +1199,48 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/orm",
|
"name": "doctrine/orm",
|
||||||
"version": "2.20.10",
|
"version": "3.6.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/orm.git",
|
"url": "https://github.com/doctrine/orm.git",
|
||||||
"reference": "9fe8ce4bf75fbb7342f35835d9a90640902164db"
|
"reference": "e88cd591f0786089dee22b972c28aa2076df51c0"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/orm/zipball/9fe8ce4bf75fbb7342f35835d9a90640902164db",
|
"url": "https://api.github.com/repos/doctrine/orm/zipball/e88cd591f0786089dee22b972c28aa2076df51c0",
|
||||||
"reference": "9fe8ce4bf75fbb7342f35835d9a90640902164db",
|
"reference": "e88cd591f0786089dee22b972c28aa2076df51c0",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"composer-runtime-api": "^2",
|
"composer-runtime-api": "^2",
|
||||||
"doctrine/cache": "^1.12.1 || ^2.1.1",
|
"doctrine/collections": "^2.2",
|
||||||
"doctrine/collections": "^1.5 || ^2.1",
|
"doctrine/dbal": "^3.8.2 || ^4",
|
||||||
"doctrine/common": "^3.0.3",
|
|
||||||
"doctrine/dbal": "^2.13.1 || ^3.2",
|
|
||||||
"doctrine/deprecations": "^0.5.3 || ^1",
|
"doctrine/deprecations": "^0.5.3 || ^1",
|
||||||
"doctrine/event-manager": "^1.2 || ^2",
|
"doctrine/event-manager": "^1.2 || ^2",
|
||||||
"doctrine/inflector": "^1.4 || ^2.0",
|
"doctrine/inflector": "^1.4 || ^2.0",
|
||||||
"doctrine/instantiator": "^1.3 || ^2",
|
"doctrine/instantiator": "^1.3 || ^2",
|
||||||
"doctrine/lexer": "^2 || ^3",
|
"doctrine/lexer": "^3",
|
||||||
"doctrine/persistence": "^2.4 || ^3",
|
"doctrine/persistence": "^3.3.1 || ^4",
|
||||||
"ext-ctype": "*",
|
"ext-ctype": "*",
|
||||||
"php": "^7.1 || ^8.0",
|
"php": "^8.1",
|
||||||
"psr/cache": "^1 || ^2 || ^3",
|
"psr/cache": "^1 || ^2 || ^3",
|
||||||
"symfony/console": "^4.2 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
|
"symfony/console": "^5.4 || ^6.0 || ^7.0 || ^8.0",
|
||||||
"symfony/polyfill-php72": "^1.23",
|
"symfony/var-exporter": "^6.3.9 || ^7.0 || ^8.0"
|
||||||
"symfony/polyfill-php80": "^1.16"
|
|
||||||
},
|
|
||||||
"conflict": {
|
|
||||||
"doctrine/annotations": "<1.13 || >= 3.0"
|
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/annotations": "^1.13 || ^2",
|
"doctrine/coding-standard": "^14.0",
|
||||||
"doctrine/coding-standard": "^9.0.2 || ^14.0",
|
"phpbench/phpbench": "^1.0",
|
||||||
"phpbench/phpbench": "^0.16.10 || ^1.0",
|
"phpstan/extension-installer": "^1.4",
|
||||||
"phpstan/extension-installer": "~1.1.0 || ^1.4",
|
"phpstan/phpstan": "2.1.23",
|
||||||
"phpstan/phpstan": "~1.4.10 || 2.1.23",
|
"phpstan/phpstan-deprecation-rules": "^2",
|
||||||
"phpstan/phpstan-deprecation-rules": "^1 || ^2",
|
"phpunit/phpunit": "^10.5.0 || ^11.5",
|
||||||
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.6",
|
|
||||||
"psr/log": "^1 || ^2 || ^3",
|
"psr/log": "^1 || ^2 || ^3",
|
||||||
"symfony/cache": "^4.4 || ^5.4 || ^6.4 || ^7.0",
|
"symfony/cache": "^5.4 || ^6.2 || ^7.0 || ^8.0"
|
||||||
"symfony/var-exporter": "^4.4 || ^5.4 || ^6.2 || ^7.0",
|
|
||||||
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0"
|
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"ext-dom": "Provides support for XSD validation for XML mapping files",
|
"ext-dom": "Provides support for XSD validation for XML mapping files",
|
||||||
"symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0",
|
"symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0"
|
||||||
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
|
|
||||||
},
|
},
|
||||||
"bin": [
|
|
||||||
"bin/doctrine"
|
|
||||||
],
|
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
@@ -1486,40 +1281,37 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/doctrine/orm/issues",
|
"issues": "https://github.com/doctrine/orm/issues",
|
||||||
"source": "https://github.com/doctrine/orm/tree/2.20.10"
|
"source": "https://github.com/doctrine/orm/tree/3.6.3"
|
||||||
},
|
},
|
||||||
"time": "2026-04-02T06:18:54+00:00"
|
"time": "2026-04-02T06:53:27+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/persistence",
|
"name": "doctrine/persistence",
|
||||||
"version": "3.4.3",
|
"version": "4.1.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/persistence.git",
|
"url": "https://github.com/doctrine/persistence.git",
|
||||||
"reference": "d59e6ef7caffe6a30f4b6f9e9079a75f52c64ae0"
|
"reference": "b9c49ad3558bb77ef973f4e173f2e9c2eca9be09"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/persistence/zipball/d59e6ef7caffe6a30f4b6f9e9079a75f52c64ae0",
|
"url": "https://api.github.com/repos/doctrine/persistence/zipball/b9c49ad3558bb77ef973f4e173f2e9c2eca9be09",
|
||||||
"reference": "d59e6ef7caffe6a30f4b6f9e9079a75f52c64ae0",
|
"reference": "b9c49ad3558bb77ef973f4e173f2e9c2eca9be09",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"doctrine/event-manager": "^1 || ^2",
|
"doctrine/event-manager": "^1 || ^2",
|
||||||
"php": "^7.2 || ^8.0",
|
"php": "^8.1",
|
||||||
"psr/cache": "^1.0 || ^2.0 || ^3.0"
|
"psr/cache": "^1.0 || ^2.0 || ^3.0"
|
||||||
},
|
},
|
||||||
"conflict": {
|
|
||||||
"doctrine/common": "<2.10"
|
|
||||||
},
|
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/coding-standard": "^12 || ^14",
|
"doctrine/coding-standard": "^14",
|
||||||
"doctrine/common": "^3.0",
|
"phpstan/phpstan": "2.1.30",
|
||||||
"phpstan/phpstan": "^1 || 2.1.30",
|
"phpstan/phpstan-phpunit": "^2",
|
||||||
"phpstan/phpstan-phpunit": "^1 || ^2",
|
"phpstan/phpstan-strict-rules": "^2",
|
||||||
"phpstan/phpstan-strict-rules": "^1 || ^2",
|
"phpunit/phpunit": "^10.5.58 || ^12",
|
||||||
"phpunit/phpunit": "^8.5.38 || ^9.5",
|
"symfony/cache": "^4.4 || ^5.4 || ^6.0 || ^7.0",
|
||||||
"symfony/cache": "^4.4 || ^5.4 || ^6.0 || ^7.0"
|
"symfony/finder": "^4.4 || ^5.4 || ^6.0 || ^7.0"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
@@ -1568,7 +1360,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/doctrine/persistence/issues",
|
"issues": "https://github.com/doctrine/persistence/issues",
|
||||||
"source": "https://github.com/doctrine/persistence/tree/3.4.3"
|
"source": "https://github.com/doctrine/persistence/tree/4.1.1"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -1584,7 +1376,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-10-21T15:21:39+00:00"
|
"time": "2025-10-16T20:13:18+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/sql-formatter",
|
"name": "doctrine/sql-formatter",
|
||||||
@@ -2445,16 +2237,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "league/flysystem-bundle",
|
"name": "league/flysystem-bundle",
|
||||||
"version": "3.6.2",
|
"version": "3.7.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/thephpleague/flysystem-bundle.git",
|
"url": "https://github.com/thephpleague/flysystem-bundle.git",
|
||||||
"reference": "123ab96910177751faf3b6cc85eecc360ec12a1f"
|
"reference": "5eb41be38fc3759f74c9e458a6a5f0ef5f49284a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/thephpleague/flysystem-bundle/zipball/123ab96910177751faf3b6cc85eecc360ec12a1f",
|
"url": "https://api.github.com/repos/thephpleague/flysystem-bundle/zipball/5eb41be38fc3759f74c9e458a6a5f0ef5f49284a",
|
||||||
"reference": "123ab96910177751faf3b6cc85eecc360ec12a1f",
|
"reference": "5eb41be38fc3759f74c9e458a6a5f0ef5f49284a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@@ -2509,9 +2301,9 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/thephpleague/flysystem-bundle/issues",
|
"issues": "https://github.com/thephpleague/flysystem-bundle/issues",
|
||||||
"source": "https://github.com/thephpleague/flysystem-bundle/tree/3.6.2"
|
"source": "https://github.com/thephpleague/flysystem-bundle/tree/3.7.0"
|
||||||
},
|
},
|
||||||
"time": "2026-02-05T15:26:57+00:00"
|
"time": "2026-03-28T22:14:56+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "league/flysystem-local",
|
"name": "league/flysystem-local",
|
||||||
@@ -6697,7 +6489,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/polyfill-intl-grapheme",
|
"name": "symfony/polyfill-intl-grapheme",
|
||||||
"version": "v1.34.0",
|
"version": "v1.36.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
||||||
@@ -6755,7 +6547,7 @@
|
|||||||
"shim"
|
"shim"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.34.0"
|
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.36.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -6779,7 +6571,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/polyfill-intl-icu",
|
"name": "symfony/polyfill-intl-icu",
|
||||||
"version": "v1.34.0",
|
"version": "v1.36.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/polyfill-intl-icu.git",
|
"url": "https://github.com/symfony/polyfill-intl-icu.git",
|
||||||
@@ -6843,7 +6635,7 @@
|
|||||||
"shim"
|
"shim"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.34.0"
|
"source": "https://github.com/symfony/polyfill-intl-icu/tree/v1.36.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -6867,7 +6659,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/polyfill-intl-idn",
|
"name": "symfony/polyfill-intl-idn",
|
||||||
"version": "v1.34.0",
|
"version": "v1.36.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
||||||
@@ -6930,7 +6722,7 @@
|
|||||||
"shim"
|
"shim"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.34.0"
|
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.36.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -6954,7 +6746,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/polyfill-intl-normalizer",
|
"name": "symfony/polyfill-intl-normalizer",
|
||||||
"version": "v1.34.0",
|
"version": "v1.36.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
||||||
@@ -7015,7 +6807,7 @@
|
|||||||
"shim"
|
"shim"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.34.0"
|
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.36.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -7039,7 +6831,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/polyfill-mbstring",
|
"name": "symfony/polyfill-mbstring",
|
||||||
"version": "v1.34.0",
|
"version": "v1.36.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||||||
@@ -7100,7 +6892,7 @@
|
|||||||
"shim"
|
"shim"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.34.0"
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.36.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -7124,7 +6916,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/polyfill-php80",
|
"name": "symfony/polyfill-php80",
|
||||||
"version": "v1.34.0",
|
"version": "v1.36.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/polyfill-php80.git",
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
||||||
@@ -7184,7 +6976,7 @@
|
|||||||
"shim"
|
"shim"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/polyfill-php80/tree/v1.34.0"
|
"source": "https://github.com/symfony/polyfill-php80/tree/v1.36.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -7208,7 +7000,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/polyfill-php83",
|
"name": "symfony/polyfill-php83",
|
||||||
"version": "v1.34.0",
|
"version": "v1.36.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/polyfill-php83.git",
|
"url": "https://github.com/symfony/polyfill-php83.git",
|
||||||
@@ -7264,7 +7056,7 @@
|
|||||||
"shim"
|
"shim"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/polyfill-php83/tree/v1.34.0"
|
"source": "https://github.com/symfony/polyfill-php83/tree/v1.36.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -7288,7 +7080,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/polyfill-php84",
|
"name": "symfony/polyfill-php84",
|
||||||
"version": "v1.34.0",
|
"version": "v1.36.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/polyfill-php84.git",
|
"url": "https://github.com/symfony/polyfill-php84.git",
|
||||||
@@ -7344,7 +7136,7 @@
|
|||||||
"shim"
|
"shim"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/polyfill-php84/tree/v1.34.0"
|
"source": "https://github.com/symfony/polyfill-php84/tree/v1.36.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -7368,7 +7160,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/polyfill-php85",
|
"name": "symfony/polyfill-php85",
|
||||||
"version": "v1.34.0",
|
"version": "v1.36.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/polyfill-php85.git",
|
"url": "https://github.com/symfony/polyfill-php85.git",
|
||||||
@@ -7424,7 +7216,7 @@
|
|||||||
"shim"
|
"shim"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/polyfill-php85/tree/v1.34.0"
|
"source": "https://github.com/symfony/polyfill-php85/tree/v1.36.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -7448,7 +7240,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/polyfill-uuid",
|
"name": "symfony/polyfill-uuid",
|
||||||
"version": "v1.34.0",
|
"version": "v1.36.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/polyfill-uuid.git",
|
"url": "https://github.com/symfony/polyfill-uuid.git",
|
||||||
@@ -7507,7 +7299,7 @@
|
|||||||
"uuid"
|
"uuid"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/polyfill-uuid/tree/v1.34.0"
|
"source": "https://github.com/symfony/polyfill-uuid/tree/v1.36.0"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@@ -9976,12 +9768,12 @@
|
|||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||||
"reference": "d830a949e5c180e97c2245221daf8b589552cc2c"
|
"reference": "7d0034bc560ba3be5d93736256a9a500c907c37a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/d830a949e5c180e97c2245221daf8b589552cc2c",
|
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/7d0034bc560ba3be5d93736256a9a500c907c37a",
|
||||||
"reference": "d830a949e5c180e97c2245221daf8b589552cc2c",
|
"reference": "7d0034bc560ba3be5d93736256a9a500c907c37a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
@@ -10111,7 +9903,7 @@
|
|||||||
"codingms/modules": "<4.3.11|>=5,<5.7.4|>=6,<6.4.2|>=7,<7.5.5",
|
"codingms/modules": "<4.3.11|>=5,<5.7.4|>=6,<6.4.2|>=7,<7.5.5",
|
||||||
"commerceteam/commerce": ">=0.9.6,<0.9.9",
|
"commerceteam/commerce": ">=0.9.6,<0.9.9",
|
||||||
"components/jquery": ">=1.0.3,<3.5",
|
"components/jquery": ">=1.0.3,<3.5",
|
||||||
"composer/composer": "<1.10.27|>=2,<2.2.26|>=2.3,<2.9.3",
|
"composer/composer": "<2.2.27|>=2.3,<2.9.6",
|
||||||
"concrete5/concrete5": "<9.4.8",
|
"concrete5/concrete5": "<9.4.8",
|
||||||
"concrete5/core": "<8.5.8|>=9,<9.1",
|
"concrete5/core": "<8.5.8|>=9,<9.1",
|
||||||
"contao-components/mediaelement": ">=2.14.2,<2.21.1",
|
"contao-components/mediaelement": ">=2.14.2,<2.21.1",
|
||||||
@@ -10128,7 +9920,7 @@
|
|||||||
"cpsit/typo3-mailqueue": "<0.4.5|>=0.5,<0.5.2",
|
"cpsit/typo3-mailqueue": "<0.4.5|>=0.5,<0.5.2",
|
||||||
"craftcms/aws-s3": ">=2.0.2,<=2.2.4",
|
"craftcms/aws-s3": ">=2.0.2,<=2.2.4",
|
||||||
"craftcms/azure-blob": ">=2.0.0.0-beta1,<=2.1",
|
"craftcms/azure-blob": ">=2.0.0.0-beta1,<=2.1",
|
||||||
"craftcms/cms": "<=4.17.7|>=5,<=5.9.13",
|
"craftcms/cms": "<=4.17.8|>=5,<5.9.15",
|
||||||
"craftcms/commerce": ">=4,<4.11|>=5,<5.6",
|
"craftcms/commerce": ">=4,<4.11|>=5,<5.6",
|
||||||
"craftcms/composer": ">=4.0.0.0-RC1-dev,<=4.10|>=5.0.0.0-RC1-dev,<=5.5.1",
|
"craftcms/composer": ">=4.0.0.0-RC1-dev,<=4.10|>=5.0.0.0-RC1-dev,<=5.5.1",
|
||||||
"craftcms/craft": ">=3.5,<=4.16.17|>=5.0.0.0-RC1-dev,<=5.8.21",
|
"craftcms/craft": ">=3.5,<=4.16.17|>=5.0.0.0-RC1-dev,<=5.8.21",
|
||||||
@@ -10290,7 +10082,7 @@
|
|||||||
"friendsoftypo3/openid": ">=4.5,<4.5.31|>=4.7,<4.7.16|>=6,<6.0.11|>=6.1,<6.1.6",
|
"friendsoftypo3/openid": ">=4.5,<4.5.31|>=4.7,<4.7.16|>=6,<6.0.11|>=6.1,<6.1.6",
|
||||||
"froala/wysiwyg-editor": "<=4.3",
|
"froala/wysiwyg-editor": "<=4.3",
|
||||||
"frosh/adminer-platform": "<2.2.1",
|
"frosh/adminer-platform": "<2.2.1",
|
||||||
"froxlor/froxlor": "<=2.3.4",
|
"froxlor/froxlor": "<2.3.6",
|
||||||
"frozennode/administrator": "<=5.0.12",
|
"frozennode/administrator": "<=5.0.12",
|
||||||
"fuel/core": "<1.8.1",
|
"fuel/core": "<1.8.1",
|
||||||
"funadmin/funadmin": "<=7.1.0.0-RC4",
|
"funadmin/funadmin": "<=7.1.0.0-RC4",
|
||||||
@@ -10309,6 +10101,7 @@
|
|||||||
"globalpayments/php-sdk": "<2",
|
"globalpayments/php-sdk": "<2",
|
||||||
"goalgorilla/open_social": "<12.3.11|>=12.4,<12.4.10|>=13.0.0.0-alpha1,<13.0.0.0-alpha11",
|
"goalgorilla/open_social": "<12.3.11|>=12.4,<12.4.10|>=13.0.0.0-alpha1,<13.0.0.0-alpha11",
|
||||||
"gogentooss/samlbase": "<1.2.7",
|
"gogentooss/samlbase": "<1.2.7",
|
||||||
|
"goodoneuz/pay-uz": "<=2.2.24",
|
||||||
"google/protobuf": "<4.33.6",
|
"google/protobuf": "<4.33.6",
|
||||||
"gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3",
|
"gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3",
|
||||||
"gp247/core": "<1.1.24",
|
"gp247/core": "<1.1.24",
|
||||||
@@ -10371,6 +10164,7 @@
|
|||||||
"jasig/phpcas": "<1.3.3",
|
"jasig/phpcas": "<1.3.3",
|
||||||
"jbartels/wec-map": "<3.0.3",
|
"jbartels/wec-map": "<3.0.3",
|
||||||
"jcbrand/converse.js": "<3.3.3",
|
"jcbrand/converse.js": "<3.3.3",
|
||||||
|
"joedolson/my-calendar": "<3.7.7",
|
||||||
"joelbutcher/socialstream": "<5.6|>=6,<6.2",
|
"joelbutcher/socialstream": "<5.6|>=6,<6.2",
|
||||||
"johnbillion/query-monitor": "<3.20.4",
|
"johnbillion/query-monitor": "<3.20.4",
|
||||||
"johnbillion/wp-crontrol": "<1.16.2|>=1.17,<1.19.2",
|
"johnbillion/wp-crontrol": "<1.16.2|>=1.17,<1.19.2",
|
||||||
@@ -10395,8 +10189,8 @@
|
|||||||
"kelvinmo/simplejwt": "<=1.1",
|
"kelvinmo/simplejwt": "<=1.1",
|
||||||
"kelvinmo/simplexrd": "<3.1.1",
|
"kelvinmo/simplexrd": "<3.1.1",
|
||||||
"kevinpapst/kimai2": "<1.16.7",
|
"kevinpapst/kimai2": "<1.16.7",
|
||||||
"khodakhah/nodcms": "<=3",
|
"khodakhah/nodcms": "<=3.4.1",
|
||||||
"kimai/kimai": "<=2.50",
|
"kimai/kimai": "<=2.53",
|
||||||
"kitodo/presentation": "<3.2.3|>=3.3,<3.3.4",
|
"kitodo/presentation": "<3.2.3|>=3.3,<3.3.4",
|
||||||
"klaviyo/magento2-extension": ">=1,<3",
|
"klaviyo/magento2-extension": ">=1,<3",
|
||||||
"knplabs/knp-snappy": "<=1.4.2",
|
"knplabs/knp-snappy": "<=1.4.2",
|
||||||
@@ -10414,7 +10208,7 @@
|
|||||||
"laravel/fortify": "<1.11.1",
|
"laravel/fortify": "<1.11.1",
|
||||||
"laravel/framework": "<10.48.29|>=11,<11.44.1|>=12,<12.1.1",
|
"laravel/framework": "<10.48.29|>=11,<11.44.1|>=12,<12.1.1",
|
||||||
"laravel/laravel": ">=5.4,<5.4.22",
|
"laravel/laravel": ">=5.4,<5.4.22",
|
||||||
"laravel/passport": "<13.7.1",
|
"laravel/passport": ">=13,<13.7.1",
|
||||||
"laravel/pulse": "<1.3.1",
|
"laravel/pulse": "<1.3.1",
|
||||||
"laravel/reverb": "<1.7",
|
"laravel/reverb": "<1.7",
|
||||||
"laravel/socialite": ">=1,<2.0.10",
|
"laravel/socialite": ">=1,<2.0.10",
|
||||||
@@ -10456,6 +10250,7 @@
|
|||||||
"manogi/nova-tiptap": "<=3.2.6",
|
"manogi/nova-tiptap": "<=3.2.6",
|
||||||
"mantisbt/mantisbt": "<2.28.1",
|
"mantisbt/mantisbt": "<2.28.1",
|
||||||
"marcwillmann/turn": "<0.3.3",
|
"marcwillmann/turn": "<0.3.3",
|
||||||
|
"markhuot/craftql": "<=1.3.7",
|
||||||
"marshmallow/nova-tiptap": "<5.7",
|
"marshmallow/nova-tiptap": "<5.7",
|
||||||
"matomo/matomo": "<1.11",
|
"matomo/matomo": "<1.11",
|
||||||
"matyhtf/framework": "<3.0.6",
|
"matyhtf/framework": "<3.0.6",
|
||||||
@@ -10537,8 +10332,8 @@
|
|||||||
"october/backend": "<1.1.2",
|
"october/backend": "<1.1.2",
|
||||||
"october/cms": "<1.0.469|==1.0.469|==1.0.471|==1.1.1",
|
"october/cms": "<1.0.469|==1.0.469|==1.0.471|==1.1.1",
|
||||||
"october/october": "<3.7.5",
|
"october/october": "<3.7.5",
|
||||||
"october/rain": "<1.0.472|>=1.1,<1.1.2",
|
"october/rain": "<=3.7.13|>=4,<=4.1.9",
|
||||||
"october/system": "<=3.7.12|>=4,<=4.0.11",
|
"october/system": "<=3.7.13|>=4,<=4.1.9",
|
||||||
"oliverklee/phpunit": "<3.5.15",
|
"oliverklee/phpunit": "<3.5.15",
|
||||||
"omeka/omeka-s": "<4.0.3",
|
"omeka/omeka-s": "<4.0.3",
|
||||||
"onelogin/php-saml": "<2.21.1|>=3,<3.8.1|>=4,<4.3.1",
|
"onelogin/php-saml": "<2.21.1|>=3,<3.8.1|>=4,<4.3.1",
|
||||||
@@ -10598,7 +10393,7 @@
|
|||||||
"phpseclib/phpseclib": "<2.0.53|>=3,<3.0.51",
|
"phpseclib/phpseclib": "<2.0.53|>=3,<3.0.51",
|
||||||
"phpservermon/phpservermon": "<3.6",
|
"phpservermon/phpservermon": "<3.6",
|
||||||
"phpsysinfo/phpsysinfo": "<3.4.3",
|
"phpsysinfo/phpsysinfo": "<3.4.3",
|
||||||
"phpunit/phpunit": "<8.5.52|>=9,<9.6.33|>=10,<10.5.62|>=11,<11.5.50|>=12,<12.5.8",
|
"phpunit/phpunit": "<12.5.22|>=13,<13.1.6",
|
||||||
"phpwhois/phpwhois": "<=4.2.5",
|
"phpwhois/phpwhois": "<=4.2.5",
|
||||||
"phpxmlrpc/extras": "<0.6.1",
|
"phpxmlrpc/extras": "<0.6.1",
|
||||||
"phpxmlrpc/phpxmlrpc": "<4.9.2",
|
"phpxmlrpc/phpxmlrpc": "<4.9.2",
|
||||||
@@ -10617,7 +10412,7 @@
|
|||||||
"pixelfed/pixelfed": "<0.12.5",
|
"pixelfed/pixelfed": "<0.12.5",
|
||||||
"plotly/plotly.js": "<2.25.2",
|
"plotly/plotly.js": "<2.25.2",
|
||||||
"pocketmine/bedrock-protocol": "<8.0.2",
|
"pocketmine/bedrock-protocol": "<8.0.2",
|
||||||
"pocketmine/pocketmine-mp": "<5.41.1",
|
"pocketmine/pocketmine-mp": "<5.42.1",
|
||||||
"pocketmine/raklib": ">=0.14,<0.14.6|>=0.15,<0.15.1",
|
"pocketmine/raklib": ">=0.14,<0.14.6|>=0.15,<0.15.1",
|
||||||
"pressbooks/pressbooks": "<5.18",
|
"pressbooks/pressbooks": "<5.18",
|
||||||
"prestashop/autoupgrade": ">=4,<4.10.1",
|
"prestashop/autoupgrade": ">=4,<4.10.1",
|
||||||
@@ -10633,7 +10428,7 @@
|
|||||||
"prestashop/ps_facetedsearch": "<3.4.1",
|
"prestashop/ps_facetedsearch": "<3.4.1",
|
||||||
"prestashop/ps_linklist": "<3.1",
|
"prestashop/ps_linklist": "<3.1",
|
||||||
"privatebin/privatebin": "<1.4|>=1.5,<1.7.4|>=1.7.7,<2.0.3",
|
"privatebin/privatebin": "<1.4|>=1.5,<1.7.4|>=1.7.7,<2.0.3",
|
||||||
"processwire/processwire": "<=3.0.246",
|
"processwire/processwire": "<=3.0.255",
|
||||||
"propel/propel": ">=2.0.0.0-alpha1,<=2.0.0.0-alpha7",
|
"propel/propel": ">=2.0.0.0-alpha1,<=2.0.0.0-alpha7",
|
||||||
"propel/propel1": ">=1,<=1.7.1",
|
"propel/propel1": ">=1,<=1.7.1",
|
||||||
"psy/psysh": "<=0.11.22|>=0.12,<=0.12.18",
|
"psy/psysh": "<=0.11.22|>=0.12,<=0.12.18",
|
||||||
@@ -10671,6 +10466,7 @@
|
|||||||
"rudloff/rtmpdump-bin": "<=2.3.1",
|
"rudloff/rtmpdump-bin": "<=2.3.1",
|
||||||
"s-cart/core": "<=9.0.5",
|
"s-cart/core": "<=9.0.5",
|
||||||
"s-cart/s-cart": "<6.9",
|
"s-cart/s-cart": "<6.9",
|
||||||
|
"s9y/serendipity": "<2.6",
|
||||||
"sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1",
|
"sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1",
|
||||||
"sabre/dav": ">=1.6,<1.7.11|>=1.8,<1.8.9",
|
"sabre/dav": ">=1.6,<1.7.11|>=1.8,<1.8.9",
|
||||||
"saloonphp/saloon": "<4",
|
"saloonphp/saloon": "<4",
|
||||||
@@ -10691,7 +10487,7 @@
|
|||||||
"shuchkin/simplexlsx": ">=1.0.12,<1.1.13",
|
"shuchkin/simplexlsx": ">=1.0.12,<1.1.13",
|
||||||
"silverstripe-australia/advancedreports": ">=1,<=2",
|
"silverstripe-australia/advancedreports": ">=1,<=2",
|
||||||
"silverstripe/admin": "<1.13.19|>=2,<2.1.8",
|
"silverstripe/admin": "<1.13.19|>=2,<2.1.8",
|
||||||
"silverstripe/assets": ">=1,<1.11.1",
|
"silverstripe/assets": "<2.4.5|>=3,<3.1.3",
|
||||||
"silverstripe/cms": "<4.11.3",
|
"silverstripe/cms": "<4.11.3",
|
||||||
"silverstripe/comments": ">=1.3,<3.1.1",
|
"silverstripe/comments": ">=1.3,<3.1.1",
|
||||||
"silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
|
"silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
|
||||||
@@ -10744,9 +10540,9 @@
|
|||||||
"starcitizentools/short-description": ">=4,<4.0.1",
|
"starcitizentools/short-description": ">=4,<4.0.1",
|
||||||
"starcitizentools/tabber-neue": ">=1.9.1,<2.7.2|>=3,<3.1.1",
|
"starcitizentools/tabber-neue": ">=1.9.1,<2.7.2|>=3,<3.1.1",
|
||||||
"starcitizenwiki/embedvideo": "<=4",
|
"starcitizenwiki/embedvideo": "<=4",
|
||||||
"statamic/cms": "<5.73.16|>=6,<6.7.2",
|
"statamic/cms": "<5.73.20|>=6,<6.13",
|
||||||
"stormpath/sdk": "<9.9.99",
|
"stormpath/sdk": "<9.9.99",
|
||||||
"studio-42/elfinder": "<=2.1.64",
|
"studio-42/elfinder": "<2.1.67",
|
||||||
"studiomitte/friendlycaptcha": "<0.1.4",
|
"studiomitte/friendlycaptcha": "<0.1.4",
|
||||||
"subhh/libconnect": "<7.0.8|>=8,<8.1",
|
"subhh/libconnect": "<7.0.8|>=8,<8.1",
|
||||||
"sukohi/surpass": "<1",
|
"sukohi/surpass": "<1",
|
||||||
@@ -10900,6 +10696,7 @@
|
|||||||
"webcoast/deferred-image-processing": "<1.0.2",
|
"webcoast/deferred-image-processing": "<1.0.2",
|
||||||
"webklex/laravel-imap": "<5.3",
|
"webklex/laravel-imap": "<5.3",
|
||||||
"webklex/php-imap": "<5.3",
|
"webklex/php-imap": "<5.3",
|
||||||
|
"webonyx/graphql-php": "<=15.31.4",
|
||||||
"webpa/webpa": "<3.1.2",
|
"webpa/webpa": "<3.1.2",
|
||||||
"webreinvent/vaahcms": "<=2.3.1",
|
"webreinvent/vaahcms": "<=2.3.1",
|
||||||
"wikibase/wikibase": "<=1.39.3",
|
"wikibase/wikibase": "<=1.39.3",
|
||||||
@@ -10919,12 +10716,12 @@
|
|||||||
"wpcloud/wp-stateless": "<3.2",
|
"wpcloud/wp-stateless": "<3.2",
|
||||||
"wpglobus/wpglobus": "<=1.9.6",
|
"wpglobus/wpglobus": "<=1.9.6",
|
||||||
"wpmetabox/meta-box": "<5.11.2",
|
"wpmetabox/meta-box": "<5.11.2",
|
||||||
"wwbn/avideo": "<=26",
|
"wwbn/avideo": "<=29",
|
||||||
"xataface/xataface": "<3",
|
"xataface/xataface": "<3",
|
||||||
"xpressengine/xpressengine": "<3.0.15",
|
"xpressengine/xpressengine": "<3.0.15",
|
||||||
"yab/quarx": "<2.4.5",
|
"yab/quarx": "<2.4.5",
|
||||||
"yansongda/pay": "<=3.7.19",
|
"yansongda/pay": "<=3.7.19",
|
||||||
"yeswiki/yeswiki": "<4.6",
|
"yeswiki/yeswiki": "<=4.6",
|
||||||
"yetiforce/yetiforce-crm": "<6.5",
|
"yetiforce/yetiforce-crm": "<6.5",
|
||||||
"yidashi/yii2cmf": "<=2",
|
"yidashi/yii2cmf": "<=2",
|
||||||
"yii2mod/yii2-cms": "<1.9.2",
|
"yii2mod/yii2-cms": "<1.9.2",
|
||||||
@@ -11018,7 +10815,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2026-04-10T21:13:58+00:00"
|
"time": "2026-04-18T09:19:46+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/dotenv",
|
"name": "symfony/dotenv",
|
||||||
@@ -11297,9 +11094,9 @@
|
|||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": ">=8.5",
|
"php": ">=8.5",
|
||||||
|
"ext-gd": "*",
|
||||||
"ext-iconv": "*",
|
"ext-iconv": "*",
|
||||||
"ext-json": "*",
|
"ext-json": "*"
|
||||||
"ext-gd": "*"
|
|
||||||
},
|
},
|
||||||
"platform-dev": {},
|
"platform-dev": {},
|
||||||
"plugin-api-version": "2.9.0"
|
"plugin-api-version": "2.9.0"
|
||||||
|
|||||||
@@ -204,8 +204,8 @@ class ProfileController extends AbstractController
|
|||||||
foreach ($recent as $i => $game) {
|
foreach ($recent as $i => $game) {
|
||||||
$isRed = $game->getRed()?->getId() === $userId;
|
$isRed = $game->getRed()?->getId() === $userId;
|
||||||
$labels[] = '#' . ($i + 1);
|
$labels[] = '#' . ($i + 1);
|
||||||
$mines[] = (int) ($isRed ? $game->getRedPoints() : $game->getBluePoints());
|
$mines[] = (int)($isRed ? $game->getRedPoints() : $game->getBluePoints());
|
||||||
$bonus[] = (float) ($isRed ? $game->getRedBonusPoints() : $game->getBlueBonusPoints()) ?: 0;
|
$bonus[] = (float)($isRed ? $game->getRedBonusPoints() : $game->getBlueBonusPoints()) ?: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
return ['labels' => $labels, 'mines' => $mines, 'bonus' => $bonus];
|
return ['labels' => $labels, 'mines' => $mines, 'bonus' => $bonus];
|
||||||
|
|||||||
@@ -196,7 +196,11 @@ class TwoFactorController extends AbstractController
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Regenerate backup codes for the current user. */
|
/** Regenerate backup codes for the current user. */
|
||||||
#[Route('/profile/security/2fa/backup-codes/regenerate', name: 'MineSeekerBundle_2fa_backup_regenerate', methods: ['POST'])]
|
#[Route(
|
||||||
|
'/profile/security/2fa/backup-codes/regenerate',
|
||||||
|
name: 'MineSeekerBundle_2fa_backup_regenerate',
|
||||||
|
methods: ['POST'],
|
||||||
|
)]
|
||||||
public function regenerateBackupCodes(Request $request): Response
|
public function regenerateBackupCodes(Request $request): Response
|
||||||
{
|
{
|
||||||
$this->denyAccessUnlessGranted('IS_AUTHENTICATED_REMEMBERED');
|
$this->denyAccessUnlessGranted('IS_AUTHENTICATED_REMEMBERED');
|
||||||
|
|||||||
@@ -1,63 +0,0 @@
|
|||||||
<?php declare(strict_types=1);
|
|
||||||
/**
|
|
||||||
* This file is part of the SplendidBear Websites' projects.
|
|
||||||
*
|
|
||||||
* Copyright (c) 2024 @ www.splendidbear.org
|
|
||||||
*
|
|
||||||
* For the full copyright and licence information, please view the LICENCE
|
|
||||||
* file that was distributed with this source code.
|
|
||||||
*/
|
|
||||||
|
|
||||||
namespace App\Doctrine;
|
|
||||||
|
|
||||||
use Doctrine\Bundle\DoctrineBundle\Attribute\AsDoctrineListener;
|
|
||||||
use Doctrine\DBAL\Exception;
|
|
||||||
use Doctrine\DBAL\Schema\PostgreSQLSchemaManager;
|
|
||||||
use Doctrine\DBAL\Schema\SchemaException;
|
|
||||||
use Doctrine\ORM\Tools\Event\GenerateSchemaEventArgs;
|
|
||||||
use Doctrine\ORM\Tools\ToolEvents;
|
|
||||||
use RuntimeException;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Class FixPostgreMigrationDefaultSchemaListener
|
|
||||||
*
|
|
||||||
* @package App\Doctrine
|
|
||||||
* @author Lang <https://www.splendidbear.org>
|
|
||||||
* @category Class
|
|
||||||
* @license https://www.gnu.org/licenses/lgpl-3.0.en.html GNU Lesser General Public License
|
|
||||||
* @link www.splendidbear.org
|
|
||||||
* @since 2023. 02. 28.
|
|
||||||
*
|
|
||||||
* @see https://github.com/doctrine/dbal/issues/1110
|
|
||||||
* There is a recent bug when you create new migration, it creates a new schema even if there is no any
|
|
||||||
* changes.
|
|
||||||
*/
|
|
||||||
#[AsDoctrineListener(event: ToolEvents::postGenerateSchema, priority: 500, connection: 'default')]
|
|
||||||
final class FixPostgreMigrationDefaultSchemaListener
|
|
||||||
{
|
|
||||||
public function postGenerateSchema(GenerateSchemaEventArgs $args): void
|
|
||||||
{
|
|
||||||
try {
|
|
||||||
$schemaManager = $args
|
|
||||||
->getEntityManager()
|
|
||||||
->getConnection()
|
|
||||||
->createSchemaManager();
|
|
||||||
|
|
||||||
if (!$schemaManager instanceof PostgreSqlSchemaManager) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
$schema = $args->getSchema();
|
|
||||||
|
|
||||||
foreach ($schemaManager->getExistingSchemaSearchPaths() as $namespace) {
|
|
||||||
if ($schema->hasNamespace($namespace)) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
$schema->createNamespace($namespace);
|
|
||||||
}
|
|
||||||
} catch (SchemaException|Exception $e) {
|
|
||||||
throw new RuntimeException($e->getMessage());
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
63
src/Migrations/2026/04/Version20260419195925.php
Normal file
63
src/Migrations/2026/04/Version20260419195925.php
Normal file
@@ -0,0 +1,63 @@
|
|||||||
|
<?php declare(strict_types=1);
|
||||||
|
/**
|
||||||
|
* This file is part of the SplendidBear Websites' projects.
|
||||||
|
*
|
||||||
|
* Copyright (c) 2026 @ www.splendidbear.org
|
||||||
|
*
|
||||||
|
* For the full copyright and license information, please view the LICENSE
|
||||||
|
* file that was distributed with this source code.
|
||||||
|
*/
|
||||||
|
|
||||||
|
namespace App\Migrations;
|
||||||
|
|
||||||
|
use Doctrine\DBAL\Schema\Schema;
|
||||||
|
use Doctrine\Migrations\AbstractMigration;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Class Version20260419195925
|
||||||
|
*
|
||||||
|
* @package App\Migrations
|
||||||
|
* @author Lang <https://www.splendidbear.org>
|
||||||
|
* @category Class
|
||||||
|
* @license https://www.gnu.org/licenses/lgpl-3.0.en.html GNU Lesser General Public License
|
||||||
|
* @link www.splendidbear.org
|
||||||
|
* @since 2026. 04. 19.
|
||||||
|
*/
|
||||||
|
final class Version20260419195925 extends AbstractMigration
|
||||||
|
{
|
||||||
|
public function getDescription(): string
|
||||||
|
{
|
||||||
|
return <<<OUT
|
||||||
|
Upgrade all primary keys to use IDENTITY generation strategy, and add comments to some columns.
|
||||||
|
This is \'cause the Doctrine updgrade.
|
||||||
|
OUT;
|
||||||
|
}
|
||||||
|
|
||||||
|
public function up(Schema $schema): void
|
||||||
|
{
|
||||||
|
$this->addSql('ALTER TABLE app_user ALTER id ADD GENERATED BY DEFAULT AS IDENTITY');
|
||||||
|
$this->addSql('ALTER TABLE app_webauthn_credential ALTER id ADD GENERATED BY DEFAULT AS IDENTITY');
|
||||||
|
$this->addSql('ALTER TABLE contact_messages ALTER id ADD GENERATED BY DEFAULT AS IDENTITY');
|
||||||
|
$this->addSql('COMMENT ON COLUMN contact_messages.created_at IS \'\'');
|
||||||
|
$this->addSql('ALTER TABLE gamer ALTER id ADD GENERATED BY DEFAULT AS IDENTITY');
|
||||||
|
$this->addSql('ALTER TABLE grid ALTER id ADD GENERATED BY DEFAULT AS IDENTITY');
|
||||||
|
$this->addSql('ALTER TABLE grid_row ALTER id ADD GENERATED BY DEFAULT AS IDENTITY');
|
||||||
|
$this->addSql('ALTER TABLE played_game ALTER id ADD GENERATED BY DEFAULT AS IDENTITY');
|
||||||
|
$this->addSql('COMMENT ON COLUMN played_game.uuid IS \'\'');
|
||||||
|
$this->addSql('ALTER TABLE step ALTER id ADD GENERATED BY DEFAULT AS IDENTITY');
|
||||||
|
}
|
||||||
|
|
||||||
|
public function down(Schema $schema): void
|
||||||
|
{
|
||||||
|
$this->addSql('ALTER TABLE app_user ALTER id DROP IDENTITY');
|
||||||
|
$this->addSql('ALTER TABLE app_webauthn_credential ALTER id DROP IDENTITY');
|
||||||
|
$this->addSql('ALTER TABLE contact_messages ALTER id DROP IDENTITY');
|
||||||
|
$this->addSql('COMMENT ON COLUMN contact_messages.created_at IS \'(DC2Type:datetime_immutable)\'');
|
||||||
|
$this->addSql('ALTER TABLE gamer ALTER id DROP IDENTITY');
|
||||||
|
$this->addSql('ALTER TABLE grid ALTER id DROP IDENTITY');
|
||||||
|
$this->addSql('ALTER TABLE grid_row ALTER id DROP IDENTITY');
|
||||||
|
$this->addSql('ALTER TABLE played_game ALTER id DROP IDENTITY');
|
||||||
|
$this->addSql('COMMENT ON COLUMN played_game.uuid IS \'(DC2Type:uuid)\'');
|
||||||
|
$this->addSql('ALTER TABLE step ALTER id DROP IDENTITY');
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -2,15 +2,9 @@
|
|||||||
"cocur/slugify": {
|
"cocur/slugify": {
|
||||||
"version": "v3.1"
|
"version": "v3.1"
|
||||||
},
|
},
|
||||||
"doctrine/cache": {
|
|
||||||
"version": "v1.7.1"
|
|
||||||
},
|
|
||||||
"doctrine/collections": {
|
"doctrine/collections": {
|
||||||
"version": "v1.5.0"
|
"version": "v1.5.0"
|
||||||
},
|
},
|
||||||
"doctrine/common": {
|
|
||||||
"version": "v2.8.1"
|
|
||||||
},
|
|
||||||
"doctrine/dbal": {
|
"doctrine/dbal": {
|
||||||
"version": "v2.7.1"
|
"version": "v2.7.1"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user