{
  "name": "flyyer/flyyer",
  "description": "PHP helpers to create FLYYER image URLs",
  "keywords": [
    "flyyer-php",
    "flyyer",
    "qs"
  ],
  "homepage": "https://github.com/useflyyer/flyyer-php",
  "authors": [
    {
      "name": "Patricio López Juri",
      "email": "patricio@flyyer.io"
    },
    {
      "name": "Franco Méndez Z",
      "email": "franco@flyyer.io"
    }
  ],
  "license": "MIT",
  "require": {
    "php": "^7.1",
    "firebase/php-jwt": "^5.2"
  },
  "scripts": {
    "test": "phpunit tests"
  },
  "require-dev": {
    "phpunit/phpunit": "^9"
  },
  "autoload": {
    "classmap": [
      "src/"
    ]
  }
}
