Fix condition logic for multiple selection controls in LBF.
[openemr.git] / composer.lock
blobad06982211387892e382ba56257a69503dac4bcd
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": "665759623dbd0b21d03501e3a76f2f4c",
8     "content-hash": "746a68893b7e1a82690b53c11ca1c9cb",
9     "packages": [
10         {
11             "name": "smarty/smarty",
12             "version": "v2.6.29",
13             "source": {
14                 "type": "git",
15                 "url": "https://github.com/smarty-php/smarty.git",
16                 "reference": "47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83"
17             },
18             "dist": {
19                 "type": "zip",
20                 "url": "https://api.github.com/repos/smarty-php/smarty/zipball/47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83",
21                 "reference": "47fa66cdcf0bde5c44923fb0e15dd0921f8d3a83",
22                 "shasum": ""
23             },
24             "require": {
25                 "php": ">=5.2"
26             },
27             "type": "library",
28             "extra": {
29                 "branch-alias": {
30                     "dev-master": "2.6.x-dev"
31                 }
32             },
33             "autoload": {
34                 "classmap": [
35                     "libs/Smarty.class.php",
36                     "libs/Smarty_Compiler.class.php",
37                     "libs/Config_File.class.php"
38                 ]
39             },
40             "notification-url": "https://packagist.org/downloads/",
41             "license": [
42                 "LGPL-3.0"
43             ],
44             "authors": [
45                 {
46                     "name": "Monte Ohrt",
47                     "email": "monte@ohrt.com"
48                 },
49                 {
50                     "name": "Uwe Tews",
51                     "email": "uwe.tews@googlemail.com"
52                 }
53             ],
54             "description": "Smarty - the compiling PHP template engine",
55             "homepage": "http://www.smarty.net",
56             "keywords": [
57                 "templating"
58             ],
59             "time": "2015-06-21 13:10:14"
60         }
61     ],
62     "packages-dev": [],
63     "aliases": [],
64     "minimum-stability": "stable",
65     "stability-flags": [],
66     "prefer-stable": false,
67     "prefer-lowest": false,
68     "platform": [],
69     "platform-dev": []