This commit is contained in:
2025-08-05 22:37:43 +02:00
parent fc7494be40
commit efea97228b
15 changed files with 486 additions and 64 deletions

34
composer.lock generated
View File

@ -420,16 +420,16 @@
},
{
"name": "doctrine/dbal",
"version": "3.10.0",
"version": "3.10.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "1cf840d696373ea0d58ad0a8875c0fadcfc67214"
"reference": "3626601014388095d3af9de7e9e958623b7ef005"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/1cf840d696373ea0d58ad0a8875c0fadcfc67214",
"reference": "1cf840d696373ea0d58ad0a8875c0fadcfc67214",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/3626601014388095d3af9de7e9e958623b7ef005",
"reference": "3626601014388095d3af9de7e9e958623b7ef005",
"shasum": ""
},
"require": {
@ -514,7 +514,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.10.0"
"source": "https://github.com/doctrine/dbal/tree/3.10.1"
},
"funding": [
{
@ -530,7 +530,7 @@
"type": "tidelift"
}
],
"time": "2025-07-10T21:11:04+00:00"
"time": "2025-08-05T12:18:06+00:00"
},
{
"name": "doctrine/deprecations",
@ -1221,16 +1221,16 @@
},
{
"name": "doctrine/orm",
"version": "3.5.0",
"version": "3.5.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
"reference": "6deec3655ba3e8f15280aac11e264225854d2369"
"reference": "64444dcfd511089d526cd2c7f74b9d7ed583bdfc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/6deec3655ba3e8f15280aac11e264225854d2369",
"reference": "6deec3655ba3e8f15280aac11e264225854d2369",
"url": "https://api.github.com/repos/doctrine/orm/zipball/64444dcfd511089d526cd2c7f74b9d7ed583bdfc",
"reference": "64444dcfd511089d526cd2c7f74b9d7ed583bdfc",
"shasum": ""
},
"require": {
@ -1305,9 +1305,9 @@
],
"support": {
"issues": "https://github.com/doctrine/orm/issues",
"source": "https://github.com/doctrine/orm/tree/3.5.0"
"source": "https://github.com/doctrine/orm/tree/3.5.1"
},
"time": "2025-07-01T17:40:53+00:00"
"time": "2025-08-05T06:05:51+00:00"
},
{
"name": "doctrine/persistence",
@ -10086,16 +10086,16 @@
},
{
"name": "phpstan/phpstan",
"version": "2.1.21",
"version": "2.1.22",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "1ccf445757458c06a04eb3f803603cb118fe5fa6"
"reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/1ccf445757458c06a04eb3f803603cb118fe5fa6",
"reference": "1ccf445757458c06a04eb3f803603cb118fe5fa6",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/41600c8379eb5aee63e9413fe9e97273e25d57e4",
"reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4",
"shasum": ""
},
"require": {
@ -10140,7 +10140,7 @@
"type": "github"
}
],
"time": "2025-07-28T19:35:08+00:00"
"time": "2025-08-04T19:17:37+00:00"
},
{
"name": "phpstan/phpstan-doctrine",