Skip to content

Commit 960315e

Browse files
author
Bohdan Korablov
committed
MAGETWO-65208: Store checksum for every section of configuration file & change behavior on read-only FS & add sorting of importers
1 parent b18decc commit 960315e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Deploy/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "N/A",
44
"require": {
55
"php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
6-
"magento/framework": "100.2.*",
6+
"magento/framework": "100.*.*",
77
"magento/module-store": "100.2.*",
88
"magento/module-require-js": "100.2.*",
99
"magento/module-user": "100.2.*",

app/code/Magento/Deploy/etc/di.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</argument>
2121
</arguments>
2222
</type>
23-
<type name="Magento\Framework\App\FrontController">
23+
<type name="Magento\Framework\App\FrontControllerInterface">
2424
<plugin name="configHash" type="Magento\Deploy\Model\Plugin\ConfigValidator" sortOrder="50"/>
2525
</type>
2626
<type name="Magento\Framework\Console\CommandListInterface">

0 commit comments

Comments
 (0)