⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.97
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
/
ignition-contracts
/
View File Name :
composer.json
{ "name": "facade/ignition-contracts", "description": "Solution contracts for Ignition", "keywords": [ "flare", "contracts", "ignition" ], "homepage": "https://github.com/facade/ignition-contracts", "license": "MIT", "authors": [ { "name": "Freek Van der Herten", "email": "freek@spatie.be", "homepage": "https://flareapp.io", "role": "Developer" } ], "require": { "php": "^7.3|^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^v2.15.8", "phpunit/phpunit": "^9.3.11", "vimeo/psalm": "^3.17.1" }, "autoload": { "psr-4": { "Facade\\IgnitionContracts\\": "src" } }, "autoload-dev": { "psr-4": { "Facade\\IgnitionContracts\\Tests\\": "tests" } }, "scripts": { "psalm": "vendor/bin/psalm", "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 } }