NanoGal/composer.json

13 lines
220 B
JSON
Raw Permalink Normal View History

2024-08-23 16:13:41 +02:00
{
"require": {
"stefangabos/zebra_image": "^2.8",
"league/commonmark": "^2.5"
},
"autoload": {
"psr-4": {
"App\\" : "app/",
"Utils\\": "app/"
}
}
}