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