forked from lapistano/graviton
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
153 lines (153 loc) · 6.88 KB
/
composer.json
File metadata and controls
153 lines (153 loc) · 6.88 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
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
{
"name": "graviton/graviton",
"version": "0.15.0",
"license": "GPL",
"type": "project",
"description": "The base package for graviton",
"authors": [
{
"name": "List of contributors",
"homepage": "https://github.com/libgraviton/graviton/graphs/contributors"
}
],
"autoload": {
"psr-0": {"": "src/", "Graviton": "src/", "Graviton": "/app/htdocs/src"}
},
"repositories": [
{
"type": "composer",
"url": "http://gravity-platform-packages.nova.scapp.io"
}
],
"require": {
"php": ">=5.4",
"symfony/symfony": "~2.6.5",
"doctrine/orm": "~2.4",
"twig/extensions": "~1.0",
"symfony/assetic-bundle": "~2.3",
"symfony/swiftmailer-bundle": "~2.3",
"symfony/monolog-bundle": "~2.4",
"sensio/distribution-bundle": "~3.0.12",
"sensio/framework-extra-bundle": "~3.0",
"sensio/generator-bundle": "~2.3",
"incenteev/composer-parameter-handler": "~2.0",
"jms/serializer-bundle": ">=0.13,<2",
"jms/di-extra-bundle": "~1.3",
"doctrine/mongodb-odm": "~1.0@beta",
"doctrine/mongodb-odm-bundle": "~3.0@beta",
"stof/doctrine-extensions-bundle": "~1.1",
"doctrine/doctrine-fixtures-bundle": "~2.2",
"davidbadura/faker-bundle": "~1.0",
"misd/guzzle-bundle": "~1.0",
"knplabs/knp-paginator-bundle": "~2.4",
"php-jsonpointer/php-jsonpointer": "~1.1@rc",
"exercise/htmlpurifier-bundle": "~0.1",
"egulias/email-validator": "~1.2",
"graviton/php-rql-parser": "~2.0@alpha",
"graviton/rql-parser-bundle": ">=0.5.0",
"knplabs/knp-gaufrette-bundle": "^0.2@dev",
"aws/aws-sdk-php": "~2.7",
"eo/airbrake-bundle": "~1.0",
"hwi/oauth-bundle": "~0.3",
"graviton/deploy-scripts": ">=0.2.2"
},
"require-dev": {
"phpunit/phpunit": "~4.6",
"liip/functional-test-bundle": "~1.0",
"squizlabs/php_codesniffer": "~2.2",
"libgraviton/codesniffer": "~1.3",
"lapistano/proxy-object": "dev-master",
"johnkary/phpunit-speedtrap": "~1.0",
"graviton/test-services-bundle": "^0.3"
},
"scripts": {
"post-root-package-install": [
"SymfonyStandard\\Composer::hookRootPackageInstall"
],
"post-install-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Graviton\\GeneratorBundle\\Composer\\ScriptHandler::cleanDynamicBundles",
"Graviton\\GeneratorBundle\\Composer\\ScriptHandler::generateDynamicBundles",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles",
"Graviton\\SwaggerBundle\\Composer\\ScriptHandler::generateSwaggerJson"
],
"post-update-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Graviton\\GeneratorBundle\\Composer\\ScriptHandler::cleanDynamicBundles",
"Graviton\\GeneratorBundle\\Composer\\ScriptHandler::generateDynamicBundles",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::removeSymfonyStandardFiles",
"Graviton\\SwaggerBundle\\Composer\\ScriptHandler::generateSwaggerJson"
],
"configure": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters"
],
"check": [
"./vendor/bin/phpcs --config-set installed_paths ../../libgraviton/codesniffer/CodeSniffer/Standards",
"./vendor/bin/phpcs --standard=PSR1 --ignore='src/GravitonDyn/*' --ignore='app/cache/*' --ignore='app/check.php' --ignore='app/SymfonyRequirements.php' --ignore='web/check.php' --ignore='web/config.php' --ignore='app/AppCache.php' --ignore='*.css' --ignore='*.js' src/ app/ web/",
"./vendor/bin/phpcs --standard=PSR2 --ignore='src/GravitonDyn/*' --ignore='app/cache/*' --ignore='app/check.php' --ignore='app/SymfonyRequirements.php' --ignore='web/check.php' --ignore='web/config.php' --ignore='app/AppCache.php' --ignore='*.css' --ignore='*.js' src/ app/ web/",
"./vendor/bin/phpcs --standard=ENTB --ignore='src/GravitonDyn/*' --ignore='app/cache/*' --ignore='app/check.php' --ignore='app/SymfonyRequirements.php' --ignore='web/check.php' --ignore='web/config.php' --ignore='app/AppCache.php' --ignore='*.css' --ignore='*.js' src/ app/ web/"
],
"docker_prepare": [
"rm -rf app/cache/*",
"chown -R 33 app/cache",
"rm -rf app/logs/*",
"chown -R 33 app/logs"
],
"docker_fixtures": [
"app/console doctrine:mongodb:fixtures:load"
]
},
"config": {
"bin-dir": "vendor/bin",
"github-oauth": {
"github.com": "e404bdf27d2529d3a3b94532ab79d019992315d6"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"symfony-app-dir": "app",
"symfony-web-dir": "web",
"symfony-assets-install": "relative",
"incenteev-parameters": [
{
"file": "app/config/parameters.yml",
"env-map": {
"graviton.mongodb.default.server.db": "MONGODB_DB",
"graviton.mongodb.default.server.uri": "MONGODB_URI",
"graviton.errbit.api_key": "ERRBIT_API_KEY",
"graviton.errbit.host": "ERRBIT_HOST"
}
},
{
"parameter-key": "deploy-scripts",
"file": "app/config/deploy.yml",
"env-map": {
"cf_bin": "CF_BIN",
"cf_process_timeout": "CF_PROCESS_TIMEOUT",
"cf_api_url": "CF_API_URL",
"cf_username": "CF_USERNAME",
"cf_password": "CF_PASSWORD",
"cf_org": "CF_ORG",
"cf_space": "CF_SPACE",
"cf_domain": "CF_DOMAIN",
"cf_services": "CF_SERVICES",
"cf_environment_vars": "CF_ENVIRONMENT_VARS"
}
}
],
"branch-alias": {
"dev-master": "2.6-dev"
},
"installer-paths": {
"vendor/composer_phpcs": ["libgraviton/codesniffer"]
}
},
"non-feature-branches": ["master", "develop", "support/*"]
}