{
  "repositories": [
    {
      "type": "vcs",
      "url": "git@github.com:theorchard/common.git"
    },
    {
      "type": "vcs",
      "url": "git@github.com:theorchard/php-owsrequest.git"
    },
    {
      "type": "vcs",
      "url": "git@github.com:theorchard/php-owsclient.git"
    }
  ],
  "require": {
    "orchard/common": "~5.0",
    "sentry/sentry": "^4.8",
    "orchard/owsclient": "~5.4",
    "orchard/owsrequest": "~2.4",
    "ext-curl": "*",
    "ext-json": "*",
    "ext-pdo": "*"
  },
  "require-dev": {
    "phpunit/phpunit": "^10.5",
    "squizlabs/php_codesniffer": "^3.10",
    "phpstan/phpstan": "^2.0",
    "mockery/mockery": "^1.6"
  },
  "autoload": {
    "psr-4": {
      "Orchard\\DirectDeliveryUpdate\\": "src/"
    }
  },
  "config": {
    "audit": {
      "ignore": []
    }
  },
  "prefer-stable": true
}
