diff --git a/composer.json b/composer.json index 81b425c..f47cfbf 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "doctrine/dbal": "4.2.1", "doctrine/doctrine-bundle": "2.13.0", "doctrine/doctrine-migrations-bundle": "3.3.1", - "doctrine/orm": "3.2.3", + "doctrine/orm": "3.3.0", "easycorp/easyadmin-bundle": "v4.12.0", "symfony/console": "v6.4.12", "symfony/flex": "v2.4.7", diff --git a/composer.lock b/composer.lock index a7df64b..0f31dc8 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": "0a08e759d0d9f48ae0b3dd2a24924567", + "content-hash": "e6c70bab72c070c8f12ccdcf65d1e6d1", "packages": [ { "name": "doctrine/cache", @@ -985,16 +985,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": { @@ -1017,7 +1017,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", @@ -1068,9 +1070,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",