PluginProbe ʕ •ᴥ•ʔ
WP 2FA – Two-factor authentication for WordPress / 2.4.2
WP 2FA – Two-factor authentication for WordPress v2.4.2
4.0.0 1.7.1 2.0.0 2.0.1 2.1.0 2.2.0 2.2.1 2.3.0 2.4.0 2.4.1 2.4.2 2.5.0 2.6.0 2.6.1 2.6.2 2.6.3 2.6.4 2.7.0 2.8.0 2.9.0 2.9.1 2.9.2 2.9.3 3.0.0 3.0.1 3.1.0 3.1.1 3.1.1.2 trunk 1.2.0 1.3.0 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.6.0 1.6.1 1.6.2 1.7.0
wp-2fa / vendor / composer / installed.json
wp-2fa / vendor / composer Last commit date
ClassLoader.php 3 years ago InstalledVersions.php 3 years ago LICENSE 5 years ago autoload_classmap.php 3 years ago autoload_files.php 3 years ago autoload_namespaces.php 3 years ago autoload_psr4.php 3 years ago autoload_real.php 3 years ago autoload_static.php 3 years ago installed.json 3 years ago installed.php 3 years ago platform_check.php 3 years ago
installed.json
663 lines
1 {
2 "packages": [
3 {
4 "name": "bacon\/bacon-qr-code",
5 "version": "2.0.8",
6 "version_normalized": "2.0.8.0",
7 "source": {
8 "type": "git",
9 "url": "https:\/\/github.com\/Bacon\/BaconQrCode.git",
10 "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https:\/\/api.github.com\/repos\/Bacon\/BaconQrCode\/zipball\/8674e51bb65af933a5ffaf1c308a660387c35c22",
15 "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22",
16 "shasum": ""
17 },
18 "require": {
19 "dasprid\/enum": "^1.0.3",
20 "ext-iconv": "*",
21 "php": "^7.1 || ^8.0"
22 },
23 "require-dev": {
24 "phly\/keep-a-changelog": "^2.1",
25 "phpunit\/phpunit": "^7 | ^8 | ^9",
26 "spatie\/phpunit-snapshot-assertions": "^4.2.9",
27 "squizlabs\/php_codesniffer": "^3.4"
28 },
29 "suggest": {
30 "ext-imagick": "to generate QR code images"
31 },
32 "time": "2022-12-07T17:46:57+00:00",
33 "type": "library",
34 "installation-source": "dist",
35 "autoload": {
36 "psr-4": {
37 "WP2FA_Vendor\\BaconQrCode\\": "src\/"
38 }
39 },
40 "notification-url": "https:\/\/packagist.org\/downloads\/",
41 "license": [
42 "BSD-2-Clause"
43 ],
44 "authors": [
45 {
46 "name": "Ben Scholzen 'DASPRiD'",
47 "email": "mail@dasprids.de",
48 "homepage": "https:\/\/dasprids.de\/",
49 "role": "Developer"
50 }
51 ],
52 "description": "BaconQrCode is a QR code generator for PHP.",
53 "homepage": "https:\/\/github.com\/Bacon\/BaconQrCode",
54 "support": {
55 "issues": "https:\/\/github.com\/Bacon\/BaconQrCode\/issues",
56 "source": "https:\/\/github.com\/Bacon\/BaconQrCode\/tree\/2.0.8"
57 },
58 "install-path": "..\/bacon\/bacon-qr-code"
59 },
60 {
61 "name": "dasprid\/enum",
62 "version": "1.0.4",
63 "version_normalized": "1.0.4.0",
64 "source": {
65 "type": "git",
66 "url": "https:\/\/github.com\/DASPRiD\/Enum.git",
67 "reference": "8e6b6ea76eabbf19ea2bf5b67b98e1860474012f"
68 },
69 "dist": {
70 "type": "zip",
71 "url": "https:\/\/api.github.com\/repos\/DASPRiD\/Enum\/zipball\/8e6b6ea76eabbf19ea2bf5b67b98e1860474012f",
72 "reference": "8e6b6ea76eabbf19ea2bf5b67b98e1860474012f",
73 "shasum": ""
74 },
75 "require": {
76 "php": ">=7.1 <9.0"
77 },
78 "require-dev": {
79 "phpunit\/phpunit": "^7 | ^8 | ^9",
80 "squizlabs\/php_codesniffer": "*"
81 },
82 "time": "2023-03-01T18:44:03+00:00",
83 "type": "library",
84 "installation-source": "dist",
85 "autoload": {
86 "psr-4": {
87 "WP2FA_Vendor\\DASPRiD\\Enum\\": "src\/"
88 }
89 },
90 "notification-url": "https:\/\/packagist.org\/downloads\/",
91 "license": [
92 "BSD-2-Clause"
93 ],
94 "authors": [
95 {
96 "name": "Ben Scholzen 'DASPRiD'",
97 "email": "mail@dasprids.de",
98 "homepage": "https:\/\/dasprids.de\/",
99 "role": "Developer"
100 }
101 ],
102 "description": "PHP 7.1 enum implementation",
103 "keywords": [
104 "enum",
105 "map"
106 ],
107 "support": {
108 "issues": "https:\/\/github.com\/DASPRiD\/Enum\/issues",
109 "source": "https:\/\/github.com\/DASPRiD\/Enum\/tree\/1.0.4"
110 },
111 "install-path": "..\/dasprid\/enum"
112 },
113 {
114 "name": "deliciousbrains\/wp-background-processing",
115 "version": "1.1.0",
116 "version_normalized": "1.1.0.0",
117 "source": {
118 "type": "git",
119 "url": "https:\/\/github.com\/deliciousbrains\/wp-background-processing.git",
120 "reference": "d5ef95cecba7f792ddca3e3bd70ebfb90dc4996d"
121 },
122 "dist": {
123 "type": "zip",
124 "url": "https:\/\/api.github.com\/repos\/deliciousbrains\/wp-background-processing\/zipball\/d5ef95cecba7f792ddca3e3bd70ebfb90dc4996d",
125 "reference": "d5ef95cecba7f792ddca3e3bd70ebfb90dc4996d",
126 "shasum": ""
127 },
128 "require": {
129 "php": ">=5.6"
130 },
131 "require-dev": {
132 "phpcompatibility\/phpcompatibility-wp": "*",
133 "phpunit\/phpunit": "^8.0",
134 "spryker\/code-sniffer": "^0.17.18",
135 "wp-coding-standards\/wpcs": "^2.3",
136 "yoast\/phpunit-polyfills": "^1.0"
137 },
138 "suggest": {
139 "coenjacobs\/mozart": "Easily wrap this library with your own prefix, to prevent collisions when multiple plugins use this library"
140 },
141 "time": "2023-04-18T12:32:25+00:00",
142 "type": "library",
143 "installation-source": "dist",
144 "autoload": {
145 "classmap": [
146 "classes\/"
147 ]
148 },
149 "notification-url": "https:\/\/packagist.org\/downloads\/",
150 "license": [
151 "GPL-2.0-or-later"
152 ],
153 "authors": [
154 {
155 "name": "Delicious Brains",
156 "email": "nom@deliciousbrains.com"
157 }
158 ],
159 "description": "WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.",
160 "support": {
161 "issues": "https:\/\/github.com\/deliciousbrains\/wp-background-processing\/issues",
162 "source": "https:\/\/github.com\/deliciousbrains\/wp-background-processing\/tree\/1.1.0"
163 },
164 "install-path": "..\/deliciousbrains\/wp-background-processing"
165 },
166 {
167 "name": "endroid\/qr-code",
168 "version": "3.9.7",
169 "version_normalized": "3.9.7.0",
170 "source": {
171 "type": "git",
172 "url": "https:\/\/github.com\/endroid\/qr-code.git",
173 "reference": "94563d7b3105288e6ac53a67ae720e3669fac1f6"
174 },
175 "dist": {
176 "type": "zip",
177 "url": "https:\/\/api.github.com\/repos\/endroid\/qr-code\/zipball\/94563d7b3105288e6ac53a67ae720e3669fac1f6",
178 "reference": "94563d7b3105288e6ac53a67ae720e3669fac1f6",
179 "shasum": ""
180 },
181 "require": {
182 "bacon\/bacon-qr-code": "^2.0",
183 "khanamiryan\/qrcode-detector-decoder": "^1.0.5",
184 "myclabs\/php-enum": "^1.5",
185 "php": "^7.3||^8.0",
186 "symfony\/options-resolver": "^3.4||^4.4||^5.0",
187 "symfony\/property-access": "^3.4||^4.4||^5.0"
188 },
189 "require-dev": {
190 "endroid\/quality": "^1.5.2",
191 "setasign\/fpdf": "^1.8"
192 },
193 "suggest": {
194 "ext-gd": "Required for generating PNG images",
195 "roave\/security-advisories": "Avoids installation of package versions with vulnerabilities",
196 "setasign\/fpdf": "Required to use the FPDF writer.",
197 "symfony\/security-checker": "Checks your composer.lock for vulnerabilities"
198 },
199 "time": "2021-04-20T19:10:54+00:00",
200 "type": "library",
201 "extra": {
202 "branch-alias": {
203 "dev-master": "3.x-dev"
204 }
205 },
206 "installation-source": "dist",
207 "autoload": {
208 "psr-4": {
209 "WP2FA_Vendor\\Endroid\\QrCode\\": "src\/"
210 }
211 },
212 "notification-url": "https:\/\/packagist.org\/downloads\/",
213 "license": [
214 "MIT"
215 ],
216 "authors": [
217 {
218 "name": "Jeroen van den Enden",
219 "email": "info@endroid.nl"
220 }
221 ],
222 "description": "Endroid QR Code",
223 "homepage": "https:\/\/github.com\/endroid\/qr-code",
224 "keywords": [
225 "bundle",
226 "code",
227 "endroid",
228 "php",
229 "qr",
230 "qrcode"
231 ],
232 "support": {
233 "issues": "https:\/\/github.com\/endroid\/qr-code\/issues",
234 "source": "https:\/\/github.com\/endroid\/qr-code\/tree\/3.9.7"
235 },
236 "funding": [
237 {
238 "url": "https:\/\/github.com\/endroid",
239 "type": "github"
240 }
241 ],
242 "install-path": "..\/endroid\/qr-code"
243 },
244 {
245 "name": "firebase\/php-jwt",
246 "version": "v5.5.1",
247 "version_normalized": "5.5.1.0",
248 "source": {
249 "type": "git",
250 "url": "https:\/\/github.com\/firebase\/php-jwt.git",
251 "reference": "83b609028194aa042ea33b5af2d41a7427de80e6"
252 },
253 "dist": {
254 "type": "zip",
255 "url": "https:\/\/api.github.com\/repos\/firebase\/php-jwt\/zipball\/83b609028194aa042ea33b5af2d41a7427de80e6",
256 "reference": "83b609028194aa042ea33b5af2d41a7427de80e6",
257 "shasum": ""
258 },
259 "require": {
260 "php": ">=5.3.0"
261 },
262 "require-dev": {
263 "phpunit\/phpunit": ">=4.8 <=9"
264 },
265 "suggest": {
266 "paragonie\/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
267 },
268 "time": "2021-11-08T20:18:51+00:00",
269 "type": "library",
270 "installation-source": "dist",
271 "autoload": {
272 "psr-4": {
273 "WP2FA_Vendor\\Firebase\\JWT\\": "src"
274 }
275 },
276 "notification-url": "https:\/\/packagist.org\/downloads\/",
277 "license": [
278 "BSD-3-Clause"
279 ],
280 "authors": [
281 {
282 "name": "Neuman Vong",
283 "email": "neuman+pear@twilio.com",
284 "role": "Developer"
285 },
286 {
287 "name": "Anant Narayanan",
288 "email": "anant@php.net",
289 "role": "Developer"
290 }
291 ],
292 "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
293 "homepage": "https:\/\/github.com\/firebase\/php-jwt",
294 "keywords": [
295 "jwt",
296 "php"
297 ],
298 "support": {
299 "issues": "https:\/\/github.com\/firebase\/php-jwt\/issues",
300 "source": "https:\/\/github.com\/firebase\/php-jwt\/tree\/v5.5.1"
301 },
302 "install-path": "..\/firebase\/php-jwt"
303 },
304 {
305 "name": "freemius\/wordpress-sdk",
306 "version": "2.5.10",
307 "version_normalized": "2.5.10.0",
308 "dist": {
309 "type": "zip",
310 "url": ".\/..\/wordpress-sdk-2.5.10.zip"
311 },
312 "type": "library",
313 "installation-source": "dist",
314 "install-path": "..\/freemius\/wordpress-sdk"
315 },
316 {
317 "name": "khanamiryan\/qrcode-detector-decoder",
318 "version": "1.0.6",
319 "version_normalized": "1.0.6.0",
320 "source": {
321 "type": "git",
322 "url": "https:\/\/github.com\/khanamiryan\/php-qrcode-detector-decoder.git",
323 "reference": "45326fb83a2a375065dbb3a134b5b8a5872da569"
324 },
325 "dist": {
326 "type": "zip",
327 "url": "https:\/\/api.github.com\/repos\/khanamiryan\/php-qrcode-detector-decoder\/zipball\/45326fb83a2a375065dbb3a134b5b8a5872da569",
328 "reference": "45326fb83a2a375065dbb3a134b5b8a5872da569",
329 "shasum": ""
330 },
331 "require": {
332 "php": ">=5.6"
333 },
334 "require-dev": {
335 "phpunit\/phpunit": "^5.7 | ^7.5 | ^8.0 | ^9.0",
336 "rector\/rector": "^0.13.6",
337 "symplify\/easy-coding-standard": "^11.0"
338 },
339 "time": "2022-06-29T09:25:13+00:00",
340 "type": "library",
341 "installation-source": "dist",
342 "autoload": {
343 "files": [
344 "lib\/Common\/customFunctions.php"
345 ],
346 "psr-4": {
347 "WP2FA_Vendor\\Zxing\\": "lib\/"
348 }
349 },
350 "notification-url": "https:\/\/packagist.org\/downloads\/",
351 "license": [
352 "MIT",
353 "Apache-2.0"
354 ],
355 "authors": [
356 {
357 "name": "Ashot Khanamiryan",
358 "email": "a.khanamiryan@gmail.com",
359 "homepage": "https:\/\/github.com\/khanamiryan",
360 "role": "Developer"
361 }
362 ],
363 "description": "QR code decoder \/ reader",
364 "homepage": "https:\/\/github.com\/khanamiryan\/php-qrcode-detector-decoder\/",
365 "keywords": [
366 "barcode",
367 "qr",
368 "zxing"
369 ],
370 "support": {
371 "issues": "https:\/\/github.com\/khanamiryan\/php-qrcode-detector-decoder\/issues",
372 "source": "https:\/\/github.com\/khanamiryan\/php-qrcode-detector-decoder\/tree\/1.0.6"
373 },
374 "install-path": "..\/khanamiryan\/qrcode-detector-decoder"
375 },
376 {
377 "name": "myclabs\/php-enum",
378 "version": "1.8.4",
379 "version_normalized": "1.8.4.0",
380 "source": {
381 "type": "git",
382 "url": "https:\/\/github.com\/myclabs\/php-enum.git",
383 "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483"
384 },
385 "dist": {
386 "type": "zip",
387 "url": "https:\/\/api.github.com\/repos\/myclabs\/php-enum\/zipball\/a867478eae49c9f59ece437ae7f9506bfaa27483",
388 "reference": "a867478eae49c9f59ece437ae7f9506bfaa27483",
389 "shasum": ""
390 },
391 "require": {
392 "ext-json": "*",
393 "php": "^7.3 || ^8.0"
394 },
395 "require-dev": {
396 "phpunit\/phpunit": "^9.5",
397 "squizlabs\/php_codesniffer": "1.*",
398 "vimeo\/psalm": "^4.6.2"
399 },
400 "time": "2022-08-04T09:53:51+00:00",
401 "type": "library",
402 "installation-source": "dist",
403 "autoload": {
404 "psr-4": {
405 "WP2FA_Vendor\\MyCLabs\\Enum\\": "src\/"
406 },
407 "classmap": [
408 "stubs\/Stringable.php"
409 ]
410 },
411 "notification-url": "https:\/\/packagist.org\/downloads\/",
412 "license": [
413 "MIT"
414 ],
415 "authors": [
416 {
417 "name": "PHP Enum contributors",
418 "homepage": "https:\/\/github.com\/myclabs\/php-enum\/graphs\/contributors"
419 }
420 ],
421 "description": "PHP Enum implementation",
422 "homepage": "http:\/\/github.com\/myclabs\/php-enum",
423 "keywords": [
424 "enum"
425 ],
426 "support": {
427 "issues": "https:\/\/github.com\/myclabs\/php-enum\/issues",
428 "source": "https:\/\/github.com\/myclabs\/php-enum\/tree\/1.8.4"
429 },
430 "funding": [
431 {
432 "url": "https:\/\/github.com\/mnapoli",
433 "type": "github"
434 },
435 {
436 "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/myclabs\/php-enum",
437 "type": "tidelift"
438 }
439 ],
440 "install-path": "..\/myclabs\/php-enum"
441 },
442 {
443 "name": "symfony\/inflector",
444 "version": "v5.0.11",
445 "version_normalized": "5.0.11.0",
446 "source": {
447 "type": "git",
448 "url": "https:\/\/github.com\/symfony\/inflector.git",
449 "reference": "7eff2643934179cd0e5a6609a583fc22fc495fc4"
450 },
451 "dist": {
452 "type": "zip",
453 "url": "https:\/\/api.github.com\/repos\/symfony\/inflector\/zipball\/7eff2643934179cd0e5a6609a583fc22fc495fc4",
454 "reference": "7eff2643934179cd0e5a6609a583fc22fc495fc4",
455 "shasum": ""
456 },
457 "require": {
458 "php": ">=7.2.5",
459 "symfony\/polyfill-ctype": "~1.8"
460 },
461 "time": "2020-05-20T17:38:26+00:00",
462 "type": "library",
463 "extra": {
464 "branch-alias": {
465 "dev-master": "5.0-dev"
466 }
467 },
468 "installation-source": "dist",
469 "autoload": {
470 "psr-4": {
471 "WP2FA_Vendor\\Symfony\\Component\\Inflector\\": ""
472 },
473 "exclude-from-classmap": [
474 "\/Tests\/"
475 ]
476 },
477 "notification-url": "https:\/\/packagist.org\/downloads\/",
478 "license": [
479 "MIT"
480 ],
481 "authors": [
482 {
483 "name": "Bernhard Schussek",
484 "email": "bschussek@gmail.com"
485 },
486 {
487 "name": "Symfony Community",
488 "homepage": "https:\/\/symfony.com\/contributors"
489 }
490 ],
491 "description": "Symfony Inflector Component",
492 "homepage": "https:\/\/symfony.com",
493 "keywords": [
494 "inflection",
495 "pluralize",
496 "singularize",
497 "string",
498 "symfony",
499 "words"
500 ],
501 "support": {
502 "source": "https:\/\/github.com\/symfony\/inflector\/tree\/v5.0.9"
503 },
504 "funding": [
505 {
506 "url": "https:\/\/symfony.com\/sponsor",
507 "type": "custom"
508 },
509 {
510 "url": "https:\/\/github.com\/fabpot",
511 "type": "github"
512 },
513 {
514 "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
515 "type": "tidelift"
516 }
517 ],
518 "abandoned": "EnglishInflector from the String component",
519 "install-path": "..\/symfony\/inflector"
520 },
521 {
522 "name": "symfony\/property-access",
523 "version": "v5.0.11",
524 "version_normalized": "5.0.11.0",
525 "source": {
526 "type": "git",
527 "url": "https:\/\/github.com\/symfony\/property-access.git",
528 "reference": "fdc47c3780ebb29077c3421c6253ccc91040c24a"
529 },
530 "dist": {
531 "type": "zip",
532 "url": "https:\/\/api.github.com\/repos\/symfony\/property-access\/zipball\/fdc47c3780ebb29077c3421c6253ccc91040c24a",
533 "reference": "fdc47c3780ebb29077c3421c6253ccc91040c24a",
534 "shasum": ""
535 },
536 "require": {
537 "php": ">=7.2.5",
538 "symfony\/inflector": "^4.4|^5.0"
539 },
540 "require-dev": {
541 "symfony\/cache": "^4.4|^5.0"
542 },
543 "suggest": {
544 "psr\/cache-implementation": "To cache access methods."
545 },
546 "time": "2020-06-18T18:18:56+00:00",
547 "type": "library",
548 "extra": {
549 "branch-alias": {
550 "dev-master": "5.0-dev"
551 }
552 },
553 "installation-source": "dist",
554 "autoload": {
555 "psr-4": {
556 "WP2FA_Vendor\\Symfony\\Component\\PropertyAccess\\": ""
557 },
558 "exclude-from-classmap": [
559 "\/Tests\/"
560 ]
561 },
562 "notification-url": "https:\/\/packagist.org\/downloads\/",
563 "license": [
564 "MIT"
565 ],
566 "authors": [
567 {
568 "name": "Fabien Potencier",
569 "email": "fabien@symfony.com"
570 },
571 {
572 "name": "Symfony Community",
573 "homepage": "https:\/\/symfony.com\/contributors"
574 }
575 ],
576 "description": "Symfony PropertyAccess Component",
577 "homepage": "https:\/\/symfony.com",
578 "keywords": [
579 "access",
580 "array",
581 "extraction",
582 "index",
583 "injection",
584 "object",
585 "property",
586 "property path",
587 "reflection"
588 ],
589 "support": {
590 "source": "https:\/\/github.com\/symfony\/property-access\/tree\/v5.0.11"
591 },
592 "funding": [
593 {
594 "url": "https:\/\/symfony.com\/sponsor",
595 "type": "custom"
596 },
597 {
598 "url": "https:\/\/github.com\/fabpot",
599 "type": "github"
600 },
601 {
602 "url": "https:\/\/tidelift.com\/funding\/github\/packagist\/symfony\/symfony",
603 "type": "tidelift"
604 }
605 ],
606 "install-path": "..\/symfony\/property-access"
607 },
608 {
609 "name": "twilio\/sdk",
610 "version": "6.44.4",
611 "version_normalized": "6.44.4.0",
612 "source": {
613 "type": "git",
614 "url": "git@github.com:twilio\/twilio-php.git",
615 "reference": "08aad5f377e2245b9cd7508e7762d95e7392fa4d"
616 },
617 "dist": {
618 "type": "zip",
619 "url": "https:\/\/api.github.com\/repos\/twilio\/twilio-php\/zipball\/08aad5f377e2245b9cd7508e7762d95e7392fa4d",
620 "reference": "08aad5f377e2245b9cd7508e7762d95e7392fa4d",
621 "shasum": ""
622 },
623 "require": {
624 "php": ">=7.1.0"
625 },
626 "require-dev": {
627 "guzzlehttp\/guzzle": "^6.3 || ^7.0",
628 "phpunit\/phpunit": ">=7.0 < 10"
629 },
630 "suggest": {
631 "guzzlehttp\/guzzle": "An HTTP client to execute the API requests"
632 },
633 "time": "2023-02-22T19:59:53+00:00",
634 "type": "library",
635 "installation-source": "dist",
636 "autoload": {
637 "psr-4": {
638 "WP2FA_Vendor\\Twilio\\": "src\/Twilio\/"
639 }
640 },
641 "notification-url": "https:\/\/packagist.org\/downloads\/",
642 "license": [
643 "MIT"
644 ],
645 "authors": [
646 {
647 "name": "Twilio API Team",
648 "email": "api@twilio.com"
649 }
650 ],
651 "description": "A PHP wrapper for Twilio's API",
652 "homepage": "https:\/\/github.com\/twilio\/twilio-php",
653 "keywords": [
654 "api",
655 "sms",
656 "twilio"
657 ],
658 "install-path": "..\/twilio\/sdk"
659 }
660 ],
661 "dev": false,
662 "dev-package-names": []
663 }