PluginProbe ʕ •ᴥ•ʔ
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode / 3.4.2
Cookiebot by Usercentrics – Automatic Cookie Banner for GDPR/CCPA & Google Consent Mode v3.4.2
4.7.2 4.7.1 trunk 2.3.0 2.4.0 2.4.1 2.4.2 2.5.0 3.0.0 3.0.1 3.1.0 3.10.0 3.10.1 3.11.1 3.11.2 3.11.3 3.2.0 3.3.0 3.3.1 3.4.0 3.4.1 3.4.2 3.5.0 3.6.0 3.6.1 3.6.2 3.6.5 3.6.6 3.7.0 3.7.1 3.8.0 3.9.0 4.0.0 4.0.1 4.0.2 4.0.3 4.1.0 4.1.1 4.2.0 4.2.1 4.2.10 4.2.11 4.2.12 4.2.13 4.2.14 4.2.2 4.2.3 4.2.4 4.2.5 4.2.6 4.2.7 4.2.8 4.2.9 4.3.0 4.3.1 4.3.10 4.3.11 4.3.12 4.3.2 4.3.3 4.3.4 4.3.5 4.3.6 4.3.7 4.3.7.1 4.3.8 4.3.9 4.3.9.1 4.4.0 4.4.1 4.4.2 4.5.0 4.5.1 4.5.10 4.5.11 4.5.2 4.5.3 4.5.4 4.5.5 4.5.6 4.5.7 4.5.8 4.5.9 4.6.0 4.6.1 4.6.2 4.6.3 4.6.4 4.6.5 4.6.6 4.6.7 4.7.0
cookiebot / addons / lib / ioc / composer / installed.json
cookiebot / addons / lib / ioc / composer Last commit date
ClassLoader.php 6 years ago LICENSE 7 years ago autoload_classmap.php 7 years ago autoload_files.php 7 years ago autoload_namespaces.php 7 years ago autoload_psr4.php 7 years ago autoload_real.php 6 years ago autoload_static.php 6 years ago installed.json 6 years ago
installed.json
227 lines
1 [
2 {
3 "name": "container-interop/container-interop",
4 "version": "1.2.0",
5 "version_normalized": "1.2.0.0",
6 "source": {
7 "type": "git",
8 "url": "https://github.com/container-interop/container-interop.git",
9 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
10 },
11 "dist": {
12 "type": "zip",
13 "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
14 "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
15 "shasum": ""
16 },
17 "require": {
18 "psr/container": "^1.0"
19 },
20 "time": "2017-02-14T19:40:03+00:00",
21 "type": "library",
22 "installation-source": "dist",
23 "autoload": {
24 "psr-4": {
25 "Interop\\Container\\": "src/Interop/Container/"
26 }
27 },
28 "notification-url": "https://packagist.org/downloads/",
29 "license": [
30 "MIT"
31 ],
32 "description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
33 "homepage": "https://github.com/container-interop/container-interop"
34 },
35 {
36 "name": "php-di/invoker",
37 "version": "1.3.3",
38 "version_normalized": "1.3.3.0",
39 "source": {
40 "type": "git",
41 "url": "https://github.com/PHP-DI/Invoker.git",
42 "reference": "1f4ca63b9abc66109e53b255e465d0ddb5c2e3f7"
43 },
44 "dist": {
45 "type": "zip",
46 "url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/1f4ca63b9abc66109e53b255e465d0ddb5c2e3f7",
47 "reference": "1f4ca63b9abc66109e53b255e465d0ddb5c2e3f7",
48 "shasum": ""
49 },
50 "require": {
51 "container-interop/container-interop": "~1.1"
52 },
53 "require-dev": {
54 "athletic/athletic": "~0.1.8",
55 "phpunit/phpunit": "~4.5"
56 },
57 "time": "2016-07-14T13:09:58+00:00",
58 "type": "library",
59 "installation-source": "dist",
60 "autoload": {
61 "psr-4": {
62 "Invoker\\": "src/"
63 }
64 },
65 "notification-url": "https://packagist.org/downloads/",
66 "license": [
67 "MIT"
68 ],
69 "description": "Generic and extensible callable invoker",
70 "homepage": "https://github.com/PHP-DI/Invoker",
71 "keywords": [
72 "callable",
73 "dependency",
74 "dependency-injection",
75 "injection",
76 "invoke",
77 "invoker"
78 ]
79 },
80 {
81 "name": "php-di/php-di",
82 "version": "5.0.0",
83 "version_normalized": "5.0.0.0",
84 "source": {
85 "type": "git",
86 "url": "https://github.com/PHP-DI/PHP-DI.git",
87 "reference": "c3bbc0d334b888ec8baa75f95b4900ee17b18fa7"
88 },
89 "dist": {
90 "type": "zip",
91 "url": "https://api.github.com/repos/PHP-DI/PHP-DI/zipball/c3bbc0d334b888ec8baa75f95b4900ee17b18fa7",
92 "reference": "c3bbc0d334b888ec8baa75f95b4900ee17b18fa7",
93 "shasum": ""
94 },
95 "require": {
96 "container-interop/container-interop": "~1.0",
97 "php": ">=5.4.0",
98 "php-di/invoker": "~1.0",
99 "php-di/phpdoc-reader": "~2.0"
100 },
101 "require-dev": {
102 "doctrine/annotations": "~1.2",
103 "doctrine/cache": "~1.0",
104 "mnapoli/phpunit-easymock": "~0.1.4",
105 "ocramius/proxy-manager": "~1.0",
106 "phpunit/phpunit": "~4.5"
107 },
108 "suggest": {
109 "doctrine/annotations": "Install it if you want to use annotations (version ~1.2)",
110 "doctrine/cache": "Install it if you want to use the cache (version ~1.0)",
111 "ocramius/proxy-manager": "Install it if you want to use lazy injection (version ~1.0)"
112 },
113 "time": "2015-06-10T06:16:52+00:00",
114 "type": "library",
115 "installation-source": "dist",
116 "autoload": {
117 "psr-4": {
118 "DI\\": "src/DI/"
119 },
120 "files": [
121 "src/DI/functions.php"
122 ]
123 },
124 "notification-url": "https://packagist.org/downloads/",
125 "license": [
126 "MIT"
127 ],
128 "description": "The dependency injection container for humans",
129 "homepage": "http://php-di.org/",
130 "keywords": [
131 "container",
132 "dependency injection",
133 "di"
134 ]
135 },
136 {
137 "name": "php-di/phpdoc-reader",
138 "version": "2.1.1",
139 "version_normalized": "2.1.1.0",
140 "source": {
141 "type": "git",
142 "url": "https://github.com/PHP-DI/PhpDocReader.git",
143 "reference": "15678f7451c020226807f520efb867ad26fbbfcf"
144 },
145 "dist": {
146 "type": "zip",
147 "url": "https://api.github.com/repos/PHP-DI/PhpDocReader/zipball/15678f7451c020226807f520efb867ad26fbbfcf",
148 "reference": "15678f7451c020226807f520efb867ad26fbbfcf",
149 "shasum": ""
150 },
151 "require": {
152 "php": ">=5.4.0"
153 },
154 "require-dev": {
155 "phpunit/phpunit": "~4.6"
156 },
157 "time": "2019-09-26T11:24:58+00:00",
158 "type": "library",
159 "installation-source": "dist",
160 "autoload": {
161 "psr-4": {
162 "PhpDocReader\\": "src/PhpDocReader"
163 }
164 },
165 "notification-url": "https://packagist.org/downloads/",
166 "license": [
167 "MIT"
168 ],
169 "description": "PhpDocReader parses @var and @param values in PHP docblocks (supports namespaced class names with the same resolution rules as PHP)",
170 "keywords": [
171 "phpdoc",
172 "reflection"
173 ]
174 },
175 {
176 "name": "psr/container",
177 "version": "1.0.0",
178 "version_normalized": "1.0.0.0",
179 "source": {
180 "type": "git",
181 "url": "https://github.com/php-fig/container.git",
182 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
183 },
184 "dist": {
185 "type": "zip",
186 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
187 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
188 "shasum": ""
189 },
190 "require": {
191 "php": ">=5.3.0"
192 },
193 "time": "2017-02-14T16:28:37+00:00",
194 "type": "library",
195 "extra": {
196 "branch-alias": {
197 "dev-master": "1.0.x-dev"
198 }
199 },
200 "installation-source": "dist",
201 "autoload": {
202 "psr-4": {
203 "Psr\\Container\\": "src/"
204 }
205 },
206 "notification-url": "https://packagist.org/downloads/",
207 "license": [
208 "MIT"
209 ],
210 "authors": [
211 {
212 "name": "PHP-FIG",
213 "homepage": "http://www.php-fig.org/"
214 }
215 ],
216 "description": "Common Container Interface (PHP FIG PSR-11)",
217 "homepage": "https://github.com/php-fig/container",
218 "keywords": [
219 "PSR-11",
220 "container",
221 "container-interface",
222 "container-interop",
223 "psr"
224 ]
225 }
226 ]
227