32 lines
724 B
JSON
32 lines
724 B
JSON
{
|
|
"name": "ptut",
|
|
"description": "PTUT website",
|
|
"license": "proprietary",
|
|
"authors": [
|
|
{
|
|
"name": "xdrm-brackets",
|
|
"email": "xdrm.brackets.dev@gmail.com"
|
|
}, {
|
|
"name": "SeekDasky",
|
|
"email": "mascaro.lucas@yahoo.fr"
|
|
}, {
|
|
"name": "G. Fauvet",
|
|
"email": "gfauvet@gmail.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"api\\": "build/api",
|
|
"database\\": "build/database",
|
|
"error\\": "build/error",
|
|
"http\\": "build/http",
|
|
"router\\": "build/router"
|
|
},
|
|
"files": ["autoloader.php"]
|
|
},
|
|
"require": {
|
|
"phpoffice/phpspreadsheet": "^1.1",
|
|
"phpstan/phpstan": "^0.9.2"
|
|
}
|
|
}
|