1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Bump doctrine/doctrine-migrations-bundle from 3.3.0 to 3.3.1

Bumps [doctrine/doctrine-migrations-bundle](https://github.com/doctrine/DoctrineMigrationsBundle) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/doctrine/DoctrineMigrationsBundle/releases)
- [Commits](https://github.com/doctrine/DoctrineMigrationsBundle/compare/3.3.0...3.3.1)

---
updated-dependencies:
- dependency-name: doctrine/doctrine-migrations-bundle
  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] 2024-05-15 02:14:57 +00:00 committed by GitHub
parent a5a4a89829
commit 6bc043a1f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

44
composer.lock generated
View file

@ -1140,16 +1140,16 @@
}, },
{ {
"name": "doctrine/doctrine-migrations-bundle", "name": "doctrine/doctrine-migrations-bundle",
"version": "3.3.0", "version": "3.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/DoctrineMigrationsBundle.git", "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
"reference": "1dd42906a5fb9c5960723e2ebb45c68006493835" "reference": "715b62c31a5894afcb2b2cdbbc6607d7dd0580c0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/1dd42906a5fb9c5960723e2ebb45c68006493835", "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/715b62c31a5894afcb2b2cdbbc6607d7dd0580c0",
"reference": "1dd42906a5fb9c5960723e2ebb45c68006493835", "reference": "715b62c31a5894afcb2b2cdbbc6607d7dd0580c0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1160,6 +1160,7 @@
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0" "symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0"
}, },
"require-dev": { "require-dev": {
"composer/semver": "^3.0",
"doctrine/coding-standard": "^12", "doctrine/coding-standard": "^12",
"doctrine/orm": "^2.6 || ^3", "doctrine/orm": "^2.6 || ^3",
"doctrine/persistence": "^2.0 || ^3 ", "doctrine/persistence": "^2.0 || ^3 ",
@ -1211,7 +1212,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues", "issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues",
"source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.3.0" "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.3.1"
}, },
"funding": [ "funding": [
{ {
@ -1227,7 +1228,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-11-13T19:44:41+00:00" "time": "2024-05-14T20:32:18+00:00"
}, },
{ {
"name": "doctrine/event-manager", "name": "doctrine/event-manager",
@ -1863,23 +1864,26 @@
}, },
{ {
"name": "doctrine/sql-formatter", "name": "doctrine/sql-formatter",
"version": "1.2.0", "version": "1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/sql-formatter.git", "url": "https://github.com/doctrine/sql-formatter.git",
"reference": "a321d114e0a18e6497f8a2cd6f890e000cc17ecc" "reference": "3447381095d32a171fe3a58323749f44dbb5ac7d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/a321d114e0a18e6497f8a2cd6f890e000cc17ecc", "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/3447381095d32a171fe3a58323749f44dbb5ac7d",
"reference": "a321d114e0a18e6497f8a2cd6f890e000cc17ecc", "reference": "3447381095d32a171fe3a58323749f44dbb5ac7d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1 || ^8.0" "php": "^7.2 || ^8.0"
}, },
"require-dev": { "require-dev": {
"bamarni/composer-bin-plugin": "^1.4" "doctrine/coding-standard": "^9.0",
"phpstan/phpstan": "^1.0",
"phpunit/phpunit": "^8.5 || ^9.6",
"vimeo/psalm": "^4.11"
}, },
"bin": [ "bin": [
"bin/sql-formatter" "bin/sql-formatter"
@ -1909,9 +1913,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/sql-formatter/issues", "issues": "https://github.com/doctrine/sql-formatter/issues",
"source": "https://github.com/doctrine/sql-formatter/tree/1.2.0" "source": "https://github.com/doctrine/sql-formatter/tree/1.3.0"
}, },
"time": "2023-08-16T21:49:04+00:00" "time": "2024-05-06T21:49:18+00:00"
}, },
{ {
"name": "egulias/email-validator", "name": "egulias/email-validator",
@ -2159,16 +2163,16 @@
}, },
{ {
"name": "friendsofphp/proxy-manager-lts", "name": "friendsofphp/proxy-manager-lts",
"version": "v1.0.16", "version": "v1.0.18",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git", "url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git",
"reference": "ecadbdc9052e4ad08c60c8a02268712e50427f7c" "reference": "2c8a6cffc3220e99352ad958fe7cf06bf6f7690f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/ecadbdc9052e4ad08c60c8a02268712e50427f7c", "url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/2c8a6cffc3220e99352ad958fe7cf06bf6f7690f",
"reference": "ecadbdc9052e4ad08c60c8a02268712e50427f7c", "reference": "2c8a6cffc3220e99352ad958fe7cf06bf6f7690f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2225,7 +2229,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/FriendsOfPHP/proxy-manager-lts/issues", "issues": "https://github.com/FriendsOfPHP/proxy-manager-lts/issues",
"source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.16" "source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.18"
}, },
"funding": [ "funding": [
{ {
@ -2237,7 +2241,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-05-24T07:17:17+00:00" "time": "2024-03-20T12:50:41+00:00"
}, },
{ {
"name": "friendsofsymfony/jsrouting-bundle", "name": "friendsofsymfony/jsrouting-bundle",