Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
raoul authored and janlanger committed Feb 6, 2023
1 parent 1164b43 commit 4407423
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4407423

Please sign in to comment.