{
  "name": "landingi/wordpress-plugin",
  "type": "wordpress-plugin",
  "description": "Landing pages wordpress integration plugin",
  "keywords": [ "wordpress", "plugin", "landing pages" ],
  "minimum-stability": "stable",
  "license": "GPLv2",
  "authors": [
    {
      "name": "Landing Pages App",
      "email": "developers@landingi.com",
      "homepage": "https://landingi.com",
      "role": "Author"
    }
  ],
  "require": {
    "php": ">=5.4",
    "composer/installers": "v1.0.6",
    "twig/twig": "~1.0",
    "guzzlehttp/guzzle": "~5.0"
  },
  "require-dev": {
    "squizlabs/php_codesniffer": "^2.0",
    "wimg/php-compatibility": "@dev",
    "simplyadmire/composer-plugins" : "@dev"
  },
  "autoload": {
    "psr-4": {
      "LandingPages\\Wordpress\\Plugin\\": [
        "src/"
      ],
      "LandingPages\\Wordpress\\Application\\": [
        "app/"
      ]
    }
  },
  "scripts": {
    "phpcs": "phpcs --ignore=vendor --runtime-set testVersion 5.4 --runtime-set installed_paths vendor/wimg/php-compatibility --standard=PHPCompatibility ."
  }
}
