mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-04-22 19:02:12 +00:00
19 lines
382 B
JSON
19 lines
382 B
JSON
{
|
|
"name": "avior/admin-panel",
|
|
"type": "project",
|
|
"license": "MIT License",
|
|
"description": "WIP Project",
|
|
"authors": [
|
|
{
|
|
"name": "Avior",
|
|
"email": "florian.bouillon@delta-wings.net"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"AdminPanel\\": "src/AdminPanel",
|
|
"": "src/Modules"
|
|
}
|
|
}
|
|
}
|