Bump doctrine/orm from 2.17.4 to 2.18.0

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

---
updated-dependencies:
- dependency-name: doctrine/orm
  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-02-05 03:16:52 +00:00 committed by GitHub
parent 5aeb116d83
commit cc61380520
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

32
composer.lock generated
View file

@ -917,16 +917,16 @@
},
{
"name": "doctrine/dbal",
"version": "3.8.0",
"version": "3.8.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "d244f2e6e6bf32bff5174e6729b57214923ecec9"
"reference": "c9ea252cdce4da324ede3d6c5913dd89f769afd2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/d244f2e6e6bf32bff5174e6729b57214923ecec9",
"reference": "d244f2e6e6bf32bff5174e6729b57214923ecec9",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/c9ea252cdce4da324ede3d6c5913dd89f769afd2",
"reference": "c9ea252cdce4da324ede3d6c5913dd89f769afd2",
"shasum": ""
},
"require": {
@ -942,9 +942,9 @@
"doctrine/coding-standard": "12.0.0",
"fig/log-test": "^1",
"jetbrains/phpstorm-stubs": "2023.1",
"phpstan/phpstan": "1.10.56",
"phpstan/phpstan": "1.10.57",
"phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "9.6.15",
"phpunit/phpunit": "9.6.16",
"psalm/plugin-phpunit": "0.18.4",
"slevomat/coding-standard": "8.13.1",
"squizlabs/php_codesniffer": "3.8.1",
@ -1010,7 +1010,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.8.0"
"source": "https://github.com/doctrine/dbal/tree/3.8.1"
},
"funding": [
{
@ -1026,7 +1026,7 @@
"type": "tidelift"
}
],
"time": "2024-01-25T21:44:02+00:00"
"time": "2024-02-03T17:33:49+00:00"
},
{
"name": "doctrine/deprecations",
@ -1720,16 +1720,16 @@
},
{
"name": "doctrine/orm",
"version": "2.17.4",
"version": "2.18.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
"reference": "ccfc97c32f63aaa0988ac6aa42e71c5590bb794d"
"reference": "f2176a9ce56cafdfd1624d54bfdb076819083d5b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/ccfc97c32f63aaa0988ac6aa42e71c5590bb794d",
"reference": "ccfc97c32f63aaa0988ac6aa42e71c5590bb794d",
"url": "https://api.github.com/repos/doctrine/orm/zipball/f2176a9ce56cafdfd1624d54bfdb076819083d5b",
"reference": "f2176a9ce56cafdfd1624d54bfdb076819083d5b",
"shasum": ""
},
"require": {
@ -1742,7 +1742,7 @@
"doctrine/event-manager": "^1.2 || ^2",
"doctrine/inflector": "^1.4 || ^2.0",
"doctrine/instantiator": "^1.3 || ^2",
"doctrine/lexer": "^2",
"doctrine/lexer": "^2 || ^3",
"doctrine/persistence": "^2.4 || ^3",
"ext-ctype": "*",
"php": "^7.1 || ^8.0",
@ -1778,7 +1778,7 @@
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\ORM\\": "lib/Doctrine/ORM"
"Doctrine\\ORM\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
@ -1815,9 +1815,9 @@
],
"support": {
"issues": "https://github.com/doctrine/orm/issues",
"source": "https://github.com/doctrine/orm/tree/2.17.4"
"source": "https://github.com/doctrine/orm/tree/2.18.0"
},
"time": "2024-01-26T19:41:16+00:00"
"time": "2024-01-31T15:53:12+00:00"
},
{
"name": "doctrine/persistence",