forked from wallabag/wallabag
build(deps): bump doctrine/doctrine-migrations-bundle
Bumps [doctrine/doctrine-migrations-bundle](https://github.com/doctrine/DoctrineMigrationsBundle) from 3.4.2 to 3.5.0. - [Release notes](https://github.com/doctrine/DoctrineMigrationsBundle/releases) - [Commits](https://github.com/doctrine/DoctrineMigrationsBundle/compare/3.4.2...3.5.0) --- updated-dependencies: - dependency-name: doctrine/doctrine-migrations-bundle dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
75
composer.lock
generated
75
composer.lock
generated
@ -595,6 +595,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"abandoned": true,
|
||||
"time": "2022-05-20T20:07:39+00:00"
|
||||
},
|
||||
{
|
||||
@ -776,16 +777,16 @@
|
||||
},
|
||||
{
|
||||
"name": "doctrine/dbal",
|
||||
"version": "3.10.1",
|
||||
"version": "3.10.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/dbal.git",
|
||||
"reference": "3626601014388095d3af9de7e9e958623b7ef005"
|
||||
"reference": "65edaca19a752730f290ec2fb89d593cb40afb43"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/3626601014388095d3af9de7e9e958623b7ef005",
|
||||
"reference": "3626601014388095d3af9de7e9e958623b7ef005",
|
||||
"url": "https://api.github.com/repos/doctrine/dbal/zipball/65edaca19a752730f290ec2fb89d593cb40afb43",
|
||||
"reference": "65edaca19a752730f290ec2fb89d593cb40afb43",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -801,14 +802,14 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/cache": "^1.11|^2.0",
|
||||
"doctrine/coding-standard": "13.0.0",
|
||||
"doctrine/coding-standard": "14.0.0",
|
||||
"fig/log-test": "^1",
|
||||
"jetbrains/phpstorm-stubs": "2023.1",
|
||||
"phpstan/phpstan": "2.1.17",
|
||||
"phpstan/phpstan": "2.1.30",
|
||||
"phpstan/phpstan-strict-rules": "^2",
|
||||
"phpunit/phpunit": "9.6.23",
|
||||
"slevomat/coding-standard": "8.16.2",
|
||||
"squizlabs/php_codesniffer": "3.13.1",
|
||||
"phpunit/phpunit": "9.6.29",
|
||||
"slevomat/coding-standard": "8.24.0",
|
||||
"squizlabs/php_codesniffer": "4.0.0",
|
||||
"symfony/cache": "^5.4|^6.0|^7.0",
|
||||
"symfony/console": "^4.4|^5.4|^6.0|^7.0"
|
||||
},
|
||||
@ -870,7 +871,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/doctrine/dbal/issues",
|
||||
"source": "https://github.com/doctrine/dbal/tree/3.10.1"
|
||||
"source": "https://github.com/doctrine/dbal/tree/3.10.3"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -886,7 +887,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2025-08-05T12:18:06+00:00"
|
||||
"time": "2025-10-09T09:05:12+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/deprecations",
|
||||
@ -1058,20 +1059,20 @@
|
||||
},
|
||||
{
|
||||
"name": "doctrine/doctrine-migrations-bundle",
|
||||
"version": "3.4.2",
|
||||
"version": "3.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
|
||||
"reference": "5a6ac7120c2924c4c070a869d08b11ccf9e277b9"
|
||||
"reference": "71c81279ca0e907c3edc718418b93fd63074856c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/5a6ac7120c2924c4c070a869d08b11ccf9e277b9",
|
||||
"reference": "5a6ac7120c2924c4c070a869d08b11ccf9e277b9",
|
||||
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/71c81279ca0e907c3edc718418b93fd63074856c",
|
||||
"reference": "71c81279ca0e907c3edc718418b93fd63074856c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/doctrine-bundle": "^2.4",
|
||||
"doctrine/doctrine-bundle": "^2.4 || ^3.0",
|
||||
"doctrine/migrations": "^3.2",
|
||||
"php": "^7.2 || ^8.0",
|
||||
"symfony/deprecation-contracts": "^2.1 || ^3",
|
||||
@ -1079,7 +1080,7 @@
|
||||
},
|
||||
"require-dev": {
|
||||
"composer/semver": "^3.0",
|
||||
"doctrine/coding-standard": "^12",
|
||||
"doctrine/coding-standard": "^12 || ^14",
|
||||
"doctrine/orm": "^2.6 || ^3",
|
||||
"phpstan/phpstan": "^1.4 || ^2",
|
||||
"phpstan/phpstan-deprecation-rules": "^1 || ^2",
|
||||
@ -1123,7 +1124,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues",
|
||||
"source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.4.2"
|
||||
"source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.5.0"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -1139,7 +1140,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2025-03-11T17:36:26+00:00"
|
||||
"time": "2025-10-12T17:06:40+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/event-manager",
|
||||
@ -1678,16 +1679,16 @@
|
||||
},
|
||||
{
|
||||
"name": "doctrine/persistence",
|
||||
"version": "3.4.0",
|
||||
"version": "3.4.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/persistence.git",
|
||||
"reference": "0ea965320cec355dba75031c1b23d4c78362e3ff"
|
||||
"reference": "23069c8cfc19d7825e9fbe3341227d8c51eff2bc"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/persistence/zipball/0ea965320cec355dba75031c1b23d4c78362e3ff",
|
||||
"reference": "0ea965320cec355dba75031c1b23d4c78362e3ff",
|
||||
"url": "https://api.github.com/repos/doctrine/persistence/zipball/23069c8cfc19d7825e9fbe3341227d8c51eff2bc",
|
||||
"reference": "23069c8cfc19d7825e9fbe3341227d8c51eff2bc",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -1754,7 +1755,7 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/doctrine/persistence/issues",
|
||||
"source": "https://github.com/doctrine/persistence/tree/3.4.0"
|
||||
"source": "https://github.com/doctrine/persistence/tree/3.4.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -1770,7 +1771,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-10-30T19:48:12+00:00"
|
||||
"time": "2025-09-29T06:33:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/sql-formatter",
|
||||
@ -8680,16 +8681,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/cache",
|
||||
"version": "v6.4.24",
|
||||
"version": "v6.4.26",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/cache.git",
|
||||
"reference": "d038cd3054aeaf1c674022a77048b2ef6376a175"
|
||||
"reference": "66c853ddcbf85c1984169869be498c3e7597b367"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/cache/zipball/d038cd3054aeaf1c674022a77048b2ef6376a175",
|
||||
"reference": "d038cd3054aeaf1c674022a77048b2ef6376a175",
|
||||
"url": "https://api.github.com/repos/symfony/cache/zipball/66c853ddcbf85c1984169869be498c3e7597b367",
|
||||
"reference": "66c853ddcbf85c1984169869be498c3e7597b367",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -8756,7 +8757,7 @@
|
||||
"psr6"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/cache/tree/v6.4.24"
|
||||
"source": "https://github.com/symfony/cache/tree/v6.4.26"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -8776,7 +8777,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2025-07-30T09:32:03+00:00"
|
||||
"time": "2025-09-11T09:57:09+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/cache-contracts",
|
||||
@ -13447,16 +13448,16 @@
|
||||
},
|
||||
{
|
||||
"name": "symfony/var-exporter",
|
||||
"version": "v7.3.2",
|
||||
"version": "v7.3.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/var-exporter.git",
|
||||
"reference": "05b3e90654c097817325d6abd284f7938b05f467"
|
||||
"reference": "0f020b544a30a7fe8ba972e53ee48a74c0bc87f4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/05b3e90654c097817325d6abd284f7938b05f467",
|
||||
"reference": "05b3e90654c097817325d6abd284f7938b05f467",
|
||||
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/0f020b544a30a7fe8ba972e53ee48a74c0bc87f4",
|
||||
"reference": "0f020b544a30a7fe8ba972e53ee48a74c0bc87f4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -13504,7 +13505,7 @@
|
||||
"serialize"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/symfony/var-exporter/tree/v7.3.2"
|
||||
"source": "https://github.com/symfony/var-exporter/tree/v7.3.4"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -13524,7 +13525,7 @@
|
||||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2025-07-10T08:47:49+00:00"
|
||||
"time": "2025-09-11T10:12:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/webpack-encore-bundle",
|
||||
|
||||
Reference in New Issue
Block a user