26 lines
583 B
JSON
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/"
|
|
}
|
|
}
|
|
}
|