diff --git a/composer.json b/composer.json index 15f3ea7..5680cb4 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,8 @@ ], "require": { "php": ">=8.1", - "nette/di": "^3.1.2", - "doctrine/dbal": "^3.6", + "nette/di": "^3.2.2", + "doctrine/dbal": "^3.6.7", "nettrine/cache": "^0.4.0 || ^0.5.0" }, "require-dev": { @@ -30,7 +30,7 @@ "contributte/qa": "^0.4", "contributte/tester": "^0.3", "contributte/phpstan": "^0.1", - "contributte/console": "^0.9.1", + "contributte/console": "^0.10.1", "nettrine/orm": "^0.9.0", "mockery/mockery": "^1.3.5", "psr/log": "^3.0",