{
  "name": "udx/wp-stateless-gravity-forms-addon",
  "description": "Ensures compatibility with Gravity Forms",
  "type": "wordpress-plugin",
  "license": "MIT",
  "authors": [
    {
      "name": "UDX",
      "email": "info@udx.io"
    }
  ],
  "minimum-stability": "stable",
  "require-dev": {
    "phpunit/phpunit": "^9.5",
    "brain/monkey": "2.*"
  },
  "autoload": {
    "files": [
      "class-gravity-forms.php"
    ]
  },
  "scripts": {
    "test": [
      "@composer install",
      "./vendor/bin/phpunit --prepend tests/prepend.php tests/ --testdox"
    ],
    "release": [
      "sh build.sh"
    ]
  },
  "scripts-descriptions": {
    "test": "Run all tests."
  }
}
