{
    "name": "shopware/paypal-sdk",
    "description": "SDK to communicate with the PayPal API",
    "type": "library",
    "license": "MIT",
    "autoload": {
        "psr-4": {
            "Shopware\\PayPalSDK\\": "src/"
        }
    },
    "autoload-dev": {
        "psr-4": {
            "Shopware\\PayPalSDK\\Tests\\Fixture\\": "tests/fixture",
            "Shopware\\PayPalSDK\\Tests\\Unit\\": "tests/unit",
            "Shopware\\PayPalSDK\\Tests\\Integration\\": "tests/integration"
        }
    },
    "authors": [
        {
            "name": "shopware AG",
            "email": "info@shopware.com",
            "role": "Owner"
        },
        {
            "name": "cyl3x",
            "email": "cyl3x@posteo.de",
            "role": "Maintainer"
        }
    ],
    "require": {
        "psr/simple-cache": "^3.0",
        "php-http/discovery": "^1.20",
        "psr/http-client-implementation": "^1.0",
        "psr/http-client": "^1.0",
        "psr/http-factory": "^1.1"
    },
    "require-dev": {
        "friendsofphp/php-cs-fixer": "^3.75",
        "kubawerlos/php-cs-fixer-custom-fixers": "^3.24",
        "phpstan/extension-installer": "^1.4",
        "phpstan/phpstan": "^2.1",
        "symplify/phpstan-rules": "^14.5",
        "phpunit/phpunit": "^11.5",
        "phpstan/phpstan-phpunit": "^2.0",
        "monolog/monolog": "^3.9",
        "zircote/swagger-php": "^5.0",
        "guzzlehttp/psr7": "^2.7",
        "php-http/guzzle7-adapter": "^1.1",
        "roave/backward-compatibility-check": "^8.13",
        "phpstan/phpstan-strict-rules": "^2.0"
    },
    "suggest": {
        "guzzlehttp/psr7": "HTTP client implementation",
        "php-http/guzzle7-adapter": "HTTP client implementation"
    },
    "config": {
        "allow-plugins": {
            "phpstan/extension-installer": true,
            "php-http/discovery": false
        }
    },
    "scripts": {
        "ecs": "php-cs-fixer fix --dry-run --diff",
        "ecs-fix": "php-cs-fixer fix",
        "phpstan": "phpstan analyze --memory-limit=2G",
        "phpunit": "phpunit",
        "phpunit:unit": "@phpunit --testsuite=UnitTest",
        "phpunit:integration": "@phpunit --testsuite=IntegrationTest",
        "bc-check": "vendor/bin/roave-backward-compatibility-check"
    }
}
