mirror of
https://github.com/daledavies/jump.git
synced 2026-01-30 02:59:05 +01:00
24 lines
532 B
JSON
24 lines
532 B
JSON
{
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Jump\\": "classes/"
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/unsplash/unsplash-php.git"
|
|
}
|
|
],
|
|
"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",
|
|
"guzzlehttp/guzzle": "^7.0",
|
|
"unsplash/unsplash": "3.2.1"
|
|
}
|
|
}
|