{
  "name": "dockcodes/dock-thor-wp",
  "type": "wordpress-plugin",
  "description": "WordPress plugin reporting PHP errors and HTTP transactions to DockTHOR",
  "homepage": "https://dock.codes",
  "license": "GPL-2.0-or-later",
  "authors": [
    {
      "name": "Jacek Sultan",
      "email": "j.sultan@dock.codes",
      "homepage": "https://dock.codes"
    }
  ],
  "keywords": [
    "wordpress",
    "error-monitoring",
    "crash-reporting",
    "performance-monitoring"
  ],
  "require": {
    "php": "^8.2",
    "dockcodes/dock-thor": "^1.0"
  },
  "require-dev": {
    "humbug/php-scoper": "^0.18"
  },
  "scripts": {
    "build": [
      "@composer install --no-dev --optimize-autoloader",
      "php-scoper add-prefix --output-dir=build --force",
      "@composer dump-autoload --working-dir=build --classmap-authoritative"
    ]
  },
  "config": {
    "allow-plugins": {
      "composer/installers": true,
      "php-http/discovery": false
    },
    "sort-packages": true,
    "preferred-install": "dist",
    "optimize-autoloader": true
  },
  "minimum-stability": "stable",
  "prefer-stable": true
}
