diff --git a/Tests/App/config/config_test.yml b/Tests/App/config/config_test.yml index 40d3f66..fac1dd5 100644 --- a/Tests/App/config/config_test.yml +++ b/Tests/App/config/config_test.yml @@ -50,10 +50,6 @@ dukecity_command_scheduler: excluded_command_namespaces: - scheduler -liip_test_fixtures: - cache_db: - sqlite: liip_test_fixtures.services_database_backup.sqlite - services: _defaults: autowire: true diff --git a/composer.json b/composer.json index 8d4dc55..7764886 100644 --- a/composer.json +++ b/composer.json @@ -17,13 +17,13 @@ ], "require": { "php": ">=8.2", - "doctrine/orm": "^2.17.5 || ^3.0.0", - "doctrine/doctrine-bundle": "^2.11", - "doctrine/collections": "^2.1", - "doctrine/dbal": "^3.8.1 || ^4.0.0", - "doctrine/persistence": "^3.2", + "doctrine/orm": "^2.19 || ^3.2", + "doctrine/doctrine-bundle": "^2.12", + "doctrine/collections": "^2.2", + "doctrine/dbal": "^3.8.4 || ^4.0.2", + "doctrine/persistence": "^3.3", "dragonmantank/cron-expression": "^3.3", - "knplabs/knp-time-bundle": "^2.2", + "knplabs/knp-time-bundle": "^2.3", "lorisleiva/cron-translator": "^0.4.5", "symfony/asset": "^7.0", "symfony/config": "^7.0", @@ -43,9 +43,9 @@ "twig/twig": "^3.8" }, "require-dev": { - "doctrine/doctrine-fixtures-bundle": "^3.5", - "liip/test-fixtures-bundle": "^2.7", - "phpstan/phpstan": "^1.10", + "doctrine/doctrine-fixtures-bundle": "^3.6", + "liip/test-fixtures-bundle": "^3.0", + "phpstan/phpstan": "^1.11", "phpunit/phpunit": "^10.5", "symfony/browser-kit": "^7.0", "symfony/css-selector": "^7.0", @@ -55,7 +55,7 @@ "symfony/phpunit-bridge": "^7.0", "symfony/http-client": "^7.0", "symfony/notifier": "^7.0", - "symfony/maker-bundle": "^1.52", + "symfony/maker-bundle": "^1.60", "symfony/var-dumper": "^7.0" }, "suggest": {