forked from akeneo/pim-community-dev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
154 lines (154 loc) · 5.71 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
151
152
153
154
{
"name": "akeneo/pim-community-dev",
"description": "Akeneo PIM, the future of catalog management is open!",
"license": "OSL-3.0",
"authors": [
{
"name": "Akeneo",
"homepage": "http://www.akeneo.com"
}
],
"autoload": {
"psr-0": {
"": "src/",
"Context": "features/",
"Pim\\Behat": "features/"
},
"psr-4": {
"Pim\\Upgrade\\": "upgrades/",
"Akeneo\\Test\\Integration\\": "tests/"
}
},
"require": {
"php": ">=5.6.0",
"apy/jsfv-bundle": "2.0.1",
"ass/xmlsecurity": "1.1.1",
"doctrine/annotations": "1.2.6",
"doctrine/cache": "1.6.0",
"doctrine/common": "2.4.2",
"doctrine/data-fixtures": "1.0.0",
"doctrine/doctrine-bundle": "1.2.0",
"doctrine/doctrine-fixtures-bundle": "2.2.0",
"doctrine/doctrine-migrations-bundle": "1.1.0",
"doctrine/migrations": "1.2.2",
"doctrine/orm": "2.4.7",
"dompdf/dompdf" : "0.6.1",
"escapestudios/wsse-authentication-bundle": "2.0.2",
"friendsofsymfony/jsrouting-bundle": "1.5.4",
"friendsofsymfony/oauth-server-bundle": "1.5.2",
"friendsofsymfony/rest-bundle": "2.1.1",
"gedmo/doctrine-extensions":"v2.4.3",
"incenteev/composer-parameter-handler": "2.1.1",
"jms/serializer": "1.0.0",
"jms/serializer-bundle": "1.0.0",
"knplabs/knp-menu": "2.0.1",
"knplabs/knp-menu-bundle": "2.0.0",
"kriswallsmith/assetic": "1.4.0",
"leafo/lessphp": "0.5.0",
"league/flysystem": "1.0.11",
"league/flysystem-ziparchive": "1.0.2",
"liip/imagine-bundle": "1.3.0",
"imagine/imagine": "0.6.2",
"monolog/monolog": "1.22.0",
"oneup/flysystem-bundle": "1.1.0",
"sensio/distribution-bundle": "4.0.38",
"sensio/framework-extra-bundle": "3.0.19",
"sensio/generator-bundle": "2.5.3",
"symfony/assetic-bundle": "2.8.1",
"symfony/monolog-bundle": "2.12.1",
"symfony/swiftmailer-bundle": "2.4.2",
"symfony/symfony": "2.7.23",
"twig/extensions": "1.2.0",
"box/spout": "2.5.0"
},
"require-dev": {
"phpunit/phpunit": "5.4.*",
"squizlabs/php_codesniffer": "2.*",
"pdepend/pdepend": "2.1.*",
"phpmd/phpmd": "1.*",
"behat/behat": "2.5.5",
"kriswallsmith/buzz": ">=0.5",
"behat/gherkin":"2.3.5",
"behat/mink":"1.7.1",
"behat/mink-browserkit-driver": "1.3.2",
"behat/mink-extension": "1.3.3",
"behat/mink-selenium2-driver": "1.3.1",
"behat/symfony2-extension": "1.1.2",
"behat/transliterator":"1.0.1",
"doctrine/mongodb-odm-bundle": "3.2.0",
"sensiolabs/behat-page-object-extension": "1.0.1",
"phpspec/phpspec": "3.0.*",
"akeneo/phpspec-skip-example-extension": "2.0.*",
"akeneo/php-coupling-detector": "0.2.0"
},
"suggest": {
"doctrine/mongodb-odm-bundle": "In order to activate the MongoDB support within Akeneo",
"akeneo/catalogs": "In order to install one of the Akeneo catalogs"
},
"replace": {
"oro/translation-bundle": "1.0-dev",
"oro/navigation-bundle": "1.0-dev",
"oro/requirejs-bundle": "1.0-dev",
"oro/security-bundle": "1.0-dev",
"oro/assetic-bundle": "1.0-dev",
"oro/filter-bundle": "1.0-dev",
"oro/config-bundle": "1.0-dev",
"oro/user-bundle": "1.0-dev",
"oro/form-bundle": "1.0-dev",
"oro/ui-bundle": "1.0.0-alpha",
"akeneo/storage-utils": "0.6.0-dev",
"akeneo/batch": "0.6.0-dev",
"akeneo/storage-utils-bundle": "0.6.0-dev",
"akeneo/measure-bundle": "0.6.0-dev",
"akeneo/batch-bundle": "0.6.0-dev"
},
"scripts": {
"symfony-scripts": [
"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",
"php app/console fos:js-routing:dump --target=web/js/routes.js"
],
"post-install-cmd": [
"@symfony-scripts"
],
"post-update-cmd": [
"@symfony-scripts"
]
},
"config": {
"bin-dir": "bin"
},
"minimum-stability": "stable",
"extra": {
"symfony-app-dir": "app",
"symfony-web-dir": "web",
"symfony-assets-install": "relative",
"incenteev-parameters": {
"keep-outdated": true,
"file": "app/config/parameters.yml",
"env-map": {
"database_host": "PIM_DATABASE_HOST",
"database_port": "PIM_DATABASE_PORT",
"database_name": "PIM_DATABASE_NAME",
"database_user": "PIM_DATABASE_USER",
"database_password": "PIM_DATABASE_PASSWORD"
}
},
"branch-alias": {
"dev-master": "1.8.x-dev",
"dev-1.7": "1.7.x-dev",
"dev-1.6": "1.6.x-dev",
"dev-1.5": "1.5.x-dev",
"dev-1.4": "1.4.x-dev",
"dev-1.3": "1.3.x-dev",
"dev-1.2": "1.2.x-dev",
"dev-1.1": "1.1.x-dev",
"dev-1.0": "1.0.x-dev"
}
}
}