mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-05-28 11:29:54 +00:00
updated composer.json to user psr-4 autoloader updated .htaccess to point to the correct file Rewrite of most of the project
18 lines
341 B
JSON
18 lines
341 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/"
|
|
}
|
|
}
|
|
}
|