Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Quazz authored Jul 30, 2019
1 parent 9025241 commit 26afd24
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
{
"name": "magefox/googleshopping",
"name": "quazz/googleshopping",
"description": "A simple Google Shopping Extension for Magento 2",
"homepage": "https://github.com/adampmoss/MageFoxGoogleShopping",
"homepage": "https://github.com/Quazz/MageFoxGoogleShopping",
"require": {
"php": "~5.5.0|~5.6.0|~7.0.0",
"magento/framework": "~100.0"
"php": "~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0"
},
"type": "magento2-module",
"version": "1.0.0",
"authors": [
{
"name": "Adam Moss",
"homepage": "http://adammoss.co.uk/"
"name": "Quazz"
}
],
"license": [
Expand All @@ -24,4 +21,4 @@
"Magefox\\GoogleShopping\\": ""
}
}
}
}

0 comments on commit 26afd24

Please sign in to comment.