PluginProbe
Content Control – The Ultimate Content Restriction Plugin! Restrict Content, Create Conditional Blocks & More / 2.0.2
Content Control – The Ultimate Content Restriction Plugin! Restrict Content, Create Conditional Blocks & More v2.0.2
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.10 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 2.0.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 All 47 releases
content-control / vendor / composer / installed.json

installed.json in Content Control – The Ultimate Content Restriction Plugin! Restrict Content, Create Conditional Blocks & More 2.0.2, at vendor/composer/installed.json

323 lines 10.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "packages": [
3 {
4 "name": "composer/installers",
5 "version": "v2.2.0",
6 "version_normalized": "2.2.0.0",
7 "source": {
8 "type": "git",
9 "url": "https://github.com/composer/installers.git",
10 "reference": "c29dc4b93137acb82734f672c37e029dfbd95b35"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https://api.github.com/repos/composer/installers/zipball/c29dc4b93137acb82734f672c37e029dfbd95b35",
15 "reference": "c29dc4b93137acb82734f672c37e029dfbd95b35",
16 "shasum": ""
17 },
18 "require": {
19 "composer-plugin-api": "^1.0 || ^2.0",
20 "php": "^7.2 || ^8.0"
21 },
22 "require-dev": {
23 "composer/composer": "1.6.* || ^2.0",
24 "composer/semver": "^1 || ^3",
25 "phpstan/phpstan": "^0.12.55",
26 "phpstan/phpstan-phpunit": "^0.12.16",
27 "symfony/phpunit-bridge": "^5.3",
28 "symfony/process": "^5"
29 },
30 "time": "2022-08-20T06:45:11+00:00",
31 "type": "composer-plugin",
32 "extra": {
33 "class": "Composer\\Installers\\Plugin",
34 "branch-alias": {
35 "dev-main": "2.x-dev"
36 },
37 "plugin-modifies-install-path": true
38 },
39 "installation-source": "dist",
40 "autoload": {
41 "psr-4": {
42 "Composer\\Installers\\": "src/Composer/Installers"
43 }
44 },
45 "notification-url": "https://packagist.org/downloads/",
46 "license": [
47 "MIT"
48 ],
49 "authors": [
50 {
51 "name": "Kyle Robinson Young",
52 "email": "kyle@dontkry.com",
53 "homepage": "https://github.com/shama"
54 }
55 ],
56 "description": "A multi-framework Composer library installer",
57 "homepage": "https://composer.github.io/installers/",
58 "keywords": [
59 "Dolibarr",
60 "Eliasis",
61 "Hurad",
62 "ImageCMS",
63 "Kanboard",
64 "Lan Management System",
65 "MODX Evo",
66 "MantisBT",
67 "Mautic",
68 "Maya",
69 "OXID",
70 "Plentymarkets",
71 "Porto",
72 "RadPHP",
73 "SMF",
74 "Starbug",
75 "Thelia",
76 "Whmcs",
77 "WolfCMS",
78 "agl",
79 "annotatecms",
80 "attogram",
81 "bitrix",
82 "cakephp",
83 "chef",
84 "cockpit",
85 "codeigniter",
86 "concrete5",
87 "croogo",
88 "dokuwiki",
89 "drupal",
90 "eZ Platform",
91 "elgg",
92 "expressionengine",
93 "fuelphp",
94 "grav",
95 "installer",
96 "itop",
97 "known",
98 "kohana",
99 "laravel",
100 "lavalite",
101 "lithium",
102 "magento",
103 "majima",
104 "mako",
105 "matomo",
106 "mediawiki",
107 "miaoxing",
108 "modulework",
109 "modx",
110 "moodle",
111 "osclass",
112 "pantheon",
113 "phpbb",
114 "piwik",
115 "ppi",
116 "processwire",
117 "puppet",
118 "pxcms",
119 "reindex",
120 "roundcube",
121 "shopware",
122 "silverstripe",
123 "sydes",
124 "sylius",
125 "tastyigniter",
126 "wordpress",
127 "yawik",
128 "zend",
129 "zikula"
130 ],
131 "support": {
132 "issues": "https://github.com/composer/installers/issues",
133 "source": "https://github.com/composer/installers/tree/v2.2.0"
134 },
135 "funding": [
136 {
137 "url": "https://packagist.com",
138 "type": "custom"
139 },
140 {
141 "url": "https://github.com/composer",
142 "type": "github"
143 },
144 {
145 "url": "https://tidelift.com/funding/github/packagist/composer/composer",
146 "type": "tidelift"
147 }
148 ],
149 "install-path": "./installers"
150 },
151 {
152 "name": "pimple/pimple",
153 "version": "v3.5.0",
154 "version_normalized": "3.5.0.0",
155 "source": {
156 "type": "git",
157 "url": "https://github.com/silexphp/Pimple.git",
158 "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed"
159 },
160 "dist": {
161 "type": "zip",
162 "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
163 "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
164 "shasum": ""
165 },
166 "require": {
167 "php": ">=7.2.5",
168 "psr/container": "^1.1 || ^2.0"
169 },
170 "require-dev": {
171 "symfony/phpunit-bridge": "^5.4@dev"
172 },
173 "time": "2021-10-28T11:13:42+00:00",
174 "type": "library",
175 "extra": {
176 "branch-alias": {
177 "dev-master": "3.4.x-dev"
178 }
179 },
180 "installation-source": "dist",
181 "autoload": {
182 "psr-0": {
183 "Pimple": "src/"
184 }
185 },
186 "notification-url": "https://packagist.org/downloads/",
187 "license": [
188 "MIT"
189 ],
190 "authors": [
191 {
192 "name": "Fabien Potencier",
193 "email": "fabien@symfony.com"
194 }
195 ],
196 "description": "Pimple, a simple Dependency Injection Container",
197 "homepage": "https://pimple.symfony.com",
198 "keywords": [
199 "container",
200 "dependency injection"
201 ],
202 "support": {
203 "source": "https://github.com/silexphp/Pimple/tree/v3.5.0"
204 },
205 "install-path": "../pimple/pimple"
206 },
207 {
208 "name": "psr/container",
209 "version": "2.0.2",
210 "version_normalized": "2.0.2.0",
211 "source": {
212 "type": "git",
213 "url": "https://github.com/php-fig/container.git",
214 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
215 },
216 "dist": {
217 "type": "zip",
218 "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
219 "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
220 "shasum": ""
221 },
222 "require": {
223 "php": ">=7.4.0"
224 },
225 "time": "2021-11-05T16:47:00+00:00",
226 "type": "library",
227 "extra": {
228 "branch-alias": {
229 "dev-master": "2.0.x-dev"
230 }
231 },
232 "installation-source": "dist",
233 "autoload": {
234 "psr-4": {
235 "Psr\\Container\\": "src/"
236 }
237 },
238 "notification-url": "https://packagist.org/downloads/",
239 "license": [
240 "MIT"
241 ],
242 "authors": [
243 {
244 "name": "PHP-FIG",
245 "homepage": "https://www.php-fig.org/"
246 }
247 ],
248 "description": "Common Container Interface (PHP FIG PSR-11)",
249 "homepage": "https://github.com/php-fig/container",
250 "keywords": [
251 "PSR-11",
252 "container",
253 "container-interface",
254 "container-interop",
255 "psr"
256 ],
257 "support": {
258 "issues": "https://github.com/php-fig/container/issues",
259 "source": "https://github.com/php-fig/container/tree/2.0.2"
260 },
261 "install-path": "../psr/container"
262 },
263 {
264 "name": "trustedlogin/client",
265 "version": "dev-develop",
266 "version_normalized": "dev-develop",
267 "source": {
268 "type": "git",
269 "url": "https://github.com/trustedlogin/client.git",
270 "reference": "8a0473631496b09c14431d7dd6d7888a6e850191"
271 },
272 "dist": {
273 "type": "zip",
274 "url": "https://api.github.com/repos/trustedlogin/client/zipball/8a0473631496b09c14431d7dd6d7888a6e850191",
275 "reference": "8a0473631496b09c14431d7dd6d7888a6e850191",
276 "shasum": ""
277 },
278 "require-dev": {
279 "ext-curl": "*",
280 "ext-json": "*",
281 "php": ">=5.3.0",
282 "yoast/phpunit-polyfills": "^1.0"
283 },
284 "time": "2023-09-07T19:05:09+00:00",
285 "bin": [
286 "bin/build-sass"
287 ],
288 "type": "library",
289 "installation-source": "dist",
290 "autoload": {
291 "psr-4": {
292 "TrustedLogin\\": "src/"
293 }
294 },
295 "notification-url": "https://packagist.org/downloads/",
296 "license": [
297 "GPL-2.0-or-later"
298 ],
299 "authors": [
300 {
301 "name": "TrustedLogin",
302 "email": "support@trustedlogin.com",
303 "homepage": "https://www.trustedlogin.com"
304 }
305 ],
306 "description": "Easily and securely log in to your customers sites when providing support.",
307 "homepage": "https://www.trustedlogin.com",
308 "keywords": [
309 "login",
310 "security",
311 "support"
312 ],
313 "support": {
314 "issues": "https://github.com/trustedlogin/client/issues",
315 "source": "https://github.com/trustedlogin/client/tree/develop"
316 },
317 "install-path": "../trustedlogin/client"
318 }
319 ],
320 "dev": false,
321 "dev-package-names": []
322 }
323