Skip to content

Commit dc1a38b

Browse files
committed
ACP2E-1651: Adjust QPT for 2.4.6/2.4.4-p3/2.4.5-p2 Adobe Commerce releases
1 parent e6a1119 commit dc1a38b

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"ext-json": "*",
1616
"composer/composer": "@stable",
1717
"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",
2424
"monolog/monolog": "^1.25||^2.3",
2525
"magento/quality-patches": "^1.1.0"
2626
},

config/services.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<prototype namespace="Magento\CloudPatches\" resource="../src/*" exclude="../src/{Test}"/>
88

99
<service id="Psr\Log\LoggerInterface" alias="Magento\CloudPatches\App\Logger" />
10+
<service id="Psr\Container\ContainerInterface" alias="Magento\CloudPatches\App\Container" />
1011
<service id="Magento\CloudPatches\App\Container" autowire="false"/>
1112
<service id="Magento\CloudPatches\Filesystem\DirectoryList" autowire="false"/>
1213
<service id="Symfony\Component\Console\Helper\QuestionHelper"/>

0 commit comments

Comments
 (0)