Skip to content

Instantly share code, notes, and snippets.

@gvso
Last active July 19, 2016 20:28
Show Gist options
  • Save gvso/778caafa2aac98ef32270babc0d0803e to your computer and use it in GitHub Desktop.
Save gvso/778caafa2aac98ef32270babc0d0803e to your computer and use it in GitHub Desktop.
Social Auth Google - .info.yml and composer.json
name: Social Auth Google
description: Social Auth integration for Google
core: 8.x
type: module
package: Social
dependencies:
- social_auth
{
"name": "drupal/social_auth_google",
"type": "drupal-module",
"description": "Social Auth integration for Google",
"keywords": ["Drupal"],
"license": "GPL-2.0+",
"homepage": "https://www.drupal.org/project/social_auth_google",
"minimum-stability": "dev",
"support": {
"issues": "https://www.drupal.org/project/issues/social_auth_google",
"source": "http://cgit.drupalcode.org/social_auth_google"
},
"require": {
"google/apiclient": "~2.0"
},
"authors": [
{
"name": "Getulio Valentin Sánchez (gvso)",
"email": "valentin2507@gmail.com"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment