DeltaCMS/composer.json
Florian Bouillon e4d59be18c many changes
updated composer.json to user psr-4 autoloader
updated .htaccess to point to the correct file
Rewrite of most of the project
2019-03-14 23:24:04 +01:00

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/"
}
}
}