Skip to content

Commit

Permalink
fix for autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
lichunqiang committed Oct 10, 2015
1 parent 12d8379 commit 8ac39d0
Showing 1 changed file with 18 additions and 13 deletions.
31 changes: 18 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{
"name": "lxpgw/yii2-webuploader",
"description": "The yii2 intergation with webuploader",
"require": {
"yiisoft/yii2": "^2.0",
"bower-asset/fex-webuploader": "^0.1.5"
},
"license": "MIT",
"authors": [
{
"name": "lichunqiang",
"email": "light-li@hotmail.com"
}
]
"name": "lxpgw/yii2-webuploader",
"description": "The yii2 intergation with webuploader",
"require": {
"yiisoft/yii2": "^2.0",
"bower-asset/fex-webuploader": "^0.1.5"
},
"autoload": {
"psr-4": {
"lxpgw\\webuploader\\": ""
}
},
"license": "MIT",
"authors": [
{
"name": "lichunqiang",
"email": "light-li@hotmail.com"
}
]
}

0 comments on commit 8ac39d0

Please sign in to comment.