Remove Deprecated library code json_encode and json_decode wrapper as it is native...
[openemr.git] / composer.lock
blob04b5be0cb8b96ab00ce35b7665cf6d4df6a8aee0
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": "aea3606154c5e3eee5e2264b1079dca3",
8     "content-hash": "4bcb02bd8e9dd1f1d9efda9df9fc6780",
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": "smarty/smarty",
66             "version": "v2.6.29",
67             "source": {
68                 "type": "git",
69                 "url": "https://github.com/smarty-php/smarty.git",
70                 "reference": "47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83"
71             },
72             "dist": {
73                 "type": "zip",
74                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83",
75                 "reference": "47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83",
76                 "shasum": ""
77             },
78             "require": {
79                 "php": ">=5.2"
80             },
81             "type": "library",
82             "extra": {
83                 "branch-alias": {
84                     "dev-master": "2.6.x-dev"
85                 }
86             },
87             "autoload": {
88                 "classmap": [
89                     "libs/Smarty.class.php",
90                     "libs/Smarty_Compiler.class.php",
91                     "libs/Config_File.class.php"
92                 ]
93             },
94             "notification-url": "https://packagist.org/downloads/",
95             "license": [
96                 "LGPL-3.0"
97             ],
98             "authors": [
99                 {
100                     "name": "Monte Ohrt",
101                     "email": "monte@ohrt.com"
102                 },
103                 {
104                     "name": "Uwe Tews",
105                     "email": "uwe.tews@googlemail.com"
106                 }
107             ],
108             "description": "Smarty - the compiling PHP template engine",
109             "homepage": "http://www.smarty.net",
110             "keywords": [
111                 "templating"
112             ],
113             "time": "2015-06-21 13:10:14"
114         }
115     ],
116     "packages-dev": [
117         {
118             "name": "phing/phing",
119             "version": "2.14.0",
120             "source": {
121                 "type": "git",
122                 "url": "https://github.com/phingofficial/phing.git",
123                 "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61"
124             },
125             "dist": {
126                 "type": "zip",
127                 "url": "https://api.github.com/repos/phingofficial/phing/zipball/7dd73c83c377623def54b58121f46b4dcb35dd61",
128                 "reference": "7dd73c83c377623def54b58121f46b4dcb35dd61",
129                 "shasum": ""
130             },
131             "require": {
132                 "php": ">=5.2.0"
133             },
134             "require-dev": {
135                 "ext-pdo_sqlite": "*",
136                 "lastcraft/simpletest": "@dev",
137                 "mikey179/vfsstream": "^1.6",
138                 "pdepend/pdepend": "2.x",
139                 "pear/archive_tar": "1.4.x",
140                 "pear/http_request2": "dev-trunk",
141                 "pear/net_growl": "dev-trunk",
142                 "pear/pear-core-minimal": "1.10.1",
143                 "pear/versioncontrol_git": "@dev",
144                 "pear/versioncontrol_svn": "~0.5",
145                 "phpdocumentor/phpdocumentor": "2.x",
146                 "phploc/phploc": "~2.0.6",
147                 "phpmd/phpmd": "~2.2",
148                 "phpunit/phpunit": ">=3.7",
149                 "sebastian/git": "~1.0",
150                 "sebastian/phpcpd": "2.x",
151                 "squizlabs/php_codesniffer": "~2.2",
152                 "symfony/yaml": "~2.7"
153             },
154             "suggest": {
155                 "pdepend/pdepend": "PHP version of JDepend",
156                 "pear/archive_tar": "Tar file management class",
157                 "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
158                 "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
159                 "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
160                 "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
161                 "phpmd/phpmd": "PHP version of PMD tool",
162                 "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
163                 "phpunit/phpunit": "The PHP Unit Testing Framework",
164                 "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
165                 "tedivm/jshrink": "Javascript Minifier built in PHP"
166             },
167             "bin": [
168                 "bin/phing"
169             ],
170             "type": "library",
171             "extra": {
172                 "branch-alias": {
173                     "dev-master": "2.14.x-dev"
174                 }
175             },
176             "autoload": {
177                 "classmap": [
178                     "classes/phing/"
179                 ]
180             },
181             "notification-url": "https://packagist.org/downloads/",
182             "include-path": [
183                 "classes"
184             ],
185             "license": [
186                 "LGPL-3.0"
187             ],
188             "authors": [
189                 {
190                     "name": "Michiel Rook",
191                     "email": "mrook@php.net"
192                 },
193                 {
194                     "name": "Phing Community",
195                     "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
196                 }
197             ],
198             "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
199             "homepage": "https://www.phing.info/",
200             "keywords": [
201                 "build",
202                 "phing",
203                 "task",
204                 "tool"
205             ],
206             "time": "2016-03-10 21:39:23"
207         }
208     ],
209     "aliases": [],
210     "minimum-stability": "stable",
211     "stability-flags": [],
212     "prefer-stable": false,
213     "prefer-lowest": false,
214     "platform": [],
215     "platform-dev": []