forked from wallabag/wallabag
Merge pull request #8562 from wallabag/dependabot/composer/doctrine/migrations-3.9.5
This commit is contained in:
26
composer.lock
generated
26
composer.lock
generated
@ -1473,16 +1473,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/migrations",
|
"name": "doctrine/migrations",
|
||||||
"version": "3.9.4",
|
"version": "3.9.5",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/migrations.git",
|
"url": "https://github.com/doctrine/migrations.git",
|
||||||
"reference": "1b88fcb812f2cd6e77c83d16db60e3cf1e35c66c"
|
"reference": "1b823afbc40f932dae8272574faee53f2755eac5"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/migrations/zipball/1b88fcb812f2cd6e77c83d16db60e3cf1e35c66c",
|
"url": "https://api.github.com/repos/doctrine/migrations/zipball/1b823afbc40f932dae8272574faee53f2755eac5",
|
||||||
"reference": "1b88fcb812f2cd6e77c83d16db60e3cf1e35c66c",
|
"reference": "1b823afbc40f932dae8272574faee53f2755eac5",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -1492,15 +1492,15 @@
|
|||||||
"doctrine/event-manager": "^1.2 || ^2.0",
|
"doctrine/event-manager": "^1.2 || ^2.0",
|
||||||
"php": "^8.1",
|
"php": "^8.1",
|
||||||
"psr/log": "^1.1.3 || ^2 || ^3",
|
"psr/log": "^1.1.3 || ^2 || ^3",
|
||||||
"symfony/console": "^5.4 || ^6.0 || ^7.0",
|
"symfony/console": "^5.4 || ^6.0 || ^7.0 || ^8.0",
|
||||||
"symfony/stopwatch": "^5.4 || ^6.0 || ^7.0",
|
"symfony/stopwatch": "^5.4 || ^6.0 || ^7.0 || ^8.0",
|
||||||
"symfony/var-exporter": "^6.2 || ^7.0"
|
"symfony/var-exporter": "^6.2 || ^7.0 || ^8.0"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"doctrine/orm": "<2.12 || >=4"
|
"doctrine/orm": "<2.12 || >=4"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/coding-standard": "^13",
|
"doctrine/coding-standard": "^14",
|
||||||
"doctrine/orm": "^2.13 || ^3",
|
"doctrine/orm": "^2.13 || ^3",
|
||||||
"doctrine/persistence": "^2 || ^3 || ^4",
|
"doctrine/persistence": "^2 || ^3 || ^4",
|
||||||
"doctrine/sql-formatter": "^1.0",
|
"doctrine/sql-formatter": "^1.0",
|
||||||
@ -1512,9 +1512,9 @@
|
|||||||
"phpstan/phpstan-strict-rules": "^2",
|
"phpstan/phpstan-strict-rules": "^2",
|
||||||
"phpstan/phpstan-symfony": "^2",
|
"phpstan/phpstan-symfony": "^2",
|
||||||
"phpunit/phpunit": "^10.3 || ^11.0 || ^12.0",
|
"phpunit/phpunit": "^10.3 || ^11.0 || ^12.0",
|
||||||
"symfony/cache": "^5.4 || ^6.0 || ^7.0",
|
"symfony/cache": "^5.4 || ^6.0 || ^7.0 || ^8.0",
|
||||||
"symfony/process": "^5.4 || ^6.0 || ^7.0",
|
"symfony/process": "^5.4 || ^6.0 || ^7.0 || ^8.0",
|
||||||
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
|
"symfony/yaml": "^5.4 || ^6.0 || ^7.0 || ^8.0"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.",
|
"doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.",
|
||||||
@ -1556,7 +1556,7 @@
|
|||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/doctrine/migrations/issues",
|
"issues": "https://github.com/doctrine/migrations/issues",
|
||||||
"source": "https://github.com/doctrine/migrations/tree/3.9.4"
|
"source": "https://github.com/doctrine/migrations/tree/3.9.5"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -1572,7 +1572,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2025-08-19T06:41:07+00:00"
|
"time": "2025-11-20T11:15:36+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/orm",
|
"name": "doctrine/orm",
|
||||||
|
|||||||
Reference in New Issue
Block a user