Skip to content

Commit

Permalink
Version 1.4.0: Restructured extension files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Vermeulen committed Jul 27, 2017
1 parent 212c3cf commit 6916fc3
Show file tree
Hide file tree
Showing 13 changed files with 6 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ php bin/magento setup:di:compile
```

# Screenshot #
![screenshot](https://raw.githubusercontent.com/magehost/performance-dashboard/master/docs/screenshot.png)
![screenshot](https://raw.githubusercontent.com/magehost/performance-dashboard/master/doc/screenshot.png)
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"name": "magehost/performance-dashboard",
"description": "MageHost.pro Performance Dashboard",
"homepage": "https://github.com/magehost/performance-dashboard",
"type": "magento2-module",
"version": "1.3.2",
"version": "1.4.0",
"minimum-stability": "beta",
"license": "MIT",
"authors":[
Expand All @@ -12,16 +13,17 @@
}
],
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/framework": "100.1.*",
"magento/module-backend": "100.1.*",
"magento/module-store": "100.1.*"
},
"autoload": {
"files": [
"app/code/MageHost/PerformanceDashboard/registration.php"
"registration.php"
],
"psr-4": {
"MageHost\\PerformanceDashboard\\": "app/code/MageHost/PerformanceDashboard"
"MageHost\\PerformanceDashboard\\": ""
}
}
}
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6916fc3

Please sign in to comment.