Bump doctrine/orm from 2.15.3 to 2.15.4

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

---
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-07-24 02:52:14 +00:00 committed by GitHub
parent af7cd960dd
commit 3904543a96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

34
composer.lock generated
View file

@ -908,16 +908,16 @@
},
{
"name": "doctrine/dbal",
"version": "3.6.4",
"version": "3.6.5",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "19f0dec95edd6a3c3c5ff1d188ea94c6b7fc903f"
"reference": "96d5a70fd91efdcec81fc46316efc5bf3da17ddf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/19f0dec95edd6a3c3c5ff1d188ea94c6b7fc903f",
"reference": "19f0dec95edd6a3c3c5ff1d188ea94c6b7fc903f",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/96d5a70fd91efdcec81fc46316efc5bf3da17ddf",
"reference": "96d5a70fd91efdcec81fc46316efc5bf3da17ddf",
"shasum": ""
},
"require": {
@ -932,10 +932,10 @@
"require-dev": {
"doctrine/coding-standard": "12.0.0",
"fig/log-test": "^1",
"jetbrains/phpstorm-stubs": "2022.3",
"phpstan/phpstan": "1.10.14",
"jetbrains/phpstorm-stubs": "2023.1",
"phpstan/phpstan": "1.10.21",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "9.6.7",
"phpunit/phpunit": "9.6.9",
"psalm/plugin-phpunit": "0.18.4",
"squizlabs/php_codesniffer": "3.7.2",
"symfony/cache": "^5.4|^6.0",
@ -1000,7 +1000,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.6.4"
"source": "https://github.com/doctrine/dbal/tree/3.6.5"
},
"funding": [
{
@ -1016,7 +1016,7 @@
"type": "tidelift"
}
],
"time": "2023-06-15T07:40:12+00:00"
"time": "2023-07-17T09:15:50+00:00"
},
{
"name": "doctrine/deprecations",
@ -1699,16 +1699,16 @@
},
{
"name": "doctrine/orm",
"version": "2.15.3",
"version": "2.15.4",
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
"reference": "4c3bd208018c26498e5f682aaad45fa00ea307d5"
"reference": "f7e4b61459692f9b747f40696e6bf72080390f2d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/4c3bd208018c26498e5f682aaad45fa00ea307d5",
"reference": "4c3bd208018c26498e5f682aaad45fa00ea307d5",
"url": "https://api.github.com/repos/doctrine/orm/zipball/f7e4b61459692f9b747f40696e6bf72080390f2d",
"reference": "f7e4b61459692f9b747f40696e6bf72080390f2d",
"shasum": ""
},
"require": {
@ -1737,14 +1737,14 @@
"doctrine/annotations": "^1.13 || ^2",
"doctrine/coding-standard": "^9.0.2 || ^12.0",
"phpbench/phpbench": "^0.16.10 || ^1.0",
"phpstan/phpstan": "~1.4.10 || 1.10.18",
"phpstan/phpstan": "~1.4.10 || 1.10.25",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.6",
"psr/log": "^1 || ^2 || ^3",
"squizlabs/php_codesniffer": "3.7.2",
"symfony/cache": "^4.4 || ^5.4 || ^6.0",
"symfony/var-exporter": "^4.4 || ^5.4 || ^6.2",
"symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"vimeo/psalm": "4.30.0 || 5.12.0"
"vimeo/psalm": "4.30.0 || 5.13.1"
},
"suggest": {
"ext-dom": "Provides support for XSD validation for XML mapping files",
@ -1794,9 +1794,9 @@
],
"support": {
"issues": "https://github.com/doctrine/orm/issues",
"source": "https://github.com/doctrine/orm/tree/2.15.3"
"source": "https://github.com/doctrine/orm/tree/2.15.4"
},
"time": "2023-06-22T12:36:06+00:00"
"time": "2023-07-18T07:50:04+00:00"
},
{
"name": "doctrine/persistence",