{
  "name": "alleyinteractive/wordpress-fieldmanager",
  "description": "A library to build forms and admin screens for WordPress",
  "type": "wordpress-plugin",
  "keywords": ["wordpress", "plugin"],
  "license": "GPL-2.0-or-later",
  "authors": [
    {
      "name": "Alley Interactive",
      "email": "noreply@alley.co"
    }
  ],
  "require": {
    "composer/installers": "~1.0"
  },
  "require-dev": {
    "alleyinteractive/alley-coding-standards": "^0.3.0",
    "phpunit/phpunit": "^5.7.21 || ^7.5",
    "yoast/phpunit-polyfills": "^1.0"
  },
  "scripts": {
    "phpcs": "vendor/bin/phpcs",
    "phpunit": "vendor/bin/phpunit"
  },
  "config": {
    "allow-plugins": {
      "dealerdirect/phpcodesniffer-composer-installer": true,
      "composer/installers": true
    }
  }
}
