composer.json
847 Bytes
{
"name": "nodge/yii2-eauth",
"description": "Yii2 EAuth Extension. EAuth allows to authenticate users with accounts on other websites (Google, Facebook, Twitter, etc).",
"keywords": ["yii2", "extension", "eauth", "openid", "oauth", "authentication"],
"homepage": "https://github.com/Nodge/yii2-eauth",
"type": "yii2-extension",
"license": "New BSD License",
"authors": [
{
"name": "Maxim Zemskov",
"email": "nodge@yandex.ru",
"homepage": "http://nodge.ru/"
}
],
"support": {
"source": "https://github.com/nodge/yii2-eauth"
},
"autoload": {
"psr-4": {
"common\modules\nodge\\eauth\\": "src/"
}
},
"require": {
"php": ">=5.4.0",
"lib-curl": "*",
"yiisoft/yii2": "*",
"lusitanian/oauth": "~0.3.0",
"nodge/lightopenid": "~1.1.0"
},
"extra": {
"bootstrap": "common\modules\nodge\\eauth\\Bootstrap"
}
}