Skip to content

Commit 8e64fc8

Browse files
Merge pull request #7768 from magento-gl/BUG#AC-5897
AC-5897::Allure reports are not generated for composer builds when ru…
2 parents 3139004 + cf56aed commit 8e64fc8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"colinmollenhour/cache-backend-redis": "1.14.2",
3939
"colinmollenhour/credis": "1.13.0",
4040
"colinmollenhour/php-redis-session-abstract": "~1.4.5",
41-
"composer/composer": "^1.9 || ^2.0",
41+
"composer/composer": "^1.9 || ^2.0, !=2.2.16",
4242
"elasticsearch/elasticsearch": "~7.17.0",
4343
"guzzlehttp/guzzle": "^7.4.2",
4444
"ezyang/htmlpurifier": "^4.14",

composer.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/internal/Magento/Framework/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"ext-xsl": "*",
2525
"lib-libxml": "*",
2626
"colinmollenhour/php-redis-session-abstract": "~1.4.5",
27-
"composer/composer": "^1.9 || ^2.0",
27+
"composer/composer": "^1.9 || ^2.0, !=2.2.16",
2828
"ezyang/htmlpurifier": "^4.14",
2929
"guzzlehttp/guzzle": "^7.4.2",
3030
"laminas/laminas-code": "~4.5.0",

0 commit comments

Comments
 (0)