JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ "name": "xendit/xendit-php", "version": "6.0.0", "description": "Xendit PHP SDK", "keywords": [ "openapitools", "openapi-generator", "openapi", "php", "sdk", "rest", "api" ], "homepage": "https://openapi-generator.tech", "license": "unlicense", "authors": [ { "name": "OpenAPI-Generator contributors", "homepage": "https://openapi-generator.tech" } ], "require": { "php": "^7.4 || ^8.0", "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", "guzzlehttp/guzzle": "^7.3", "guzzlehttp/psr7": "^1.7 || ^2.0", "vlucas/phpdotenv": "^5.5" }, "require-dev": { "phpunit/phpunit": "^8.0 || ^9.0", "friendsofphp/php-cs-fixer": "^3.5" }, "autoload": { "psr-4": { "Xendit\\" : "lib/" } }, "autoload-dev": { "psr-4": { "Xendit\\Test\\" : "test/" } }, "scripts": { "test": "DEVELOPMENT_API_KEY=$DEVELOPMENT_API_KEY BUSINESS_ID=$BUSINESS_ID phpunit", "filtered-test": "DEVELOPMENT_API_KEY=$DEVELOPMENT_API_KEY BUSINESS_ID=$BUSINESS_ID phpunit --filter PaymentAPITest" } }