mirror of
https://github.com/daledavies/jump.git
synced 2026-01-09 00:42:08 +01:00
27 lines
692 B
JSON
27 lines
692 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": "dev-master#429ad0daa4f498b9ed42fe4f0053a44fb47645b7",
|
|
"divineomega/array_undot": "^4.1",
|
|
"utopia-php/locale": "^0.6.0",
|
|
"tracy/tracy": "^2.10"
|
|
}
|
|
}
|