diff --git a/composer.lock b/composer.lock index 735d46c..1ff1550 100644 --- a/composer.lock +++ b/composer.lock @@ -8,26 +8,27 @@ "packages": [ { "name": "amphp/amp", - "version": "v2.1.1", + "version": "v2.3.2", "source": { "type": "git", "url": "https://github.com/amphp/amp.git", - "reference": "7075ef7d74dbd32626bfd31c976b23055c3ade6a" + "reference": "9fa04aa6f87a8200fc0961de6bcc5465785c0c6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/amphp/amp/zipball/7075ef7d74dbd32626bfd31c976b23055c3ade6a", - "reference": "7075ef7d74dbd32626bfd31c976b23055c3ade6a", + "url": "https://api.github.com/repos/amphp/amp/zipball/9fa04aa6f87a8200fc0961de6bcc5465785c0c6f", + "reference": "9fa04aa6f87a8200fc0961de6bcc5465785c0c6f", "shasum": "" }, "require": { "php": ">=7" }, "require-dev": { + "amphp/php-cs-fixer-config": "dev-master", "amphp/phpunit-util": "^1", - "friendsofphp/php-cs-fixer": "^2.3", + "ext-json": "*", "phpstan/phpstan": "^0.8.5", - "phpunit/phpunit": "^6.0.9", + "phpunit/phpunit": "^6.0.9 | ^7", "react/promise": "^2" }, "type": "library", @@ -50,14 +51,6 @@ "MIT" ], "authors": [ - { - "name": "Bob Weinand", - "email": "bobwei9@hotmail.com" - }, - { - "name": "Niklas Keller", - "email": "me@kelunik.com" - }, { "name": "Daniel Lowrey", "email": "rdlowrey@php.net" @@ -65,6 +58,14 @@ { "name": "Aaron Piotrowski", "email": "aaron@trowski.com" + }, + { + "name": "Bob Weinand", + "email": "bobwei9@hotmail.com" + }, + { + "name": "Niklas Keller", + "email": "me@kelunik.com" } ], "description": "A non-blocking concurrency framework for PHP applications.", @@ -80,7 +81,7 @@ "non-blocking", "promise" ], - "time": "2018-12-11T10:31:37+00:00" + "time": "2019-10-26T14:31:57+00:00" }, { "name": "doctrine/instantiator", @@ -1563,12 +1564,12 @@ "source": { "type": "git", "url": "https://github.com/HarmonyIO/PHP-CodeSniffer-Ruleset.git", - "reference": "fc25a1e86dbda2284fc3e759dedd6febda89d9cd" + "reference": "a3a259de10a1dccf09c1143e2bc80aa574afe4b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/HarmonyIO/PHP-CodeSniffer-Ruleset/zipball/fc25a1e86dbda2284fc3e759dedd6febda89d9cd", - "reference": "fc25a1e86dbda2284fc3e759dedd6febda89d9cd", + "url": "https://api.github.com/repos/HarmonyIO/PHP-CodeSniffer-Ruleset/zipball/a3a259de10a1dccf09c1143e2bc80aa574afe4b3", + "reference": "a3a259de10a1dccf09c1143e2bc80aa574afe4b3", "shasum": "" }, "require": { @@ -1587,7 +1588,7 @@ } ], "description": "HarmonyIO coding standards", - "time": "2019-04-29T06:03:58+00:00" + "time": "2019-06-12T20:34:25+00:00" }, { "name": "maglnet/composer-require-checker",