forked from pantheon-systems/auth0-drupal
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
28 lines (28 loc) · 828 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "auth0/auth0_drupal",
"type": "drupal-module",
"license": "MIT",
"description": "Single Sign On for Enterprises + Social Login + User/Passwords. For all your Drupal instances. Powered by Auth0.",
"require": {
"auth0/auth0-php": "^5.1"
},
"scripts": {
"phpcs": "\"../../../vendor/bin/phpcs\" --standard=Drupal src",
"phpcbf": "\"../../../vendor/bin/phpcbf\" --standard=Drupal src",
"cr": "\"../../../vendor/bin/drush\" cr"
},
"authors": [
{
"name": "German Lena",
"email": "[email protected]"
},
{
"name": "Carlos Mostek",
"email": "[email protected]"
},
{
"name": "Josh Cunningham",
"email": "[email protected]"
}
]
}