Bump doctrine/doctrine-bundle from 2.11.3 to 2.12.0

Bumps [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) from 2.11.3 to 2.12.0.
- [Release notes](https://github.com/doctrine/DoctrineBundle/releases)
- [Commits](https://github.com/doctrine/DoctrineBundle/compare/2.11.3...2.12.0)

---
updated-dependencies:
- dependency-name: doctrine/doctrine-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-20 03:44:07 +00:00 committed by GitHub
parent d0f67b9dde
commit eb78790361
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

27
composer.lock generated
View file

@ -1020,16 +1020,16 @@
}, },
{ {
"name": "doctrine/doctrine-bundle", "name": "doctrine/doctrine-bundle",
"version": "2.11.3", "version": "2.12.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git", "url": "https://github.com/doctrine/DoctrineBundle.git",
"reference": "492725310ae9a1b5b20d6ae09fb5ae6404616e68" "reference": "5418e811a14724068e95e0ba43353b903ada530f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/492725310ae9a1b5b20d6ae09fb5ae6404616e68", "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/5418e811a14724068e95e0ba43353b903ada530f",
"reference": "492725310ae9a1b5b20d6ae09fb5ae6404616e68", "reference": "5418e811a14724068e95e0ba43353b903ada530f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1067,6 +1067,7 @@
"symfony/property-info": "^5.4 || ^6.0 || ^7.0", "symfony/property-info": "^5.4 || ^6.0 || ^7.0",
"symfony/proxy-manager-bridge": "^5.4 || ^6.0 || ^7.0", "symfony/proxy-manager-bridge": "^5.4 || ^6.0 || ^7.0",
"symfony/security-bundle": "^5.4 || ^6.0 || ^7.0", "symfony/security-bundle": "^5.4 || ^6.0 || ^7.0",
"symfony/stopwatch": "^5.4 || ^6.0 || ^7.0",
"symfony/string": "^5.4 || ^6.0 || ^7.0", "symfony/string": "^5.4 || ^6.0 || ^7.0",
"symfony/twig-bridge": "^5.4 || ^6.0 || ^7.0", "symfony/twig-bridge": "^5.4 || ^6.0 || ^7.0",
"symfony/validator": "^5.4 || ^6.0 || ^7.0", "symfony/validator": "^5.4 || ^6.0 || ^7.0",
@ -1084,7 +1085,7 @@
"type": "symfony-bundle", "type": "symfony-bundle",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Doctrine\\Bundle\\DoctrineBundle\\": "" "Doctrine\\Bundle\\DoctrineBundle\\": "src"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -1119,7 +1120,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/DoctrineBundle/issues", "issues": "https://github.com/doctrine/DoctrineBundle/issues",
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.11.3" "source": "https://github.com/doctrine/DoctrineBundle/tree/2.12.0"
}, },
"funding": [ "funding": [
{ {
@ -1135,7 +1136,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-02-10T20:56:20+00:00" "time": "2024-03-19T07:20:37+00:00"
}, },
{ {
"name": "doctrine/doctrine-migrations-bundle", "name": "doctrine/doctrine-migrations-bundle",
@ -9835,16 +9836,16 @@
}, },
{ {
"name": "symfony/doctrine-bridge", "name": "symfony/doctrine-bridge",
"version": "v5.4.35", "version": "v5.4.37",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/doctrine-bridge.git", "url": "https://github.com/symfony/doctrine-bridge.git",
"reference": "f1c8d1f75ede8ba6810498666159c50ca05beec0" "reference": "07ce0b69c4eed50aae2138916149da3f7d93dce7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/f1c8d1f75ede8ba6810498666159c50ca05beec0", "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/07ce0b69c4eed50aae2138916149da3f7d93dce7",
"reference": "f1c8d1f75ede8ba6810498666159c50ca05beec0", "reference": "07ce0b69c4eed50aae2138916149da3f7d93dce7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9931,7 +9932,7 @@
"description": "Provides integration for Doctrine with various Symfony components", "description": "Provides integration for Doctrine with various Symfony components",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/doctrine-bridge/tree/v5.4.35" "source": "https://github.com/symfony/doctrine-bridge/tree/v5.4.37"
}, },
"funding": [ "funding": [
{ {
@ -9947,7 +9948,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-01-23T13:51:25+00:00" "time": "2024-02-27T10:07:57+00:00"
}, },
{ {
"name": "symfony/dom-crawler", "name": "symfony/dom-crawler",