관리-도구
편집 파일: composer.json
{ "name": "phonepe/phonepe-pg-php-sdk", "description": "This SDK helps merchants integrate PhonePe Payments Gateway with their PHP applications.", "type": "library", "authors": [ { "name": "PhonePe", "email": "merchantpg-support@phonepe.com" } ], "homepage": "https://developer.phonepe.com/v1/reference/pg-php-sdk", "require": { "ext-curl": "*", "ext-json": "*", "json-mapper/json-mapper": "^2.19", "ext-openssl": "*" }, "require-dev": { "phpunit/phpunit": "^10.2", "pestphp/pest": "^2.11", "mockery/mockery": "^1.6" }, "autoload": { "psr-4": { "PhonePe\\": "src/phonepe/sdk/pg" } }, "config": { "allow-plugins": { "pestphp/pest-plugin": true } } }