Files
bm/public_html/vendor/league/glide-laravel/composer.json
2025-09-24 13:26:28 +02:00

26 lines
583 B
JSON

{
"name": "league/glide-laravel",
"description": "Glide adapter for Laravel",
"homepage": "http://glide.thephpleague.com",
"license": "MIT",
"authors" : [
{
"name": "Jonathan Reinink",
"email": "jonathan@reinink.ca",
"homepage": "http://reinink.ca"
}
],
"require": {
"league/glide-symfony": "^1.0"
},
"require-dev": {
"mockery/mockery": "^0.9",
"phpunit/phpunit": "^4.0"
},
"autoload": {
"psr-4": {
"League\\Glide\\": "src/"
}
}
}