-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
82 lines (82 loc) · 2.11 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "mediahost/mt",
"description": "Mobilne-Telefony",
"homepage": "http://mobilnetelefony.sk",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Petr Poupě",
"email": "[email protected]",
"homepage": "http://pupitooo.cz/",
"role": "Developer"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/mediahost/adminer-custom"
},
{
"type": "vcs",
"url": "https://github.com/mediahost/forms.git"
},
{
"type": "vcs",
"url": "https://github.com/mediahost/nette-button-macros.git"
},
{
"type": "vcs",
"url": "https://github.com/mediahost/DoctrineBehaviors.git"
},
{
"type": "vcs",
"url": "https://github.com/pupitooo/nette-gettext-translator.git"
},
{
"type": "vcs",
"url": "https://github.com/mediahost/grido.git"
},
{
"type": "vcs",
"url": "https://github.com/mediahost/utils.git"
}
],
"require": {
"php": ">= 5.4.0",
"nette/nette": "2.3.*@dev",
"dg/adminer-custom": "@dev",
"dg/ftp-deployment": "dev-master",
"kdyby/doctrine": "2.1.*@dev",
"kdyby/events": "2.3.*@dev",
"kdyby/console": "2.3.*@dev",
"kdyby/annotations": "2.1.*@dev",
"kdyby/validator": "@dev",
"kdyby/doctrine-forms": "@dev",
"knplabs/doctrine-behaviors": "@dev",
"zenify/doctrine-behaviors": "~1.2",
"majkl578/nette-identity-doctrine": "~2.1",
"janmarek/webloader": "dev-master",
"joseki/webloader-filters": "dev-master",
"natxet/CssMin": "dev-master",
"linkorb/jsmin-php": "~1.0.0",
"rm/header": "dev-master",
"leafo/lessphp": "0.4.*@dev",
"kdyby/facebook": "~1.1",
"sodae/netrium-addons-twitter": "dev-nette-compatibility-22-dev",
"jandrabek/nette-mailpanel": "dev-master",
"zeleznypa/nette-button-macros": "dev-master",
"nextras/forms": "~1.4",
"o5/grido": "@dev",
"h4kuna/exchange": "dev-master",
"kdyby/translation": "dev-master",
"drahak/restful": "@dev",
"kdyby/forms-replicator": "dev-master",
"kdyby/doctrine-cache": "@dev",
"heureka/overeno-zakazniky": "dev-master",
"pixidos/gpwebpay": "^1.0",
"webchemistry/invoice": "^1.1",
"OndrejBrejla/Eciovni": "^1.1"
},
"minimum-stability": "stable"
}