diff --git a/composer.json b/composer.json index 2926bbeb93..e1c3de737b 100644 --- a/composer.json +++ b/composer.json @@ -88,7 +88,7 @@ "sentry/sentry-symfony": "^5.0", "sonata-project/admin-bundle": "^4.32", "sonata-project/doctrine-orm-admin-bundle": "^4.15", - "sonata-project/exporter": "3.3.0", + "sonata-project/exporter": "3.3.1", "stof/doctrine-extensions-bundle": "^1.9", "symfony/amqp-messenger": "^6.4", "symfony/asset": "^6.4", diff --git a/composer.lock b/composer.lock index 5b8917601b..c0c8bd5b96 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": "7231f03648114592d09649cec7da711f", + "content-hash": "9b014f21345b2fee4a04673973fcb898", "packages": [ { "name": "a2lix/auto-form-bundle", @@ -11177,20 +11177,20 @@ }, { "name": "sonata-project/exporter", - "version": "3.3.0", + "version": "3.3.1", "source": { "type": "git", "url": "https://github.com/sonata-project/exporter.git", - "reference": "4ee51253ae536e50ba0985505387614a8af0fed1" + "reference": "f3435385aba028229f67fe2e830585fa6dfe1a0f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sonata-project/exporter/zipball/4ee51253ae536e50ba0985505387614a8af0fed1", - "reference": "4ee51253ae536e50ba0985505387614a8af0fed1", + "url": "https://api.github.com/repos/sonata-project/exporter/zipball/f3435385aba028229f67fe2e830585fa6dfe1a0f", + "reference": "f3435385aba028229f67fe2e830585fa6dfe1a0f", "shasum": "" }, "require": { - "php": "^8.0" + "php": "^8.1" }, "conflict": { "doctrine/mongodb-odm": "<2.3", @@ -11201,12 +11201,13 @@ "require-dev": { "doctrine/dbal": "^3.1", "doctrine/mongodb-odm": "^2.3", - "doctrine/orm": "^2.14", + "doctrine/orm": "^2.14 || ^3.0", "friendsofphp/php-cs-fixer": "^3.4", - "matthiasnoback/symfony-config-test": "^4.2", - "matthiasnoback/symfony-dependency-injection-test": "^4.0", + "matthiasnoback/symfony-config-test": "^4.2 || ^5.0", + "matthiasnoback/symfony-dependency-injection-test": "^4.0 || ^5.0", "phpoffice/phpspreadsheet": "^1.23", "phpstan/extension-installer": "^1.0", + "phpstan/phpdoc-parser": "^1.0", "phpstan/phpstan": "^1.0", "phpstan/phpstan-phpunit": "^1.0", "phpstan/phpstan-strict-rules": "^1.0", @@ -11214,14 +11215,14 @@ "phpunit/phpunit": "^9.5", "psalm/plugin-phpunit": "^0.18", "psalm/plugin-symfony": "^5.0", - "rector/rector": "^0.18", - "symfony/config": "^5.4 || ^6.2", - "symfony/dependency-injection": "^5.4 || ^6.2", - "symfony/http-foundation": "^5.4 || ^6.2", - "symfony/http-kernel": "^5.4 || ^6.2", - "symfony/phpunit-bridge": "^6.2", - "symfony/property-access": "^5.4 || ^6.2", - "symfony/routing": "^5.4 || ^6.2", + "rector/rector": "^1.1", + "symfony/config": "^6.4 || ^7.1", + "symfony/dependency-injection": "^6.4 || ^7.1", + "symfony/http-foundation": "^6.4 || ^7.1", + "symfony/http-kernel": "^6.4 || ^7.1", + "symfony/phpunit-bridge": "^6.4 || ^7.1", + "symfony/property-access": "^6.4 || ^7.1", + "symfony/routing": "^6.4 || ^7.1", "vimeo/psalm": "^5.0" }, "suggest": { @@ -11261,7 +11262,7 @@ ], "support": { "issues": "https://github.com/sonata-project/exporter/issues", - "source": "https://github.com/sonata-project/exporter/tree/3.3.0" + "source": "https://github.com/sonata-project/exporter/tree/3.3.1" }, "funding": [ { @@ -11281,7 +11282,7 @@ "type": "github" } ], - "time": "2023-10-23T16:27:25+00:00" + "time": "2025-02-05T19:11:49+00:00" }, { "name": "sonata-project/form-extensions",