{
"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.2"
},
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"require": {
"php": "^8.2",
"ext-json": "*"
},
"require-dev": {
"phpstan/phpstan": "^1.10",
"pestphp/pest": "^2.36",
"laravel/pint": "^1",
"rector/rector": "^1"
},
"autoload-dev": {
"psr-4": {
"Reinder83\\BinaryFlags\\Tests\\": "tests/"
}
}
}
|