-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathcomposer.json
More file actions
28 lines (28 loc) · 750 Bytes
/
Copy pathcomposer.json
File metadata and controls
28 lines (28 loc) · 750 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
{
"name": "o5/grido-examples",
"description": "Grido examples",
"require": {
"php": ">=5.3.1",
"o5/grido": "dev-master#ef677c35bb141d78c29e0115aef85edbbcec39a7",
"nette/bootstrap": "~2.3",
"nette/database": "~2.3",
"latte/latte": "~2.3",
"tracy/tracy": "~2.3",
"nette/application": "~2.3",
"dibi/dibi": "~2.2",
"kdyby/doctrine": "~2.3",
"doctrine/orm": "2.4.6"
},
"license": ["BSD-3", "GPL-2.0", "GPL-3.0"],
"authors": [
{
"name": "Petr Bugyík",
"email": "petr@bugyik.cz"
}
],
"scripts": {
"post-install-cmd": [
"chmod -R 0777 temp/ log/ app/models/doctrine"
]
}
}