Initial Commit
parents
README.md
0 → 100755
composer.json
0 → 100755
{ | ||
"name": "arter/amos-social-auth", | ||
"description": "Social Auth", | ||
"keywords": [ | ||
"amos", | ||
"auth", | ||
"social", | ||
"yii2" | ||
], | ||
"homepage": "https://bitbucket.org/elite_division/amos-social-auth", | ||
"type": "component", | ||
"require": { | ||
"php": ">=5.4.0", | ||
"arter/amos-admin": "^2.0.18", | ||
"arter/amos-core": "^1.9.52", | ||
"arter/amos-attachments": "^1.0", | ||
"hybridauth/hybridauth": "~2.9", | ||
"google/apiclient": "^2.0" | ||
}, | ||
"autoload": { | ||
"psr-4": { | ||
"elitedivision\\amos\\socialauth\\": "src" | ||
} | ||
} | ||
} | ||
\ No newline at end of file |
src/Module.php
0 → 100755