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",
"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": {