Add in xkerman/restricted-unserialize package
[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 "require": {
37 "php": "~7.0",
38 "dompdf/dompdf" : "0.8.*",
39 "electrolinux/phpquery": "^0.9.6",
40 "symfony/config": "^2.8.44 || ~3.0",
41 "symfony/polyfill-iconv": "~1.0",
42 "symfony/dependency-injection": "^2.8.44 || ~3.0",
43 "symfony/event-dispatcher": "^2.8.44 || ~3.0",
44 "symfony/filesystem": "^2.8.44 || ~3.0",
45 "symfony/process": "^2.8.44 || ~3.0",
46 "psr/log": "~1.1",
47 "symfony/finder": "^2.8.44 || ~3.0",
48 "tecnickcom/tcpdf" : "6.2.*",
49 "totten/ca-config": "~17.05",
50 "zetacomponents/base": "1.9.*",
51 "zetacomponents/mail": "dev-master",
52 "marcj/topsort": "~1.1",
53 "phpoffice/phpword": "^0.15.0",
54 "pear/validate_finance_creditcard": "dev-master",
55 "civicrm/civicrm-cxn-rpc": "~0.19.01.08",
56 "pear/auth_sasl": "1.1.0",
57 "pear/net_smtp": "1.6.*",
58 "pear/net_socket": "1.0.*",
59 "pear/mail": "^1.4",
60 "civicrm/civicrm-setup": "~0.2.0",
61 "guzzlehttp/guzzle": "^6.3",
62 "psr/simple-cache": "~1.0.1",
63 "cweagans/composer-patches": "~1.0",
64 "pear/log": "1.13.1",
65 "katzien/php-mime-type": "2.1.0",
66 "civicrm/composer-downloads-plugin": "^2.0",
67 "league/csv": "^9.2",
68 "tplaner/when": "dev-master#c1ec099f421bff354cc5c929f83b94031423fc80",
69 "xkerman/restricted-unserialize": "~1.1"
70 },
71 "require-dev": {
72 "cache/integration-tests": "dev-master"
73 },
74 "scripts": {
75 "post-install-cmd": [
76 "bash tools/scripts/composer/dompdf-cleanup.sh",
77 "bash tools/scripts/composer/tcpdf-cleanup.sh",
78 "bash tools/scripts/composer/pear-exception-fix.sh",
79 "bash tools/scripts/composer/net-smtp-fix.sh",
80 "bash tools/scripts/composer/pear-mail-fix.sh",
81 "bash tools/scripts/composer/phpword-jquery.sh"
82 ],
83 "post-update-cmd": [
84 "bash tools/scripts/composer/dompdf-cleanup.sh",
85 "bash tools/scripts/composer/tcpdf-cleanup.sh",
86 "bash tools/scripts/composer/pear-exception-fix.sh",
87 "bash tools/scripts/composer/net-smtp-fix.sh",
88 "bash tools/scripts/composer/pear-mail-fix.sh",
89 "bash tools/scripts/composer/phpword-jquery.sh"
90 ]
91 },
92 "extra": {
93 "downloads": {
94 "*": {
95 "path": "bower_components/{$id}"
96 },
97 "angular": {
98 "url": "https://github.com/angular/bower-angular/archive/v1.5.11.zip"
99 },
100 "angular-bootstrap": {
101 "url": "https://github.com/angular-ui/bootstrap-bower/archive/2.5.0.zip"
102 },
103 "angular-file-upload": {
104 "url": "https://github.com/nervgh/angular-file-upload/archive/v1.1.6.zip",
105 "ignore": ["examples"]
106 },
107 "angular-jquery-dialog-service": {
108 "url": "https://github.com/totten/angular-jquery-dialog-service/archive/v0.8.0-civicrm-1.0.zip"
109 },
110 "angular-mocks": {
111 "url": "https://github.com/angular/bower-angular-mocks/archive/v1.5.11.zip"
112 },
113 "angular-route": {
114 "url": "https://github.com/angular/bower-angular-route/archive/v1.5.11.zip"
115 },
116 "angular-sanitize": {
117 "url": "https://github.com/angular/bower-angular-sanitize/archive/v1.5.11.zip"
118 },
119 "angular-ui-sortable": {
120 "url": "https://github.com/angular-ui/ui-sortable/archive/v0.12.11.zip"
121 },
122 "angular-ui-utils": {
123 "url": "https://github.com/angular-ui/ui-utils/archive/v0.1.1.zip"
124 },
125 "angular-unsavedChanges": {
126 "url": "https://github.com/facultymatt/angular-unsavedChanges/archive/v0.1.1.zip",
127 "ignore": [".*", "node_modules", "bower_components", "test", "tests"]
128 },
129 "angular-xeditable": {
130 "url": "https://github.com/vitalets/angular-xeditable/archive/0.9.0.zip",
131 "ignore": [".*", "node_modules", "bower_components", "playground", "test", "libs", "docs", "zip", "src", "starter", "Gruntfile.js", "index.html", "jsdoc.conf.json", "package.json"]
132 },
133 "checklist-model": {
134 "url": "https://github.com/vitalets/checklist-model/archive/1.0.0.zip",
135 "ignore": [".*", "node_modules", "docs", "Gruntfile.js", "index.html", "package.json", "test"]
136 },
137 "ckeditor": {
138 "url": "https://github.com/ckeditor/ckeditor-releases/archive/4.9.2.zip"
139 },
140 "crossfilter-1.3.x": {
141 "url": "https://github.com/crossfilter/crossfilter/archive/1.3.14.zip",
142 "ignore": [".*", "node_modules", "bower_components", "src", "lib", "test", "component.json", "package.json", "index.js", "Makefile"]
143 },
144 "crossfilter2": {
145 "url": "https://github.com/crossfilter/crossfilter/archive/1.4.7.zip",
146 "ignore": [".*", "node_modules", "bower_components", "package.json", "index.js", "src", "component.json", "media", "test", "tests"]
147 },
148 "css-color-names": {
149 "url": "https://github.com/bahamas10/css-color-names/archive/v1.0.1.zip"
150 },
151 "d3": {
152 "url": "https://github.com/mbostock-bower/d3-bower/archive/v3.4.11.zip",
153 "ignore": [".DS_Store", ".git", ".gitignore", ".npmignore", ".travis.yml", "Makefile", "bin", "component.json", "index.js", "lib", "node_modules", "package.json", "src", "test"]
154 },
155 "d3-3.5.x": {
156 "url": "https://github.com/mbostock-bower/d3-bower/archive/v3.5.17.zip"
157 },
158 "datatables": {
159 "url": "https://github.com/DataTables/DataTables/archive/1.10.19.zip",
160 "ignore": ["/.*", "examples", "media/unit_testing", "composer.json", "dataTables.jquery.json", "package.json"]
161 },
162 "dc-2.1.x": {
163 "url": "https://github.com/NickQiZhu/dc.js/archive/2.1.10.zip",
164 "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"]
165 },
166 "es6-promise": {
167 "url": "https://github.com/components/es6-promise/archive/v4.2.4.zip"
168 },
169 "font-awesome": {
170 "url": "https://github.com/FortAwesome/Font-Awesome/archive/v4.7.0.zip",
171 "ignore": ["*/.*", "*.json", "src", "*.yml", "Gemfile", "Gemfile.lock", "*.md"]
172 },
173 "google-code-prettify": {
174 "url": "https://github.com/tcollard/google-code-prettify/archive/v1.0.5.zip",
175 "ignore": ["closure-compiler", "js-modules", "tests", "yui-compressor", "Makefile"]
176 },
177 "jquery": {
178 "url": "https://github.com/civicrm/jquery/archive/1.12.4-civicrm-1.2.zip"
179 },
180 "jquery-ui": {
181 "url": "https://github.com/components/jqueryui/archive/1.12.1.zip"
182 },
183 "jquery-validation": {
184 "url": "https://github.com/jquery-validation/jquery-validation/archive/1.13.1.zip",
185 "ignore": [".*", "node_modules", "bower_components", "test", "demo", "lib"]
186 },
187 "jstree": {
188 "url": "https://github.com/vakata/jstree/archive/3.3.8.zip",
189 "ignore": [".*", "docs", "demo", "libs", "node_modules", "test", "libs", "jstree.jquery.json", "gruntfile.js", "package.json", "bower.json", "component.json", "LICENCE-MIT", "README.md"]
190 },
191 "lodash-compat": {
192 "url": "https://github.com/lodash/lodash-compat/archive/3.0.1.zip",
193 "ignore": [".*", "*.log", "*.md", "component.json", "package.json", "node_modules"]
194 },
195 "phantomjs-polyfill": {
196 "url": "https://github.com/conversocial/phantomjs-polyfill/archive/v0.0.2.zip"
197 },
198 "qunit": {
199 "url": "https://github.com/jquery/qunit/archive/v1.10.0.zip"
200 },
201 "select2": {
202 "url": "https://github.com/colemanw/select2/archive/v3.5-civicrm-1.0.zip"
203 },
204 "js-yaml": {
205 "url": "https://github.com/nodeca/js-yaml/archive/3.13.1.zip",
206 "ignore": ["benchmark", "bin", "demo", "examples", "lib", "support", "test"]
207 },
208 "smartmenus": {
209 "url": "https://github.com/vadikom/smartmenus/archive/1.1.0.zip",
210 "ignore": [".gitignore", "Gruntfile.js"]
211 }
212 },
213 "patches": {
214 "phpoffice/common": {
215 "Fix handling of libxml_disable_entity_loader": "tools/scripts/composer/patches/phpoffice-common-xml-entity-fix.patch"
216 },
217 "phpoffice/phpword": {
218 "Fix handling of libxml_disable_entity_loader": "tools/scripts/composer/patches/phpword-libxml-fix-global-handling.patch"
219 },
220 "zetacomponents/mail": {
221 "CiviCRM Custom Patches for ZetaCompoents mail": "tools/scripts/composer/patches/civicrm-custom-patches-zetacompoents-mail.patch"
222 }
223 }
224 }
225 }