⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.220
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 :
~
/
var
/
www
/
styleage_v3
/
core
/
vendor
/
rmccue
/
requests
/
View File Name :
composer.json
{ "name": "rmccue/requests", "description": "A HTTP library written in PHP, for human beings.", "homepage": "http://github.com/WordPress/Requests", "license": "ISC", "keywords": ["http", "idna", "iri", "ipv6", "curl", "sockets", "fsockopen"], "authors": [ { "name": "Ryan McCue", "homepage": "http://ryanmccue.info" } ], "require": { "php": ">=5.2" }, "require-dev": { "requests/test-server": "dev-master", "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5", "squizlabs/php_codesniffer": "^3.5", "phpcompatibility/php-compatibility": "^9.0", "wp-coding-standards/wpcs": "^2.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.7", "php-parallel-lint/php-parallel-lint": "^1.3", "php-parallel-lint/php-console-highlighter": "^0.5.0" }, "type": "library", "autoload": { "psr-0": {"Requests": "library/"} }, "scripts" : { "lint": [ "@php ./vendor/php-parallel-lint/php-parallel-lint/parallel-lint . -e php --exclude vendor --exclude .git" ], "checkcs": [ "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs" ], "fixcs": [ "@php ./vendor/squizlabs/php_codesniffer/bin/phpcbf" ], "test": [ "@php ./vendor/phpunit/phpunit/phpunit --no-coverage" ], "coverage": [ "@php ./vendor/phpunit/phpunit/phpunit" ] } }