13 lines
182 B
JSON
13 lines
182 B
JSON
{
|
|
"require": {
|
|
"pecee/simple-router": "^5.4"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Api\\": "api/",
|
|
"Config\\": "config/",
|
|
"Khofmann\\": "classes/"
|
|
}
|
|
}
|
|
}
|