PluginProbe
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript / 4.0.21
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript v4.0.21
4.1.16 4.1.15 4.1.14 4.1.13 4.1.12 4.1.11 4.1.10 4.0.30 4.0.29 4.0.28 4.0.27 4.0.26 4.0.24 4.0.25 4.0.23 4.0.22 4.0.21 4.0.19 4.0.18 4.0.17 4.0.16 1.9.3 1.9.4 1.9.5 1.9.6 All 170 releases
searchpro / BerqWP / composer.lock

composer.lock in BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript 4.0.21, at BerqWP/composer.lock

853 lines 29.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "_readme": [
3 "This file locks the dependencies of your project to a known state",
4 "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5 "This file is @generated automatically"
6 ],
7 "content-hash": "0d5d023c13cb79887329403f8fe3eabb",
8 "packages": [
9 {
10 "name": "guzzlehttp/guzzle",
11 "version": "7.10.0",
12 "source": {
13 "type": "git",
14 "url": "https://github.com/guzzle/guzzle.git",
15 "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4"
16 },
17 "dist": {
18 "type": "zip",
19 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
20 "reference": "b51ac707cfa420b7bfd4e4d5e510ba8008e822b4",
21 "shasum": ""
22 },
23 "require": {
24 "ext-json": "*",
25 "guzzlehttp/promises": "^2.3",
26 "guzzlehttp/psr7": "^2.8",
27 "php": "^7.2.5 || ^8.0",
28 "psr/http-client": "^1.0",
29 "symfony/deprecation-contracts": "^2.2 || ^3.0"
30 },
31 "provide": {
32 "psr/http-client-implementation": "1.0"
33 },
34 "require-dev": {
35 "bamarni/composer-bin-plugin": "^1.8.2",
36 "ext-curl": "*",
37 "guzzle/client-integration-tests": "3.0.2",
38 "php-http/message-factory": "^1.1",
39 "phpunit/phpunit": "^8.5.39 || ^9.6.20",
40 "psr/log": "^1.1 || ^2.0 || ^3.0"
41 },
42 "suggest": {
43 "ext-curl": "Required for CURL handler support",
44 "ext-intl": "Required for Internationalized Domain Name (IDN) support",
45 "psr/log": "Required for using the Log middleware"
46 },
47 "type": "library",
48 "extra": {
49 "bamarni-bin": {
50 "bin-links": true,
51 "forward-command": false
52 }
53 },
54 "autoload": {
55 "files": [
56 "src/functions_include.php"
57 ],
58 "psr-4": {
59 "GuzzleHttp\\": "src/"
60 }
61 },
62 "notification-url": "https://packagist.org/downloads/",
63 "license": [
64 "MIT"
65 ],
66 "authors": [
67 {
68 "name": "Graham Campbell",
69 "email": "hello@gjcampbell.co.uk",
70 "homepage": "https://github.com/GrahamCampbell"
71 },
72 {
73 "name": "Michael Dowling",
74 "email": "mtdowling@gmail.com",
75 "homepage": "https://github.com/mtdowling"
76 },
77 {
78 "name": "Jeremy Lindblom",
79 "email": "jeremeamia@gmail.com",
80 "homepage": "https://github.com/jeremeamia"
81 },
82 {
83 "name": "George Mponos",
84 "email": "gmponos@gmail.com",
85 "homepage": "https://github.com/gmponos"
86 },
87 {
88 "name": "Tobias Nyholm",
89 "email": "tobias.nyholm@gmail.com",
90 "homepage": "https://github.com/Nyholm"
91 },
92 {
93 "name": "Márk Sági-Kazár",
94 "email": "mark.sagikazar@gmail.com",
95 "homepage": "https://github.com/sagikazarmark"
96 },
97 {
98 "name": "Tobias Schultze",
99 "email": "webmaster@tubo-world.de",
100 "homepage": "https://github.com/Tobion"
101 }
102 ],
103 "description": "Guzzle is a PHP HTTP client library",
104 "keywords": [
105 "client",
106 "curl",
107 "framework",
108 "http",
109 "http client",
110 "psr-18",
111 "psr-7",
112 "rest",
113 "web service"
114 ],
115 "support": {
116 "issues": "https://github.com/guzzle/guzzle/issues",
117 "source": "https://github.com/guzzle/guzzle/tree/7.10.0"
118 },
119 "funding": [
120 {
121 "url": "https://github.com/GrahamCampbell",
122 "type": "github"
123 },
124 {
125 "url": "https://github.com/Nyholm",
126 "type": "github"
127 },
128 {
129 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
130 "type": "tidelift"
131 }
132 ],
133 "time": "2025-08-23T22:36:01+00:00"
134 },
135 {
136 "name": "guzzlehttp/promises",
137 "version": "2.3.0",
138 "source": {
139 "type": "git",
140 "url": "https://github.com/guzzle/promises.git",
141 "reference": "481557b130ef3790cf82b713667b43030dc9c957"
142 },
143 "dist": {
144 "type": "zip",
145 "url": "https://api.github.com/repos/guzzle/promises/zipball/481557b130ef3790cf82b713667b43030dc9c957",
146 "reference": "481557b130ef3790cf82b713667b43030dc9c957",
147 "shasum": ""
148 },
149 "require": {
150 "php": "^7.2.5 || ^8.0"
151 },
152 "require-dev": {
153 "bamarni/composer-bin-plugin": "^1.8.2",
154 "phpunit/phpunit": "^8.5.44 || ^9.6.25"
155 },
156 "type": "library",
157 "extra": {
158 "bamarni-bin": {
159 "bin-links": true,
160 "forward-command": false
161 }
162 },
163 "autoload": {
164 "psr-4": {
165 "GuzzleHttp\\Promise\\": "src/"
166 }
167 },
168 "notification-url": "https://packagist.org/downloads/",
169 "license": [
170 "MIT"
171 ],
172 "authors": [
173 {
174 "name": "Graham Campbell",
175 "email": "hello@gjcampbell.co.uk",
176 "homepage": "https://github.com/GrahamCampbell"
177 },
178 {
179 "name": "Michael Dowling",
180 "email": "mtdowling@gmail.com",
181 "homepage": "https://github.com/mtdowling"
182 },
183 {
184 "name": "Tobias Nyholm",
185 "email": "tobias.nyholm@gmail.com",
186 "homepage": "https://github.com/Nyholm"
187 },
188 {
189 "name": "Tobias Schultze",
190 "email": "webmaster@tubo-world.de",
191 "homepage": "https://github.com/Tobion"
192 }
193 ],
194 "description": "Guzzle promises library",
195 "keywords": [
196 "promise"
197 ],
198 "support": {
199 "issues": "https://github.com/guzzle/promises/issues",
200 "source": "https://github.com/guzzle/promises/tree/2.3.0"
201 },
202 "funding": [
203 {
204 "url": "https://github.com/GrahamCampbell",
205 "type": "github"
206 },
207 {
208 "url": "https://github.com/Nyholm",
209 "type": "github"
210 },
211 {
212 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
213 "type": "tidelift"
214 }
215 ],
216 "time": "2025-08-22T14:34:08+00:00"
217 },
218 {
219 "name": "guzzlehttp/psr7",
220 "version": "2.9.0",
221 "source": {
222 "type": "git",
223 "url": "https://github.com/guzzle/psr7.git",
224 "reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884"
225 },
226 "dist": {
227 "type": "zip",
228 "url": "https://api.github.com/repos/guzzle/psr7/zipball/7d0ed42f28e42d61352a7a79de682e5e67fec884",
229 "reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884",
230 "shasum": ""
231 },
232 "require": {
233 "php": "^7.2.5 || ^8.0",
234 "psr/http-factory": "^1.0",
235 "psr/http-message": "^1.1 || ^2.0",
236 "ralouphie/getallheaders": "^3.0"
237 },
238 "provide": {
239 "psr/http-factory-implementation": "1.0",
240 "psr/http-message-implementation": "1.0"
241 },
242 "require-dev": {
243 "bamarni/composer-bin-plugin": "^1.8.2",
244 "http-interop/http-factory-tests": "0.9.0",
245 "jshttp/mime-db": "1.54.0.1",
246 "phpunit/phpunit": "^8.5.44 || ^9.6.25"
247 },
248 "suggest": {
249 "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
250 },
251 "type": "library",
252 "extra": {
253 "bamarni-bin": {
254 "bin-links": true,
255 "forward-command": false
256 }
257 },
258 "autoload": {
259 "psr-4": {
260 "GuzzleHttp\\Psr7\\": "src/"
261 }
262 },
263 "notification-url": "https://packagist.org/downloads/",
264 "license": [
265 "MIT"
266 ],
267 "authors": [
268 {
269 "name": "Graham Campbell",
270 "email": "hello@gjcampbell.co.uk",
271 "homepage": "https://github.com/GrahamCampbell"
272 },
273 {
274 "name": "Michael Dowling",
275 "email": "mtdowling@gmail.com",
276 "homepage": "https://github.com/mtdowling"
277 },
278 {
279 "name": "George Mponos",
280 "email": "gmponos@gmail.com",
281 "homepage": "https://github.com/gmponos"
282 },
283 {
284 "name": "Tobias Nyholm",
285 "email": "tobias.nyholm@gmail.com",
286 "homepage": "https://github.com/Nyholm"
287 },
288 {
289 "name": "Márk Sági-Kazár",
290 "email": "mark.sagikazar@gmail.com",
291 "homepage": "https://github.com/sagikazarmark"
292 },
293 {
294 "name": "Tobias Schultze",
295 "email": "webmaster@tubo-world.de",
296 "homepage": "https://github.com/Tobion"
297 },
298 {
299 "name": "Márk Sági-Kazár",
300 "email": "mark.sagikazar@gmail.com",
301 "homepage": "https://sagikazarmark.hu"
302 }
303 ],
304 "description": "PSR-7 message implementation that also provides common utility methods",
305 "keywords": [
306 "http",
307 "message",
308 "psr-7",
309 "request",
310 "response",
311 "stream",
312 "uri",
313 "url"
314 ],
315 "support": {
316 "issues": "https://github.com/guzzle/psr7/issues",
317 "source": "https://github.com/guzzle/psr7/tree/2.9.0"
318 },
319 "funding": [
320 {
321 "url": "https://github.com/GrahamCampbell",
322 "type": "github"
323 },
324 {
325 "url": "https://github.com/Nyholm",
326 "type": "github"
327 },
328 {
329 "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
330 "type": "tidelift"
331 }
332 ],
333 "time": "2026-03-10T16:41:02+00:00"
334 },
335 {
336 "name": "psr/http-client",
337 "version": "1.0.3",
338 "source": {
339 "type": "git",
340 "url": "https://github.com/php-fig/http-client.git",
341 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
342 },
343 "dist": {
344 "type": "zip",
345 "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
346 "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
347 "shasum": ""
348 },
349 "require": {
350 "php": "^7.0 || ^8.0",
351 "psr/http-message": "^1.0 || ^2.0"
352 },
353 "type": "library",
354 "extra": {
355 "branch-alias": {
356 "dev-master": "1.0.x-dev"
357 }
358 },
359 "autoload": {
360 "psr-4": {
361 "Psr\\Http\\Client\\": "src/"
362 }
363 },
364 "notification-url": "https://packagist.org/downloads/",
365 "license": [
366 "MIT"
367 ],
368 "authors": [
369 {
370 "name": "PHP-FIG",
371 "homepage": "https://www.php-fig.org/"
372 }
373 ],
374 "description": "Common interface for HTTP clients",
375 "homepage": "https://github.com/php-fig/http-client",
376 "keywords": [
377 "http",
378 "http-client",
379 "psr",
380 "psr-18"
381 ],
382 "support": {
383 "source": "https://github.com/php-fig/http-client"
384 },
385 "time": "2023-09-23T14:17:50+00:00"
386 },
387 {
388 "name": "psr/http-factory",
389 "version": "1.1.0",
390 "source": {
391 "type": "git",
392 "url": "https://github.com/php-fig/http-factory.git",
393 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a"
394 },
395 "dist": {
396 "type": "zip",
397 "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
398 "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a",
399 "shasum": ""
400 },
401 "require": {
402 "php": ">=7.1",
403 "psr/http-message": "^1.0 || ^2.0"
404 },
405 "type": "library",
406 "extra": {
407 "branch-alias": {
408 "dev-master": "1.0.x-dev"
409 }
410 },
411 "autoload": {
412 "psr-4": {
413 "Psr\\Http\\Message\\": "src/"
414 }
415 },
416 "notification-url": "https://packagist.org/downloads/",
417 "license": [
418 "MIT"
419 ],
420 "authors": [
421 {
422 "name": "PHP-FIG",
423 "homepage": "https://www.php-fig.org/"
424 }
425 ],
426 "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
427 "keywords": [
428 "factory",
429 "http",
430 "message",
431 "psr",
432 "psr-17",
433 "psr-7",
434 "request",
435 "response"
436 ],
437 "support": {
438 "source": "https://github.com/php-fig/http-factory"
439 },
440 "time": "2024-04-15T12:06:14+00:00"
441 },
442 {
443 "name": "psr/http-message",
444 "version": "2.0",
445 "source": {
446 "type": "git",
447 "url": "https://github.com/php-fig/http-message.git",
448 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
449 },
450 "dist": {
451 "type": "zip",
452 "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
453 "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
454 "shasum": ""
455 },
456 "require": {
457 "php": "^7.2 || ^8.0"
458 },
459 "type": "library",
460 "extra": {
461 "branch-alias": {
462 "dev-master": "2.0.x-dev"
463 }
464 },
465 "autoload": {
466 "psr-4": {
467 "Psr\\Http\\Message\\": "src/"
468 }
469 },
470 "notification-url": "https://packagist.org/downloads/",
471 "license": [
472 "MIT"
473 ],
474 "authors": [
475 {
476 "name": "PHP-FIG",
477 "homepage": "https://www.php-fig.org/"
478 }
479 ],
480 "description": "Common interface for HTTP messages",
481 "homepage": "https://github.com/php-fig/http-message",
482 "keywords": [
483 "http",
484 "http-message",
485 "psr",
486 "psr-7",
487 "request",
488 "response"
489 ],
490 "support": {
491 "source": "https://github.com/php-fig/http-message/tree/2.0"
492 },
493 "time": "2023-04-04T09:54:51+00:00"
494 },
495 {
496 "name": "ralouphie/getallheaders",
497 "version": "3.0.3",
498 "source": {
499 "type": "git",
500 "url": "https://github.com/ralouphie/getallheaders.git",
501 "reference": "120b605dfeb996808c31b6477290a714d356e822"
502 },
503 "dist": {
504 "type": "zip",
505 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
506 "reference": "120b605dfeb996808c31b6477290a714d356e822",
507 "shasum": ""
508 },
509 "require": {
510 "php": ">=5.6"
511 },
512 "require-dev": {
513 "php-coveralls/php-coveralls": "^2.1",
514 "phpunit/phpunit": "^5 || ^6.5"
515 },
516 "type": "library",
517 "autoload": {
518 "files": [
519 "src/getallheaders.php"
520 ]
521 },
522 "notification-url": "https://packagist.org/downloads/",
523 "license": [
524 "MIT"
525 ],
526 "authors": [
527 {
528 "name": "Ralph Khattar",
529 "email": "ralph.khattar@gmail.com"
530 }
531 ],
532 "description": "A polyfill for getallheaders.",
533 "support": {
534 "issues": "https://github.com/ralouphie/getallheaders/issues",
535 "source": "https://github.com/ralouphie/getallheaders/tree/develop"
536 },
537 "time": "2019-03-08T08:55:37+00:00"
538 },
539 {
540 "name": "symfony/css-selector",
541 "version": "v5.4.45",
542 "source": {
543 "type": "git",
544 "url": "https://github.com/symfony/css-selector.git",
545 "reference": "4f7f3c35fba88146b56d0025d20ace3f3901f097"
546 },
547 "dist": {
548 "type": "zip",
549 "url": "https://api.github.com/repos/symfony/css-selector/zipball/4f7f3c35fba88146b56d0025d20ace3f3901f097",
550 "reference": "4f7f3c35fba88146b56d0025d20ace3f3901f097",
551 "shasum": ""
552 },
553 "require": {
554 "php": ">=7.2.5",
555 "symfony/polyfill-php80": "^1.16"
556 },
557 "type": "library",
558 "autoload": {
559 "psr-4": {
560 "Symfony\\Component\\CssSelector\\": ""
561 },
562 "exclude-from-classmap": [
563 "/Tests/"
564 ]
565 },
566 "notification-url": "https://packagist.org/downloads/",
567 "license": [
568 "MIT"
569 ],
570 "authors": [
571 {
572 "name": "Fabien Potencier",
573 "email": "fabien@symfony.com"
574 },
575 {
576 "name": "Jean-François Simon",
577 "email": "jeanfrancois.simon@sensiolabs.com"
578 },
579 {
580 "name": "Symfony Community",
581 "homepage": "https://symfony.com/contributors"
582 }
583 ],
584 "description": "Converts CSS selectors to XPath expressions",
585 "homepage": "https://symfony.com",
586 "support": {
587 "source": "https://github.com/symfony/css-selector/tree/v5.4.45"
588 },
589 "funding": [
590 {
591 "url": "https://symfony.com/sponsor",
592 "type": "custom"
593 },
594 {
595 "url": "https://github.com/fabpot",
596 "type": "github"
597 },
598 {
599 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
600 "type": "tidelift"
601 }
602 ],
603 "time": "2024-09-25T14:11:13+00:00"
604 },
605 {
606 "name": "symfony/deprecation-contracts",
607 "version": "v2.5.4",
608 "source": {
609 "type": "git",
610 "url": "https://github.com/symfony/deprecation-contracts.git",
611 "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918"
612 },
613 "dist": {
614 "type": "zip",
615 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918",
616 "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918",
617 "shasum": ""
618 },
619 "require": {
620 "php": ">=7.1"
621 },
622 "type": "library",
623 "extra": {
624 "thanks": {
625 "url": "https://github.com/symfony/contracts",
626 "name": "symfony/contracts"
627 },
628 "branch-alias": {
629 "dev-main": "2.5-dev"
630 }
631 },
632 "autoload": {
633 "files": [
634 "function.php"
635 ]
636 },
637 "notification-url": "https://packagist.org/downloads/",
638 "license": [
639 "MIT"
640 ],
641 "authors": [
642 {
643 "name": "Nicolas Grekas",
644 "email": "p@tchwork.com"
645 },
646 {
647 "name": "Symfony Community",
648 "homepage": "https://symfony.com/contributors"
649 }
650 ],
651 "description": "A generic function and convention to trigger deprecation notices",
652 "homepage": "https://symfony.com",
653 "support": {
654 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.4"
655 },
656 "funding": [
657 {
658 "url": "https://symfony.com/sponsor",
659 "type": "custom"
660 },
661 {
662 "url": "https://github.com/fabpot",
663 "type": "github"
664 },
665 {
666 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
667 "type": "tidelift"
668 }
669 ],
670 "time": "2024-09-25T14:11:13+00:00"
671 },
672 {
673 "name": "symfony/polyfill-php80",
674 "version": "v1.34.0",
675 "source": {
676 "type": "git",
677 "url": "https://github.com/symfony/polyfill-php80.git",
678 "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411"
679 },
680 "dist": {
681 "type": "zip",
682 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dfb55726c3a76ea3b6459fcfda1ec2d80a682411",
683 "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411",
684 "shasum": ""
685 },
686 "require": {
687 "php": ">=7.2"
688 },
689 "type": "library",
690 "extra": {
691 "thanks": {
692 "url": "https://github.com/symfony/polyfill",
693 "name": "symfony/polyfill"
694 }
695 },
696 "autoload": {
697 "files": [
698 "bootstrap.php"
699 ],
700 "psr-4": {
701 "Symfony\\Polyfill\\Php80\\": ""
702 },
703 "classmap": [
704 "Resources/stubs"
705 ]
706 },
707 "notification-url": "https://packagist.org/downloads/",
708 "license": [
709 "MIT"
710 ],
711 "authors": [
712 {
713 "name": "Ion Bazan",
714 "email": "ion.bazan@gmail.com"
715 },
716 {
717 "name": "Nicolas Grekas",
718 "email": "p@tchwork.com"
719 },
720 {
721 "name": "Symfony Community",
722 "homepage": "https://symfony.com/contributors"
723 }
724 ],
725 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
726 "homepage": "https://symfony.com",
727 "keywords": [
728 "compatibility",
729 "polyfill",
730 "portable",
731 "shim"
732 ],
733 "support": {
734 "source": "https://github.com/symfony/polyfill-php80/tree/v1.34.0"
735 },
736 "funding": [
737 {
738 "url": "https://symfony.com/sponsor",
739 "type": "custom"
740 },
741 {
742 "url": "https://github.com/fabpot",
743 "type": "github"
744 },
745 {
746 "url": "https://github.com/nicolas-grekas",
747 "type": "github"
748 },
749 {
750 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
751 "type": "tidelift"
752 }
753 ],
754 "time": "2026-04-10T16:19:22+00:00"
755 },
756 {
757 "name": "voku/simple_html_dom",
758 "version": "4.8.10",
759 "source": {
760 "type": "git",
761 "url": "https://github.com/voku/simple_html_dom.git",
762 "reference": "716822ed52ed3a1881542be07a786270de390e99"
763 },
764 "dist": {
765 "type": "zip",
766 "url": "https://api.github.com/repos/voku/simple_html_dom/zipball/716822ed52ed3a1881542be07a786270de390e99",
767 "reference": "716822ed52ed3a1881542be07a786270de390e99",
768 "shasum": ""
769 },
770 "require": {
771 "ext-dom": "*",
772 "ext-libxml": "*",
773 "ext-simplexml": "*",
774 "php": ">=7.0.0",
775 "symfony/css-selector": "~3.0 || ~4.0 || ~5.0 || ~6.0 || ~7.0"
776 },
777 "require-dev": {
778 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
779 },
780 "suggest": {
781 "voku/portable-utf8": "If you need e.g. UTF-8 fixed output."
782 },
783 "type": "library",
784 "autoload": {
785 "psr-4": {
786 "voku\\helper\\": "src/voku/helper/"
787 }
788 },
789 "notification-url": "https://packagist.org/downloads/",
790 "license": [
791 "MIT"
792 ],
793 "authors": [
794 {
795 "name": "dimabdc",
796 "email": "support@titor.ru",
797 "homepage": "https://github.com/dimabdc",
798 "role": "Developer"
799 },
800 {
801 "name": "Lars Moelleken",
802 "homepage": "https://www.moelleken.org/",
803 "role": "Fork-Maintainer"
804 }
805 ],
806 "description": "Simple HTML DOM package.",
807 "homepage": "https://github.com/voku/simple_html_dom",
808 "keywords": [
809 "HTML Parser",
810 "dom",
811 "php dom"
812 ],
813 "support": {
814 "issues": "https://github.com/voku/simple_html_dom/issues",
815 "source": "https://github.com/voku/simple_html_dom/tree/4.8.10"
816 },
817 "funding": [
818 {
819 "url": "https://www.paypal.me/moelleken",
820 "type": "custom"
821 },
822 {
823 "url": "https://github.com/voku",
824 "type": "github"
825 },
826 {
827 "url": "https://www.patreon.com/voku",
828 "type": "patreon"
829 },
830 {
831 "url": "https://tidelift.com/funding/github/packagist/voku/simple_html_dom",
832 "type": "tidelift"
833 }
834 ],
835 "time": "2024-07-03T16:05:14+00:00"
836 }
837 ],
838 "packages-dev": [],
839 "aliases": [],
840 "minimum-stability": "stable",
841 "stability-flags": {},
842 "prefer-stable": false,
843 "prefer-lowest": false,
844 "platform": {
845 "php": ">=7.4"
846 },
847 "platform-dev": {},
848 "platform-overrides": {
849 "php": "7.4.0"
850 },
851 "plugin-api-version": "2.9.0"
852 }
853