⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.94
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
erp.dev-unit.com
/
vendor
/
square
/
square
/
View File Name :
composer.json
{ "name": "square/square", "description": "Use Square APIs to manage and run business including payment, customer, product, inventory, and employee management.", "version": "38.1.0.20240919", "type": "library", "keywords": [ "Square", "API", "SDK" ], "homepage": "https://squareup.com/developers", "license": [ "MIT" ], "authors": [ { "name": "Square Developer Platform", "email": "developers@squareup.com", "homepage": "https://squareup.com/developers" } ], "require": { "php": "^7.2 || ^8.0", "ext-json": "*", "apimatic/unirest-php": "^4.0.0", "apimatic/core-interfaces": "~0.1.5", "apimatic/core": "~0.3.11" }, "require-dev": { "squizlabs/php_codesniffer": "^3.5", "phan/phan": "5.4.2", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5" }, "autoload": { "psr-4": { "Square\\": "src/" } }, "autoload-dev": { "psr-4": { "Square\\Tests\\": "tests/" } }, "scripts": { "test": "phpunit", "test-coverage": "phpunit --coverage-html=coverage", "lint-src": "phpcs --standard=phpcs-ruleset.xml src/", "lint-src-fix": "phpcbf --standard=phpcs-ruleset.xml src/", "lint-tests": "phpcs --standard=phpcs-ruleset.xml tests/", "lint-tests-fix": "phpcbf --standard=phpcs-ruleset.xml tests/", "analyze": "phan --allow-polyfill-parser -p", "lint": [ "@lint-src", "@lint-tests" ] } }