Update deps
This commit is contained in:
+9
-8
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user