2021-08-27 18:08:35 +00:00
|
|
|
{
|
|
|
|
"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",
|
2023-11-03 12:27:53 +00:00
|
|
|
"email": "info@mcnd.ca"
|
2021-08-27 18:08:35 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Taxus\\": "src/"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|