{
    "name": "webtopay/libwebtopay",
    "description": "PHP Library for Paysera payment gateway integration",
    "version": "3.1.5",
    "license": "LGPL-3.0",
    "authors": [
        {
            "name": "Paysera",
            "homepage": "https://www.paysera.com/"
        }
    ],
    "autoload": {
        "classmap": ["src/", "tests/"]
    },
    "require": {
        "php": ">=7.4",
        "ext-simplexml": "*",
        "ext-openssl": "*",
        "ext-libxml": "*"
    },
    "require-dev": {
        "phpunit/phpunit": "^9.6",
        "friendsofphp/php-cs-fixer": "~3.38.0",
        "phpstan/extension-installer": "^1.3",
        "phpstan/phpstan-deprecation-rules": "^1.1",
        "phpstan/phpstan-mockery": "^1.1",
        "phpstan/phpstan-phpunit": "^1.3",
        "mockery/mockery": "^1.6",
        "ext-xdebug": "*",
        "symfony/dotenv": "^5"
    },
    "scripts": {
        "phpunit": "php ./vendor/phpunit/phpunit/phpunit tests"
    },
    "config": {
        "allow-plugins": {
            "phpstan/extension-installer": true
        },
        "platform": {
            "php": "7.4.21"
        }
    }
}
