{
  "name": "dantsu/php-image-editor",
  "type": "library",
  "description": "PHP library to easily edit image with GD extension.",
  "keywords": [
    "php",
    "gd2",
    "edit",
    "edition",
    "editor",
    "image",
    "picture",
    "photo"
  ],
  "homepage": "https://github.com/DantSu/php-image-editor",
  "license": "MIT",
  "authors": [
    {
      "name": "Franck ALARY",
      "homepage": "https://github.com/DantSu",
      "role": "Developer"
    }
  ],
  "require": {
    "php": ">=7.0",
    "ext-gd": "*"
  },
  "autoload": {
    "psr-4": {
      "DantSu\\PHPImageEditor\\": "src/"
    }
  }
}
