1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Merge pull request #6250 from wallabag/dependabot/composer/doctrine/migrations-3.5.5

This commit is contained in:
Jérémy Benoist 2023-01-19 06:50:56 +01:00 committed by GitHub
commit 65661a082b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
composer.lock generated
View file

@ -1661,23 +1661,23 @@
}, },
{ {
"name": "doctrine/migrations", "name": "doctrine/migrations",
"version": "3.5.4", "version": "3.5.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/migrations.git", "url": "https://github.com/doctrine/migrations.git",
"reference": "e327d1f241e964161f1d3f4e82f7aefbe2da45dd" "reference": "4b1e2b6ba71d21d0c5be22ed03b6fc954d20b204"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/migrations/zipball/e327d1f241e964161f1d3f4e82f7aefbe2da45dd", "url": "https://api.github.com/repos/doctrine/migrations/zipball/4b1e2b6ba71d21d0c5be22ed03b6fc954d20b204",
"reference": "e327d1f241e964161f1d3f4e82f7aefbe2da45dd", "reference": "4b1e2b6ba71d21d0c5be22ed03b6fc954d20b204",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer-runtime-api": "^2", "composer-runtime-api": "^2",
"doctrine/dbal": "^3.5.1", "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.2 || ^2.0",
"friendsofphp/proxy-manager-lts": "^1.0", "friendsofphp/proxy-manager-lts": "^1.0",
"php": "^7.4 || ^8.0", "php": "^7.4 || ^8.0",
"psr/log": "^1.1.3 || ^2 || ^3", "psr/log": "^1.1.3 || ^2 || ^3",
@ -1743,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.4" "source": "https://github.com/doctrine/migrations/tree/3.5.5"
}, },
"funding": [ "funding": [
{ {
@ -1759,7 +1759,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-01-17T20:39:56+00:00" "time": "2023-01-18T12:44:30+00:00"
}, },
{ {
"name": "doctrine/orm", "name": "doctrine/orm",