{
  "name": "theorchard/ows-search",
  "type": "api",
  "description": "A simple silex skeleton for rest api",
  "homepage": "http://github.com/theorchard/ows-search",
  "authors": [
    {
      "name": "Daniel Talsky",
      "email": "dtalsky@theorchard.com"
    }
  ],
  "repositories": [
    {
      "type": "vcs",
      "url": "git@github.com:theorchard/common.git",
      "reference": "2.0.x"
    },
    {
      "type": "vcs",
      "url": "git@github.com:theorchard/php-owsrequest.git"
    },
    {
      "type": "vcs",
      "url": "git@github.com:theorchard/php-owsclient.git"
    }
  ],
  "require": {
    "guzzlehttp/guzzle": "~7.5",
    "orchard/common": "~4.0",
    "silex/silex": "~2.0",
    "sentry/sentry": "~3.18",
    "monolog/monolog": "~1.6",
    "justinrainbow/json-schema": "~5.2",
    "orchard/owsclient": "~1.0",
    "php-http/guzzle7-adapter": "^1.0",
    "ext-json": "*",
    "ext-pdo": "*"
  },
  "require-dev": {
    "mikey179/vfsstream": "~1.6",
    "mockery/mockery": "~1.6",
    "phpunit/phpunit": "~9.6",
    "squizlabs/php_codesniffer": "~3.9",
    "phpunit/php-file-iterator": "~3.0",
    "symfony/browser-kit": "@stable",
    "misantron/dbunit": "5.3.0",
    "vlucas/phpdotenv": "~2.4"
  },
  "autoload": {
    "psr-4": {
      "Orchard\\WebServices\\Search\\": "src/"
    }
  },
  "autoload-dev": {
    "psr-4": {
      "Orchard\\Tests\\": "tests/"
    }
  },
  "config": {
    "allow-plugins": {
      "php-http/discovery": true
    },
    "audit": {
      "block-insecure": false
    }
  }
}
