{
"name": "imgix/imgix-php",
"description": "A PHP client library for generating URLs with imgix.",
"type": "library",
"version": "3.3.0",
"license": "BSD-2-Clause",
"keywords": [
"imgix"
],
"require": {
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"autoload": {
"psr-0": {
"Imgix\\": "src/"
}
}
}