Files
Jump/jumpapp/composer.json
2022-02-04 10:47:59 +00:00

17 lines
352 B
JSON

{
"name": "daledavies/jump",
"description": "A startpage for stuff",
"type": "project",
"autoload": {
"psr-4": {
"Jump\\": "classes/"
}
},
"require": {
"mustache/mustache": "~2.5",
"arthurhoaro/favicon": "~1.0",
"nette/caching": "^3.1",
"phlak/config": "^7.0"
}
}