3
0

Update deps

This commit is contained in:
brabli
2026-05-05 11:00:29 +01:00
parent f9700e1959
commit d3de91ea0b
+9 -8
View File
@@ -3,16 +3,17 @@
"description": "Provides a search system for Symfony projects", "description": "Provides a search system for Symfony projects",
"type": "symfony-bundle", "type": "symfony-bundle",
"require": { "require": {
"php": ">=8.0", "php": ">=8.2",
"beberlei/doctrineextensions": "^1.3", "beberlei/doctrineextensions": "^1.5",
"doctrine/doctrine-bundle": "^2.7", "doctrine/doctrine-bundle": "^2.13",
"doctrine/orm": "^2.12", "doctrine/orm": "^2.20 || ^3.3",
"symfony/framework-bundle": "*" "doctrine/persistence": "^3.3 || ^4.0",
"symfony/framework-bundle": "^6.4 || ^7.0"
}, },
"require-dev": { "require-dev": {
"vimeo/psalm": "^4.24", "vimeo/psalm": "^6.0",
"psalm/plugin-symfony": "^3.1", "psalm/plugin-symfony": "^5.2",
"phpunit/phpunit": "^9.5" "phpunit/phpunit": "^11.0 || ^12.0"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {