Skip to content

Commit

Permalink
Fixing composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagoSilvaPereira committed Sep 30, 2017
1 parent 00b4478 commit e6d8eb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kingofcode/laravel-uploadable",
"description": "Laravel Uploadable trait to automatically upload images and files with minimum configuration",
"type": "library",
"version": "0.1.4",
"version": "0.1.5",
"license": "MIT",
"keywords": [
"upload",
Expand All @@ -24,7 +24,7 @@
},
"autoload": {
"psr-4": {
"KingOfCode\\Uploadable\\": "src/"
"KingOfCode\\Upload\\": "src/"
}
}
}

0 comments on commit e6d8eb5

Please sign in to comment.