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