-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (29 loc) · 829 Bytes
/
composer.json
File metadata and controls
33 lines (29 loc) · 829 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
32
33
{
"require": {
"robmorgan/phinx": ">=0.4.3",
"symfony/class-loader": "2.6.0",
"symfony/config": "2.6.0",
"symfony/console": "2.6.0",
"symfony/yaml": "2.6.0",
"swiftmailer/swiftmailer": "5.4.12",
"robloach/component-installer": "@stable",
"monolog/monolog": "@stable",
"components/jquery": "1.10",
"opencorpora/bootstrap": "dev-master",
"mouse0270/bootstrap-notify": "3.1.3",
"smarty/smarty": "4.3.1"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/opencorpora/bootstrap"
},
{
"type": "vcs",
"url": "https://github.com/mouse0270/bootstrap-notify"
}
],
"config": {
"component-dir": "assets/vendor"
}
}