File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 77 "php" : " ^8.0" ,
88 "ext-json" : " *" ,
99 "colinmollenhour/cache-backend-redis" : " ^1.14.2" ,
10- "colinmollenhour/credis" : " ^1.6.0 || ^1.13"
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" : " *" ,
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" : [
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}
You can’t perform that action at this time.
0 commit comments