Skip to content

Commit

Permalink
Composer.json Update for PSR-4 autoload & require
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunmangukiya committed Jan 11, 2016
1 parent d640899 commit b5db74d
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
{
"name": "tarunmangukiya/laravel-image-resizer",
"description": "Laravel 5 Package for Image uploading, auto-resizing and retriving library.",
"type": "stand-alone",
"require": {
"php": ">=5.4.0",
"intervention/image": "^2.3"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"phpspec/phpspec": "2.1.x"
},
"license": "MIT",
"authors": [
{
"name": "Tarun Mangukiya",
"email": "tarunmangukiya@hotmail.com"
}
],
"minimum-stability": "stable"
"autoload": {
"psr-4": {
"TarunMangukiya\\ImageResizer\\": "src/"
}
},
"minimum-stability": "dev"
}

0 comments on commit b5db74d

Please sign in to comment.