{
  "name": "phar-io/composer-distributor",
  "description": "Base Code for a composer plugin that installs PHAR-files",
  "type": "library",
  "license": "MIT",
  "authors": [
    {
      "name": "Andreas Heigl",
      "email": "andreas@heigl.org",
      "role": "Developer"
    },
    {
      "name" : "Arne Blankerts",
      "email" : "arne@blankerts.de",
      "role" : "Developer"
    },
    {
      "name" : "Sebastian Feldmann",
      "email" : "sf@sebastian-feldmann.info",
      "role" : "Developer"
    }
  ],
  "keywords": [
    "phar",
    "composer",
    "binary",
    "bin",
    "distribute",
    "phive"
  ],
  "homepage": "https://phar.io",
  "support": {
    "issues": "https://github.com/phar-io/composer-distributor/issues"
  },
  "funding": [
    {
      "type": "other",
      "url": "https://phar.io"
    }
  ],
  "autoload": {
    "psr-4": {
      "PharIo\\ComposerDistributor\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "PharIo\\ComposerDistributorTest\\": "tests/"
    }
  },
  "require": {
    "php": "^7.3 || ^8.0",
    "ext-dom": "*",
    "ext-libxml": "*",
    "composer-plugin-api": "^1.1 || ^2.0",
    "phar-io/gnupg": "^1.0",
    "phar-io/filesystem": "^2.0"
  },
  "require-dev": {
    "phpunit/phpunit": "^9.4",
    "composer/composer": "^2.0"
  },
  "scripts": {
    "test": "tools/phpunit --testsuite=default",
    "test-all": "tools/phpunit",
    "fix": "tools/php-cs-fixer fix",
    "fix-dry": "tools/php-cs-fixer fix --dry-run"
  }
}
