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.
WF-Website/composer.json

16 lines
326 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/"
}
}
}