]> git.mxchange.org Git - friendica.git/blob - vendor/composer/installed.json
more spaces/curly braces added
[friendica.git] / vendor / composer / installed.json
1 [
2     {
3         "name": "ezyang/htmlpurifier",
4         "version": "v4.7.0",
5         "version_normalized": "4.7.0.0",
6         "source": {
7             "type": "git",
8             "url": "https://github.com/ezyang/htmlpurifier.git",
9             "reference": "ae1828d955112356f7677c465f94f7deb7d27a40"
10         },
11         "dist": {
12             "type": "zip",
13             "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/ae1828d955112356f7677c465f94f7deb7d27a40",
14             "reference": "ae1828d955112356f7677c465f94f7deb7d27a40",
15             "shasum": ""
16         },
17         "require": {
18             "php": ">=5.2"
19         },
20         "time": "2015-08-05T01:03:42+00:00",
21         "type": "library",
22         "installation-source": "dist",
23         "autoload": {
24             "psr-0": {
25                 "HTMLPurifier": "library/"
26             },
27             "files": [
28                 "library/HTMLPurifier.composer.php"
29             ]
30         },
31         "notification-url": "https://packagist.org/downloads/",
32         "license": [
33             "LGPL"
34         ],
35         "authors": [
36             {
37                 "name": "Edward Z. Yang",
38                 "email": "admin@htmlpurifier.org",
39                 "homepage": "http://ezyang.com"
40             }
41         ],
42         "description": "Standards compliant HTML filter written in PHP",
43         "homepage": "http://htmlpurifier.org/",
44         "keywords": [
45             "html"
46         ]
47     },
48     {
49         "name": "mobiledetect/mobiledetectlib",
50         "version": "2.8.25",
51         "version_normalized": "2.8.25.0",
52         "source": {
53             "type": "git",
54             "url": "https://github.com/serbanghita/Mobile-Detect.git",
55             "reference": "f0896b5c7274d1450023b0b376240be902c3251c"
56         },
57         "dist": {
58             "type": "zip",
59             "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/f0896b5c7274d1450023b0b376240be902c3251c",
60             "reference": "f0896b5c7274d1450023b0b376240be902c3251c",
61             "shasum": ""
62         },
63         "require": {
64             "php": ">=5.0.0"
65         },
66         "require-dev": {
67             "phpunit/phpunit": "*"
68         },
69         "time": "2017-03-29T13:59:30+00:00",
70         "type": "library",
71         "installation-source": "dist",
72         "autoload": {
73             "classmap": [
74                 "Mobile_Detect.php"
75             ],
76             "psr-0": {
77                 "Detection": "namespaced/"
78             }
79         },
80         "notification-url": "https://packagist.org/downloads/",
81         "license": [
82             "MIT"
83         ],
84         "authors": [
85             {
86                 "name": "Serban Ghita",
87                 "email": "serbanghita@gmail.com",
88                 "homepage": "http://mobiledetect.net",
89                 "role": "Developer"
90             }
91         ],
92         "description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
93         "homepage": "https://github.com/serbanghita/Mobile-Detect",
94         "keywords": [
95             "detect mobile devices",
96             "mobile",
97             "mobile detect",
98             "mobile detector",
99             "php mobile detect"
100         ]
101     }
102 ]