Skip to content

Commit 5066377

Browse files
author
Junaid Farooq
authored
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.
1 parent 4f8ba04 commit 5066377

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"ext-libxml": "*",
2222
"ext-tokenizer": "*",
2323
"ext-mbstring": "*",
24-
"amphp/amp": "^2.1",
24+
"amphp/amp": "^2.4.2",
2525
"amphp/byte-stream": "^1.5",
2626
"composer/package-versions-deprecated": "^1.8.0",
2727
"composer/semver": "^1.4 || ^2.0 || ^3.0",
@@ -41,7 +41,6 @@
4141
},
4242
"require-dev": {
4343
"ext-curl": "*",
44-
"amphp/amp": "^2.4.2",
4544
"bamarni/composer-bin-plugin": "^1.2",
4645
"brianium/paratest": "^4.0||^6.0",
4746
"php-parallel-lint/php-parallel-lint": "^1.2",

0 commit comments

Comments
 (0)