{
  "name": "pushly/pushly-wordpress-plugin",
  "description": "Pushly push notification WordPress plugin",
  "type": "wordpress-plugin",
  "license": "GPL-2.0-or-later",
  "require": {
    "php": ">=7.4"
  },
  "require-dev": {
    "phpunit/phpunit": "^9.6",
    "brain/monkey": "^2.6",
    "mockery/mockery": "^1.6",
    "wp-phpunit/wp-phpunit": "^6.5",
    "roots/wordpress-no-content": "^6.5",
    "yoast/phpunit-polyfills": "^2.0"
  },
  "autoload": {
    "psr-4": {
      "Pushly\\": "src/php/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Pushly\\Tests\\": "tests/php/"
    }
  },
  "scripts": {
    "test": [
      "@test:unit",
      "@test:integration"
    ],
    "test:unit": "phpunit -c phpunit.xml",
    "test:integration": "phpunit -c phpunit-integration.xml"
  },
  "config": {
    "optimize-autoloader": true,
    "allow-plugins": {
      "roots/wordpress-core-installer": true
    }
  },
  "extra": {
    "wordpress-install-dir": "vendor/wordpress"
  }
}
