One Hat Cyber Team
Your IP :
18.188.65.136
Server IP :
192.145.235.60
Server :
Linux ngx365.inmotionhosting.com 5.14.0-427.33.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 30 09:45:56 EDT 2024 x86_64
Server Software :
Apache
PHP Version :
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
centos12
/
bizcento.com
/
vendor
/
ixudra
/
curl
/
View File Name :
composer.json
{ "name": "ixudra/curl", "description": "Custom PHP Curl library for the Laravel framework - developed by Ixudra", "version": "6.22.2", "keywords": ["Ixudra", "Laravel", "Curl"], "homepage": "http://ixudra.be", "license": "MIT", "authors": [ { "name": "Jan Oris", "email": "jan.oris@ixudra.be" } ], "require": { "php": ">=5.4.0", "ext-curl": "*", "illuminate/support": ">=4.0" }, "autoload": { "psr-4": { "Ixudra\\Curl\\": "src/" } }, "extra": { "laravel": { "providers": [ "Ixudra\\Curl\\CurlServiceProvider" ], "aliases": { "Curl": "Ixudra\\Curl\\Facades\\Curl" } } } }