![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/medad.corals.io/vendor/spatie/enum/ |
{ "name": "spatie/enum", "description": "PHP Enums", "keywords": [ "spatie", "enum", "enumerable" ], "homepage": "https://github.com/spatie/enum", "license": "MIT", "authors": [ { "name": "Brent Roose", "email": "[email protected]", "homepage": "https://spatie.be", "role": "Developer" }, { "name": "Tom Witkowski", "email": "[email protected]", "homepage": "https://gummibeer.de", "role": "Developer" } ], "require": { "php": "^7.4 || ^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" }, "config": { "sort-packages": true }, "autoload": { "psr-4": { "Spatie\\Enum\\": "src" } }, "autoload-dev": { "psr-4": { "Spatie\\Enum\\Tests\\": "tests" } }, "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" }, "support": { "issues": "https://github.com/spatie/enum/issues", "source": "https://github.com/spatie/enum", "docs": "https://docs.spatie.be/enum" } }