-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
141 lines (141 loc) · 5.59 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
{
"name": "symfony/framework-standard-edition",
"type": "project",
"description": "The \"Symfony Standard Edition\" distribution",
"autoload": {
"psr-0": { "": "src/", "SymfonyStandard": "app/" }
},
"require": {
"php": ">=5.5.9",
"symfony/symfony": "2.7.*",
"doctrine/orm": "~2.2,>=2.2.3,<2.5",
"doctrine/dbal": "<2.5",
"doctrine/doctrine-bundle": "~1.2",
"twig/extensions": "~1.0",
"symfony/assetic-bundle": "~2.3",
"symfony/swiftmailer-bundle": "~2.3",
"symfony/monolog-bundle": "~2.4",
"sensio/distribution-bundle": "~3.0,>=3.0.12",
"sensio/framework-extra-bundle": "~3.0,>=3.0.2",
"incenteev/composer-parameter-handler": "~2.0",
"doctrine/migrations": "dev-master",
"doctrine/doctrine-migrations-bundle": "dev-master",
"friendsofsymfony/user-bundle": "~2.0@dev",
"braincrafted/bootstrap-bundle": "2.1.*@dev",
"twbs/bootstrap": "3.3.4",
"jquery/jquery": "1.11.*",
"oyejorge/less.php": "~1.5",
"ftlabs/fastclick": "1.0.6",
"rstacruz/nprogress": "v0.1.6",
"friendsofsymfony/jsrouting-bundle": "2.0.*@dev",
"jasny/bootstrap": "dev-master",
"fortawesome/font-awesome": "4.3.0",
"stof/doctrine-extensions-bundle": "~1.1@dev",
"gedmo/doctrine-extensions": "~2.3",
"lipis/bootstrap-social": "4.9.0",
"sonata-project/admin-bundle": "dev-master",
"sonata-project/core-bundle": "dev-master",
"sonata-project/block-bundle": "dev-master",
"sonata-project/doctrine-orm-admin-bundle": "dev-master",
"sonata-project/media-bundle": "dev-master",
"sonata-project/classification-bundle": "dev-master",
"sonata-project/datagrid-bundle": "dev-master",
"sonata-project/intl-bundle": "dev-master",
"hautelook/alice-bundle": "^0.2.0",
"lunetics/locale-bundle": "~2.4",
"besimple/sso-auth-bundle": "1.0.*@dev",
"egeloen/ckeditor-bundle": "^3.0",
"smashingboxes/OwlCarousel2": "2.0.0",
"knplabs/knp-paginator-bundle": "^2.4",
"tilleuls/ckeditor-sonata-media-bundle": "^1.0",
"liip/url-auto-converter-bundle": "dev-master"
},
"require-dev": {
"sensio/generator-bundle": "~2.3"
},
"scripts": {
"post-root-package-install": [
"SymfonyStandard\\Composer::hookRootPackageInstall"
],
"post-install-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"php app/console braincrafted:bootstrap:generate",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
],
"post-update-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"php app/console braincrafted:bootstrap:generate",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
]
},
"config": {
"bin-dir": "bin"
},
"extra": {
"symfony-app-dir": "app",
"symfony-web-dir": "web",
"symfony-assets-install": "relative",
"incenteev-parameters": {
"file": "app/config/parameters.yml"
},
"branch-alias": {
"dev-master": "2.6-dev"
}
},
"repositories": [
{
"type": "package",
"package": {
"name": "jquery/jquery",
"version": "1.11.1",
"dist": {
"url": "http://code.jquery.com/jquery-1.11.1.js",
"type": "file"
}
}
},
{
"type": "package",
"package": {
"name": "ftlabs/fastclick",
"version": "1.0.6",
"dist": {
"url": "https://raw.githubusercontent.com/ftlabs/fastclick/v1.0.6/lib/fastclick.js",
"type": "file"
}
}
},
{
"type": "package",
"package": {
"name": "rstacruz/nprogress",
"version": "v0.1.6",
"dist": {
"url": "https://github.com/rstacruz/nprogress/archive/v0.1.6.zip",
"type": "zip"
}
}
},
{
"type": "package",
"package": {
"name": "lipis/bootstrap-social",
"version": "4.9.0",
"dist": {
"url": "https://github.com/lipis/bootstrap-social/archive/4.9.0.zip",
"type": "zip"
}
}
}
]
}