user settings fix
[openemr.git] / vendor / composer / installed.json
blobb0b61ae51663db4df8fe6c99bf8c7807d9ac56e2
2     {
3         "name": "smarty/smarty",
4         "version": "v2.6.29",
5         "version_normalized": "2.6.29.0",
6         "source": {
7             "type": "git",
8             "url": "https://github.com/smarty-php/smarty.git",
9             "reference": "47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83"
10         },
11         "dist": {
12             "type": "zip",
13             "url": "https://api.github.com/repos/smarty-php/smarty/zipball/47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83",
14             "reference": "47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83",
15             "shasum": ""
16         },
17         "require": {
18             "php": ">=5.2"
19         },
20         "time": "2015-06-21 13:10:14",
21         "type": "library",
22         "extra": {
23             "branch-alias": {
24                 "dev-master": "2.6.x-dev"
25             }
26         },
27         "installation-source": "dist",
28         "autoload": {
29             "classmap": [
30                 "libs/Smarty.class.php",
31                 "libs/Smarty_Compiler.class.php",
32                 "libs/Config_File.class.php"
33             ]
34         },
35         "notification-url": "https://packagist.org/downloads/",
36         "license": [
37             "LGPL-3.0"
38         ],
39         "authors": [
40             {
41                 "name": "Monte Ohrt",
42                 "email": "monte@ohrt.com"
43             },
44             {
45                 "name": "Uwe Tews",
46                 "email": "uwe.tews@googlemail.com"
47             }
48         ],
49         "description": "Smarty - the compiling PHP template engine",
50         "homepage": "http://www.smarty.net",
51         "keywords": [
52             "templating"
53         ]
54     },
55     {
56         "name": "adodb/adodb-php",
57         "version": "v5.20.2",
58         "version_normalized": "5.20.2.0",
59         "source": {
60             "type": "git",
61             "url": "https://github.com/ADOdb/ADOdb.git",
62             "reference": "17979685639d642791c546202ebe3f03d6b0a7d7"
63         },
64         "dist": {
65             "type": "zip",
66             "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/17979685639d642791c546202ebe3f03d6b0a7d7",
67             "reference": "17979685639d642791c546202ebe3f03d6b0a7d7",
68             "shasum": ""
69         },
70         "require": {
71             "php": ">=5.3.2"
72         },
73         "time": "2015-12-27 15:22:27",
74         "type": "library",
75         "installation-source": "dist",
76         "autoload": {
77             "files": [
78                 "adodb.inc.php"
79             ]
80         },
81         "notification-url": "https://packagist.org/downloads/",
82         "license": [
83             "BSD-3-Clause",
84             "LGPL-2.1"
85         ],
86         "authors": [
87             {
88                 "name": "John Lim",
89                 "email": "jlim@natsoft.com",
90                 "role": "Author"
91             },
92             {
93                 "name": "Damien Regad",
94                 "role": "Current maintainer"
95             },
96             {
97                 "name": "Mark Newnham",
98                 "role": "Developer"
99             }
100         ],
101         "description": "ADOdb is a PHP database abstraction layer library",
102         "homepage": "http://adodb.sourceforge.net/",
103         "keywords": [
104             "abstraction",
105             "database",
106             "layer",
107             "library",
108             "php"
109         ]
110     },
111     {
112         "name": "phpmailer/phpmailer",
113         "version": "v5.2.16",
114         "version_normalized": "5.2.16.0",
115         "source": {
116             "type": "git",
117             "url": "https://github.com/PHPMailer/PHPMailer.git",
118             "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a"
119         },
120         "dist": {
121             "type": "zip",
122             "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a",
123             "reference": "1d85f9ef3ecfc42bbc4f3c70d5e37ca9a65f629a",
124             "shasum": ""
125         },
126         "require": {
127             "php": ">=5.0.0"
128         },
129         "require-dev": {
130             "phpdocumentor/phpdocumentor": "*",
131             "phpunit/phpunit": "4.7.*"
132         },
133         "suggest": {
134             "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
135         },
136         "time": "2016-06-06 09:09:37",
137         "type": "library",
138         "installation-source": "dist",
139         "autoload": {
140             "classmap": [
141                 "class.phpmailer.php",
142                 "class.phpmaileroauth.php",
143                 "class.phpmaileroauthgoogle.php",
144                 "class.smtp.php",
145                 "class.pop3.php",
146                 "extras/EasyPeasyICS.php",
147                 "extras/ntlm_sasl_client.php"
148             ]
149         },
150         "notification-url": "https://packagist.org/downloads/",
151         "license": [
152             "LGPL-2.1"
153         ],
154         "authors": [
155             {
156                 "name": "Jim Jagielski",
157                 "email": "jimjag@gmail.com"
158             },
159             {
160                 "name": "Marcus Bointon",
161                 "email": "phpmailer@synchromedia.co.uk"
162             },
163             {
164                 "name": "Andy Prevost",
165                 "email": "codeworxtech@users.sourceforge.net"
166             },
167             {
168                 "name": "Brent R. Matzelle"
169             }
170         ],
171         "description": "PHPMailer is a full-featured email creation and transfer class for PHP"
172     },
173     {
174         "name": "rospdf/pdf-php",
175         "version": "0.12.22",
176         "version_normalized": "0.12.22.0",
177         "source": {
178             "type": "git",
179             "url": "https://github.com/rospdf/pdf-php.git",
180             "reference": "140b9987fd8dcf3087b98827e615f07b6257b6ea"
181         },
182         "dist": {
183             "type": "zip",
184             "url": "https://api.github.com/repos/rospdf/pdf-php/zipball/140b9987fd8dcf3087b98827e615f07b6257b6ea",
185             "reference": "140b9987fd8dcf3087b98827e615f07b6257b6ea",
186             "shasum": ""
187         },
188         "require": {
189             "php": ">=5.3.2"
190         },
191         "require-dev": {
192             "squizlabs/php_codesniffer": "2.*"
193         },
194         "time": "2016-06-01 21:36:09",
195         "type": "library",
196         "extra": {
197             "branch-alias": {
198                 "dev-experimental": "0.13.x-dev",
199                 "dev-master": "0.12.x-dev"
200             }
201         },
202         "installation-source": "dist",
203         "autoload": {
204             "files": [
205                 "src/Cpdf.php",
206                 "src/Cezpdf.php"
207             ]
208         },
209         "notification-url": "https://packagist.org/downloads/",
210         "license": [
211             "GPL-3.0"
212         ],
213         "authors": [
214             {
215                 "name": "Ole Koeckemann",
216                 "email": "ole1986@users.sourceforge.net",
217                 "role": "Developer"
218             },
219             {
220                 "name": "Lars Olesen",
221                 "email": "lars@intraface.dk",
222                 "role": "Developer"
223             },
224             {
225                 "name": "Wayne Munro",
226                 "email": "pdf@ros.co.nz",
227                 "role": "Inactive"
228             }
229         ],
230         "description": "The R&OS Pdf class supports the creation of PDF documents without any adiditional modules or extensions.",
231         "homepage": "https://github.com/rospdf/pdf-php"
232     },
233     {
234         "name": "phpseclib/phpseclib",
235         "version": "2.0.2",
236         "version_normalized": "2.0.2.0",
237         "source": {
238             "type": "git",
239             "url": "https://github.com/phpseclib/phpseclib.git",
240             "reference": "3d265f7c079f5b37d33475f996d7a383c5fc8aeb"
241         },
242         "dist": {
243             "type": "zip",
244             "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/3d265f7c079f5b37d33475f996d7a383c5fc8aeb",
245             "reference": "3d265f7c079f5b37d33475f996d7a383c5fc8aeb",
246             "shasum": ""
247         },
248         "require": {
249             "php": ">=5.3.3"
250         },
251         "require-dev": {
252             "phing/phing": "~2.7",
253             "phpunit/phpunit": "~4.0",
254             "sami/sami": "~2.0",
255             "squizlabs/php_codesniffer": "~2.0"
256         },
257         "suggest": {
258             "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
259             "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
260             "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
261             "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
262         },
263         "time": "2016-05-13 01:15:21",
264         "type": "library",
265         "installation-source": "dist",
266         "autoload": {
267             "files": [
268                 "phpseclib/bootstrap.php"
269             ],
270             "psr-4": {
271                 "phpseclib\\": "phpseclib/"
272             }
273         },
274         "notification-url": "https://packagist.org/downloads/",
275         "license": [
276             "MIT"
277         ],
278         "authors": [
279             {
280                 "name": "Jim Wigginton",
281                 "email": "terrafrost@php.net",
282                 "role": "Lead Developer"
283             },
284             {
285                 "name": "Patrick Monnerat",
286                 "email": "pm@datasphere.ch",
287                 "role": "Developer"
288             },
289             {
290                 "name": "Andreas Fischer",
291                 "email": "bantu@phpbb.com",
292                 "role": "Developer"
293             },
294             {
295                 "name": "Hans-Jürgen Petrich",
296                 "email": "petrich@tronic-media.com",
297                 "role": "Developer"
298             },
299             {
300                 "name": "Graham Campbell",
301                 "email": "graham@alt-three.com",
302                 "role": "Developer"
303             }
304         ],
305         "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
306         "homepage": "http://phpseclib.sourceforge.net",
307         "keywords": [
308             "BigInteger",
309             "aes",
310             "asn.1",
311             "asn1",
312             "blowfish",
313             "crypto",
314             "cryptography",
315             "encryption",
316             "rsa",
317             "security",
318             "sftp",
319             "signature",
320             "signing",
321             "ssh",
322             "twofish",
323             "x.509",
324             "x509"
325         ]
326     },
327     {
328         "name": "phing/phing",
329         "version": "2.14.0",
330         "version_normalized": "2.14.0.0",
331         "source": {
332             "type": "git",
333             "url": "https://github.com/phingofficial/phing.git",
334             "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61"
335         },
336         "dist": {
337             "type": "zip",
338             "url": "https://api.github.com/repos/phingofficial/phing/zipball/7dd73c83c377623def54b58121f46b4dcb35dd61",
339             "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61",
340             "shasum": ""
341         },
342         "require": {
343             "php": ">=5.2.0"
344         },
345         "require-dev": {
346             "ext-pdo_sqlite": "*",
347             "lastcraft/simpletest": "@dev",
348             "mikey179/vfsstream": "^1.6",
349             "pdepend/pdepend": "2.x",
350             "pear/archive_tar": "1.4.x",
351             "pear/http_request2": "dev-trunk",
352             "pear/net_growl": "dev-trunk",
353             "pear/pear-core-minimal": "1.10.1",
354             "pear/versioncontrol_git": "@dev",
355             "pear/versioncontrol_svn": "~0.5",
356             "phpdocumentor/phpdocumentor": "2.x",
357             "phploc/phploc": "~2.0.6",
358             "phpmd/phpmd": "~2.2",
359             "phpunit/phpunit": ">=3.7",
360             "sebastian/git": "~1.0",
361             "sebastian/phpcpd": "2.x",
362             "squizlabs/php_codesniffer": "~2.2",
363             "symfony/yaml": "~2.7"
364         },
365         "suggest": {
366             "pdepend/pdepend": "PHP version of JDepend",
367             "pear/archive_tar": "Tar file management class",
368             "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
369             "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
370             "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
371             "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
372             "phpmd/phpmd": "PHP version of PMD tool",
373             "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
374             "phpunit/phpunit": "The PHP Unit Testing Framework",
375             "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
376             "tedivm/jshrink": "Javascript Minifier built in PHP"
377         },
378         "time": "2016-03-10 21:39:23",
379         "bin": [
380             "bin/phing"
381         ],
382         "type": "library",
383         "extra": {
384             "branch-alias": {
385                 "dev-master": "2.14.x-dev"
386             }
387         },
388         "installation-source": "dist",
389         "autoload": {
390             "classmap": [
391                 "classes/phing/"
392             ]
393         },
394         "notification-url": "https://packagist.org/downloads/",
395         "include-path": [
396             "classes"
397         ],
398         "license": [
399             "LGPL-3.0"
400         ],
401         "authors": [
402             {
403                 "name": "Michiel Rook",
404                 "email": "mrook@php.net"
405             },
406             {
407                 "name": "Phing Community",
408                 "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
409             }
410         ],
411         "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
412         "homepage": "https://www.phing.info/",
413         "keywords": [
414             "build",
415             "phing",
416             "task",
417             "tool"
418         ]
419     }