Skip to content

Instantly share code, notes, and snippets.

@vojtasvoboda
Created January 4, 2016 10:41
Show Gist options
  • Save vojtasvoboda/1f1517b089c09ea88cc6 to your computer and use it in GitHub Desktop.
Save vojtasvoboda/1f1517b089c09ea88cc6 to your computer and use it in GitHub Desktop.
composer.json example in OctoberCMS
{
"name": "rainlab/googleanalytics",
"type": "october-plugin",
"description": "Google Analytics integration plugin for OctoberCMS",
"homepage": "http://octobercms.com",
"keywords": ["october", "cms", "rainlab", "google", "analytics"],
"authors": [
{
"name": "Alexey Bobkov",
"email": "[email protected]"
},
{
"name": "Samuel Georges",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4.0",
"google/apiclient": "dev-master"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment