File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change 7
7
"php" : " ^8.0" ,
8
8
"ext-json" : " *" ,
9
9
"colinmollenhour/cache-backend-redis" : " ^1.14.2" ,
10
- "colinmollenhour/credis" : " ^1.6.0 || ^1.13" ,
11
- "magento/framework" : " *" ,
12
- "magento/module-store" : " *" ,
13
- "magento/module-url-rewrite" : " *"
10
+ "colinmollenhour/credis" : " ^1.6.0 || ^1.13"
14
11
},
15
12
"suggest" : {
16
13
"magento/framework" : " *" ,
30
27
"squizlabs/php_codesniffer" : " ^3.7"
31
28
},
32
29
"config" : {
33
- "sort-packages" : true ,
34
- "allow-plugins" : {
35
- "magento/composer-dependency-version-audit-plugin" : true
36
- }
30
+ "sort-packages" : true
37
31
},
38
32
"scripts" : {
39
33
"test" : [
56
50
"Magento\\ CloudComponents\\ " : " " ,
57
51
"Magento\\ CloudComponents\\ Test\\ Functional\\ " : " tests/functional/"
58
52
}
59
- },
60
- "repositories" : {
61
- "magento" : {
62
- "type" : " composer" ,
63
- "url" : " https://repo.magento.com/"
64
- }
65
53
}
66
54
}
You can’t perform that action at this time.
0 commit comments