-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcomposer.json
56 lines (56 loc) · 1.48 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "khanovaskola/website",
"description": "Main website with videos and subtitles.",
"type": "project",
"authors": [
{"name": "Mikuláš Dítě"},
{"name": "Daniel Hollas"}
],
"license": "MIT",
"minimum-stability": "beta",
"prefer-stable": true,
"config": {
"preferred-install": "dist",
"optimize-autoloader": true,
"secure-http": false
},
"require": {
"php": ">= 5.5.0",
"dg/dibi": "~2.1",
"elasticsearch/elasticsearch": "~1.1",
"ezyang/htmlpurifier": "~4.6.0",
"kdyby/console": "~2.3",
"kdyby/events": "~3.1",
"kdyby/forms-replicator": "~1.4",
"kdyby/google": "dev-master#4823f65 as 0.1.999",
"kdyby/monolog": "~1.0",
"kdyby/rabbitmq": "~1.2",
"nette/nette": "~2.4",
"nextras/migrations": "~3.0",
"petrp/orm": "0.4.*",
"symfony/console": "~2.4",
"symfony/process": "~2.5",
"tackk/cartographer": "~1.0.2",
"nextras/static-router": "~1.0",
"khanovaskola/cislo": "~1.4",
"mikulas/vlna": "dev-master#3388b3be"
},
"require-dev": {
"jdorn/sql-formatter": "~1.2.17",
"mikulas/adminer-package": "~4.0",
"mikulas/code-sniffs": "~1.1",
"nette/tester": "~1.1",
"oodle/inflect": "~0.2",
"petrp/access": "~0.2"
},
"repositories": [
{
"type": "composer",
"url": "http://orm.petrprochazka.com/composer"
}
],
"scripts": {
"post-update-cmd": ["echo Notice: Deleting all .git dirs under vendor ", "rm -rf vendor/**/**/.git"],
"post-install-cmd": ["echo Notice: Deleting all .git dirs under vendor", "rm -rf vendor/**/**/.git"]
}
}