composer.json
{
"name": "rof/permissions",
"description": "a permissions system for php",
"type": "library",
"license": "unlicense",
"autoload": {
"psr-4": {
"ROF\\": ""
}
}
}
{
"name": "rof/permissions",
"description": "a permissions system for php",
"type": "library",
"license": "unlicense",
"autoload": {
"psr-4": {
"ROF\\": ""
}
}
}