{ "name": "pay-now/paynow-php-sdk", "description": "PHP client library for accessing Paynow API", "version": "1.1.0", "keywords": [ "paynow", "mbank", "payment processing", "api" ], "type": "library", "homepage": "https://www.paynow.pl", "license": "MIT", "authors": [ { "name": "mBank S.A.", "email": "kontakt@paynow.pl" } ], "minimum-stability": "stable", "prefer-stable": true, "require": { "php": "^5.6 || ~7.0", "ext-curl": "*", "ext-json": "*", "guzzlehttp/psr7": "^1.6", "php-http/curl-client": "^1.7", "php-http/message": "^1.7" }, "require-dev": { "php-http/mock-client": "^1.3", "phpunit/phpunit": "^5.7", "squizlabs/php_codesniffer": "^3.4", "friendsofphp/php-cs-fixer": "^2.15", "phpcompatibility/php-compatibility": "^9.3", "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0" }, "autoload": { "psr-4": { "Paynow\\": "src/Paynow/", "Paynow\\Tests\\": "tests" } }, "scripts": { "test": "vendor/bin/phpunit", "cs-check": "php-cs-fixer fix --no-interaction --dry-run --diff", "cs-fix": "php-cs-fixer fix -v --diff" } }