Skip to content

Commit 378a0ba

Browse files
committed
Fixed issue with some of the allow-plugins configs not working in Composer 2.7, adjusting some of the test scenarios to be more flexible about certain details in the output assertions, added explicit dev requirement for react/promise version 2 since in later Composer versions there's one duplicate error related to unhandled promise rejection which made it hard to make output assertions with
1 parent ef1364f commit 378a0ba

File tree

12 files changed

+314
-309
lines changed

12 files changed

+314
-309
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
"phpcompatibility/php-compatibility": ">=9.1.1",
2020
"squizlabs/php_codesniffer": ">=2.9.2",
2121
"phpmd/phpmd": ">=2.6.0",
22-
"vaimo/composer-changelogs": "^1.0.0"
22+
"vaimo/composer-changelogs": "^1.0.0",
23+
"react/promise": "^2"
2324
},
2425
"conflict": {
2526
"cweagans/composer-patches": "*"

0 commit comments

Comments
 (0)