Merge pull request #16525 from eileenmcnaughton/validate
[civicrm-core.git] / composer.json
1 {
2 "name": "civicrm/civicrm-core",
3 "description": "Open source constituent relationship management for non-profits, NGOs and advocacy organizations.",
4 "type": "library",
5 "license": "AGPL-3.0",
6 "authors": [
7 {
8 "name": "Coleman Watts",
9 "role": "Product Manager"
10 },
11 {
12 "name": "Joshua Gowans",
13 "role": "Project Manager"
14 },
15 {
16 "name": "Mathieu Lutfy",
17 "role": "Infrastructure"
18 },
19 {
20 "name": "Tim Otten",
21 "role": "Software Architect"
22 },
23 {
24 "name": "CiviCRM Community",
25 "homepage": "https://civicrm.org"
26 }
27 ],
28 "autoload": {
29 "psr-0": {
30 "PHPUnit_": ["packages/"],
31 "Civi": "",
32 "Civi\\": [".", "tests/phpunit/"]
33 }
34 },
35 "include-path": ["vendor/tecnickcom"],
36 "config": {
37 "platform": {
38 "php": "7.0.10"
39 }
40 },
41 "require": {
42 "php": "~7.0",
43 "cache/integration-tests": "~0.16.0",
44 "dompdf/dompdf" : "0.8.*",
45 "electrolinux/phpquery": "^0.9.6",
46 "symfony/config": "^2.8.50 || ~3.0",
47 "symfony/polyfill-iconv": "~1.0",
48 "symfony/dependency-injection": "^2.8.50 || ~3.0",
49 "symfony/event-dispatcher": "^2.8.50 || ~3.0",
50 "symfony/filesystem": "^2.8.50 || ~3.0",
51 "symfony/process": "^2.8.50 || ~3.0",
52 "psr/log": "~1.0",
53 "symfony/finder": "^2.8.50 || ~3.0",
54 "tecnickcom/tcpdf" : "6.2.*",
55 "totten/ca-config": "~17.05",
56 "zetacomponents/base": "1.9.*",
57 "zetacomponents/mail": "1.9.*",
58 "marcj/topsort": "~1.1",
59 "phpoffice/phpword": "^0.15.0",
60 "pear/validate_finance_creditcard": "dev-master",
61 "civicrm/civicrm-cxn-rpc": "~0.19.01.08",
62 "pear/auth_sasl": "1.1.0",
63 "pear/net_smtp": "1.6.*",
64 "pear/net_socket": "1.0.*",
65 "pear/mail": "^1.4",
66 "civicrm/civicrm-setup": "~0.4.0",
67 "guzzlehttp/guzzle": "^6.3",
68 "psr/simple-cache": "~1.0.1",
69 "cweagans/composer-patches": "~1.0",
70 "pear/log": "1.13.1",
71 "katzien/php-mime-type": "2.1.0",
72 "civicrm/composer-downloads-plugin": "^2.0",
73 "league/csv": "^9.2",
74 "tplaner/when": "~3.0.0",
75 "xkerman/restricted-unserialize": "~1.1"
76 },
77 "scripts": {
78 "post-install-cmd": [
79 "bash tools/scripts/composer/dompdf-cleanup.sh",
80 "bash tools/scripts/composer/tcpdf-cleanup.sh",
81 "bash tools/scripts/composer/pear-exception-fix.sh",
82 "bash tools/scripts/composer/net-smtp-fix.sh",
83 "bash tools/scripts/composer/pear-mail-fix.sh",
84 "bash tools/scripts/composer/phpword-jquery.sh"
85 ],
86 "post-update-cmd": [
87 "bash tools/scripts/composer/dompdf-cleanup.sh",
88 "bash tools/scripts/composer/tcpdf-cleanup.sh",
89 "bash tools/scripts/composer/pear-exception-fix.sh",
90 "bash tools/scripts/composer/net-smtp-fix.sh",
91 "bash tools/scripts/composer/pear-mail-fix.sh",
92 "bash tools/scripts/composer/phpword-jquery.sh"
93 ]
94 },
95 "repositories": {
96 "tplaner-when-1ec099f421bff354cc5c929f83b94031423fc80": {
97 "type": "package",
98 "package": {
99 "version": "3.0.0+php53",
100 "dist": {"url": "https://github.com/tplaner/When/archive/c1ec099f421bff354cc5c929f83b94031423fc80.zip", "type": "zip"},
101 "name": "tplaner/when",
102 "type": "library",
103 "description": "Date/Calendar recursion library.",
104 "keywords": ["recurrence", "date", "time", "DateTime"],
105 "homepage": "https://github.com/tplaner/When",
106 "license": "MIT",
107 "authors": [{"name": "Tom Planer", "email": "tplaner@gmail.com"}],
108 "require": {"php": ">=5.3.0"},
109 "require-dev": {"phpunit/phpunit": "~4.0"},
110 "autoload": {"psr-4": {"When\\": "src/"}}
111 }
112 }
113 },
114 "extra": {
115 "downloads": {
116 "*": {
117 "path": "bower_components/{$id}"
118 },
119 "angular": {
120 "url": "https://github.com/angular/bower-angular/archive/v1.5.11.zip"
121 },
122 "angular-bootstrap": {
123 "url": "https://github.com/angular-ui/bootstrap-bower/archive/2.5.0.zip"
124 },
125 "angular-file-upload": {
126 "url": "https://github.com/nervgh/angular-file-upload/archive/v1.1.6.zip",
127 "ignore": ["examples"]
128 },
129 "angular-jquery-dialog-service": {
130 "url": "https://github.com/totten/angular-jquery-dialog-service/archive/v0.8.0-civicrm-1.0.zip"
131 },
132 "angular-mocks": {
133 "url": "https://github.com/angular/bower-angular-mocks/archive/v1.5.11.zip"
134 },
135 "angular-route": {
136 "url": "https://github.com/angular/bower-angular-route/archive/v1.5.11.zip"
137 },
138 "angular-sanitize": {
139 "url": "https://github.com/angular/bower-angular-sanitize/archive/v1.5.11.zip"
140 },
141 "angular-ui-sortable": {
142 "url": "https://github.com/angular-ui/ui-sortable/archive/v0.19.0.zip"
143 },
144 "angular-ui-utils": {
145 "url": "https://github.com/angular-ui/ui-utils/archive/v0.1.1.zip"
146 },
147 "angular-unsavedChanges": {
148 "url": "https://github.com/facultymatt/angular-unsavedChanges/archive/v0.1.1.zip",
149 "ignore": [".*", "node_modules", "bower_components", "test", "tests"]
150 },
151 "angular-xeditable": {
152 "url": "https://github.com/vitalets/angular-xeditable/archive/0.9.0.zip",
153 "ignore": [".*", "node_modules", "bower_components", "playground", "test", "libs", "docs", "zip", "src", "starter", "Gruntfile.js", "index.html", "jsdoc.conf.json", "package.json"]
154 },
155 "checklist-model": {
156 "url": "https://github.com/vitalets/checklist-model/archive/1.0.0.zip",
157 "ignore": [".*", "node_modules", "docs", "Gruntfile.js", "index.html", "package.json", "test"]
158 },
159 "ckeditor": {
160 "url": "https://github.com/ckeditor/ckeditor-releases/archive/4.13.0.zip"
161 },
162 "crossfilter-1.3.x": {
163 "url": "https://github.com/crossfilter/crossfilter/archive/1.3.14.zip",
164 "ignore": [".*", "node_modules", "bower_components", "src", "lib", "test", "component.json", "package.json", "index.js", "Makefile"]
165 },
166 "crossfilter2": {
167 "url": "https://github.com/crossfilter/crossfilter/archive/1.4.7.zip",
168 "ignore": [".*", "node_modules", "bower_components", "package.json", "index.js", "src", "component.json", "media", "test", "tests"]
169 },
170 "css-color-names": {
171 "url": "https://github.com/bahamas10/css-color-names/archive/v1.0.1.zip"
172 },
173 "d3": {
174 "url": "https://github.com/mbostock-bower/d3-bower/archive/v3.4.11.zip",
175 "ignore": [".DS_Store", ".git", ".gitignore", ".npmignore", ".travis.yml", "Makefile", "bin", "component.json", "index.js", "lib", "node_modules", "package.json", "src", "test"]
176 },
177 "d3-3.5.x": {
178 "url": "https://github.com/mbostock-bower/d3-bower/archive/v3.5.17.zip"
179 },
180 "datatables": {
181 "url": "https://github.com/DataTables/DataTables/archive/1.10.19.zip",
182 "ignore": ["/.*", "examples", "media/unit_testing", "composer.json", "dataTables.jquery.json", "package.json"]
183 },
184 "dc-2.1.x": {
185 "url": "https://github.com/NickQiZhu/dc.js/archive/2.1.10.zip",
186 "ignore": [".*", "style", "web", "*.json", "regression", "scripts", "spec", "src", "docs", "grunt", "Gruntfile.js", "Changelog.md", "welcome.md", "class-hierarchy.dot", "index.js", "CONTRIBUTING.md", "LICENSE_BANNER", "AUTHORS"]
187 },
188 "es6-promise": {
189 "url": "https://github.com/components/es6-promise/archive/v4.2.4.zip"
190 },
191 "font-awesome": {
192 "url": "https://github.com/FortAwesome/Font-Awesome/archive/v4.7.0.zip",
193 "ignore": ["*/.*", "*.json", "src", "*.yml", "Gemfile", "Gemfile.lock", "*.md"]
194 },
195 "marked": {
196 "url": "https://github.com/markedjs/marked/archive/v0.8.0.zip",
197 "ignore": [".*", "*.json", "*.md", "Makefile", "*/*"]
198 },
199 "google-code-prettify": {
200 "url": "https://github.com/tcollard/google-code-prettify/archive/v1.0.5.zip",
201 "ignore": ["closure-compiler", "js-modules", "tests", "yui-compressor", "Makefile"]
202 },
203 "jquery": {
204 "url": "https://github.com/civicrm/jquery/archive/1.12.4-civicrm-1.2.zip"
205 },
206 "jquery-ui": {
207 "url": "https://github.com/components/jqueryui/archive/1.12.1.zip"
208 },
209 "jquery-validation": {
210 "url": "https://github.com/jquery-validation/jquery-validation/archive/1.13.1.zip",
211 "ignore": [".*", "node_modules", "bower_components", "test", "demo", "lib"]
212 },
213 "jstree": {
214 "url": "https://github.com/vakata/jstree/archive/3.3.8.zip",
215 "ignore": [".*", "docs", "demo", "libs", "node_modules", "test", "libs", "jstree.jquery.json", "gruntfile.js", "package.json", "bower.json", "component.json", "LICENCE-MIT", "README.md"]
216 },
217 "lodash-compat": {
218 "url": "https://github.com/lodash/lodash-compat/archive/3.0.1.zip",
219 "ignore": [".*", "*.log", "*.md", "component.json", "package.json", "node_modules"]
220 },
221 "phantomjs-polyfill": {
222 "url": "https://github.com/conversocial/phantomjs-polyfill/archive/v0.0.2.zip"
223 },
224 "qunit": {
225 "url": "https://github.com/jquery/qunit/archive/v1.10.0.zip"
226 },
227 "select2": {
228 "url": "https://github.com/colemanw/select2/archive/v3.5-civicrm-1.0.zip"
229 },
230 "js-yaml": {
231 "url": "https://github.com/nodeca/js-yaml/archive/3.13.1.zip",
232 "ignore": ["benchmark", "bin", "demo", "examples", "lib", "support", "test"]
233 },
234 "smartmenus": {
235 "url": "https://github.com/vadikom/smartmenus/archive/1.1.0.zip",
236 "ignore": [".gitignore", "Gruntfile.js"]
237 }
238 },
239 "patches": {
240 "cache/integration-tests": {
241 "Allow adding tests": "https://github.com/php-cache/integration-tests/commit/05f97174c09364dc10c084a38ba0cfd5124f4cec.patch",
242 "Support PHPUnit 6+": "https://github.com/php-cache/integration-tests/commit/1ec7362962185df91d3d749bc3fa7e7b99cb9fc7.patch",
243 "Add tests for binary data round trip": "https://github.com/php-cache/integration-tests/commit/89cd7068e83aa776774bfc44f6bcba858c085616.patch"
244 },
245 "phpoffice/common": {
246 "Fix handling of libxml_disable_entity_loader": "https://raw.githubusercontent.com/civicrm/civicrm-core/9d93748a36c7c5d44422911db1c98fb2f7067b34/tools/scripts/composer/patches/phpoffice-common-xml-entity-fix.patch"
247 },
248 "phpoffice/phpword": {
249 "Fix handling of libxml_disable_entity_loader": "https://raw.githubusercontent.com/civicrm/civicrm-core/9d93748a36c7c5d44422911db1c98fb2f7067b34/tools/scripts/composer/patches/phpword-libxml-fix-global-handling.patch"
250 },
251 "zetacomponents/mail": {
252 "CiviCRM Custom Patches for ZetaCompoents mail": "https://raw.githubusercontent.com/civicrm/civicrm-core/9d93748a36c7c5d44422911db1c98fb2f7067b34/tools/scripts/composer/patches/civicrm-custom-patches-zetacompoents-mail.patch"
253 }
254 }
255 }
256 }