Skip to content

Commit 911025c

Browse files
author
Bryant Luk
committed
MAGETWO-32642: Move Magento\Core\Model\TemplateEngine\Plugin\DebugHints.php to the Magento_Developer module
- Add initial skeleton of Magento\Developer module
1 parent 2f89843 commit 911025c

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed

app/code/Magento/Developer/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The Magento_Developer module provides functionality to make it easier to develop in Magento 2.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "magento/module-developer",
3+
"description": "N/A",
4+
"require": {
5+
"php": "~5.4.11|~5.5.0|~5.6.0",
6+
"magento/framework": "0.42.0-beta3",
7+
"magento/magento-composer-installer": "*"
8+
},
9+
"type": "magento2-module",
10+
"version": "0.42.0-beta3",
11+
"license": [
12+
"OSL-3.0",
13+
"AFL-3.0"
14+
],
15+
"extra": {
16+
"map": [
17+
[
18+
"*",
19+
"Magento/Developer"
20+
]
21+
]
22+
}
23+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © 2015 Magento. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
9+
<module name="Magento_Developer" schema_version="2.0.0">
10+
</module>
11+
</config>

0 commit comments

Comments
 (0)