⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.97
Server IP:
13.127.59.50
Server:
Linux ip-172-31-46-210 5.15.0-1033-aws #37~20.04.1-Ubuntu SMP Fri Mar 17 11:39:30 UTC 2023 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.3-4ubuntu2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
ubuntu
/
vendor
/
mercadopago
/
dx-php
/
View File Name :
composer.json
{ "name": "mercadopago/dx-php", "description": "Mercado Pago PHP SDK", "type": "library", "homepage": "https://github.com/mercadopago/dx-php", "license": "MIT", "version": "2.2.1", "config": { "platform": { "php": "7.1" } }, "authors": [ { "name": "imasson", "role": "Developer", "homepage": "https://github.com/imasson" }, { "name": "joelibaceta", "role": "Developer", "homepage": "https://github.com/joelibaceta" } ], "require": { "php": ">=7.1.0", "doctrine/common": "^2.6", "doctrine/annotations": "^1.8" }, "require-dev": { "phpunit/phpunit": "^5", "symfony/yaml": "~2.5", "phpmd/phpmd": "@stable", "squizlabs/php_codesniffer": "2.3.*", "sebastian/phpcpd": "*", "doctrine/orm": "~2.3", "vlucas/phpdotenv": "^2.5", "phpdocumentor/phpdocumentor": "^2.0" }, "autoload": { "psr-4": { "MercadoPago\\": [ "src/MercadoPago/", "tests/", "src/MercadoPago/Generic/", "src/MercadoPago/Entities/", "src/MercadoPago/Entities/Shared/" ] } }, "scripts": { "test": "./vendor/bin/phpunit tests", "generate-doc": "php phpDocumentor.phar --visibility=\"public,protected\" --template=\"responsive-twig\" --title=\"SDK Mercado Pago\" -d ./src/MercadoPaGo/Entities -t ./docs" }, "repositories": [ { "type": "composer", "url": "https://packagist.org" }, { "packagist": false } ] }