Created
January 4, 2016 10:41
-
-
Save vojtasvoboda/1f1517b089c09ea88cc6 to your computer and use it in GitHub Desktop.
composer.json example in OctoberCMS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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