Skip to content

Commit 418872f

Browse files
committed
Update ramsey/uuid to php8 compatible version
Install magento functional tests from PR
1 parent 7d29b3c commit 418872f

File tree

2 files changed

+41
-23
lines changed

2 files changed

+41
-23
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,12 @@
8282
"wikimedia/less.php": "^3.0.0"
8383
},
8484
"require-dev": {
85-
"allure-framework/allure-codeception": "1.5.0 as 1.4.5",
8685
"allure-framework/allure-phpunit": "dev-master as 1.3.2",
8786
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
8887
"friendsofphp/php-cs-fixer": "~2.18.1",
8988
"lusitanian/oauth": "~0.8.10",
9089
"magento/magento-coding-standard": "*",
91-
"magento/magento2-functional-testing-framework": "^3.0",
90+
"magento/magento2-functional-testing-framework": "dev-update-allure-codeception",
9291
"pdepend/pdepend": "~2.7.1",
9392
"phpcompatibility/php-compatibility": "^9.3",
9493
"phpmd/phpmd": "^2.8.0",
@@ -332,6 +331,10 @@
332331
"conflict": {
333332
"gene/bluefoot": "*"
334333
},
334+
"repositories": [{
335+
"type": "vcs",
336+
"url": "https://github.com/ihor-sviziev/magento2-functional-testing-framework.git"
337+
}],
335338
"extra": {
336339
"component_paths": {
337340
"trentrichardson/jquery-timepicker-addon": "lib/web/jquery/jquery-ui-timepicker-addon.js",

composer.lock

Lines changed: 36 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)