From 9255ef579f4e19b28de907bd799dad108a473bd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kucha=C5=99?= <honza.kuchar@grifart.cz> Date: Mon, 4 Jan 2021 16:48:16 +0100 Subject: [PATCH] composer updated deps --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 2d2a74c..2795a13 100644 --- a/composer.json +++ b/composer.json @@ -17,10 +17,10 @@ }, "require-dev": { "nette/tester": "^2.1", - "phpstan/phpstan": "^0.11", - "grifart/phpstan-oneline": "^0.2.1", - "jakub-onderka/php-parallel-lint": "^1.0", - "jakub-onderka/php-console-highlighter": "^0.4.0" + "phpstan/phpstan": "^0.12", + "grifart/phpstan-oneline": "^0.4.0", + "php-parallel-lint/php-console-highlighter": "^0.5.0", + "php-parallel-lint/php-parallel-lint": "^1.2" }, "license": "MIT", "authors": [ -- GitLab