Skip to content

Commit 626dc7a

Browse files
committed
MAGETWO-32640: Move Magento\Core\Model\Factory.php is to Magento Framework as a part of Magento\Framework\Data\Collection
- removed redundant module dependencies
1 parent e3ba156 commit 626dc7a

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

app/code/Magento/Backup/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"require": {
55
"php": "~5.4.11|~5.5.0|~5.6.0",
66
"magento/module-store": "0.42.0-beta4",
7-
"magento/module-core": "0.42.0-beta4",
87
"magento/module-backend": "0.42.0-beta4",
98
"magento/module-cron": "0.42.0-beta4",
109
"magento/framework": "0.42.0-beta4",

app/code/Magento/Backup/etc/module.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
99
<module name="Magento_Backup" schema_version="1.6.0.0">
1010
<sequence>
11-
<module name="Magento_Core"/>
1211
<module name="Magento_Store"/>
1312
</sequence>
1413
</module>

app/code/Magento/Log/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"require": {
55
"php": "~5.4.11|~5.5.0|~5.6.0",
66
"magento/module-store": "0.42.0-beta4",
7-
"magento/module-core": "0.42.0-beta4",
87
"magento/module-customer": "0.42.0-beta4",
98
"magento/module-eav": "0.42.0-beta4",
109
"magento/module-backend": "0.42.0-beta4",

app/code/Magento/Log/etc/module.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
99
<module name="Magento_Log" schema_version="2.0.0">
1010
<sequence>
11-
<module name="Magento_Core"/>
1211
<module name="Magento_Store"/>
1312
<module name="Magento_Customer"/>
1413
</sequence>

app/code/Magento/Quote/composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
"magento/module-customer": "0.42.0-beta4",
99
"magento/module-authorization": "0.42.0-beta4",
1010
"magento/module-payment": "0.42.0-beta4",
11-
"magento/module-core": "0.42.0-beta4",
1211
"magento/module-sales": "0.42.0-beta4",
1312
"magento/module-backend": "0.42.0-beta4",
1413
"magento/module-directory": "0.42.0-beta4",

0 commit comments

Comments
 (0)