mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 11:01:04 +00:00
Bump doctrine/migrations from 3.5.2 to 3.5.3
Bumps [doctrine/migrations](https://github.com/doctrine/migrations) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/doctrine/migrations/releases) - [Commits](https://github.com/doctrine/migrations/compare/3.5.2...3.5.3) --- updated-dependencies: - dependency-name: doctrine/migrations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
126b32131f
commit
9901db1d0a
1 changed files with 8 additions and 15 deletions
23
composer.lock
generated
23
composer.lock
generated
|
@ -1661,21 +1661,21 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/migrations",
|
"name": "doctrine/migrations",
|
||||||
"version": "3.5.2",
|
"version": "3.5.3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/migrations.git",
|
"url": "https://github.com/doctrine/migrations.git",
|
||||||
"reference": "61c6ef3a10b7df43c3b6388a184754f26e58700a"
|
"reference": "01f89a1082b6971ba53ba76f95741fc8ad4a5fd2"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/migrations/zipball/61c6ef3a10b7df43c3b6388a184754f26e58700a",
|
"url": "https://api.github.com/repos/doctrine/migrations/zipball/01f89a1082b6971ba53ba76f95741fc8ad4a5fd2",
|
||||||
"reference": "61c6ef3a10b7df43c3b6388a184754f26e58700a",
|
"reference": "01f89a1082b6971ba53ba76f95741fc8ad4a5fd2",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"composer-runtime-api": "^2",
|
"composer-runtime-api": "^2",
|
||||||
"doctrine/dbal": "^3.3",
|
"doctrine/dbal": "^3.5.1",
|
||||||
"doctrine/deprecations": "^0.5.3 || ^1",
|
"doctrine/deprecations": "^0.5.3 || ^1",
|
||||||
"doctrine/event-manager": "^1.0",
|
"doctrine/event-manager": "^1.0",
|
||||||
"friendsofphp/proxy-manager-lts": "^1.0",
|
"friendsofphp/proxy-manager-lts": "^1.0",
|
||||||
|
@ -1689,10 +1689,9 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/coding-standard": "^9",
|
"doctrine/coding-standard": "^9",
|
||||||
"doctrine/orm": "^2.12",
|
"doctrine/orm": "^2.13",
|
||||||
"doctrine/persistence": "^2 || ^3",
|
"doctrine/persistence": "^2 || ^3",
|
||||||
"doctrine/sql-formatter": "^1.0",
|
"doctrine/sql-formatter": "^1.0",
|
||||||
"ergebnis/composer-normalize": "^2.9",
|
|
||||||
"ext-pdo_sqlite": "*",
|
"ext-pdo_sqlite": "*",
|
||||||
"phpstan/phpstan": "^1.5",
|
"phpstan/phpstan": "^1.5",
|
||||||
"phpstan/phpstan-deprecation-rules": "^1",
|
"phpstan/phpstan-deprecation-rules": "^1",
|
||||||
|
@ -1712,12 +1711,6 @@
|
||||||
"bin/doctrine-migrations"
|
"bin/doctrine-migrations"
|
||||||
],
|
],
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
|
||||||
"composer-normalize": {
|
|
||||||
"indent-size": 4,
|
|
||||||
"indent-style": "space"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
|
"Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
|
||||||
|
@ -1750,7 +1743,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.5.2"
|
"source": "https://github.com/doctrine/migrations/tree/3.5.3"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -1766,7 +1759,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2022-08-04T14:29:49+00:00"
|
"time": "2023-01-11T07:13:35+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/orm",
|
"name": "doctrine/orm",
|
||||||
|
|
Loading…
Reference in a new issue