mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-05-28 03:19:54 +00:00
21 lines
386 B
JSON
21 lines
386 B
JSON
{
|
|
"name": "avior/admin-panel",
|
|
"type": "project",
|
|
"license": "MIT License",
|
|
"authors": [
|
|
{
|
|
"name": "Avior",
|
|
"email": "florian.bouillon@delta-wings.net"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/admin/system/"
|
|
]
|
|
},
|
|
"require": {},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^8"
|
|
}
|
|
}
|