Skip to content

Commit

Permalink
Merge pull request #18 from webgriffe/master
Browse files Browse the repository at this point in the history
Adds type to the composer.json
Thanks @cdlate
  • Loading branch information
rafaelpatro authored Sep 10, 2019
2 parents fb5bfe5 + f657dac commit 333adb2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name" : "quack/google-customer-reviews",
"type": "magento-module",
"description" : "Magento integration for Google Customer Reviews.",
"version" : "0.0.1",
"repositories" : [ {
"type" : "composer",
"url" : "https://packagist.org/"
} ]
}
}

0 comments on commit 333adb2

Please sign in to comment.