{
    "name": "orchard/bulkupload",
    "version": "0.0.1",
    "type": "service",
    "description": "Orchard service for bulk uploads.",
    "homepage": "https://github.com/theorchard/bulkupload",
    "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"
        },
        {
            "type": "vcs",
            "url": "git@github.com:theorchard/monolog-cascade.git"
        }
    ],
    "require": {
        "php": ">=8.4",
        "sentry/sentry": "4.0.0",
        "aws/aws-sdk-php": "~3.300",
        "theorchard/monolog-cascade": "0.6.1",
        "orchard/owsclient": "5.0.0",
        "php-http/guzzle7-adapter": "^1.1"
    },
    "require-dev": {
        "squizlabs/php_codesniffer": "4.0.1",
        "mockery/mockery": "^1.5",
        "mikey179/vfsstream": "^1.6",
        "phpunit/phpunit": "^12.4",
        "phpstan/phpstan": "^2.1"
    },
    "prefer_stable": true,
    "autoload": {
        "psr-4": {
            "Orchard\\WebServices\\Bulkupload\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Orchard\\WebServices\\Bulkupload\\Tests\\": "tests/"
        }
    },
    "config": {
        "discard-changes": true,
        "allow-plugins": {
            "php-http/discovery": true
        },
        "audit": {
          "ignore": [
            "PKSA-365x-2zjk-pt47",
            "PKSA-b35n-565h-rs4q",
            "PKSA-nqj4-v43p-2gxc",
            "PKSA-324d-pqmd-hptz",
            "PKSA-9w98-4rwq-spxr",
            "PKSA-f8b8-pbjy-s9k8"
          ]
        }
    }
}
