From a7a3c7fdef3506829fe78ac21fc634e3e5fe94c6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2020 06:39:50 +0000 Subject: [PATCH] Bump amphp/amp from 2.1.1 to 2.4.3 Bumps [amphp/amp](https://github.com/amphp/amp) from 2.1.1 to 2.4.3. - [Release notes](https://github.com/amphp/amp/releases) - [Changelog](https://github.com/amphp/amp/blob/master/CHANGELOG.md) - [Commits](https://github.com/amphp/amp/compare/v2.1.1...v2.4.3) Signed-off-by: dependabot-preview[bot] --- composer.lock | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) diff --git a/composer.lock b/composer.lock index d84dfe6..9341db1 100644 --- a/composer.lock +++ b/composer.lock @@ -8,32 +8,34 @@ "packages": [ { "name": "amphp/amp", - "version": "v2.1.1", + "version": "v2.4.3", "source": { "type": "git", "url": "https://github.com/amphp/amp.git", - "reference": "7075ef7d74dbd32626bfd31c976b23055c3ade6a" + "reference": "23ac95fc6d6973231763f5ed7d1309b39429b974" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/amphp/amp/zipball/7075ef7d74dbd32626bfd31c976b23055c3ade6a", - "reference": "7075ef7d74dbd32626bfd31c976b23055c3ade6a", + "url": "https://api.github.com/repos/amphp/amp/zipball/23ac95fc6d6973231763f5ed7d1309b39429b974", + "reference": "23ac95fc6d6973231763f5ed7d1309b39429b974", "shasum": "" }, "require": { "php": ">=7" }, "require-dev": { + "amphp/php-cs-fixer-config": "dev-master", "amphp/phpunit-util": "^1", - "friendsofphp/php-cs-fixer": "^2.3", - "phpstan/phpstan": "^0.8.5", - "phpunit/phpunit": "^6.0.9", - "react/promise": "^2" + "ext-json": "*", + "jetbrains/phpstorm-stubs": "^2019.3", + "phpunit/phpunit": "^6.0.9 | ^7", + "react/promise": "^2", + "vimeo/psalm": "^3.11@dev" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "2.x-dev" } }, "autoload": { @@ -50,14 +52,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 +59,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 +82,7 @@ "non-blocking", "promise" ], - "time": "2018-12-11T10:31:37+00:00" + "time": "2020-04-19T15:54:21+00:00" }, { "name": "amphp/artax", @@ -140,6 +142,7 @@ "parallel", "rest" ], + "abandoned": "amphp/http-client", "time": "2018-02-01T20:29:48+00:00" }, {