Skip to content

Commit

Permalink
composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmunir committed Nov 3, 2014
1 parent 18e72b4 commit 0138ae5
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "mdmsoft/yii2-upload-file",
"description": "Yii2 upload file tools",
"keywords": ["yii", "upload", "file"],
"type": "yii2-extension",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/mdmsoft/yii2-upload-file/issues",
"source": "https://github.com/mdmsoft/yii2-upload-file"
},
"authors": [
{
"name": "Misbahul Munir",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "~2.o"
},
"autoload": {
"psr-4": {
"mdm\\upload\\": ""
}
},
"name": "mdmsoft/yii2-upload-file",
"description": "Yii2 upload file tools",
"keywords": ["yii", "upload", "file"],
"type": "yii2-extension",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/mdmsoft/yii2-upload-file/issues",
"source": "https://github.com/mdmsoft/yii2-upload-file"
},
"authors": [
{
"name": "Misbahul Munir",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "~2.0"
},
"autoload": {
"psr-4": {
"mdm\\upload\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
Expand Down

0 comments on commit 0138ae5

Please sign in to comment.