xref: /dokuwiki/vendor/composer/installed.json (revision eafdbaea0d23539a8b04b346fd46303d345e4a9f)
1[
2    {
3        "name": "splitbrain/php-archive",
4        "version": "1.0.7",
5        "version_normalized": "1.0.7.0",
6        "source": {
7            "type": "git",
8            "url": "https://github.com/splitbrain/php-archive.git",
9            "reference": "c075304b44c4aadff0718af445e86bf730f331ff"
10        },
11        "dist": {
12            "type": "zip",
13            "url": "https://api.github.com/repos/splitbrain/php-archive/zipball/c075304b44c4aadff0718af445e86bf730f331ff",
14            "reference": "c075304b44c4aadff0718af445e86bf730f331ff",
15            "shasum": ""
16        },
17        "require": {
18            "php": ">=5.3.0"
19        },
20        "require-dev": {
21            "phpunit/phpunit": "4.5.*"
22        },
23        "time": "2015-08-12 13:24:34",
24        "type": "library",
25        "installation-source": "dist",
26        "autoload": {
27            "psr-4": {
28                "splitbrain\\PHPArchive\\": "src"
29            }
30        },
31        "notification-url": "https://packagist.org/downloads/",
32        "license": [
33            "MIT"
34        ],
35        "authors": [
36            {
37                "name": "Andreas Gohr",
38                "email": "andi@splitbrain.org"
39            }
40        ],
41        "description": "Pure-PHP implementation to read and write TAR and ZIP archives",
42        "keywords": [
43            "archive",
44            "extract",
45            "tar",
46            "unpack",
47            "unzip",
48            "zip"
49        ]
50    },
51    {
52        "name": "paragonie/random_compat",
53        "version": "v2.0.4",
54        "version_normalized": "2.0.4.0",
55        "source": {
56            "type": "git",
57            "url": "https://github.com/paragonie/random_compat.git",
58            "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e"
59        },
60        "dist": {
61            "type": "zip",
62            "url": "https://api.github.com/repos/paragonie/random_compat/zipball/a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
63            "reference": "a9b97968bcde1c4de2a5ec6cbd06a0f6c919b46e",
64            "shasum": ""
65        },
66        "require": {
67            "php": ">=5.2.0"
68        },
69        "require-dev": {
70            "phpunit/phpunit": "4.*|5.*"
71        },
72        "suggest": {
73            "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
74        },
75        "time": "2016-11-07 23:38:38",
76        "type": "library",
77        "installation-source": "dist",
78        "autoload": {
79            "files": [
80                "lib/random.php"
81            ]
82        },
83        "notification-url": "https://packagist.org/downloads/",
84        "license": [
85            "MIT"
86        ],
87        "authors": [
88            {
89                "name": "Paragon Initiative Enterprises",
90                "email": "security@paragonie.com",
91                "homepage": "https://paragonie.com"
92            }
93        ],
94        "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
95        "keywords": [
96            "csprng",
97            "pseudorandom",
98            "random"
99        ]
100    },
101    {
102        "name": "easybook/geshi",
103        "version": "v1.0.8.18",
104        "version_normalized": "1.0.8.18",
105        "source": {
106            "type": "git",
107            "url": "https://github.com/easybook/geshi.git",
108            "reference": "4b06bfe8c6fbedd6aad0a0700d650f591386e287"
109        },
110        "dist": {
111            "type": "zip",
112            "url": "https://api.github.com/repos/easybook/geshi/zipball/4b06bfe8c6fbedd6aad0a0700d650f591386e287",
113            "reference": "4b06bfe8c6fbedd6aad0a0700d650f591386e287",
114            "shasum": ""
115        },
116        "require": {
117            "php": ">4.3.0"
118        },
119        "time": "2016-10-05 07:15:42",
120        "type": "library",
121        "installation-source": "dist",
122        "autoload": {
123            "classmap": [
124                "./"
125            ]
126        },
127        "notification-url": "https://packagist.org/downloads/",
128        "license": [
129            "GPL-2.0"
130        ],
131        "authors": [
132            {
133                "name": "Nigel McNie",
134                "email": "nigel@geshi.org"
135            },
136            {
137                "name": "Benny Baumann",
138                "email": "BenBE@geshi.org"
139            }
140        ],
141        "description": "GeSHi - Generic Syntax Highlighter. This is an unmodified port of GeSHi project code found on SourceForge.",
142        "homepage": "http://qbnz.com/highlighter",
143        "keywords": [
144            "highlight",
145            "highlighter",
146            "syntax"
147        ]
148    }
149]
150