-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathcomposer.json
169 lines (169 loc) · 4.67 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"name": "afup/web",
"description": "Main repository for afup website",
"type": "project",
"require": {
"ext-gd": "*",
"ext-json": "*",
"beberlei/assert": "^2.9",
"league/oauth2-github": "^0.2.1",
"symfony/symfony": "^3.4",
"symfony/monolog-bundle": "^2.11",
"sensio/distribution-bundle": "^5.0",
"ccmbenchmark/ting_bundle": "^3.0",
"knpuniversity/oauth2-client-bundle": "^1.4",
"twig/extensions": "^1.4",
"jms/serializer-bundle": "^1.1",
"algolia/algoliasearch-client-php": "^1.12",
"cocur/slugify": "^2.3",
"j7mbo/twitter-api-php": "^1.0",
"nojimage/twitter-text-php": "^1.1",
"pacely/mailchimp-apiv3": "^1.0",
"cdaguerre/php-trello-api": "^0.9.3",
"willdurand/geocoder": "^3.3",
"smarty/smarty": "2.6.25",
"sabre/vobject": "^4.1",
"erusev/parsedown": "^1.6",
"dms/meetup-api-client": "^2.3",
"google/apiclient": "^2.0",
"robmorgan/phinx": "^0.9.2",
"presta/sitemap-bundle": "^1.5",
"setasign/fpdf": "1.53",
"ezyang/htmlpurifier": "^4.10",
"phpoffice/phpspreadsheet": "^1.6",
"phpmailer/phpmailer": "5.2.9",
"znk3r/html_quickform": "4.0.2",
"friendsofpear/pear_exception": "0.0.*",
"znk3r/html_common": "*",
"pear/pear": "^1.10",
"doctrine/dbal": "^2.5",
"excelwebzone/recaptcha-bundle": "1.5.13",
"ext-curl": "*",
"captioning/captioning": "^2.6",
"sensio/generator-bundle": "^3.0",
"symfony/phpunit-bridge": "^3.1",
"guzzlehttp/guzzle": "^6.5",
"ekino/newrelic-bundle": "^1.4"
},
"scripts": {
"post-install-cmd": [
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
],
"post-update-cmd": [
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
]
},
"config": {
"bin-dir": "bin",
"secure-http": false
},
"extra": {
"symfony-app-dir": "app",
"symfony-web-dir": "htdocs",
"symfony-bin-dir": "bin",
"symfony-var-dir": "var",
"symfony-tests-dir": "tests",
"symfony-assets-install": "relative",
"symfony-cache-warmup": true
},
"autoload": {
"psr-4": {
"Afup\\Site\\": "sources/Afup/",
"AppBundle\\": "sources/AppBundle/",
"PlanetePHP\\": "sources/PlanetePHP/"
},
"classmap": [
"app/AppKernel.php",
"app/AppCache.php",
"planete/app/PlaneteAppKernel.php"
],
"files": [
"sources/Afup/Bootstrap/_Common.php",
"sources/Afup/Bootstrap/commonStart.php"
]
},
"license": "MIT",
"authors": [
{
"name": "Afup",
"email": "outils@afup.org"
}
],
"minimum-stability": "stable",
"require-dev": {
"atoum/atoum": "^2.8",
"atoum/stubs": "^2.5",
"friendsofphp/php-cs-fixer": "~2",
"behat/behat": "^3.7",
"behat/mink-extension": "^2.3",
"behat/mink-goutte-driver": "^1.2"
},
"repositories": [
{
"type": "package",
"package": {
"name": "setasign/fpdf",
"version": "1.53",
"dist": {
"url": "http://www.fpdf.org/en/dl.php?v=153&f=zip",
"type": "zip"
},
"autoload": {
"files": [
"fpdf.php"
]
}
}
},
{
"type": "package",
"package": {
"name": "znk3r/html_quickform",
"version": "4.0.2",
"dist": {
"url": "https://github.com/macintoshplus/HTML_QuickForm/archive/v4.0.2.zip",
"type": "zip"
},
"autoload": {
"classmap": ["HTML/"]
}
}
},
{
"type": "package",
"package": {
"name": "znk3r/html_common",
"version": "v2.0.0",
"dist": {
"url": "https://github.com/znk3r/HTML_Common/archive/v2.0.0.zip",
"type": "zip"
},
"autoload": {
"classmap": ["HTML/"]
}
}
},
{
"type": "package",
"package": {
"name": "pear/pear",
"version": "v1.10.9",
"dist": {
"url": "https://github.com/pear/pear-core/archive/v1.10.9.zip",
"type": "zip"
},
"autoload": {
"classmap": [
"PEAR.php", "PEAR/"
]
}
}
}
]
}