28 lines
666 B
JSON
Executable File
28 lines
666 B
JSON
Executable File
{
|
|
"name": "fuzeworks/administration",
|
|
"description": "Administration interface for FuzeWorks",
|
|
"license": ["MIT"],
|
|
"authors": [
|
|
{
|
|
"name": "Abel Hoogeveen",
|
|
"email": "abel@i15.nl"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.1.0",
|
|
"fuzeworks/webcomponent": "~1.3.0",
|
|
"fuzeworks/authentication": "~1.3.0",
|
|
"fuzeworks/layout": "~1.3.0",
|
|
"latte/latte": "~2.5",
|
|
"almasaeed2010/adminlte": "^3"
|
|
},
|
|
"require-dev": {
|
|
"fuzeworks/tracycomponent": "~1.3.0",
|
|
"phpunit/phpunit": "^9"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FuzeWorks\\Administration\\": "src/FuzeWorks/Administration/"
|
|
}
|
|
}
|
|
} |