We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b18decc commit 960315eCopy full SHA for 960315e
app/code/Magento/Deploy/composer.json
@@ -3,7 +3,7 @@
3
"description": "N/A",
4
"require": {
5
"php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
6
- "magento/framework": "100.2.*",
+ "magento/framework": "100.*.*",
7
"magento/module-store": "100.2.*",
8
"magento/module-require-js": "100.2.*",
9
"magento/module-user": "100.2.*",
app/code/Magento/Deploy/etc/di.xml
@@ -20,7 +20,7 @@
20
</argument>
21
</arguments>
22
</type>
23
- <type name="Magento\Framework\App\FrontController">
+ <type name="Magento\Framework\App\FrontControllerInterface">
24
<plugin name="configHash" type="Magento\Deploy\Model\Plugin\ConfigValidator" sortOrder="50"/>
25
26
<type name="Magento\Framework\Console\CommandListInterface">
0 commit comments