⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
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
/
apimatic
/
core
/
View File Name :
composer.json
{ "name": "apimatic/core", "description": "Core logic and the utilities for the Apimatic's PHP SDK", "keywords": [ "apimatic", "php", "core", "CoreLib" ], "license": "MIT", "type": "library", "homepage": "https://github.com/apimatic/core-lib-php", "require": { "php": "^7.2 || ^8.0", "ext-json": "*", "ext-curl": "*", "ext-dom": "*", "ext-libxml": "*", "psr/log": "^1.1.4 || ^2.0.0 || ^3.0.0", "apimatic/core-interfaces": "~0.1.5", "apimatic/jsonmapper": "^3.1.1", "php-jsonpointer/php-jsonpointer": "^3.0.2" }, "require-dev": { "squizlabs/php_codesniffer": "^3.5", "phan/phan": "5.4.2", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5" }, "autoload": { "psr-4": { "Core\\": "src/" } }, "autoload-dev": { "psr-4": { "Core\\Tests\\": "tests/" } }, "scripts": { "test": "phpunit --coverage-text", "test-ci": "phpunit --coverage-text --coverage-clover=coverage-clover.xml", "test-coverage": "phpunit --path-coverage --coverage-html=coverage", "analyze": "phan --allow-polyfill-parser", "lint-fix-src": "phpcbf --standard=phpcs-ruleset.xml src/", "lint-fix-test": "phpcbf --standard=phpcs-ruleset.xml tests/", "lint-src": "phpcs --standard=phpcs-ruleset.xml src/", "lint-test": "phpcs --standard=phpcs-ruleset.xml tests/", "lint": ["@lint-src", "@lint-test"] } }