{
"name": "reinder83/binary-flags",
"description": "Useful class for binary operations",
"keywords": [
"binary",
"flags",
"class",
"trait",
"eloquent",
"model",
"bitwise",
"bitwiser",
"operations"
],
"homepage": "https://github.com/reinder83/binary-flags",
"minimum-stability": "stable",
"license": "MIT",
"authors": [
{
"name": "Reinder Reinders",
"email": "reinder.reinders@gmail.com"
}
],
"autoload": {
"psr-4": {
"Reinder83\\BinaryFlags\\": "src/"
}
},
"config": {
"platform": {
"php": "5.6"
}
},
"require-dev": {
"phpmd/phpmd": "^2.6",
"sebastian/phpcpd": "^3.0",
"squizlabs/php_codesniffer": "^3.4",
"phpunit/phpunit": "^5.7",
"phploc/phploc": "^4.0",
"pdepend/pdepend": "^2.5",
"mayflower/php-codebrowser": "^1.1",
"johnkary/phpunit-speedtrap": "^1.1"
},
"autoload-dev": {
"psr-4": {
"Reinder83\\BinaryFlags\\Tests\\": "tests/"
}
},
"require": {
"ext-json": "*"
}
}
|