diff --git a/composer.json b/composer.json index d3d0699..316bf01 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "doctrine/dbal": "^3.8.0", "doctrine/event-manager": "^1.2.0 || ^2.0", "doctrine/migrations": "^3.7.2", - "doctrine/orm": "^2.17.3", + "doctrine/orm": "^2.17.4", "doctrine/persistence": "^2.5.7 || ^3.2", "psr/cache": "^2.0.0 || ^3.0.0", "psr/container": "^1.1.2 || ^2.0.2" diff --git a/composer.lock b/composer.lock index fcc3221..ec2ea33 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2993e7f0d9ab251897a797b568f53e67", + "content-hash": "19de801adeb08f592c52626f4c0abe66", "packages": [ { "name": "doctrine/annotations", @@ -946,16 +946,16 @@ }, { "name": "doctrine/orm", - "version": "2.17.3", + "version": "2.17.4", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", - "reference": "398ab0547aaf90bdb352b560a94c24f44ff00670" + "reference": "ccfc97c32f63aaa0988ac6aa42e71c5590bb794d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/orm/zipball/398ab0547aaf90bdb352b560a94c24f44ff00670", - "reference": "398ab0547aaf90bdb352b560a94c24f44ff00670", + "url": "https://api.github.com/repos/doctrine/orm/zipball/ccfc97c32f63aaa0988ac6aa42e71c5590bb794d", + "reference": "ccfc97c32f63aaa0988ac6aa42e71c5590bb794d", "shasum": "" }, "require": { @@ -1041,9 +1041,9 @@ ], "support": { "issues": "https://github.com/doctrine/orm/issues", - "source": "https://github.com/doctrine/orm/tree/2.17.3" + "source": "https://github.com/doctrine/orm/tree/2.17.4" }, - "time": "2024-01-16T21:32:04+00:00" + "time": "2024-01-26T19:41:16+00:00" }, { "name": "doctrine/persistence",