����JFIF��x�x����'
Server IP : 78.140.185.180 / Your IP : 18.222.223.25 Web Server : LiteSpeed System : Linux cpanel13.v.fozzy.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64 User : builderbox ( 1072) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/builderbox/www/vendor/myclabs/php-enum/ |
Upload File : |
{ "name": "myclabs/php-enum", "type": "library", "description": "PHP Enum implementation", "keywords": ["enum"], "homepage": "http://github.com/myclabs/php-enum", "license": "MIT", "authors": [ { "name": "PHP Enum contributors", "homepage": "https://github.com/myclabs/php-enum/graphs/contributors" } ], "autoload": { "psr-4": { "MyCLabs\\Enum\\": "src/" } }, "autoload-dev": { "psr-4": { "MyCLabs\\Tests\\Enum\\": "tests/" } }, "require": { "php": "^7.3 || ^8.0", "ext-json": "*" }, "require-dev": { "phpunit/phpunit": "^9.5", "squizlabs/php_codesniffer": "1.*", "vimeo/psalm": "^4.6.2" } }