����JFIF��x�x����'
Server IP : 66.29.137.217 / Your IP : 3.144.17.112 Web Server : LiteSpeed System : Linux premium294.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : gltevjme ( 1095) PHP Version : 7.0.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/gltevjme/./cbt.gltechlimited.com/vendor/rmccue/requests/ |
Upload File : |
{ "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" ] } }