Skip to content

Commit 13ec94d

Browse files
MCLOUD-13707: Included newer versions for Cloud components package dependency
1 parent d6915b2 commit 13ec94d

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

composer.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
"php": "^8.0",
88
"ext-json": "*",
99
"colinmollenhour/cache-backend-redis": "^1.14.2",
10-
"colinmollenhour/credis": "^1.6"
10+
"colinmollenhour/credis": "^1.6.0 || ^1.13",
11+
"magento/framework": "*",
12+
"magento/module-store": "*",
13+
"magento/module-url-rewrite": "*"
1114
},
1215
"suggest": {
1316
"magento/framework": "*",
@@ -20,14 +23,17 @@
2023
"codeception/module-db": "^3.0",
2124
"codeception/module-phpbrowser": "^3.0",
2225
"codeception/module-rest": "^3.0",
23-
"consolidation/robo": "^3.0",
26+
"consolidation/robo": "^3.0 || ^4.0 || ^5.0",
2427
"phpmd/phpmd": "@stable",
2528
"phpstan/phpstan": "~1.2.0 || ^2.0",
2629
"phpunit/phpunit": "^10.0",
2730
"squizlabs/php_codesniffer": "^3.7"
2831
},
2932
"config": {
30-
"sort-packages": true
33+
"sort-packages": true,
34+
"allow-plugins": {
35+
"magento/composer-dependency-version-audit-plugin": true
36+
}
3137
},
3238
"scripts": {
3339
"test": [
@@ -50,5 +56,11 @@
5056
"Magento\\CloudComponents\\": "",
5157
"Magento\\CloudComponents\\Test\\Functional\\": "tests/functional/"
5258
}
59+
},
60+
"repositories": {
61+
"magento": {
62+
"type": "composer",
63+
"url": "https://repo.magento.com/"
64+
}
5365
}
5466
}

0 commit comments

Comments
 (0)