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.
Php_RSS/fluxRSS/composer.json

17 lines
273 B

{
"require": {
"twig/twig": "^3.0",
"ext-pdo": "*",
"ext-dom": "*"
},
"autoload": {
"psr-4": {
"controleur\\": "controleur/",
"config\\": "config/",
"model\\": "model/",
"DAL\\": "DAL/",
"metier\\": "metier/"
}
}
}