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.
23 lines
579 B
23 lines
579 B
{
|
|
"autoload": {
|
|
"psr-4": {
|
|
"controller\\": "controller/",
|
|
"config\\": "config/",
|
|
"model\\": ["model/", "model/gateways/", "model/metier/", "model/exception"]
|
|
}
|
|
},
|
|
"require": {
|
|
"altorouter/altorouter": "^2.0",
|
|
"twig/twig": "^3.7",
|
|
"twbs/bootstrap": "^5.3"
|
|
},
|
|
"scripts": {
|
|
"post-update-cmd": [
|
|
"rm -f ./js/bootstrap*.js*",
|
|
"rm -f ./css/bootstrap*.css*",
|
|
"cp ./vendor/twbs/bootstrap/dist/js/* ./js/",
|
|
"cp ./vendor/twbs/bootstrap/dist/css/* ./css/"
|
|
]
|
|
}
|
|
}
|