Skip to content

Commit

Permalink
Remove duplicate entry for 'amphp/amp' from composer.json file (#5352)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
junaidbinfarooq authored Mar 11, 2021
1 parent 4f8ba04 commit 5066377
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 5066377

Please sign in to comment.