| Server IP : 208.122.213.31 / Your IP : 216.73.216.45 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/composer/vendor/marc-mabe/php-enum/ |
Upload File : |
{
"name": "marc-mabe/php-enum",
"description": "Simple and fast implementation of enumerations with native PHP",
"type": "library",
"keywords": [
"enum", "enumeration", "enumerator",
"enumset", "enum-set", "set",
"enummap", "enum-map", "map",
"type", "typehint", "type-hint"
],
"homepage": "https://github.com/marc-mabe/php-enum",
"authors": [{
"name": "Marc Bennewitz",
"email": "dev@mabe.berlin",
"homepage": "https://mabe.berlin/",
"role": "Lead"
}],
"license": "BSD-3-Clause",
"require": {
"php": "^7.1 | ^8.0",
"ext-reflection": "*"
},
"require-dev": {
"phpbench/phpbench": "^0.16.10 || ^1.0.4",
"phpstan/phpstan": "^1.3.1",
"phpunit/phpunit": "^7.5.20 | ^8.5.22 | ^9.5.11",
"vimeo/psalm": "^4.17.0 | ^5.26.1"
},
"autoload": {
"psr-4": {
"MabeEnum\\": "src/"
},
"classmap": [
"stubs/Stringable.php"
]
},
"autoload-dev": {
"psr-4": {
"MabeEnumTest\\": "tests/MabeEnumTest/",
"MabeEnumStaticAnalysis\\": "tests/MabeEnumStaticAnalysis/",
"MabeEnumBench\\": "bench/"
}
},
"extra": {
"branch-alias": {
"dev-master": "4.7-dev",
"dev-3.x": "3.2-dev"
}
}
}