Files
Jump/jumpapp/composer.json
2022-04-13 16:28:12 +01:00

16 lines
319 B
JSON

{
"autoload": {
"psr-4": {
"Jump\\": "classes/"
}
},
"require": {
"mustache/mustache": "~2.5",
"arthurhoaro/favicon": "~1.0",
"nette/caching": "^3.1",
"nette/routing": "^3.0.2",
"phlak/config": "^7.0",
"nette/http": "^3.1"
}
}