-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·140 lines (138 loc) · 5.17 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
{
"name": "symfony/framework-standard-edition",
"license": "MIT",
"type": "project",
"authors": [
{ "name": "Delphine Graftieaux", "email": "[email protected]" },
{ "name": "Paul Pasturel", "email": "[email protected]" }
],
"description": "The \"Symfony Standard Edition\" distribution",
"autoload": {
"psr-4": { "": "src/", "SymfonyStandard\\": "app/" }
},
"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": "vcs",
"url" : "[email protected]:arianespace/theme-bundle.git"
},
{
"type": "vcs",
"url" : "[email protected]:arianespace/plexcel-bundle.git"
}
],
"require": {
"php": ">=5.3.3",
"symfony/symfony": "~2.7@beta",
"doctrine/orm": "~2.2,>=2.2.3,<2.5",
"doctrine/dbal": "<2.5",
"doctrine/doctrine-bundle": "~1.4",
"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",
"gedmo/doctrine-extensions": "2.3.*",
"braincrafted/bootstrap-bundle": "dev-master",
"twbs/bootstrap": "3.0.*",
"jquery/jquery": "1.11.*",
"fr3d/ldap-bundle": "2.0.*@dev",
"friendsofsymfony/user-bundle": "~1.3",
"knplabs/knp-menu-bundle": "^2.0",
"knplabs/knp-snappy-bundle" : "*",
"genemu/form-bundle":"2.2.*",
"gedmo/doctrine-extensions": "~2.4.4",
"arianespace/theme-bundle": "~1.0.0",
"arianespace/plexcel-bundle": "~1.0.0",
"sonata-project/doctrine-orm-admin-bundle": "2.3.2",
"sonata-project/admin-bundle": "2.3.3",
"brown298/data-tables-bundle": "dev-master",
"sonata-project/media-bundle": "^2.3",
"sonata-project/intl-bundle": "~2.2",
"jms/serializer-bundle": "~0.13",
"sonata-project/easy-extends-bundle": "^2.1",
"h4cc/wkhtmltopdf-amd64": "0.11.0-RC1",
"doctrine/migrations": "^1.0",
"doctrine/doctrine-migrations-bundle": "1.0.*",
"liuggio/excelbundle": "^2.0",
"beberlei/DoctrineExtensions": "*",
"friendsofsymfony/jsrouting-bundle": "dev-master",
"guzzlehttp/ringphp": "1.1.*",
"guzzlehttp/streams" : "3.0.",
"react/promise" : "2.2.*"
},
"require-dev": {
"doctrine/doctrine-fixtures-bundle": "^2.2",
"hautelook/alice-bundle": "0.1.*",
"sensio/generator-bundle": "~2.3",
"behat/behat": "~3.0@dev",
"behat/symfony2-extension": "~2.0",
"behat/mink-extension": "~2.0",
"behat/mink-browserkit-driver": "~1.2",
"behat/mink-selenium2-driver": "~1.2",
"behat/mink-goutte-driver": "~1.1",
"behat/mink": "~1.6",
"behat/common-contexts": "~1.2",
"coduo/php-matcher": "~1.0",
"phpspec/phpspec": "~2.1",
"phpunit/phpunit": "~4.1",
"doctrine/doctrine-fixtures-bundle": "2.2.*",
"doctrine/data-fixtures": "dev-master",
"hautelook/alice-bundle": "*",
"rezzza/rest-api-behat-extension": "@dev",
"mockery/mockery": "~0.9"
},
"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",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget",
"AppBundle\\Composer\\ScriptHandler::installDeployer",
"bower install"
],
"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",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget",
"AppBundle\\Composer\\ScriptHandler::installDeployer",
"bower install"
]
},
"config": {
"bin-dir": "bin"
},
"extra": {
"symfony-app-dir": "app",
"symfony-web-dir": "web",
"symfony-assets-install": "relative",
"deployer-version": "v3.0.6",
"incenteev-parameters": {
"file": "app/config/parameters.yml"
},
"branch-alias": {
"dev-master": "2.7-dev"
}
}
}