39 lines
913 B
JSON
39 lines
913 B
JSON
{
|
|
"name": "shawnsandy/img-fly",
|
|
"description": "Dynamically resize images on the Fly",
|
|
"license": "MIT",
|
|
"type": "library",
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"illuminate/support": "5.*",
|
|
"league/glide-laravel": "1.*"
|
|
},
|
|
"author": {
|
|
"name": "shawn sandy ",
|
|
"email": "shawnsandy04@gmail.com"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ShawnSandy\\ImgFly\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"ShawnSandy\\ImgFly\\ImgflyServiceProvider"
|
|
],
|
|
"aliases": {
|
|
"Imgfly": "ShawnSandy\\ImgFly\\Classes\\ImgflyFacade"
|
|
}
|
|
}
|
|
},
|
|
"config": {
|
|
"preferred-install": "dist",
|
|
"sort-packages": true,
|
|
"optimize-autoloader": true
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^0.9.0"
|
|
}
|
|
}
|