Files
Jump/jumpapp/composer.json
2022-07-25 13:38:19 +01:00

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"
}
}