⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.239
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 :
~
/
home
/
ubuntu
/
vendor
/
facade
/
flare-client-php
/
View File Name :
composer.json
{ "name": "facade/flare-client-php", "description": "Send PHP errors to Flare", "keywords": [ "facade", "flare", "exception", "reporting" ], "homepage": "https://github.com/facade/flare-client-php", "license": "MIT", "require": { "php": "^7.1|^8.0", "facade/ignition-contracts": "~1.0", "illuminate/pipeline": "^5.5|^6.0|^7.0|^8.0", "symfony/http-foundation": "^3.3|^4.1|^5.0", "symfony/mime": "^3.4|^4.0|^5.1", "symfony/var-dumper": "^3.4|^4.0|^5.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.14", "spatie/phpunit-snapshot-assertions": "^2.0", "phpunit/phpunit": "^7.5.16" }, "autoload": { "psr-4": { "Facade\\FlareClient\\": "src" }, "files": [ "src/helpers.php" ] }, "autoload-dev": { "psr-4": { "Facade\\FlareClient\\Tests\\": "tests" } }, "scripts": { "format": "vendor/bin/php-cs-fixer fix --allow-risky=yes", "test": "vendor/bin/phpunit", "test-coverage": "vendor/bin/phpunit --coverage-html coverage" }, "config": { "sort-packages": true }, "extra": { "branch-alias": { "dev-master": "1.0-dev" } } }