forked from stfalcon-studio/lost-and-found
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
150 lines (150 loc) · 5.99 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
{
"name": "stfalcon-studio/lost-and-found",
"description": "Web-service for announcements of lost and found things.",
"keywords": ["lost", "found", "social", "help", "announcements", "service", "geo", "maps"],
"homepage": "http://lost-and-found.dev.stfalcon.com/",
"type": "project",
"license": "MIT",
"authors": [
{
"name": "Artem Genvald",
"email": "[email protected]",
"role": "Team Lead, Curator of Practice"
},
{
"name": "Oleg Kachinsky",
"email": "[email protected]",
"role": "Developer, Student trainee from Khmelnytskyi Polytechnic College"
},
{
"name": "Yuriy Svatok",
"email": "[email protected]",
"role": "Developer, Student trainee from Khmelnytskyi Polytechnic College"
},
{
"name": "Andriy Prohorovych",
"email": "[email protected]",
"role": "Developer, Student trainee from Khmelnytskyi Polytechnic College"
},
{
"name": "Community",
"homepage": "https://github.com/stfalcon-studio/lost-and-found/graphs/contributors",
"role": "Developers"
}
],
"support": {
"email": "[email protected]",
"issues": "https://github.com/stfalcon-studio/lost-and-found/issues"
},
"require": {
"php": ">=5.6.0",
"ext-intl": "*",
"ext-gd": "*",
"ext-mbstring": "*",
"symfony/symfony": "2.7.*",
"symfony/assetic-bundle": "~2.6",
"symfony/swiftmailer-bundle": "~2.3",
"symfony/monolog-bundle": "~2.8",
"doctrine/orm": "2.5.*",
"doctrine/dbal": "2.5.*",
"doctrine/doctrine-bundle": "~1.5",
"doctrine/migrations": "dev-master",
"doctrine/doctrine-migrations-bundle": "~1.1",
"doctrine/data-fixtures": "dev-master",
"doctrine/doctrine-fixtures-bundle": "2.2.*@dev",
"sensio/distribution-bundle": "~3.0.12",
"sensio/framework-extra-bundle": "~3.0",
"twig/extensions": "~1.2",
"incenteev/composer-parameter-handler": "~2.1",
"stof/doctrine-extensions-bundle": "1.2.*@dev",
"fresh/doctrine-enum-bundle": "dev-master",
"sonata-project/doctrine-orm-admin-bundle": "~2.3",
"sonata-project/seo-bundle": "~2.0",
"sonata-project/media-bundle": "~2.3",
"sonata-project/intl-bundle": "~2.2",
"egeloen/ckeditor-bundle": "~3.0",
"tilleuls/ckeditor-sonata-media-bundle": "dev-master",
"hwi/oauth-bundle": "0.4.*@dev",
"friendsofsymfony/user-bundle": "~1.3",
"friendsofsymfony/jsrouting-bundle": "~1.5",
"friendsofsymfony/rest-bundle": "~1.6",
"vich/uploader-bundle": "0.14.*",
"a2lix/translation-form-bundle": "1.*@dev",
"jms/i18n-routing-bundle": "dev-master",
"jms/translation-bundle": "dev-master",
"jms/serializer-bundle": "~1.0",
"nelmio/api-doc-bundle": "~2.9",
"mjaschen/phpgeo": "dev-master",
"ftrrtf/rollbar-bundle": "v0.5"
},
"require-dev": {
"sensio/generator-bundle": "~2.5",
"liip/functional-test-bundle": "~1.2",
"behat/behat": "~3.0",
"behat/symfony2-extension": "~2.1",
"behat/mink": "~1.6",
"behat/mink-extension": "~2.1",
"behat/mink-browserkit-driver": "~1.2",
"behat/mink-selenium2-driver": "~1.2",
"behat/mink-goutte-driver": "~1.1",
"phpunit/phpunit": "4.8.*"
},
"autoload": {
"psr-4": {
"": "src/"
}
},
"scripts": {
"pre-install-cmd": [
"AppBundle\\Composer\\HerokuEnvironment::populateEnvironment"
],
"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"
],
"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"
]
},
"config": {
"bin-dir": "bin",
"optimize-autoloader": true
},
"extra": {
"symfony-app-dir": "app",
"symfony-web-dir": "web",
"incenteev-parameters": {
"file": "app/config/parameters.yml",
"env_map": {
"database_driver": "SYMFONY__DATABASE_DRIVER",
"database_name": "SYMFONY__DATABASE_NAME",
"database_user": "SYMFONY__DATABASE_USER",
"database_host": "SYMFONY__DATABASE_HOST",
"database_password": "SYMFONY__DATABASE_PASSWORD",
"facebook_oauth_client_id": "FACEBOOK_OAUTH_CLIENT_ID",
"facebook_oauth_client_secret": "FACEBOOK_OAUTH_CLIENT_SECRET"
}
},
"heroku": {
"framework": "symfony2",
"document-root": "web",
"php-config": [
"date.timezone=Europe/Kiev",
"display_errors=off",
"short_open_tag=off"
]
}
}
}