taxus/composer.json

31 lines
507 B
JSON

{
"name": "mcnd/taxus",
"description": "A simple privilege library to handle an application's permissions.",
"keywords": [
"mcnd",
"privilege",
"permission",
"taxus"
],
"license": "MIT",
"authors": [
{
"name": "Dave Mc Nicoll",
"email": "info@mcnd.ca"
}
],
"autoload": {
"psr-4": {
"Taxus\\": "src/"
}
},
"extra": {
"lean": {
"autoload": {
"definitions": [
"meta/definitions.php"
]
}
}
}
}