Skip to content

Commit 430c769

Browse files
Update composer.json
1 parent f1a534a commit 430c769

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
{
22
"name": "siteimpulse/magento2-monitoring",
33
"description": "Monitor your Website uptime with www.supermonitoring.com services - and have all the charts and tables displayed in your Admin panel.",
4+
"version": "1.0.0",
45
"type": "magento2-module",
56
"author": "SITEIMPULSE <https://www.siteimpulse.com/>",
67
"version": "1.0.0",
78
"license": [
89
"OSL-3.0",
910
"AFL-3.0"
1011
],
12+
"homepage": "https://www.siteimpulse.com/",
13+
"support": {
14+
"email": "k.caban@siteimpulse.com"
15+
},
16+
"require": {
17+
"php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0",
18+
"magento/module-backend": "100.0.*|100.1.*|100.2.*",
19+
"magento/framework": "100.0.*|100.1.*|101.0.*"
20+
},
1121
"autoload": {
1222
"files": [
1323
"registration.php"

0 commit comments

Comments
 (0)