{
"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": "8.0"
}
},
"require": {
"php": "^8.0",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^1.10"
},
"autoload-dev": {
"psr-4": {
"Reinder83\\BinaryFlags\\Tests\\": "tests/"
}
}
}
|