Files
Jump/jumpapp/composer.json
2022-06-03 22:41:28 +01:00

17 lines
356 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",
"unsplash/unsplash": "^2.5"
}
}