Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
femike committed Sep 21, 2015
1 parent 4a98bc0 commit 19ca9d8
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
{
"name": "filsh/yii2-oauth2-server",
"description": "OAuth2 Server for PHP",
"name": "femike/yii2-oauth2-server",
"description": "OAuth2 Server for PHP fork Filsh/yii2-oauth2-server",
"keywords": ["yii", "extension", "module", "oauth", "oauth2"],
"homepage": "https://github.com/filsh/yii2-oauth2-server",
"homepage": "https://github.com/femike/yii2-oauth2-server",
"type": "yii2-extension",
"license": "MIT",
"support": {
"email": "imaliy.filsh@gmail.com",
"source": "https://github.com/filsh/yii2-oauth2-server"
"email": "femike@mail.ru",
"source": "https://github.com/femike/yii2-oauth2-server"
},
"authors": [
{
"name": "Igor Maliy",
"email": "imaliy.filsh@gmail.com"
},
{
"name": "Samokhvalov Mikhail",
"email": "femike@mail.ru"
}
],
"require": {
Expand Down

0 comments on commit 19ca9d8

Please sign in to comment.