⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.101
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Server Software:
Apache/2.4.62 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.25
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
taxi.dev-unit.com
/
vendor
/
spatie
/
enum
/
View File Name :
composer.json
{ "name": "spatie/enum", "description": "PHP Enums", "license": "MIT", "keywords": [ "spatie", "enum", "enumerable" ], "authors": [ { "name": "Brent Roose", "email": "brent@spatie.be", "homepage": "https://spatie.be", "role": "Developer" }, { "name": "Tom Witkowski", "email": "dev@gummibeer.de", "homepage": "https://gummibeer.de", "role": "Developer" } ], "homepage": "https://github.com/spatie/enum", "support": { "issues": "https://github.com/spatie/enum/issues", "source": "https://github.com/spatie/enum", "docs": "https://docs.spatie.be/enum" }, "require": { "php": "^8.0", "ext-json": "*" }, "require-dev": { "fakerphp/faker": "^1.9.1", "larapack/dd": "^1.1", "phpunit/phpunit": "^9.0", "vimeo/psalm": "^4.3" }, "suggest": { "fakerphp/faker": "To use the enum faker provider", "phpunit/phpunit": "To use the enum assertions" }, "autoload": { "psr-4": { "Spatie\\Enum\\": "src" } }, "autoload-dev": { "psr-4": { "Spatie\\Enum\\Tests\\": "tests" } }, "config": { "sort-packages": true }, "scripts": { "psalm": "vendor/bin/psalm -c psalm.xml --show-info=true", "test": "vendor/bin/phpunit --colors=always", "test-coverage": "vendor/bin/phpunit --coverage-html coverage" } }