From 4407423be3ce06fa79a2d1724f9a985d3deac615 Mon Sep 17 00:00:00 2001 From: Robin Mleziva Date: Mon, 30 Jan 2023 19:01:59 +0100 Subject: [PATCH] Updated dependencies --- composer.json | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index a073007..163bb7c 100644 --- a/composer.json +++ b/composer.json @@ -12,24 +12,25 @@ ], "require": { "php": "^7.4.0 || ^8.0.0", - "nette/di": "^3.0.7", - "nette/mail": "^3.1.5", + "nette/di": "^3.1.1", + "nette/mail": "^3.1.10", "psr/log": "^1.1.4 || ^2.0.0 || ^3.0.0", - "react/event-loop": "^1.1.1", - "react/promise": "^2.8.0", - "react/socket": "^1.6.0" + "react/event-loop": "^1.3.0", + "react/promise": "^2.9.0", + "react/socket": "^1.12.0" }, "require-dev": { + "ext-imap": "*", "php-parallel-lint/php-parallel-lint": "^1.3.2", - "phing/phing": "^2.17.3", - "phpstan/phpstan": "^1.6.8", - "phpstan/phpstan-phpunit": "^1.1.1", - "phpstan/phpstan-strict-rules": "^1.2.3", - "phpunit/phpunit": "^9.5.20", + "phing/phing": "^2.17.4", + "phpstan/phpstan": "^1.9.14", + "phpstan/phpstan-phpunit": "^1.3.3", + "phpstan/phpstan-strict-rules": "^1.4.5", + "phpunit/phpunit": "^9.5.28", "slevomat/coding-standard": "^7.2.0", - "spell-checker/spell-checker": "v0.3.22", - "spell-checker/dictionary-en": "v0.1.1", - "squizlabs/php_codesniffer": "^3.6.2" + "spell-checker/spell-checker": "^0.3.22", + "spell-checker/dictionary-en": "^0.1.1", + "squizlabs/php_codesniffer": "^3.7.1" }, "config": { "bin-dir": "bin",