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:
dependabot[bot] 2023-01-12 03:03:02 +00:00 committed by GitHub
parent 126b32131f
commit 9901db1d0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

23
composer.lock generated
View file

@ -1661,21 +1661,21 @@
},
{
"name": "doctrine/migrations",
"version": "3.5.2",
"version": "3.5.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/migrations.git",
"reference": "61c6ef3a10b7df43c3b6388a184754f26e58700a"
"reference": "01f89a1082b6971ba53ba76f95741fc8ad4a5fd2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/migrations/zipball/61c6ef3a10b7df43c3b6388a184754f26e58700a",
"reference": "61c6ef3a10b7df43c3b6388a184754f26e58700a",
"url": "https://api.github.com/repos/doctrine/migrations/zipball/01f89a1082b6971ba53ba76f95741fc8ad4a5fd2",
"reference": "01f89a1082b6971ba53ba76f95741fc8ad4a5fd2",
"shasum": ""
},
"require": {
"composer-runtime-api": "^2",
"doctrine/dbal": "^3.3",
"doctrine/dbal": "^3.5.1",
"doctrine/deprecations": "^0.5.3 || ^1",
"doctrine/event-manager": "^1.0",
"friendsofphp/proxy-manager-lts": "^1.0",
@ -1689,10 +1689,9 @@
},
"require-dev": {
"doctrine/coding-standard": "^9",
"doctrine/orm": "^2.12",
"doctrine/orm": "^2.13",
"doctrine/persistence": "^2 || ^3",
"doctrine/sql-formatter": "^1.0",
"ergebnis/composer-normalize": "^2.9",
"ext-pdo_sqlite": "*",
"phpstan/phpstan": "^1.5",
"phpstan/phpstan-deprecation-rules": "^1",
@ -1712,12 +1711,6 @@
"bin/doctrine-migrations"
],
"type": "library",
"extra": {
"composer-normalize": {
"indent-size": 4,
"indent-style": "space"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
@ -1750,7 +1743,7 @@
],
"support": {
"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": [
{
@ -1766,7 +1759,7 @@
"type": "tidelift"
}
],
"time": "2022-08-04T14:29:49+00:00"
"time": "2023-01-11T07:13:35+00:00"
},
{
"name": "doctrine/orm",