From a47745f63aadf717c2ba39c45a08b23a25e1254c Mon Sep 17 00:00:00 2001 From: TomasVotruba Date: Fri, 29 Jan 2021 20:47:15 +0100 Subject: [PATCH] bump deps --- composer.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/composer.json b/composer.json index eabbd4049d8..7f431201f73 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "nette/utils": "^3.2", "nikic/php-parser": "^4.10.4", "phpstan/phpdoc-parser": "^0.4.9", - "phpstan/phpstan": "^0.12.64", + "phpstan/phpstan": "^0.12.70", "phpstan/phpstan-phpunit": "^0.12.17", "psr/simple-cache": "^1.0", "sebastian/diff": "^4.0", @@ -48,16 +48,16 @@ "symfony/finder": "^4.4.8|^5.1", "symfony/http-kernel": "^4.4.8|^5.1", "symfony/process": "^4.4.8|^5.1", - "symplify/astral": "^9.0.47", - "symplify/autowire-array-parameter": "^9.0.47", - "symplify/console-color-diff": "^9.0.47", - "symplify/package-builder": "^9.0.47", - "symplify/rule-doc-generator": "^9.0.47", - "symplify/set-config-resolver": "^9.0.47", - "symplify/simple-php-doc-parser": "^9.0.47", - "symplify/skipper": "^9.0.47", - "symplify/smart-file-system": "^9.0.47", - "symplify/symfony-php-config": "^9.0.47", + "symplify/astral": "^9.0.48", + "symplify/autowire-array-parameter": "^9.0.48", + "symplify/console-color-diff": "^9.0.48", + "symplify/package-builder": "^9.0.48", + "symplify/rule-doc-generator": "^9.0.48", + "symplify/set-config-resolver": "^9.0.48", + "symplify/simple-php-doc-parser": "^9.0.48", + "symplify/skipper": "^9.0.48", + "symplify/smart-file-system": "^9.0.48", + "symplify/symfony-php-config": "^9.0.48", "webmozart/assert": "^1.9" }, "require-dev": { @@ -72,12 +72,12 @@ "sebastian/diff": "^4.0.4", "symfony/security-core": "^5.2", "symfony/security-http": "^5.2", - "symplify/changelog-linker": "^9.0.47", - "symplify/coding-standard": "^9.0.47", - "symplify/easy-coding-standard": "^9.0.47", - "symplify/easy-testing": "^9.0.47", - "symplify/phpstan-extensions": "^9.0.47", - "symplify/phpstan-rules": "^9.0.47", + "symplify/changelog-linker": "^9.0.48", + "symplify/coding-standard": "^9.0.48", + "symplify/easy-coding-standard": "^9.0.48", + "symplify/easy-testing": "^9.0.48", + "symplify/phpstan-extensions": "^9.0.48", + "symplify/phpstan-rules": "^9.0.48", "tracy/tracy": "^2.7" }, "replace": {