diff --git a/composer.lock b/composer.lock index 007616dbeb..add454349e 100644 --- a/composer.lock +++ b/composer.lock @@ -1180,16 +1180,16 @@ }, { "name": "doctrine/orm", - "version": "3.2.3", + "version": "3.3.0", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", - "reference": "522863116a245c7bfcf6f5f2458755601b1d1909" + "reference": "69958152e661aa9c14e80d1ee4962863485aa60b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/orm/zipball/522863116a245c7bfcf6f5f2458755601b1d1909", - "reference": "522863116a245c7bfcf6f5f2458755601b1d1909", + "url": "https://api.github.com/repos/doctrine/orm/zipball/69958152e661aa9c14e80d1ee4962863485aa60b", + "reference": "69958152e661aa9c14e80d1ee4962863485aa60b", "shasum": "" }, "require": { @@ -1212,7 +1212,9 @@ "doctrine/coding-standard": "^12.0", "phpbench/phpbench": "^1.0", "phpdocumentor/guides-cli": "^1.4", + "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "1.12.6", + "phpstan/phpstan-deprecation-rules": "^1.2", "phpunit/phpunit": "^10.4.0", "psr/log": "^1 || ^2 || ^3", "squizlabs/php_codesniffer": "3.7.2", @@ -1263,9 +1265,9 @@ ], "support": { "issues": "https://github.com/doctrine/orm/issues", - "source": "https://github.com/doctrine/orm/tree/3.2.3" + "source": "https://github.com/doctrine/orm/tree/3.3.0" }, - "time": "2024-10-11T18:23:33+00:00" + "time": "2024-10-12T20:07:18+00:00" }, { "name": "doctrine/persistence",