| 1 |
[ |
| 2 |
{ |
| 3 |
"name": "amphp/amp", |
| 4 |
"version": "v2.4.4", |
| 5 |
"version_normalized": "2.4.4.0", |
| 6 |
"source": { |
| 7 |
"type": "git", |
| 8 |
"url": "https://github.com/amphp/amp.git", |
| 9 |
"reference": "1e58d53e4af390efc7813e36cd215bd82cba4b06" |
| 10 |
}, |
| 11 |
"dist": { |
| 12 |
"type": "zip", |
| 13 |
"url": "https://api.github.com/repos/amphp/amp/zipball/1e58d53e4af390efc7813e36cd215bd82cba4b06", |
| 14 |
"reference": "1e58d53e4af390efc7813e36cd215bd82cba4b06", |
| 15 |
"shasum": "" |
| 16 |
}, |
| 17 |
"require": { |
| 18 |
"php": ">=7" |
| 19 |
}, |
| 20 |
"require-dev": { |
| 21 |
"amphp/php-cs-fixer-config": "dev-master", |
| 22 |
"amphp/phpunit-util": "^1", |
| 23 |
"ext-json": "*", |
| 24 |
"jetbrains/phpstorm-stubs": "^2019.3", |
| 25 |
"phpunit/phpunit": "^6.0.9 | ^7", |
| 26 |
"react/promise": "^2", |
| 27 |
"vimeo/psalm": "^3.11@dev" |
| 28 |
}, |
| 29 |
"time": "2020-04-30T04:54:50+00:00", |
| 30 |
"type": "library", |
| 31 |
"extra": { |
| 32 |
"branch-alias": { |
| 33 |
"dev-master": "2.x-dev" |
| 34 |
} |
| 35 |
}, |
| 36 |
"installation-source": "dist", |
| 37 |
"autoload": { |
| 38 |
"psr-4": { |
| 39 |
"Amp\\": "lib" |
| 40 |
}, |
| 41 |
"files": [ |
| 42 |
"lib/functions.php", |
| 43 |
"lib/Internal/functions.php" |
| 44 |
] |
| 45 |
}, |
| 46 |
"notification-url": "https://packagist.org/downloads/", |
| 47 |
"license": [ |
| 48 |
"MIT" |
| 49 |
], |
| 50 |
"authors": [ |
| 51 |
{ |
| 52 |
"name": "Daniel Lowrey", |
| 53 |
"email": "rdlowrey@php.net" |
| 54 |
}, |
| 55 |
{ |
| 56 |
"name": "Aaron Piotrowski", |
| 57 |
"email": "aaron@trowski.com" |
| 58 |
}, |
| 59 |
{ |
| 60 |
"name": "Bob Weinand", |
| 61 |
"email": "bobwei9@hotmail.com" |
| 62 |
}, |
| 63 |
{ |
| 64 |
"name": "Niklas Keller", |
| 65 |
"email": "me@kelunik.com" |
| 66 |
} |
| 67 |
], |
| 68 |
"description": "A non-blocking concurrency framework for PHP applications.", |
| 69 |
"homepage": "http://amphp.org/amp", |
| 70 |
"keywords": [ |
| 71 |
"async", |
| 72 |
"asynchronous", |
| 73 |
"awaitable", |
| 74 |
"concurrency", |
| 75 |
"event", |
| 76 |
"event-loop", |
| 77 |
"future", |
| 78 |
"non-blocking", |
| 79 |
"promise" |
| 80 |
] |
| 81 |
}, |
| 82 |
{ |
| 83 |
"name": "symfony/css-selector", |
| 84 |
"version": "v5.0.8", |
| 85 |
"version_normalized": "5.0.8.0", |
| 86 |
"source": { |
| 87 |
"type": "git", |
| 88 |
"url": "https://github.com/symfony/css-selector.git", |
| 89 |
"reference": "5f8d5271303dad260692ba73dfa21777d38e124e" |
| 90 |
}, |
| 91 |
"dist": { |
| 92 |
"type": "zip", |
| 93 |
"url": "https://api.github.com/repos/symfony/css-selector/zipball/5f8d5271303dad260692ba73dfa21777d38e124e", |
| 94 |
"reference": "5f8d5271303dad260692ba73dfa21777d38e124e", |
| 95 |
"shasum": "" |
| 96 |
}, |
| 97 |
"require": { |
| 98 |
"php": "^7.2.5" |
| 99 |
}, |
| 100 |
"time": "2020-03-27T16:56:45+00:00", |
| 101 |
"type": "library", |
| 102 |
"extra": { |
| 103 |
"branch-alias": { |
| 104 |
"dev-master": "5.0-dev" |
| 105 |
} |
| 106 |
}, |
| 107 |
"installation-source": "dist", |
| 108 |
"autoload": { |
| 109 |
"psr-4": { |
| 110 |
"Symfony\\Component\\CssSelector\\": "" |
| 111 |
}, |
| 112 |
"exclude-from-classmap": [ |
| 113 |
"/Tests/" |
| 114 |
] |
| 115 |
}, |
| 116 |
"notification-url": "https://packagist.org/downloads/", |
| 117 |
"license": [ |
| 118 |
"MIT" |
| 119 |
], |
| 120 |
"authors": [ |
| 121 |
{ |
| 122 |
"name": "Fabien Potencier", |
| 123 |
"email": "fabien@symfony.com" |
| 124 |
}, |
| 125 |
{ |
| 126 |
"name": "Jean-François Simon", |
| 127 |
"email": "jeanfrancois.simon@sensiolabs.com" |
| 128 |
}, |
| 129 |
{ |
| 130 |
"name": "Symfony Community", |
| 131 |
"homepage": "https://symfony.com/contributors" |
| 132 |
} |
| 133 |
], |
| 134 |
"description": "Symfony CssSelector Component", |
| 135 |
"homepage": "https://symfony.com" |
| 136 |
}, |
| 137 |
{ |
| 138 |
"name": "symfony/polyfill-iconv", |
| 139 |
"version": "v1.17.0", |
| 140 |
"version_normalized": "1.17.0.0", |
| 141 |
"source": { |
| 142 |
"type": "git", |
| 143 |
"url": "https://github.com/symfony/polyfill-iconv.git", |
| 144 |
"reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424" |
| 145 |
}, |
| 146 |
"dist": { |
| 147 |
"type": "zip", |
| 148 |
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c4de7601eefbf25f9d47190abe07f79fe0a27424", |
| 149 |
"reference": "c4de7601eefbf25f9d47190abe07f79fe0a27424", |
| 150 |
"shasum": "" |
| 151 |
}, |
| 152 |
"require": { |
| 153 |
"php": ">=5.3.3" |
| 154 |
}, |
| 155 |
"suggest": { |
| 156 |
"ext-iconv": "For best performance" |
| 157 |
}, |
| 158 |
"time": "2020-05-12T16:47:27+00:00", |
| 159 |
"type": "library", |
| 160 |
"extra": { |
| 161 |
"branch-alias": { |
| 162 |
"dev-master": "1.17-dev" |
| 163 |
} |
| 164 |
}, |
| 165 |
"installation-source": "dist", |
| 166 |
"autoload": { |
| 167 |
"psr-4": { |
| 168 |
"Symfony\\Polyfill\\Iconv\\": "" |
| 169 |
}, |
| 170 |
"files": [ |
| 171 |
"bootstrap.php" |
| 172 |
] |
| 173 |
}, |
| 174 |
"notification-url": "https://packagist.org/downloads/", |
| 175 |
"license": [ |
| 176 |
"MIT" |
| 177 |
], |
| 178 |
"authors": [ |
| 179 |
{ |
| 180 |
"name": "Nicolas Grekas", |
| 181 |
"email": "p@tchwork.com" |
| 182 |
}, |
| 183 |
{ |
| 184 |
"name": "Symfony Community", |
| 185 |
"homepage": "https://symfony.com/contributors" |
| 186 |
} |
| 187 |
], |
| 188 |
"description": "Symfony polyfill for the Iconv extension", |
| 189 |
"homepage": "https://symfony.com", |
| 190 |
"keywords": [ |
| 191 |
"compatibility", |
| 192 |
"iconv", |
| 193 |
"polyfill", |
| 194 |
"portable", |
| 195 |
"shim" |
| 196 |
] |
| 197 |
}, |
| 198 |
{ |
| 199 |
"name": "symfony/polyfill-intl-grapheme", |
| 200 |
"version": "v1.17.0", |
| 201 |
"version_normalized": "1.17.0.0", |
| 202 |
"source": { |
| 203 |
"type": "git", |
| 204 |
"url": "https://github.com/symfony/polyfill-intl-grapheme.git", |
| 205 |
"reference": "e094b0770f7833fdf257e6ba4775be4e258230b2" |
| 206 |
}, |
| 207 |
"dist": { |
| 208 |
"type": "zip", |
| 209 |
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/e094b0770f7833fdf257e6ba4775be4e258230b2", |
| 210 |
"reference": "e094b0770f7833fdf257e6ba4775be4e258230b2", |
| 211 |
"shasum": "" |
| 212 |
}, |
| 213 |
"require": { |
| 214 |
"php": ">=5.3.3" |
| 215 |
}, |
| 216 |
"suggest": { |
| 217 |
"ext-intl": "For best performance" |
| 218 |
}, |
| 219 |
"time": "2020-05-12T16:47:27+00:00", |
| 220 |
"type": "library", |
| 221 |
"extra": { |
| 222 |
"branch-alias": { |
| 223 |
"dev-master": "1.17-dev" |
| 224 |
} |
| 225 |
}, |
| 226 |
"installation-source": "dist", |
| 227 |
"autoload": { |
| 228 |
"psr-4": { |
| 229 |
"Symfony\\Polyfill\\Intl\\Grapheme\\": "" |
| 230 |
}, |
| 231 |
"files": [ |
| 232 |
"bootstrap.php" |
| 233 |
] |
| 234 |
}, |
| 235 |
"notification-url": "https://packagist.org/downloads/", |
| 236 |
"license": [ |
| 237 |
"MIT" |
| 238 |
], |
| 239 |
"authors": [ |
| 240 |
{ |
| 241 |
"name": "Nicolas Grekas", |
| 242 |
"email": "p@tchwork.com" |
| 243 |
}, |
| 244 |
{ |
| 245 |
"name": "Symfony Community", |
| 246 |
"homepage": "https://symfony.com/contributors" |
| 247 |
} |
| 248 |
], |
| 249 |
"description": "Symfony polyfill for intl's grapheme_* functions", |
| 250 |
"homepage": "https://symfony.com", |
| 251 |
"keywords": [ |
| 252 |
"compatibility", |
| 253 |
"grapheme", |
| 254 |
"intl", |
| 255 |
"polyfill", |
| 256 |
"portable", |
| 257 |
"shim" |
| 258 |
] |
| 259 |
}, |
| 260 |
{ |
| 261 |
"name": "symfony/polyfill-intl-normalizer", |
| 262 |
"version": "v1.17.0", |
| 263 |
"version_normalized": "1.17.0.0", |
| 264 |
"source": { |
| 265 |
"type": "git", |
| 266 |
"url": "https://github.com/symfony/polyfill-intl-normalizer.git", |
| 267 |
"reference": "1357b1d168eb7f68ad6a134838e46b0b159444a9" |
| 268 |
}, |
| 269 |
"dist": { |
| 270 |
"type": "zip", |
| 271 |
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/1357b1d168eb7f68ad6a134838e46b0b159444a9", |
| 272 |
"reference": "1357b1d168eb7f68ad6a134838e46b0b159444a9", |
| 273 |
"shasum": "" |
| 274 |
}, |
| 275 |
"require": { |
| 276 |
"php": ">=5.3.3" |
| 277 |
}, |
| 278 |
"suggest": { |
| 279 |
"ext-intl": "For best performance" |
| 280 |
}, |
| 281 |
"time": "2020-05-12T16:14:59+00:00", |
| 282 |
"type": "library", |
| 283 |
"extra": { |
| 284 |
"branch-alias": { |
| 285 |
"dev-master": "1.17-dev" |
| 286 |
} |
| 287 |
}, |
| 288 |
"installation-source": "dist", |
| 289 |
"autoload": { |
| 290 |
"psr-4": { |
| 291 |
"Symfony\\Polyfill\\Intl\\Normalizer\\": "" |
| 292 |
}, |
| 293 |
"files": [ |
| 294 |
"bootstrap.php" |
| 295 |
], |
| 296 |
"classmap": [ |
| 297 |
"Resources/stubs" |
| 298 |
] |
| 299 |
}, |
| 300 |
"notification-url": "https://packagist.org/downloads/", |
| 301 |
"license": [ |
| 302 |
"MIT" |
| 303 |
], |
| 304 |
"authors": [ |
| 305 |
{ |
| 306 |
"name": "Nicolas Grekas", |
| 307 |
"email": "p@tchwork.com" |
| 308 |
}, |
| 309 |
{ |
| 310 |
"name": "Symfony Community", |
| 311 |
"homepage": "https://symfony.com/contributors" |
| 312 |
} |
| 313 |
], |
| 314 |
"description": "Symfony polyfill for intl's Normalizer class and related functions", |
| 315 |
"homepage": "https://symfony.com", |
| 316 |
"keywords": [ |
| 317 |
"compatibility", |
| 318 |
"intl", |
| 319 |
"normalizer", |
| 320 |
"polyfill", |
| 321 |
"portable", |
| 322 |
"shim" |
| 323 |
] |
| 324 |
}, |
| 325 |
{ |
| 326 |
"name": "symfony/polyfill-mbstring", |
| 327 |
"version": "v1.17.0", |
| 328 |
"version_normalized": "1.17.0.0", |
| 329 |
"source": { |
| 330 |
"type": "git", |
| 331 |
"url": "https://github.com/symfony/polyfill-mbstring.git", |
| 332 |
"reference": "fa79b11539418b02fc5e1897267673ba2c19419c" |
| 333 |
}, |
| 334 |
"dist": { |
| 335 |
"type": "zip", |
| 336 |
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c", |
| 337 |
"reference": "fa79b11539418b02fc5e1897267673ba2c19419c", |
| 338 |
"shasum": "" |
| 339 |
}, |
| 340 |
"require": { |
| 341 |
"php": ">=5.3.3" |
| 342 |
}, |
| 343 |
"suggest": { |
| 344 |
"ext-mbstring": "For best performance" |
| 345 |
}, |
| 346 |
"time": "2020-05-12T16:47:27+00:00", |
| 347 |
"type": "library", |
| 348 |
"extra": { |
| 349 |
"branch-alias": { |
| 350 |
"dev-master": "1.17-dev" |
| 351 |
} |
| 352 |
}, |
| 353 |
"installation-source": "dist", |
| 354 |
"autoload": { |
| 355 |
"psr-4": { |
| 356 |
"Symfony\\Polyfill\\Mbstring\\": "" |
| 357 |
}, |
| 358 |
"files": [ |
| 359 |
"bootstrap.php" |
| 360 |
] |
| 361 |
}, |
| 362 |
"notification-url": "https://packagist.org/downloads/", |
| 363 |
"license": [ |
| 364 |
"MIT" |
| 365 |
], |
| 366 |
"authors": [ |
| 367 |
{ |
| 368 |
"name": "Nicolas Grekas", |
| 369 |
"email": "p@tchwork.com" |
| 370 |
}, |
| 371 |
{ |
| 372 |
"name": "Symfony Community", |
| 373 |
"homepage": "https://symfony.com/contributors" |
| 374 |
} |
| 375 |
], |
| 376 |
"description": "Symfony polyfill for the Mbstring extension", |
| 377 |
"homepage": "https://symfony.com", |
| 378 |
"keywords": [ |
| 379 |
"compatibility", |
| 380 |
"mbstring", |
| 381 |
"polyfill", |
| 382 |
"portable", |
| 383 |
"shim" |
| 384 |
] |
| 385 |
}, |
| 386 |
{ |
| 387 |
"name": "symfony/polyfill-php72", |
| 388 |
"version": "v1.17.0", |
| 389 |
"version_normalized": "1.17.0.0", |
| 390 |
"source": { |
| 391 |
"type": "git", |
| 392 |
"url": "https://github.com/symfony/polyfill-php72.git", |
| 393 |
"reference": "f048e612a3905f34931127360bdd2def19a5e582" |
| 394 |
}, |
| 395 |
"dist": { |
| 396 |
"type": "zip", |
| 397 |
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/f048e612a3905f34931127360bdd2def19a5e582", |
| 398 |
"reference": "f048e612a3905f34931127360bdd2def19a5e582", |
| 399 |
"shasum": "" |
| 400 |
}, |
| 401 |
"require": { |
| 402 |
"php": ">=5.3.3" |
| 403 |
}, |
| 404 |
"time": "2020-05-12T16:47:27+00:00", |
| 405 |
"type": "library", |
| 406 |
"extra": { |
| 407 |
"branch-alias": { |
| 408 |
"dev-master": "1.17-dev" |
| 409 |
} |
| 410 |
}, |
| 411 |
"installation-source": "dist", |
| 412 |
"autoload": { |
| 413 |
"psr-4": { |
| 414 |
"Symfony\\Polyfill\\Php72\\": "" |
| 415 |
}, |
| 416 |
"files": [ |
| 417 |
"bootstrap.php" |
| 418 |
] |
| 419 |
}, |
| 420 |
"notification-url": "https://packagist.org/downloads/", |
| 421 |
"license": [ |
| 422 |
"MIT" |
| 423 |
], |
| 424 |
"authors": [ |
| 425 |
{ |
| 426 |
"name": "Nicolas Grekas", |
| 427 |
"email": "p@tchwork.com" |
| 428 |
}, |
| 429 |
{ |
| 430 |
"name": "Symfony Community", |
| 431 |
"homepage": "https://symfony.com/contributors" |
| 432 |
} |
| 433 |
], |
| 434 |
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", |
| 435 |
"homepage": "https://symfony.com", |
| 436 |
"keywords": [ |
| 437 |
"compatibility", |
| 438 |
"polyfill", |
| 439 |
"portable", |
| 440 |
"shim" |
| 441 |
] |
| 442 |
}, |
| 443 |
{ |
| 444 |
"name": "voku/portable-ascii", |
| 445 |
"version": "1.5.1", |
| 446 |
"version_normalized": "1.5.1.0", |
| 447 |
"source": { |
| 448 |
"type": "git", |
| 449 |
"url": "https://github.com/voku/portable-ascii.git", |
| 450 |
"reference": "e7f9bd5deff09a57318f9b900ab33a05acfcf4d3" |
| 451 |
}, |
| 452 |
"dist": { |
| 453 |
"type": "zip", |
| 454 |
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/e7f9bd5deff09a57318f9b900ab33a05acfcf4d3", |
| 455 |
"reference": "e7f9bd5deff09a57318f9b900ab33a05acfcf4d3", |
| 456 |
"shasum": "" |
| 457 |
}, |
| 458 |
"require": { |
| 459 |
"php": ">=7.0.0" |
| 460 |
}, |
| 461 |
"require-dev": { |
| 462 |
"phpunit/phpunit": "~6.0 || ~7.0" |
| 463 |
}, |
| 464 |
"suggest": { |
| 465 |
"ext-intl": "Use Intl for transliterator_transliterate() support" |
| 466 |
}, |
| 467 |
"time": "2020-05-26T06:40:44+00:00", |
| 468 |
"type": "library", |
| 469 |
"installation-source": "dist", |
| 470 |
"autoload": { |
| 471 |
"psr-4": { |
| 472 |
"voku\\": "src/voku/" |
| 473 |
} |
| 474 |
}, |
| 475 |
"notification-url": "https://packagist.org/downloads/", |
| 476 |
"license": [ |
| 477 |
"MIT" |
| 478 |
], |
| 479 |
"authors": [ |
| 480 |
{ |
| 481 |
"name": "Lars Moelleken", |
| 482 |
"homepage": "http://www.moelleken.org/" |
| 483 |
} |
| 484 |
], |
| 485 |
"description": "Portable ASCII library - performance optimized (ascii) string functions for php.", |
| 486 |
"homepage": "https://github.com/voku/portable-ascii", |
| 487 |
"keywords": [ |
| 488 |
"ascii", |
| 489 |
"clean", |
| 490 |
"php" |
| 491 |
] |
| 492 |
}, |
| 493 |
{ |
| 494 |
"name": "voku/portable-utf8", |
| 495 |
"version": "5.4.45", |
| 496 |
"version_normalized": "5.4.45.0", |
| 497 |
"source": { |
| 498 |
"type": "git", |
| 499 |
"url": "https://github.com/voku/portable-utf8.git", |
| 500 |
"reference": "5445d44086ea7b53dcd6dd1b182ae5bdcb1fbb07" |
| 501 |
}, |
| 502 |
"dist": { |
| 503 |
"type": "zip", |
| 504 |
"url": "https://api.github.com/repos/voku/portable-utf8/zipball/5445d44086ea7b53dcd6dd1b182ae5bdcb1fbb07", |
| 505 |
"reference": "5445d44086ea7b53dcd6dd1b182ae5bdcb1fbb07", |
| 506 |
"shasum": "" |
| 507 |
}, |
| 508 |
"require": { |
| 509 |
"php": ">=7.0.0", |
| 510 |
"symfony/polyfill-iconv": "~1.0", |
| 511 |
"symfony/polyfill-intl-grapheme": "~1.0", |
| 512 |
"symfony/polyfill-intl-normalizer": "~1.0", |
| 513 |
"symfony/polyfill-mbstring": "~1.0", |
| 514 |
"symfony/polyfill-php72": "~1.0", |
| 515 |
"voku/portable-ascii": "~1.5" |
| 516 |
}, |
| 517 |
"require-dev": { |
| 518 |
"phpunit/phpunit": "~6.0 || ~7.0" |
| 519 |
}, |
| 520 |
"suggest": { |
| 521 |
"ext-ctype": "Use Ctype for e.g. hexadecimal digit detection", |
| 522 |
"ext-fileinfo": "Use Fileinfo for better binary file detection", |
| 523 |
"ext-iconv": "Use iconv for best performance", |
| 524 |
"ext-intl": "Use Intl for best performance", |
| 525 |
"ext-json": "Use JSON for string detection", |
| 526 |
"ext-mbstring": "Use Mbstring for best performance" |
| 527 |
}, |
| 528 |
"time": "2020-05-26T07:35:55+00:00", |
| 529 |
"type": "library", |
| 530 |
"installation-source": "dist", |
| 531 |
"autoload": { |
| 532 |
"psr-4": { |
| 533 |
"voku\\": "src/voku/" |
| 534 |
}, |
| 535 |
"files": [ |
| 536 |
"bootstrap.php" |
| 537 |
] |
| 538 |
}, |
| 539 |
"notification-url": "https://packagist.org/downloads/", |
| 540 |
"license": [ |
| 541 |
"(Apache-2.0 or GPL-2.0)" |
| 542 |
], |
| 543 |
"authors": [ |
| 544 |
{ |
| 545 |
"name": "Nicolas Grekas", |
| 546 |
"email": "p@tchwork.com" |
| 547 |
}, |
| 548 |
{ |
| 549 |
"name": "Hamid Sarfraz", |
| 550 |
"homepage": "http://pageconfig.com/" |
| 551 |
}, |
| 552 |
{ |
| 553 |
"name": "Lars Moelleken", |
| 554 |
"homepage": "http://www.moelleken.org/" |
| 555 |
} |
| 556 |
], |
| 557 |
"description": "Portable UTF-8 library - performance optimized (unicode) string functions for php.", |
| 558 |
"homepage": "https://github.com/voku/portable-utf8", |
| 559 |
"keywords": [ |
| 560 |
"UTF", |
| 561 |
"clean", |
| 562 |
"php", |
| 563 |
"unicode", |
| 564 |
"utf-8", |
| 565 |
"utf8" |
| 566 |
] |
| 567 |
}, |
| 568 |
{ |
| 569 |
"name": "voku/simple_html_dom", |
| 570 |
"version": "4.7.17", |
| 571 |
"version_normalized": "4.7.17.0", |
| 572 |
"source": { |
| 573 |
"type": "git", |
| 574 |
"url": "https://github.com/voku/simple_html_dom.git", |
| 575 |
"reference": "804aca422f1fe0104b1320ca09fd06cd0062782c" |
| 576 |
}, |
| 577 |
"dist": { |
| 578 |
"type": "zip", |
| 579 |
"url": "https://api.github.com/repos/voku/simple_html_dom/zipball/804aca422f1fe0104b1320ca09fd06cd0062782c", |
| 580 |
"reference": "804aca422f1fe0104b1320ca09fd06cd0062782c", |
| 581 |
"shasum": "" |
| 582 |
}, |
| 583 |
"require": { |
| 584 |
"ext-dom": "*", |
| 585 |
"ext-libxml": "*", |
| 586 |
"ext-simplexml": "*", |
| 587 |
"php": ">=7.0.0", |
| 588 |
"symfony/css-selector": "~3.0 || ~4.0 || ~5.0" |
| 589 |
}, |
| 590 |
"require-dev": { |
| 591 |
"phpunit/phpunit": "~6.0 || ~7.0" |
| 592 |
}, |
| 593 |
"suggest": { |
| 594 |
"voku/portable-utf8": "If you need e.g. UTF-8 fixed output." |
| 595 |
}, |
| 596 |
"time": "2020-04-09T21:20:43+00:00", |
| 597 |
"type": "library", |
| 598 |
"installation-source": "dist", |
| 599 |
"autoload": { |
| 600 |
"psr-4": { |
| 601 |
"voku\\helper\\": "src/voku/helper/" |
| 602 |
} |
| 603 |
}, |
| 604 |
"notification-url": "https://packagist.org/downloads/", |
| 605 |
"license": [ |
| 606 |
"MIT" |
| 607 |
], |
| 608 |
"authors": [ |
| 609 |
{ |
| 610 |
"name": "dimabdc", |
| 611 |
"email": "support@titor.ru", |
| 612 |
"homepage": "http://github.com/dimabdc", |
| 613 |
"role": "Developer" |
| 614 |
}, |
| 615 |
{ |
| 616 |
"name": "Lars Moelleken", |
| 617 |
"homepage": "http://www.moelleken.org/", |
| 618 |
"role": "Developer" |
| 619 |
} |
| 620 |
], |
| 621 |
"description": "Simple HTML DOM package.", |
| 622 |
"homepage": "http://simplehtmldom.sourceforge.net/", |
| 623 |
"keywords": [ |
| 624 |
"HTML Parser", |
| 625 |
"dom", |
| 626 |
"php dom" |
| 627 |
] |
| 628 |
} |
| 629 |
] |
| 630 |
|