mirror of
https://github.com/Aviortheking/DeltaCMS.git
synced 2025-07-14 15:15:10 +00:00
pouet
This commit is contained in:
20
composer.json
Normal file
20
composer.json
Normal 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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user