Bump doctrine/orm from 2.14.2 to 2.14.3

Bumps [doctrine/orm](https://github.com/doctrine/orm) from 2.14.2 to 2.14.3.
- [Release notes](https://github.com/doctrine/orm/releases)
- [Commits](https://github.com/doctrine/orm/compare/2.14.2...2.14.3)

---
updated-dependencies:
- dependency-name: doctrine/orm
  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-04-24 02:57:32 +00:00 committed by GitHub
parent a1c637ee81
commit 07c4147c8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

24
composer.lock generated
View file

@ -1764,16 +1764,16 @@
},
{
"name": "doctrine/orm",
"version": "2.14.2",
"version": "2.14.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
"reference": "e5fb1a4a8f5aa4e37612f66a22aac10291bcbb52"
"reference": "a64f315dfeae5e50b17f132626fd9e9b4ec8985d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/e5fb1a4a8f5aa4e37612f66a22aac10291bcbb52",
"reference": "e5fb1a4a8f5aa4e37612f66a22aac10291bcbb52",
"url": "https://api.github.com/repos/doctrine/orm/zipball/a64f315dfeae5e50b17f132626fd9e9b4ec8985d",
"reference": "a64f315dfeae5e50b17f132626fd9e9b4ec8985d",
"shasum": ""
},
"require": {
@ -1859,9 +1859,9 @@
],
"support": {
"issues": "https://github.com/doctrine/orm/issues",
"source": "https://github.com/doctrine/orm/tree/2.14.2"
"source": "https://github.com/doctrine/orm/tree/2.14.3"
},
"time": "2023-03-30T15:18:54+00:00"
"time": "2023-04-20T09:46:32+00:00"
},
{
"name": "doctrine/persistence",
@ -7647,16 +7647,16 @@
},
{
"name": "phpstan/phpdoc-parser",
"version": "1.18.1",
"version": "1.20.2",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "22dcdfd725ddf99583bfe398fc624ad6c5004a0f"
"reference": "90490bd8fd8530a272043c4950c180b6d0cf5f81"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/22dcdfd725ddf99583bfe398fc624ad6c5004a0f",
"reference": "22dcdfd725ddf99583bfe398fc624ad6c5004a0f",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/90490bd8fd8530a272043c4950c180b6d0cf5f81",
"reference": "90490bd8fd8530a272043c4950c180b6d0cf5f81",
"shasum": ""
},
"require": {
@ -7686,9 +7686,9 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.18.1"
"source": "https://github.com/phpstan/phpdoc-parser/tree/1.20.2"
},
"time": "2023-04-07T11:51:11+00:00"
"time": "2023-04-22T12:59:35+00:00"
},
{
"name": "phpzip/phpzip",