{
    "name": "cbcaio/image-attacher",
    "description": "Easy way to add images to your models trough polymorphic relationships",
    "keywords": [
        "cbcaio","attacher","images","upload","laravel5","laravel","flysystem"
    ],
    "license": "MIT",
    "authors": [
        {
            "name": "Caio C. Bolognani",
            "email": "caio.bolognani@gmail.com",
            "homepage": "http://www.caiobolognani.com",
            "role": "Developer / Consultant"
        }
    ],
    "require": {
        "illuminate/support": "~5",
        "illuminate/database": "~5",
        "graham-campbell/flysystem": "~3.3",
        "intervention/image": "~2.3"
    },
    "require-dev": {
        "phpunit/phpunit" : "4.*",
        "orchestra/testbench": "~3.1"
    },
    "autoload": {
        "psr-4": {
            "CbCaio\\ImgAttacher\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "CbCaio\\ImgAttacher\\Testing\\": "tests/"
        }
    }
}
