-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcomposer.json
More file actions
31 lines (31 loc) · 777 Bytes
/
composer.json
File metadata and controls
31 lines (31 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "mre/unicorn",
"description": "A Dropbox gallery for your website",
"keywords": ["gallery", "dropbox", "template"],
"homepage": "http://github.com/mre/unicorn",
"license": "MIT",
"authors": [
{
"name": "Mattias Endler",
"email": "matthias-endler@gmx.net",
"homepage": "https://endler.dev"
}
],
"require": {
"php": ">=5.6.0",
"monolog/monolog": "~1.6",
"slim/slim": "~4.3",
"slim/views": "0.*",
"twig/twig": "~2.12",
"kunalvarma05/dropbox-php-sdk": "^0.2.1",
"ext-gd": "*"
},
"autoload":{
"psr-4":{
"Mre\\Unicorn\\": ""
}
},
"require-dev": {
"phpunit/phpunit": "^7.4"
}
}