OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
znew1aws-ses
/
vendor
/
psr
/
http-client
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/16/2024 08:24:28 AM
rwxr-xr-x
📁
.git
-
08/16/2024 08:32:50 AM
rwxr-xr-x
📄
CHANGELOG.md
536 bytes
08/16/2024 08:24:27 AM
rw-r--r--
📄
LICENSE
1.08 KB
08/16/2024 08:24:27 AM
rw-r--r--
📄
README.md
561 bytes
08/16/2024 08:24:27 AM
rw-r--r--
📄
composer.json
757 bytes
08/16/2024 08:24:27 AM
rw-r--r--
📁
src
-
08/16/2024 08:28:15 AM
rwxr-xr-x
Editing: composer.json
Close
{ "name": "psr/http-client", "description": "Common interface for HTTP clients", "keywords": ["psr", "psr-18", "http", "http-client"], "homepage": "https://github.com/php-fig/http-client", "license": "MIT", "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "support": { "source": "https://github.com/php-fig/http-client" }, "require": { "php": "^7.0 || ^8.0", "psr/http-message": "^1.0 || ^2.0" }, "autoload": { "psr-4": { "Psr\\Http\\Client\\": "src/" } }, "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } } }