diff --git a/composer.json b/composer.json index 6e2632d..6d58c83 100644 --- a/composer.json +++ b/composer.json @@ -3,16 +3,17 @@ "description": "Provides a search system for Symfony projects", "type": "symfony-bundle", "require": { - "php": ">=8.0", - "beberlei/doctrineextensions": "^1.3", - "doctrine/doctrine-bundle": "^2.7", - "doctrine/orm": "^2.12", - "symfony/framework-bundle": "*" + "php": ">=8.2", + "beberlei/doctrineextensions": "^1.5", + "doctrine/doctrine-bundle": "^2.13", + "doctrine/orm": "^2.20 || ^3.3", + "doctrine/persistence": "^3.3 || ^4.0", + "symfony/framework-bundle": "^6.4 || ^7.0" }, "require-dev": { - "vimeo/psalm": "^4.24", - "psalm/plugin-symfony": "^3.1", - "phpunit/phpunit": "^9.5" + "vimeo/psalm": "^6.0", + "psalm/plugin-symfony": "^5.2", + "phpunit/phpunit": "^11.0 || ^12.0" }, "autoload": { "psr-4": {