File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 15
15
"ext-json" : " *" ,
16
16
"composer/composer" : " @stable" ,
17
17
"composer/semver" : " @stable" ,
18
- "symfony/config" : " ^3.3||^4.4||^5.0" ,
19
- "symfony/console" : " ^2.6||^4.0||^5.0" ,
20
- "symfony/dependency-injection" : " ^3.3||^4.3||^5.0" ,
21
- "symfony/process" : " ^2.1||^4.1||^5.0" ,
22
- "symfony/proxy-manager-bridge" : " ^3.3||^4.3||^5.0" ,
23
- "symfony/yaml" : " ^3.3||^4.0||^5.0" ,
18
+ "symfony/config" : " ^3.3||^4.4||^5.0||^6.0 " ,
19
+ "symfony/console" : " ^2.6||^4.0||^5.0||^6.0 " ,
20
+ "symfony/dependency-injection" : " ^3.3||^4.3||^5.0||^6.0 " ,
21
+ "symfony/process" : " ^2.1||^4.1||^5.0||^6.0 " ,
22
+ "symfony/proxy-manager-bridge" : " ^3.3||^4.3||^5.0||^6.0 " ,
23
+ "symfony/yaml" : " ^3.3||^4.0||^5.0||^6.0 " ,
24
24
"monolog/monolog" : " ^1.25||^2.3" ,
25
25
"magento/quality-patches" : " ^1.1.0"
26
26
},
Original file line number Diff line number Diff line change 7
7
<prototype namespace =" Magento\CloudPatches\" resource =" ../src/*" exclude =" ../src/{Test}" />
8
8
9
9
<service id =" Psr\Log\LoggerInterface" alias =" Magento\CloudPatches\App\Logger" />
10
+ <service id =" Psr\Container\ContainerInterface" alias =" Magento\CloudPatches\App\Container" />
10
11
<service id =" Magento\CloudPatches\App\Container" autowire =" false" />
11
12
<service id =" Magento\CloudPatches\Filesystem\DirectoryList" autowire =" false" />
12
13
<service id =" Symfony\Component\Console\Helper\QuestionHelper" />
You can’t perform that action at this time.
0 commit comments