You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
405 B
18 lines
405 B
{
|
|
"require": {
|
|
"twig/twig": "^3.0",
|
|
"ext-pdo": "*",
|
|
"altorouter/altorouter": "^2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Controleur\\": "src/Controleur/",
|
|
"Model\\": "src/Model/",
|
|
"Gateway\\": "src/Gateway/",
|
|
"Entity\\": "src/Entity/",
|
|
"Verification\\": "src/Verification/",
|
|
"Enum\\": "src/Enum"
|
|
}
|
|
}
|
|
}
|