-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 878 Bytes
/
composer.json
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
32
33
{
"name": "ekimik/image-share",
"description": "Simple app for sharing images and videos",
"type": "project",
"authors": [
{
"name": "Jan Jíša",
"email": "j.jisa@seznam.cz"
}
],
"require": {
"php": ">=5.6.0",
"nette/application": "^2.4",
"nette/bootstrap": "^2.4.1",
"nette/caching": "^2.5",
"nette/database": "^2.4",
"nette/di": "^2.4",
"nette/finder": "^2.4",
"nette/forms": "^2.4",
"nette/http": "^2.4",
"nette/mail": "^2.4",
"nette/robot-loader": "^2.4",
"nette/safe-stream": "^2.3",
"nette/security": "^2.4",
"nette/utils": "^2.4",
"latte/latte": "^2.4",
"tracy/tracy": "^2.4"
},
"require-dev": {
"nette/tester": "^1.6"
},
"minimum-stability": "stable"
}