PluginProbe
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript / 4.1.17
BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript v4.1.17
4.1.19 4.1.18 4.1.17 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 All 173 releases
searchpro / BerqWP / vendor / composer / installed.json

installed.json in BerqWP – All-In-One Optimization for Core Web Vitals, Cache, CDN, Images, CSS & JavaScript 4.1.17, at BerqWP/vendor/composer/installed.json

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