From 5066377271838197fb5765b43498b7fcb86b13cd Mon Sep 17 00:00:00 2001 From: Junaid Farooq Date: Thu, 11 Mar 2021 10:40:23 +0530 Subject: [PATCH] Remove duplicate entry for 'amphp/amp' from composer.json file (#5352) Removes the duplicate entry for 'amphp/amp' from the require-dev section of _composer.json_ file. Updates the entry in the require section to the latest version used earlier. --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 80c91dbfb3a..a7b65d2be25 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "ext-libxml": "*", "ext-tokenizer": "*", "ext-mbstring": "*", - "amphp/amp": "^2.1", + "amphp/amp": "^2.4.2", "amphp/byte-stream": "^1.5", "composer/package-versions-deprecated": "^1.8.0", "composer/semver": "^1.4 || ^2.0 || ^3.0", @@ -41,7 +41,6 @@ }, "require-dev": { "ext-curl": "*", - "amphp/amp": "^2.4.2", "bamarni/composer-bin-plugin": "^1.2", "brianium/paratest": "^4.0||^6.0", "php-parallel-lint/php-parallel-lint": "^1.2",