PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.17.0
GiveWP – Donation Plugin and Fundraising Platform v4.17.0
4.17.0 4.16.9 4.16.8.1 4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 All 256 releases
← All changes | vendor/composer/installed.json +740 -332 2.3.2 → 4.17.0 View file →
@@ -1,341 +1,749 @@
1 -[
2 - {
3 - "name": "composer/installers",
4 - "version": "v1.5.0",
5 - "version_normalized": "1.5.0.0",
6 - "source": {
7 - "type": "git",
8 - "url": "https://github.com/composer/installers.git",
9 - "reference": "049797d727261bf27f2690430d935067710049c2"
1 +{
2 + "packages": [
3 + {
4 + "name": "composer/installers",
5 + "version": "v1.12.0",
6 + "version_normalized": "1.12.0.0",
7 + "source": {
8 + "type": "git",
9 + "url": "https://github.com/composer/installers.git",
10 + "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19"
11 + },
12 + "dist": {
13 + "type": "zip",
14 + "url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19",
15 + "reference": "d20a64ed3c94748397ff5973488761b22f6d3f19",
16 + "shasum": ""
17 + },
18 + "require": {
19 + "composer-plugin-api": "^1.0 || ^2.0"
20 + },
21 + "replace": {
22 + "roundcube/plugin-installer": "*",
23 + "shama/baton": "*"
24 + },
25 + "require-dev": {
26 + "composer/composer": "1.6.* || ^2.0",
27 + "composer/semver": "^1 || ^3",
28 + "phpstan/phpstan": "^0.12.55",
29 + "phpstan/phpstan-phpunit": "^0.12.16",
30 + "symfony/phpunit-bridge": "^4.2 || ^5",
31 + "symfony/process": "^2.3"
32 + },
33 + "time": "2021-09-13T08:19:44+00:00",
34 + "type": "composer-plugin",
35 + "extra": {
36 + "class": "Composer\\Installers\\Plugin",
37 + "branch-alias": {
38 + "dev-main": "1.x-dev"
39 + }
40 + },
41 + "installation-source": "dist",
42 + "autoload": {
43 + "psr-4": {
44 + "Composer\\Installers\\": "src/Composer/Installers"
45 + }
46 + },
47 + "notification-url": "https://packagist.org/downloads/",
48 + "license": [
49 + "MIT"
50 + ],
51 + "authors": [
52 + {
53 + "name": "Kyle Robinson Young",
54 + "email": "[email protected]",
55 + "homepage": "https://github.com/shama"
56 + }
57 + ],
58 + "description": "A multi-framework Composer library installer",
59 + "homepage": "https://composer.github.io/installers/",
60 + "keywords": [
61 + "Craft",
62 + "Dolibarr",
63 + "Eliasis",
64 + "Hurad",
65 + "ImageCMS",
66 + "Kanboard",
67 + "Lan Management System",
68 + "MODX Evo",
69 + "MantisBT",
70 + "Mautic",
71 + "Maya",
72 + "OXID",
73 + "Plentymarkets",
74 + "Porto",
75 + "RadPHP",
76 + "SMF",
77 + "Starbug",
78 + "Thelia",
79 + "Whmcs",
80 + "WolfCMS",
81 + "agl",
82 + "aimeos",
83 + "annotatecms",
84 + "attogram",
85 + "bitrix",
86 + "cakephp",
87 + "chef",
88 + "cockpit",
89 + "codeigniter",
90 + "concrete5",
91 + "croogo",
92 + "dokuwiki",
93 + "drupal",
94 + "eZ Platform",
95 + "elgg",
96 + "expressionengine",
97 + "fuelphp",
98 + "grav",
99 + "installer",
100 + "itop",
101 + "joomla",
102 + "known",
103 + "kohana",
104 + "laravel",
105 + "lavalite",
106 + "lithium",
107 + "magento",
108 + "majima",
109 + "mako",
110 + "mediawiki",
111 + "miaoxing",
112 + "modulework",
113 + "modx",
114 + "moodle",
115 + "osclass",
116 + "pantheon",
117 + "phpbb",
118 + "piwik",
119 + "ppi",
120 + "processwire",
121 + "puppet",
122 + "pxcms",
123 + "reindex",
124 + "roundcube",
125 + "shopware",
126 + "silverstripe",
127 + "sydes",
128 + "sylius",
129 + "symfony",
130 + "tastyigniter",
131 + "typo3",
132 + "wordpress",
133 + "yawik",
134 + "zend",
135 + "zikula"
136 + ],
137 + "support": {
138 + "issues": "https://github.com/composer/installers/issues",
139 + "source": "https://github.com/composer/installers/tree/v1.12.0"
140 + },
141 + "funding": [
142 + {
143 + "url": "https://packagist.com",
144 + "type": "custom"
145 + },
146 + {
147 + "url": "https://github.com/composer",
148 + "type": "github"
149 + },
150 + {
151 + "url": "https://tidelift.com/funding/github/packagist/composer/composer",
152 + "type": "tidelift"
153 + }
154 + ],
155 + "install-path": "./installers"
10 156 },
11 - "dist": {
12 - "type": "zip",
13 - "url": "https://api.github.com/repos/composer/installers/zipball/049797d727261bf27f2690430d935067710049c2",
14 - "reference": "049797d727261bf27f2690430d935067710049c2",
15 - "shasum": ""
157 + {
158 + "name": "moneyphp/money",
159 + "version": "v3.3.3",
160 + "version_normalized": "3.3.3.0",
161 + "source": {
162 + "type": "git",
163 + "url": "https://github.com/moneyphp/money.git",
164 + "reference": "0dc40e3791c67e8793e3aa13fead8cf4661ec9cd"
165 + },
166 + "dist": {
167 + "type": "zip",
168 + "url": "https://api.github.com/repos/moneyphp/money/zipball/0dc40e3791c67e8793e3aa13fead8cf4661ec9cd",
169 + "reference": "0dc40e3791c67e8793e3aa13fead8cf4661ec9cd",
170 + "shasum": ""
171 + },
172 + "require": {
173 + "ext-json": "*",
174 + "php": ">=5.6"
175 + },
176 + "require-dev": {
177 + "cache/taggable-cache": "^0.4.0",
178 + "doctrine/instantiator": "^1.0.5",
179 + "ext-bcmath": "*",
180 + "ext-gmp": "*",
181 + "ext-intl": "*",
182 + "florianv/exchanger": "^1.0",
183 + "florianv/swap": "^3.0",
184 + "friends-of-phpspec/phpspec-code-coverage": "^3.1.1 || ^4.3",
185 + "moneyphp/iso-currencies": "^3.2.1",
186 + "php-http/message": "^1.4",
187 + "php-http/mock-client": "^1.0.0",
188 + "phpspec/phpspec": "^3.4.3",
189 + "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.18 || ^8.5",
190 + "psr/cache": "^1.0",
191 + "symfony/phpunit-bridge": "^4"
192 + },
193 + "suggest": {
194 + "ext-bcmath": "Calculate without integer limits",
195 + "ext-gmp": "Calculate without integer limits",
196 + "ext-intl": "Format Money objects with intl",
197 + "florianv/exchanger": "Exchange rates library for PHP",
198 + "florianv/swap": "Exchange rates library for PHP",
199 + "psr/cache-implementation": "Used for Currency caching"
200 + },
201 + "time": "2022-09-21T07:43:36+00:00",
202 + "type": "library",
203 + "extra": {
204 + "branch-alias": {
205 + "dev-master": "3.x-dev"
206 + }
207 + },
208 + "installation-source": "dist",
209 + "autoload": {
210 + "psr-4": {
211 + "Money\\": "src/"
212 + }
213 + },
214 + "notification-url": "https://packagist.org/downloads/",
215 + "license": [
216 + "MIT"
217 + ],
218 + "authors": [
219 + {
220 + "name": "Mathias Verraes",
221 + "email": "[email protected]",
222 + "homepage": "http://verraes.net"
223 + },
224 + {
225 + "name": "Márk Sági-Kazár",
226 + "email": "[email protected]"
227 + },
228 + {
229 + "name": "Frederik Bosch",
230 + "email": "[email protected]"
231 + }
232 + ],
233 + "description": "PHP implementation of Fowler's Money pattern",
234 + "homepage": "http://moneyphp.org",
235 + "keywords": [
236 + "Value Object",
237 + "money",
238 + "vo"
239 + ],
240 + "support": {
241 + "issues": "https://github.com/moneyphp/money/issues",
242 + "source": "https://github.com/moneyphp/money/tree/v3.3.3"
243 + },
244 + "install-path": "../moneyphp/money"
16 245 },
17 - "require": {
18 - "composer-plugin-api": "^1.0"
246 + {
247 + "name": "paypal/paypal-checkout-sdk",
248 + "version": "1.0.2",
249 + "version_normalized": "1.0.2.0",
250 + "source": {
251 + "type": "git",
252 + "url": "https://github.com/paypal/Checkout-PHP-SDK.git",
253 + "reference": "19992ce7051ff9e47e643f28abb8cc1b3e5f1812"
254 + },
255 + "dist": {
256 + "type": "zip",
257 + "url": "https://api.github.com/repos/paypal/Checkout-PHP-SDK/zipball/19992ce7051ff9e47e643f28abb8cc1b3e5f1812",
258 + "reference": "19992ce7051ff9e47e643f28abb8cc1b3e5f1812",
259 + "shasum": ""
260 + },
261 + "require": {
262 + "paypal/paypalhttp": "1.0.1"
263 + },
264 + "require-dev": {
265 + "phpunit/phpunit": "^5.7"
266 + },
267 + "time": "2021-09-21T20:57:38+00:00",
268 + "type": "library",
269 + "installation-source": "dist",
270 + "autoload": {
271 + "psr-4": {
272 + "Sample\\": "samples/",
273 + "PayPalCheckoutSdk\\": "lib/PayPalCheckoutSdk"
274 + }
275 + },
276 + "notification-url": "https://packagist.org/downloads/",
277 + "license": [
278 + "https://github.com/paypal/Checkout-PHP-SDK/blob/master/LICENSE"
279 + ],
280 + "authors": [
281 + {
282 + "name": "PayPal",
283 + "homepage": "https://github.com/paypal/Checkout-PHP-SDK/contributors"
284 + }
285 + ],
286 + "description": "PayPal's PHP SDK for Checkout REST APIs",
287 + "homepage": "http://github.com/paypal/Checkout-PHP-SDK/",
288 + "keywords": [
289 + "checkout",
290 + "orders",
291 + "payments",
292 + "paypal",
293 + "rest",
294 + "sdk"
295 + ],
296 + "support": {
297 + "source": "https://github.com/paypal/Checkout-PHP-SDK/tree/1.0.2"
298 + },
299 + "abandoned": "paypal/paypal-server-sdk",
300 + "install-path": "../paypal/paypal-checkout-sdk"
19 301 },
20 - "replace": {
21 - "roundcube/plugin-installer": "*",
22 - "shama/baton": "*"
302 + {
303 + "name": "paypal/paypalhttp",
304 + "version": "1.0.1",
305 + "version_normalized": "1.0.1.0",
306 + "source": {
307 + "type": "git",
308 + "url": "https://github.com/paypal/paypalhttp_php.git",
309 + "reference": "7b09c89c80828e842c79230e7f156b61fbb68d25"
310 + },
311 + "dist": {
312 + "type": "zip",
313 + "url": "https://api.github.com/repos/paypal/paypalhttp_php/zipball/7b09c89c80828e842c79230e7f156b61fbb68d25",
314 + "reference": "7b09c89c80828e842c79230e7f156b61fbb68d25",
315 + "shasum": ""
316 + },
317 + "require": {
318 + "ext-curl": "*"
319 + },
320 + "require-dev": {
321 + "phpunit/phpunit": "^5.7",
322 + "wiremock-php/wiremock-php": "1.43.2"
323 + },
324 + "time": "2021-09-14T21:35:26+00:00",
325 + "type": "library",
326 + "installation-source": "dist",
327 + "autoload": {
328 + "psr-4": {
329 + "PayPalHttp\\": "lib/PayPalHttp"
330 + }
331 + },
332 + "notification-url": "https://packagist.org/downloads/",
333 + "license": [
334 + "MIT"
335 + ],
336 + "authors": [
337 + {
338 + "name": "PayPal",
339 + "homepage": "https://github.com/paypal/paypalhttp_php/contributors"
340 + }
341 + ],
342 + "support": {
343 + "issues": "https://github.com/paypal/paypalhttp_php/issues",
344 + "source": "https://github.com/paypal/paypalhttp_php/tree/1.0.1"
345 + },
346 + "abandoned": true,
347 + "install-path": "../paypal/paypalhttp"
23 348 },
24 - "require-dev": {
25 - "composer/composer": "1.0.*@dev",
26 - "phpunit/phpunit": "^4.8.36"
349 + {
350 + "name": "psr/container",
351 + "version": "1.1.1",
352 + "version_normalized": "1.1.1.0",
353 + "source": {
354 + "type": "git",
355 + "url": "https://github.com/php-fig/container.git",
356 + "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
357 + },
358 + "dist": {
359 + "type": "zip",
360 + "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
361 + "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
362 + "shasum": ""
363 + },
364 + "require": {
365 + "php": ">=7.2.0"
366 + },
367 + "time": "2021-03-05T17:36:06+00:00",
368 + "type": "library",
369 + "installation-source": "dist",
370 + "autoload": {
371 + "psr-4": {
372 + "Psr\\Container\\": "src/"
373 + }
374 + },
375 + "notification-url": "https://packagist.org/downloads/",
376 + "license": [
377 + "MIT"
378 + ],
379 + "authors": [
380 + {
381 + "name": "PHP-FIG",
382 + "homepage": "https://www.php-fig.org/"
383 + }
384 + ],
385 + "description": "Common Container Interface (PHP FIG PSR-11)",
386 + "homepage": "https://github.com/php-fig/container",
387 + "keywords": [
388 + "PSR-11",
389 + "container",
390 + "container-interface",
391 + "container-interop",
392 + "psr"
393 + ],
394 + "support": {
395 + "issues": "https://github.com/php-fig/container/issues",
396 + "source": "https://github.com/php-fig/container/tree/1.1.1"
397 + },
398 + "install-path": "../psr/container"
27 399 },
28 - "time": "2017-12-29T09:13:20+00:00",
29 - "type": "composer-plugin",
30 - "extra": {
31 - "class": "Composer\\Installers\\Plugin",
32 - "branch-alias": {
33 - "dev-master": "1.0-dev"
34 - }
400 + {
401 + "name": "stripe/stripe-php",
402 + "version": "v7.128.0",
403 + "version_normalized": "7.128.0.0",
404 + "source": {
405 + "type": "git",
406 + "url": "https://github.com/stripe/stripe-php.git",
407 + "reference": "c704949c49b72985c76cc61063aa26fefbd2724e"
408 + },
409 + "dist": {
410 + "type": "zip",
411 + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/c704949c49b72985c76cc61063aa26fefbd2724e",
412 + "reference": "c704949c49b72985c76cc61063aa26fefbd2724e",
413 + "shasum": ""
414 + },
415 + "require": {
416 + "ext-curl": "*",
417 + "ext-json": "*",
418 + "ext-mbstring": "*",
419 + "php": ">=5.6.0"
420 + },
421 + "require-dev": {
422 + "friendsofphp/php-cs-fixer": "3.5.0",
423 + "phpstan/phpstan": "^1.2",
424 + "phpunit/phpunit": "^5.7 || ^9.0",
425 + "squizlabs/php_codesniffer": "^3.3"
426 + },
427 + "time": "2022-05-05T17:18:02+00:00",
428 + "type": "library",
429 + "extra": {
430 + "branch-alias": {
431 + "dev-master": "2.0-dev"
432 + }
433 + },
434 + "installation-source": "dist",
435 + "autoload": {
436 + "psr-4": {
437 + "Stripe\\": "lib/"
438 + }
439 + },
440 + "notification-url": "https://packagist.org/downloads/",
441 + "license": [
442 + "MIT"
443 + ],
444 + "authors": [
445 + {
446 + "name": "Stripe and contributors",
447 + "homepage": "https://github.com/stripe/stripe-php/contributors"
448 + }
449 + ],
450 + "description": "Stripe PHP Library",
451 + "homepage": "https://stripe.com/",
452 + "keywords": [
453 + "api",
454 + "payment processing",
455 + "stripe"
456 + ],
457 + "support": {
458 + "issues": "https://github.com/stripe/stripe-php/issues",
459 + "source": "https://github.com/stripe/stripe-php/tree/v7.128.0"
460 + },
461 + "install-path": "../stripe/stripe-php"
35 462 },
36 - "installation-source": "dist",
37 - "autoload": {
38 - "psr-4": {
39 - "Composer\\Installers\\": "src/Composer/Installers"
40 - }
463 + {
464 + "name": "symfony/deprecation-contracts",
465 + "version": "v2.5.4",
466 + "version_normalized": "2.5.4.0",
467 + "source": {
468 + "type": "git",
469 + "url": "https://github.com/symfony/deprecation-contracts.git",
470 + "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918"
471 + },
472 + "dist": {
473 + "type": "zip",
474 + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918",
475 + "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918",
476 + "shasum": ""
477 + },
478 + "require": {
479 + "php": ">=7.1"
480 + },
481 + "time": "2024-09-25T14:11:13+00:00",
482 + "type": "library",
483 + "extra": {
484 + "thanks": {
485 + "url": "https://github.com/symfony/contracts",
486 + "name": "symfony/contracts"
487 + },
488 + "branch-alias": {
489 + "dev-main": "2.5-dev"
490 + }
491 + },
492 + "installation-source": "dist",
493 + "autoload": {
494 + "files": [
495 + "function.php"
496 + ]
497 + },
498 + "notification-url": "https://packagist.org/downloads/",
499 + "license": [
500 + "MIT"
501 + ],
502 + "authors": [
503 + {
504 + "name": "Nicolas Grekas",
505 + "email": "[email protected]"
506 + },
507 + {
508 + "name": "Symfony Community",
509 + "homepage": "https://symfony.com/contributors"
510 + }
511 + ],
512 + "description": "A generic function and convention to trigger deprecation notices",
513 + "homepage": "https://symfony.com",
514 + "support": {
515 + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.4"
516 + },
517 + "funding": [
518 + {
519 + "url": "https://symfony.com/sponsor",
520 + "type": "custom"
521 + },
522 + {
523 + "url": "https://github.com/fabpot",
524 + "type": "github"
525 + },
526 + {
527 + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
528 + "type": "tidelift"
529 + }
530 + ],
531 + "install-path": "../symfony/deprecation-contracts"
41 532 },
42 - "notification-url": "https://packagist.org/downloads/",
43 - "license": [
44 - "MIT"
45 - ],
46 - "authors": [
47 - {
48 - "name": "Kyle Robinson Young",
49 - "email": "[email protected]",
50 - "homepage": "https://github.com/shama"
51 - }
52 - ],
53 - "description": "A multi-framework Composer library installer",
54 - "homepage": "https://composer.github.io/installers/",
55 - "keywords": [
56 - "Craft",
57 - "Dolibarr",
58 - "Eliasis",
59 - "Hurad",
60 - "ImageCMS",
61 - "Kanboard",
62 - "Lan Management System",
63 - "MODX Evo",
64 - "Mautic",
65 - "Maya",
66 - "OXID",
67 - "Plentymarkets",
68 - "Porto",
69 - "RadPHP",
70 - "SMF",
71 - "Thelia",
72 - "WolfCMS",
73 - "agl",
74 - "aimeos",
75 - "annotatecms",
76 - "attogram",
77 - "bitrix",
78 - "cakephp",
79 - "chef",
80 - "cockpit",
81 - "codeigniter",
82 - "concrete5",
83 - "croogo",
84 - "dokuwiki",
85 - "drupal",
86 - "eZ Platform",
87 - "elgg",
88 - "expressionengine",
89 - "fuelphp",
90 - "grav",
91 - "installer",
92 - "itop",
93 - "joomla",
94 - "kohana",
95 - "laravel",
96 - "lavalite",
97 - "lithium",
98 - "magento",
99 - "majima",
100 - "mako",
101 - "mediawiki",
102 - "modulework",
103 - "modx",
104 - "moodle",
105 - "osclass",
106 - "phpbb",
107 - "piwik",
108 - "ppi",
109 - "puppet",
110 - "pxcms",
111 - "reindex",
112 - "roundcube",
113 - "shopware",
114 - "silverstripe",
115 - "sydes",
116 - "symfony",
117 - "typo3",
118 - "wordpress",
119 - "yawik",
120 - "zend",
121 - "zikula"
122 - ]
123 - },
124 - {
125 - "name": "tecnickcom/tcpdf",
126 - "version": "6.2.17",
127 - "version_normalized": "6.2.17.0",
128 - "source": {
129 - "type": "git",
130 - "url": "https://github.com/tecnickcom/TCPDF.git",
131 - "reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53"
533 + {
534 + "name": "symfony/polyfill-php80",
535 + "version": "v1.36.0",
536 + "version_normalized": "1.36.0.0",
537 + "source": {
538 + "type": "git",
539 + "url": "https://github.com/symfony/polyfill-php80.git",
540 + "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411"
541 + },
542 + "dist": {
543 + "type": "zip",
544 + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dfb55726c3a76ea3b6459fcfda1ec2d80a682411",
545 + "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411",
546 + "shasum": ""
547 + },
548 + "require": {
549 + "php": ">=7.2"
550 + },
551 + "time": "2026-04-10T16:19:22+00:00",
552 + "type": "library",
553 + "extra": {
554 + "thanks": {
555 + "url": "https://github.com/symfony/polyfill",
556 + "name": "symfony/polyfill"
557 + }
558 + },
559 + "installation-source": "dist",
560 + "autoload": {
561 + "files": [
562 + "bootstrap.php"
563 + ],
564 + "psr-4": {
565 + "Symfony\\Polyfill\\Php80\\": ""
566 + },
567 + "classmap": [
568 + "Resources/stubs"
569 + ]
570 + },
571 + "notification-url": "https://packagist.org/downloads/",
572 + "license": [
573 + "MIT"
574 + ],
575 + "authors": [
576 + {
577 + "name": "Ion Bazan",
578 + "email": "[email protected]"
579 + },
580 + {
581 + "name": "Nicolas Grekas",
582 + "email": "[email protected]"
583 + },
584 + {
585 + "name": "Symfony Community",
586 + "homepage": "https://symfony.com/contributors"
587 + }
588 + ],
589 + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
590 + "homepage": "https://symfony.com",
591 + "keywords": [
592 + "compatibility",
593 + "polyfill",
594 + "portable",
595 + "shim"
596 + ],
597 + "support": {
598 + "source": "https://github.com/symfony/polyfill-php80/tree/v1.36.0"
599 + },
600 + "funding": [
601 + {
602 + "url": "https://symfony.com/sponsor",
603 + "type": "custom"
604 + },
605 + {
606 + "url": "https://github.com/fabpot",
607 + "type": "github"
608 + },
609 + {
610 + "url": "https://github.com/nicolas-grekas",
611 + "type": "github"
612 + },
613 + {
614 + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
615 + "type": "tidelift"
616 + }
617 + ],
618 + "install-path": "../symfony/polyfill-php80"
132 619 },
133 - "dist": {
134 - "type": "zip",
135 - "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/64fc19439863e1b1314487a72a74d9bfd0b55a53",
136 - "reference": "64fc19439863e1b1314487a72a74d9bfd0b55a53",
137 - "shasum": ""
620 + {
621 + "name": "tecnickcom/tcpdf",
622 + "version": "6.11.3",
623 + "version_normalized": "6.11.3.0",
624 + "source": {
625 + "type": "git",
626 + "url": "https://github.com/tecnickcom/TCPDF.git",
627 + "reference": "b18f6119161019916c5bb07cb8da5205ae5c1b63"
628 + },
629 + "dist": {
630 + "type": "zip",
631 + "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/b18f6119161019916c5bb07cb8da5205ae5c1b63",
632 + "reference": "b18f6119161019916c5bb07cb8da5205ae5c1b63",
633 + "shasum": ""
634 + },
635 + "require": {
636 + "ext-curl": "*",
637 + "php": ">=7.1.0"
638 + },
639 + "suggest": {
640 + "ext-gd": "Enables additional image handling in some workflows.",
641 + "ext-imagick": "Enables additional image format support when available.",
642 + "ext-zlib": "Recommended for compressed streams and related features.",
643 + "tecnickcom/tc-lib-pdf": "Modern replacement for TCPDF for new projects."
644 + },
645 + "time": "2026-04-21T17:00:18+00:00",
646 + "type": "library",
647 + "installation-source": "dist",
648 + "autoload": {
649 + "classmap": [
650 + "config",
651 + "include",
652 + "tcpdf.php",
653 + "tcpdf_barcodes_1d.php",
654 + "tcpdf_barcodes_2d.php",
655 + "include/tcpdf_colors.php",
656 + "include/tcpdf_filters.php",
657 + "include/tcpdf_font_data.php",
658 + "include/tcpdf_fonts.php",
659 + "include/tcpdf_images.php",
660 + "include/tcpdf_static.php",
661 + "include/barcodes/datamatrix.php",
662 + "include/barcodes/pdf417.php",
663 + "include/barcodes/qrcode.php"
664 + ]
665 + },
666 + "notification-url": "https://packagist.org/downloads/",
667 + "license": [
668 + "LGPL-3.0-or-later"
669 + ],
670 + "authors": [
671 + {
672 + "name": "Nicola Asuni",
673 + "email": "[email protected]",
674 + "role": "lead"
675 + }
676 + ],
677 + "description": "Deprecated legacy PDF engine for PHP. For new projects use tecnickcom/tc-lib-pdf.",
678 + "homepage": "https://tcpdf.org",
679 + "keywords": [
680 + "PDFD32000-2008",
681 + "TCPDF",
682 + "barcodes",
683 + "datamatrix",
684 + "pdf",
685 + "pdf417",
686 + "qrcode"
687 + ],
688 + "support": {
689 + "issues": "https://github.com/tecnickcom/TCPDF/issues",
690 + "source": "https://github.com/tecnickcom/TCPDF"
691 + },
692 + "funding": [
693 + {
694 + "url": "https://www.paypal.com/donate/?hosted_button_id=NZUEC5XS8MFBJ",
695 + "type": "paypal"
696 + }
697 + ],
698 + "install-path": "../tecnickcom/tcpdf"
138 699 },
139 - "require": {
140 - "php": ">=5.3.0"
141 - },
142 - "time": "2018-02-24T11:48:20+00:00",
143 - "type": "library",
144 - "installation-source": "dist",
145 - "autoload": {
146 - "classmap": [
147 - "config",
148 - "include",
149 - "tcpdf.php",
150 - "tcpdf_parser.php",
151 - "tcpdf_import.php",
152 - "tcpdf_barcodes_1d.php",
153 - "tcpdf_barcodes_2d.php",
154 - "include/tcpdf_colors.php",
155 - "include/tcpdf_filters.php",
156 - "include/tcpdf_font_data.php",
157 - "include/tcpdf_fonts.php",
158 - "include/tcpdf_images.php",
159 - "include/tcpdf_static.php",
160 - "include/barcodes/datamatrix.php",
161 - "include/barcodes/pdf417.php",
162 - "include/barcodes/qrcode.php"
163 - ]
164 - },
165 - "notification-url": "https://packagist.org/downloads/",
166 - "license": [
167 - "LGPL-3.0"
168 - ],
169 - "authors": [
170 - {
171 - "name": "Nicola Asuni",
172 - "email": "[email protected]",
173 - "role": "lead"
174 - }
175 - ],
176 - "description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
177 - "homepage": "http://www.tcpdf.org/",
178 - "keywords": [
179 - "PDFD32000-2008",
180 - "TCPDF",
181 - "barcodes",
182 - "datamatrix",
183 - "pdf",
184 - "pdf417",
185 - "qrcode"
186 - ]
187 - },
188 - {
189 - "name": "squizlabs/php_codesniffer",
190 - "version": "3.3.1",
191 - "version_normalized": "3.3.1.0",
192 - "source": {
193 - "type": "git",
194 - "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
195 - "reference": "628a481780561150481a9ec74709092b9759b3ec"
196 - },
197 - "dist": {
198 - "type": "zip",
199 - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/628a481780561150481a9ec74709092b9759b3ec",
200 - "reference": "628a481780561150481a9ec74709092b9759b3ec",
201 - "shasum": ""
202 - },
203 - "require": {
204 - "ext-simplexml": "*",
205 - "ext-tokenizer": "*",
206 - "ext-xmlwriter": "*",
207 - "php": ">=5.4.0"
208 - },
209 - "require-dev": {
210 - "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
211 - },
212 - "time": "2018-07-26T23:47:18+00:00",
213 - "bin": [
214 - "bin/phpcs",
215 - "bin/phpcbf"
216 - ],
217 - "type": "library",
218 - "extra": {
219 - "branch-alias": {
220 - "dev-master": "3.x-dev"
221 - }
222 - },
223 - "installation-source": "dist",
224 - "notification-url": "https://packagist.org/downloads/",
225 - "license": [
226 - "BSD-3-Clause"
227 - ],
228 - "authors": [
229 - {
230 - "name": "Greg Sherwood",
231 - "role": "lead"
232 - }
233 - ],
234 - "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
235 - "homepage": "http://www.squizlabs.com/php-codesniffer",
236 - "keywords": [
237 - "phpcs",
238 - "standards"
239 - ]
240 - },
241 - {
242 - "name": "wimg/php-compatibility",
243 - "version": "8.2.0",
244 - "version_normalized": "8.2.0.0",
245 - "source": {
246 - "type": "git",
247 - "url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
248 - "reference": "eaf613c1a8265bcfd7b0ab690783f2aef519f78a"
249 - },
250 - "dist": {
251 - "type": "zip",
252 - "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/eaf613c1a8265bcfd7b0ab690783f2aef519f78a",
253 - "reference": "eaf613c1a8265bcfd7b0ab690783f2aef519f78a",
254 - "shasum": ""
255 - },
256 - "require": {
257 - "php": ">=5.3",
258 - "squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
259 - },
260 - "conflict": {
261 - "squizlabs/php_codesniffer": "2.6.2"
262 - },
263 - "require-dev": {
264 - "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
265 - },
266 - "suggest": {
267 - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
268 - "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
269 - },
270 - "time": "2018-07-17T13:42:26+00:00",
271 - "type": "phpcodesniffer-standard",
272 - "installation-source": "dist",
273 - "autoload": {
274 - "psr-4": {
275 - "PHPCompatibility\\": "PHPCompatibility/"
276 - }
277 - },
278 - "notification-url": "https://packagist.org/downloads/",
279 - "license": [
280 - "LGPL-3.0-or-later"
281 - ],
282 - "authors": [
283 - {
284 - "name": "Wim Godden",
285 - "role": "lead"
286 - }
287 - ],
288 - "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP version compatibility.",
289 - "homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
290 - "keywords": [
291 - "compatibility",
292 - "phpcs",
293 - "standards"
294 - ]
295 - },
296 - {
297 - "name": "wp-coding-standards/wpcs",
298 - "version": "1.0.0",
299 - "version_normalized": "1.0.0.0",
300 - "source": {
301 - "type": "git",
302 - "url": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards.git",
303 - "reference": "539c6d74e6207daa22b7ea754d6f103e9abb2755"
304 - },
305 - "dist": {
306 - "type": "zip",
307 - "url": "https://api.github.com/repos/WordPress-Coding-Standards/WordPress-Coding-Standards/zipball/539c6d74e6207daa22b7ea754d6f103e9abb2755",
308 - "reference": "539c6d74e6207daa22b7ea754d6f103e9abb2755",
309 - "shasum": ""
310 - },
311 - "require": {
312 - "php": ">=5.3",
313 - "squizlabs/php_codesniffer": "^2.9.0 || ^3.0.2"
314 - },
315 - "require-dev": {
316 - "phpcompatibility/php-compatibility": "*"
317 - },
318 - "suggest": {
319 - "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
320 - },
321 - "time": "2018-07-25T18:10:35+00:00",
322 - "type": "phpcodesniffer-standard",
323 - "installation-source": "dist",
324 - "notification-url": "https://packagist.org/downloads/",
325 - "license": [
326 - "MIT"
327 - ],
328 - "authors": [
329 - {
330 - "name": "Contributors",
331 - "homepage": "https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/graphs/contributors"
332 - }
333 - ],
334 - "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
335 - "keywords": [
336 - "phpcs",
337 - "standards",
338 - "wordpress"
339 - ]
340 - }
341 -]
700 + {
701 + "name": "woocommerce/action-scheduler",
702 + "version": "3.9.3",
703 + "version_normalized": "3.9.3.0",
704 + "source": {
705 + "type": "git",
706 + "url": "https://github.com/woocommerce/action-scheduler.git",
707 + "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c"
708 + },
709 + "dist": {
710 + "type": "zip",
711 + "url": "https://api.github.com/repos/woocommerce/action-scheduler/zipball/c58cdbab17651303d406cd3b22cf9d75c71c986c",
712 + "reference": "c58cdbab17651303d406cd3b22cf9d75c71c986c",
713 + "shasum": ""
714 + },
715 + "require": {
716 + "php": ">=7.2"
717 + },
718 + "require-dev": {
719 + "phpunit/phpunit": "^8.5",
720 + "woocommerce/woocommerce-sniffs": "0.1.0",
721 + "wp-cli/wp-cli": "~2.5.0",
722 + "yoast/phpunit-polyfills": "^2.0"
723 + },
724 + "time": "2025-07-15T09:32:30+00:00",
725 + "type": "wordpress-plugin",
726 + "extra": {
727 + "scripts-description": {
728 + "test": "Run unit tests",
729 + "phpcs": "Analyze code against the WordPress coding standards with PHP_CodeSniffer",
730 + "phpcbf": "Fix coding standards warnings/errors automatically with PHP Code Beautifier"
731 + }
732 + },
733 + "installation-source": "dist",
734 + "notification-url": "https://packagist.org/downloads/",
735 + "license": [
736 + "GPL-3.0-or-later"
737 + ],
738 + "description": "Action Scheduler for WordPress and WooCommerce",
739 + "homepage": "https://actionscheduler.org/",
740 + "support": {
741 + "issues": "https://github.com/woocommerce/action-scheduler/issues",
742 + "source": "https://github.com/woocommerce/action-scheduler/tree/3.9.3"
743 + },
744 + "install-path": "../woocommerce/action-scheduler"
745 + }
746 + ],
747 + "dev": false,
748 + "dev-package-names": []
749 +}