forked from Victoire/demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
122 lines (120 loc) · 6.44 KB
/
composer.json
File metadata and controls
122 lines (120 loc) · 6.44 KB
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
{
"name": "victoire/demo",
"license": "MIT",
"type": "project",
"description": "Kickstart you project with the Victoire demo",
"autoload": {
"psr-4": { "": "src/", "SymfonyStandard\\": "app/" }
},
"require": {
"php": ">=5.3.3",
"symfony/symfony": "2.6.*",
"doctrine/orm": "~2.2,>=2.2.3",
"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",
"sensio/framework-extra-bundle": "~3.0",
"incenteev/composer-parameter-handler": "~2.0",
"appventus/assetic-injector-bundle" : "dev-master",
"appventus/ajax-bundle" : "dev-master",
"appventus/alertify-bundle" : "dev-master",
"appventus/avlist-bundle" : "dev-master",
"appventus/swiftmailerdbbundle" : "dev-master",
"appventus/spoolmailerbundle" : "dev-master",
"appventus/shortcuts-bundle" : "dev-master",
"appventus/datamigration-bundle" : "dev-master",
"doctrine/doctrine-fixtures-bundle" : "dev-master",
"doctrine/data-fixtures" : "dev-master",
"friendsofsymfony/user-bundle" : "2.0.*dev",
"friendsofsymfony/jsrouting-bundle" : "2.0.*@dev",
"jms/i18n-routing-bundle" : "~1.1@dev",
"jms/security-extra-bundle" : "dev-master",
"jms/translation-bundle" : "dev-master",
"knplabs/knp-menu" : "2.0.0-alpha1",
"knplabs/knp-menu-bundle" : "2.0.0-alpha1",
"knplabs/gaufrette" : "v0.1.7",
"knplabs/knp-gaufrette-bundle" : "v0.1.7",
"knplabs/knp-components" : "dev-master",
"lexik/form-filter-bundle" : "3.*@dev",
"liip/imagine-bundle" : "1.0.*@dev",
"mopa/bootstrap-bundle" : "dev-master",
"nelmio/alice" : "1.5.2",
"pagerfanta/pagerfanta" : "1.0.*@dev",
"stof/doctrine-extensions-bundle" : "1.2.*@dev",
"twbs/bootstrap" : "dev-master",
"victoire/victoire" : "dev-master",
"white-october/pagerfanta-bundle" : "1.0.*@dev",
"beberlei/doctrineextensions" : "dev-master",
"friendsofvictoire/breadcrumb-widget" : "dev-master",
"friendsofvictoire/button-widget" : "dev-master",
"friendsofvictoire/filter-widget" : "dev-master",
"friendsofvictoire/image-widget" : "dev-master",
"friendsofvictoire/listing-widget" : "dev-master",
"friendsofvictoire/menu-widget" : "dev-master",
"friendsofvictoire/simplecontactform-widget" : "dev-master",
"friendsofvictoire/slider-widget" : "dev-master",
"friendsofvictoire/text-widget" : "dev-master",
"friendsofvictoire/title-widget" : "dev-master",
"friendsofvictoire/ckeditor-widget" : "dev-master",
"friendsofvictoire/file-widget" : "dev-master",
"friendsofvictoire/layout-widget" : "dev-master",
"friendsofvictoire/cover-widget" : "dev-master",
"friendsofvictoire/html-widget" : "dev-master",
"friendsofvictoire/markdown-widget" : "dev-master",
"friendsofvictoire/articlelist-widget" : "dev-master",
"friendsofvictoire/render-widget" : "dev-master",
"friendsofvictoire/disqus-widget" : "dev-master",
"friendsofvictoire/sitemap-widget" : "dev-master",
"friendsofvictoire/tab-widget" : "dev-master",
"friendsofvictoire/sharethis-widget" : "dev-master"
},
"require-dev": {
"sensio/generator-bundle": "~2.3"
},
"scripts": {
"post-create-project-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Mopa\\Bundle\\BootstrapBundle\\Composer\\ScriptHandler::postInstallSymlinkTwitterBootstrap"
],
"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",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Mopa\\Bundle\\BootstrapBundle\\Composer\\ScriptHandler::postInstallSymlinkTwitterBootstrap",
"cd vendor && if [ ! -f selenium-server-standalone-2.35.0.jar ]; then curl -O http://selenium.googlecode.com/files/selenium-server-standalone-2.35.0.jar; fi"
],
"post-update-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Mopa\\Bundle\\BootstrapBundle\\Composer\\ScriptHandler::postInstallSymlinkTwitterBootstrap",
"cd vendor && if [ ! -f selenium-server-standalone-2.35.0.jar ]; then curl -O http://selenium.googlecode.com/files/selenium-server-standalone-2.35.0.jar; fi"
]
},
"config": {
"bin-dir": "bin"
},
"extra": {
"symfony-app-dir": "app",
"symfony-bin-dir": "bin",
"symfony-var-dir": "var",
"symfony-web-dir": "web",
"incenteev-parameters": {
"file": "app/config/parameters.yml"
},
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}