Nofu/composer.json
2024-06-14 17:20:01 +02:00

15 lines
352 B
JSON

{
"require": {
"symfony/yaml": "^7.0",
"stefangabos/zebra_image": "^2.8",
"league/commonmark": "^2.4"
},
"autoload": {
"psr-4": {
"Utils\\" : "app/utils/",
"Login\\" : "app/login/",
"KTH\\" : "app/",
"KTH\\HTMLGenerator\\" : "app/generator/"
}
}
}