{
    "name": "theorchard/ows-carveouts",
    "type": "api",
    "description": "PHP microservice for handling carveouts CRUD operations",
    "homepage": "https://github.com/theorchard/ows-carveouts",
    "version": "1.0.0",
    "authors": [
        {
            "name": "Sony Music PDE"
        }
    ],
    "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": {
        "php": "~8.4",
        "guzzlehttp/guzzle": "~7.5",
        "orchard/common": "~4.0",
        "silex/silex": "~2.0",
        "sentry/sentry": "~4.27",
        "monolog/monolog": "~1.6",
        "justinrainbow/json-schema": "~5.2",
        "orchard/owsclient": "4.0.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\\Ows\\Carveout\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Orchard\\Ows\\Carveout\\Tests\\": "tests/"
        }
    },
    "config": {
        "allow-plugins": {
            "php-http/discovery": true
        },
        "audit": {
            "ignore": [
                "PKSA-365x-2zjk-pt47",
                "PKSA-b35n-565h-rs4q",
                "PKSA-y2cr-5h3j-g3ys",
                "PKSA-hr4y-jwk2-1yb9",
                "PKSA-sn9k-4yr8-6s9c",
                "PKSA-bf7t-jnpz-492k",
                "PKSA-yc7t-91v9-99xs"
            ]
        }
    }
}
