-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcomposer.json
150 lines (150 loc) · 5.25 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "bluemesa/labdb",
"description": "Symfony2-based LIMS for Drosophila Labs",
"autoload": {
"psr-0": { "": "src/" }
},
"require": {
"php": ">=5.3.3",
"symfony/symfony": "~2.3.16",
"doctrine/orm": "~2.4.2",
"doctrine/common": "~2.4.2",
"doctrine/doctrine-bundle": "~1.6.0",
"doctrine/doctrine-fixtures-bundle": "~2.3.0",
"twig/extensions": "~1.0.1",
"symfony/assetic-bundle": "~2.3.0",
"kriswallsmith/assetic": "~1.1.2",
"symfony/swiftmailer-bundle": "~2.3.7",
"symfony/monolog-bundle": "~2.3.0",
"sensio/distribution-bundle": "~2.3.4",
"sensio/framework-extra-bundle": "~2.3.4",
"sensio/generator-bundle": "~2.3.4",
"incenteev/composer-parameter-handler": "~2.1.0",
"jms/security-extra-bundle": "~1.5.1",
"jms/di-extra-bundle": "~1.4.0",
"jms/serializer-bundle": "~0.13.0",
"mopa/bootstrap-bundle": "dev-master#0e25e59",
"twbs/bootstrap": "~3.2.0",
"knplabs/knp-paginator-bundle": "~2.3.3",
"knplabs/knp-components": "~1.2.5",
"knplabs/knp-menu-bundle": "~1.1.2",
"craue/formflow-bundle": "~2.1.4",
"friendsofsymfony/user-bundle": "~1.3.3",
"friendsofsymfony/rest-bundle": "~1.3.1",
"whiteoctober/tcpdf-bundle": "~1.0.0",
"sabre/vobject": "~2.1.3",
"liuggio/excelbundle": "~2.0",
"rejsmont/php-ipp": "~0.21",
"kuleuven/shibboleth-bundle": "dev-master#67070be",
"oyejorge/less.php": "~1.7.0.1",
"twitter/typeahead.js": "~0.10.2",
"twitter/hogan.js": "v3.0.0",
"fortawesome/font-awesome": "~4.0.3",
"eternicode/bootstrap-datepicker": "~1.3.0",
"ivaynberg/select2": "~3.4.8",
"jquery/jquery": "~1.10.2",
"jquery/jquery-ui": "~1.10.3",
"packagist/yuicompressor-bin": "~2.4.8",
"packagist/cssembed-bin": "~0.4.5",
"verekia/initializr": "~4.2.0",
"egulias/email-validator": "~1.2"
},
"require-dev": {
"phpunit/phpunit": "~4.1.1",
"symfony/phpunit-bridge": "^3.0"
},
"scripts": {
"post-install-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Mopa\\Bundle\\BootstrapBundle\\Composer\\ScriptHandler::postInstallSymlinkTwitterBootstrap"
],
"post-update-cmd": [
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Mopa\\Bundle\\BootstrapBundle\\Composer\\ScriptHandler::postInstallSymlinkTwitterBootstrap"
]
},
"config": {
"bin-dir": "bin",
"secure-http": false
},
"extra": {
"symfony-app-dir": "app",
"symfony-web-dir": "web",
"incenteev-parameters": {
"file": "app/config/parameters.yml"
},
"branch-alias": {
"dev-master": "2.3"
}
},
"minimum-stability": "dev",
"repositories": [
{
"type": "package",
"package": {
"name": "verekia/initializr",
"version": "4.2.0",
"dist":{
"url":"http://www.initializr.com/builder?modernizrrespond",
"type":"zip"
}
}
},
{
"type": "package",
"package": {
"name": "jquery/jquery",
"version": "1.10.2",
"dist":{
"url":"http://code.jquery.com/jquery-1.10.2.min.js",
"type":"file"
}
}
},
{
"type": "package",
"package": {
"name": "jquery/jquery-ui",
"version": "1.10.3",
"dist":{
"url":"http://jqueryui.com/resources/download/jquery-ui-1.10.3.zip",
"type":"zip",
"reference":"1.10.3"
}
}
},
{
"type": "package",
"package": {
"version": "v3.0.0",
"name": "twitter/hogan.js",
"type": "component",
"source": {
"url": "https://github.com/twitter/hogan.js.git",
"type": "git",
"reference": "v3.0.0"
}
}
},
{
"type": "package",
"package": {
"version": "0.21",
"name": "rejsmont/php-ipp",
"source": {
"url": "https://github.com/rejsmont/php-ipp.git",
"type": "git",
"reference": "6c09140c99"
},
"autoload": {
"psr-0": { "PHP_IPP": ["lib/"] }
}
}
}
]
}