Skip to content

Commit

Permalink
Prepare for release on packagist.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Jun 1, 2017
1 parent 61e4d84 commit 75ebc03
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
{
"name": "dektrium/yii2-user",
"name": "dabilite/yii2-user",
"description": "Flexible user registration and authentication module for Yii2",
"keywords": ["yii2", "yii2-user", "user management", "dektrium"],
"keywords": ["yii2", "yii2-user", "user management", "dektrium", "dabilite"],
"type": "yii2-extension",
"license": "MIT",
"support": {
"issues": "https://github.com/dektrium/yii2-user/issues?state=open",
"forum": "https://gitter.im/dektrium/yii2-user",
"source": "https://github.com/dektrium/yii2-user"
"issues": "https://github.com/dabilite/yii2-user/issues?state=open",
"source": "https://github.com/dabilite/yii2-user"
},
"authors": [
{
"name": "Dmitry Erofeev",
"email": "[email protected]",
"homepage": "http://dmeroff.ru"
},
{
"name": "Sam Mousa",
"email": "[email protected]",
"homepage": "https://www.linkedin.com/in/sam-mousa-16333820/"
}
],
"require": {
Expand All @@ -27,6 +31,9 @@
"codeception/specify": "^0.4.3",
"codeception/verify": "^0.3.1"
},
"provide": {
"dektrium/yii2-user": "0.9.12"
},
"autoload": {
"psr-4": {
"dektrium\\user\\": ""
Expand All @@ -39,4 +46,4 @@
"dev-develop": "1.0.x-dev"
}
}
}
}

0 comments on commit 75ebc03

Please sign in to comment.