This commit is contained in:
2019-03-02 15:54:10 +01:00
parent bc8fba19d4
commit 17f223d517
32 changed files with 366 additions and 288 deletions

20
composer.json Normal file
View File

@ -0,0 +1,20 @@
{
"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"
}
}