Skip to content

Commit dc07102

Browse files
committed
AC-1199:: Fixed the integration failures
1 parent 226b592 commit dc07102

File tree

5 files changed

+412
-407
lines changed

5 files changed

+412
-407
lines changed

dev/tests/integration/testsuite/Magento/Framework/Composer/ComposerInformationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function testGetRequiredPhpVersion($composerDir)
7979
['composerFactory' => $this->composerFactory]
8080
);
8181

82-
$this->assertEquals("~7.1.3||~7.2.0", $composerInfo->getRequiredPhpVersion());
82+
$this->assertEquals("~8.1.0", $composerInfo->getRequiredPhpVersion());
8383
}
8484

8585
/**

dev/tests/integration/testsuite/Magento/Framework/Composer/_files/testFromClone/composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"AFL-3.0"
88
],
99
"require": {
10-
"php": "~7.0.0||~8.0.0",
10+
"php": "~8.1.0",
1111
"ext-ctype": "*",
1212
"ext-curl": "*",
1313
"ext-dom": "*",
@@ -185,6 +185,9 @@
185185
}
186186
},
187187
"config": {
188+
"allow-plugins": {
189+
"magento/*": true
190+
},
188191
"sort-packages": true,
189192
"use-include-path": true
190193
},

dev/tests/integration/testsuite/Magento/Framework/Composer/_files/testFromClone/composer.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)