ClassLoader.php
1 year ago
InstalledVersions.php
1 year ago
LICENSE
2 years ago
autoload_classmap.php
1 year ago
autoload_files.php
1 year ago
autoload_namespaces.php
1 year ago
autoload_psr4.php
1 year ago
autoload_real.php
1 year ago
autoload_static.php
1 year ago
installed.json
1 year ago
installed.php
1 year ago
installed.json
1432 lines
| 1 | { |
| 2 | "packages": [ |
| 3 | { |
| 4 | "name": "fzaninotto/faker", |
| 5 | "version": "v1.9.2", |
| 6 | "version_normalized": "1.9.2.0", |
| 7 | "source": { |
| 8 | "type": "git", |
| 9 | "url": "https://github.com/fzaninotto/Faker.git", |
| 10 | "reference": "848d8125239d7dbf8ab25cb7f054f1a630e68c2e" |
| 11 | }, |
| 12 | "dist": { |
| 13 | "type": "zip", |
| 14 | "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/848d8125239d7dbf8ab25cb7f054f1a630e68c2e", |
| 15 | "reference": "848d8125239d7dbf8ab25cb7f054f1a630e68c2e", |
| 16 | "shasum": "" |
| 17 | }, |
| 18 | "require": { |
| 19 | "php": "^5.3.3 || ^7.0" |
| 20 | }, |
| 21 | "require-dev": { |
| 22 | "ext-intl": "*", |
| 23 | "phpunit/phpunit": "^4.8.35 || ^5.7", |
| 24 | "squizlabs/php_codesniffer": "^2.9.2" |
| 25 | }, |
| 26 | "time": "2020-12-11T09:56:16+00:00", |
| 27 | "type": "library", |
| 28 | "extra": { |
| 29 | "branch-alias": { |
| 30 | "dev-master": "1.9-dev" |
| 31 | } |
| 32 | }, |
| 33 | "installation-source": "dist", |
| 34 | "autoload": { |
| 35 | "psr-4": { |
| 36 | "Faker\\": "src/Faker/" |
| 37 | } |
| 38 | }, |
| 39 | "notification-url": "https://packagist.org/downloads/", |
| 40 | "license": [ |
| 41 | "MIT" |
| 42 | ], |
| 43 | "authors": [ |
| 44 | { |
| 45 | "name": "François Zaninotto" |
| 46 | } |
| 47 | ], |
| 48 | "description": "Faker is a PHP library that generates fake data for you.", |
| 49 | "keywords": [ |
| 50 | "data", |
| 51 | "faker", |
| 52 | "fixtures" |
| 53 | ], |
| 54 | "support": { |
| 55 | "issues": "https://github.com/fzaninotto/Faker/issues", |
| 56 | "source": "https://github.com/fzaninotto/Faker/tree/v1.9.2" |
| 57 | }, |
| 58 | "abandoned": true, |
| 59 | "install-path": "../fzaninotto/faker" |
| 60 | }, |
| 61 | { |
| 62 | "name": "lodash-php/lodash-php", |
| 63 | "version": "0.0.9", |
| 64 | "version_normalized": "0.0.9.0", |
| 65 | "source": { |
| 66 | "type": "git", |
| 67 | "url": "https://github.com/lodash-php/lodash-php.git", |
| 68 | "reference": "e3e02ac496f049e37159b99b266d77ae7f829880" |
| 69 | }, |
| 70 | "dist": { |
| 71 | "type": "zip", |
| 72 | "url": "https://api.github.com/repos/lodash-php/lodash-php/zipball/e3e02ac496f049e37159b99b266d77ae7f829880", |
| 73 | "reference": "e3e02ac496f049e37159b99b266d77ae7f829880", |
| 74 | "shasum": "" |
| 75 | }, |
| 76 | "require": { |
| 77 | "php": "^7.2 || ^8.0", |
| 78 | "sebastian/comparator": "^1.2 | ^2.0 | ^2.1 | ^3.0 | ^4.0 | ^5.0", |
| 79 | "symfony/property-access": "^2.7 | ^3.0 | ^4.0 | ^5.0 | ^6.0" |
| 80 | }, |
| 81 | "require-dev": { |
| 82 | "friendsofphp/php-cs-fixer": "^2.12", |
| 83 | "phpdocumentor/reflection-docblock": "*", |
| 84 | "phpstan/phpdoc-parser": "*", |
| 85 | "phpstan/phpstan": "^1.10", |
| 86 | "phpunit/phpunit": "^7.3 || ^8.4" |
| 87 | }, |
| 88 | "time": "2024-02-01T07:59:55+00:00", |
| 89 | "type": "library", |
| 90 | "installation-source": "dist", |
| 91 | "autoload": { |
| 92 | "files": [ |
| 93 | "src/bootstrap.php" |
| 94 | ] |
| 95 | }, |
| 96 | "notification-url": "https://packagist.org/downloads/", |
| 97 | "license": [ |
| 98 | "MIT" |
| 99 | ], |
| 100 | "authors": [ |
| 101 | { |
| 102 | "name": "Pierre du Plessis", |
| 103 | "email": "open-source@solidworx.co" |
| 104 | } |
| 105 | ], |
| 106 | "description": "A port of Lodash to PHP", |
| 107 | "keywords": [ |
| 108 | "lodash", |
| 109 | "php-library", |
| 110 | "php-utility", |
| 111 | "utilities", |
| 112 | "utility", |
| 113 | "utility-library" |
| 114 | ], |
| 115 | "support": { |
| 116 | "issues": "https://github.com/lodash-php/lodash-php/issues", |
| 117 | "source": "https://github.com/lodash-php/lodash-php/tree/0.09" |
| 118 | }, |
| 119 | "install-path": "../lodash-php/lodash-php" |
| 120 | }, |
| 121 | { |
| 122 | "name": "pragmarx/ia-arr", |
| 123 | "version": "v7.3.3", |
| 124 | "version_normalized": "7.3.3.0", |
| 125 | "source": { |
| 126 | "type": "git", |
| 127 | "url": "https://github.com/antonioribeiro/ia-arr.git", |
| 128 | "reference": "6f4303c25cc1a79a55044ca413e0a0d757628fab" |
| 129 | }, |
| 130 | "dist": { |
| 131 | "type": "zip", |
| 132 | "url": "https://api.github.com/repos/antonioribeiro/ia-arr/zipball/6f4303c25cc1a79a55044ca413e0a0d757628fab", |
| 133 | "reference": "6f4303c25cc1a79a55044ca413e0a0d757628fab", |
| 134 | "shasum": "" |
| 135 | }, |
| 136 | "require": { |
| 137 | "php": ">=7.0", |
| 138 | "symfony/var-dumper": "~3.3|~4.0|~5.0|~6.0|~7.0" |
| 139 | }, |
| 140 | "require-dev": { |
| 141 | "mockery/mockery": "~1.0", |
| 142 | "nesbot/carbon": "^1.26 || ^2.00", |
| 143 | "phpunit/phpunit": "~6.0|~7.0|~8.0|~9.0", |
| 144 | "squizlabs/php_codesniffer": "^2.3" |
| 145 | }, |
| 146 | "suggest": { |
| 147 | "nesbot/carbon": "Required to use Carbon datetime." |
| 148 | }, |
| 149 | "time": "2024-10-05T19:56:41+00:00", |
| 150 | "type": "library", |
| 151 | "extra": { |
| 152 | "branch-alias": { |
| 153 | "dev-master": "1.0-dev" |
| 154 | } |
| 155 | }, |
| 156 | "installation-source": "dist", |
| 157 | "autoload": { |
| 158 | "files": [ |
| 159 | "src/Support/helpers.php", |
| 160 | "src/Support/alias.php" |
| 161 | ], |
| 162 | "psr-4": { |
| 163 | "IlluminateAgnostic\\Arr\\": "src/", |
| 164 | "IlluminateAgnostic\\Arr\\Tests\\": "tests/" |
| 165 | } |
| 166 | }, |
| 167 | "notification-url": "https://packagist.org/downloads/", |
| 168 | "license": [ |
| 169 | "MIT" |
| 170 | ], |
| 171 | "authors": [ |
| 172 | { |
| 173 | "name": "Antonio Carlos Ribeiro", |
| 174 | "email": "acr@antoniocarlosribeiro.com", |
| 175 | "homepage": "https://antoniocarlosribeiro.com", |
| 176 | "role": "Creator" |
| 177 | } |
| 178 | ], |
| 179 | "description": "Laravel Illuminate Agnostic Arr", |
| 180 | "homepage": "https://github.com/antonioribeiro/ia-arr", |
| 181 | "keywords": [ |
| 182 | "arr", |
| 183 | "array", |
| 184 | "helpers", |
| 185 | "laravel", |
| 186 | "pragmarx" |
| 187 | ], |
| 188 | "support": { |
| 189 | "issues": "https://github.com/antonioribeiro/ia-arr/issues", |
| 190 | "source": "https://github.com/antonioribeiro/ia-arr/tree/v7.3.3" |
| 191 | }, |
| 192 | "install-path": "../pragmarx/ia-arr" |
| 193 | }, |
| 194 | { |
| 195 | "name": "pragmarx/ia-str", |
| 196 | "version": "v7.3.1", |
| 197 | "version_normalized": "7.3.1.0", |
| 198 | "source": { |
| 199 | "type": "git", |
| 200 | "url": "https://github.com/antonioribeiro/ia-str.git", |
| 201 | "reference": "ce022c92a972bee66e1d54f32a604b0ee19e6488" |
| 202 | }, |
| 203 | "dist": { |
| 204 | "type": "zip", |
| 205 | "url": "https://api.github.com/repos/antonioribeiro/ia-str/zipball/ce022c92a972bee66e1d54f32a604b0ee19e6488", |
| 206 | "reference": "ce022c92a972bee66e1d54f32a604b0ee19e6488", |
| 207 | "shasum": "" |
| 208 | }, |
| 209 | "require": { |
| 210 | "php": ">=7.0", |
| 211 | "voku/portable-ascii": "^1.4|^2.0" |
| 212 | }, |
| 213 | "require-dev": { |
| 214 | "doctrine/inflector": "^1.2", |
| 215 | "mockery/mockery": "~1.0", |
| 216 | "moontoast/math": "^1.1", |
| 217 | "nesbot/carbon": "^1.26 || ^2.00", |
| 218 | "phpunit/phpunit": "~6.0|~7.0|~8.0|~9.0", |
| 219 | "ramsey/uuid": "^3.7|^4.0", |
| 220 | "squizlabs/php_codesniffer": "^2.3", |
| 221 | "symfony/var-dumper": "~3.3|~4.0|~5.0|^6.0" |
| 222 | }, |
| 223 | "suggest": { |
| 224 | "doctrine/inflector": "", |
| 225 | "nesbot/carbon": "", |
| 226 | "ramsey/uuid": "", |
| 227 | "symfony/var-dumper": "" |
| 228 | }, |
| 229 | "time": "2022-09-07T10:27:55+00:00", |
| 230 | "type": "library", |
| 231 | "extra": { |
| 232 | "branch-alias": { |
| 233 | "dev-master": "1.0-dev" |
| 234 | } |
| 235 | }, |
| 236 | "installation-source": "dist", |
| 237 | "autoload": { |
| 238 | "files": [ |
| 239 | "src/Support/helpers.php", |
| 240 | "src/Support/alias.php" |
| 241 | ], |
| 242 | "psr-4": { |
| 243 | "IlluminateAgnostic\\Str\\": "src/", |
| 244 | "IlluminateAgnostic\\Str\\Tests\\": "tests/" |
| 245 | } |
| 246 | }, |
| 247 | "notification-url": "https://packagist.org/downloads/", |
| 248 | "license": [ |
| 249 | "MIT" |
| 250 | ], |
| 251 | "authors": [ |
| 252 | { |
| 253 | "name": "Antonio Carlos Ribeiro", |
| 254 | "email": "acr@antoniocarlosribeiro.com", |
| 255 | "homepage": "https://antoniocarlosribeiro.com", |
| 256 | "role": "Creator" |
| 257 | } |
| 258 | ], |
| 259 | "description": "Laravel Illuminate Agnostic Str", |
| 260 | "homepage": "https://github.com/antonioribeiro/ia-str", |
| 261 | "keywords": [ |
| 262 | "helpers", |
| 263 | "laravel", |
| 264 | "pragmarx", |
| 265 | "str", |
| 266 | "string" |
| 267 | ], |
| 268 | "support": { |
| 269 | "issues": "https://github.com/antonioribeiro/ia-str/issues", |
| 270 | "source": "https://github.com/antonioribeiro/ia-str/tree/v7.3.1" |
| 271 | }, |
| 272 | "install-path": "../pragmarx/ia-str" |
| 273 | }, |
| 274 | { |
| 275 | "name": "proteusthemes/wp-content-importer-v2", |
| 276 | "version": "v2.1.0", |
| 277 | "version_normalized": "2.1.0.0", |
| 278 | "source": { |
| 279 | "type": "git", |
| 280 | "url": "https://github.com/proteusthemes/WordPress-Importer.git", |
| 281 | "reference": "7414ce1bfb56a8be780c520ed63e99cac7ac403b" |
| 282 | }, |
| 283 | "dist": { |
| 284 | "type": "zip", |
| 285 | "url": "https://api.github.com/repos/proteusthemes/WordPress-Importer/zipball/7414ce1bfb56a8be780c520ed63e99cac7ac403b", |
| 286 | "reference": "7414ce1bfb56a8be780c520ed63e99cac7ac403b", |
| 287 | "shasum": "" |
| 288 | }, |
| 289 | "time": "2018-04-13T07:31:18+00:00", |
| 290 | "type": "library", |
| 291 | "installation-source": "dist", |
| 292 | "autoload": { |
| 293 | "psr-4": { |
| 294 | "ProteusThemes\\WPContentImporter2\\": "src/" |
| 295 | } |
| 296 | }, |
| 297 | "notification-url": "https://packagist.org/downloads/", |
| 298 | "license": [ |
| 299 | "GPL-2.0+" |
| 300 | ], |
| 301 | "authors": [ |
| 302 | { |
| 303 | "name": "Primoz Cigler", |
| 304 | "email": "primoz@proteusnet.com" |
| 305 | }, |
| 306 | { |
| 307 | "name": "Gregor Capuder", |
| 308 | "email": "capuderg@gmail.com" |
| 309 | }, |
| 310 | { |
| 311 | "name": "Humanmade contributors", |
| 312 | "homepage": "https://github.com/humanmade/WordPress-Importer/graphs/contributors" |
| 313 | } |
| 314 | ], |
| 315 | "description": "Improved WP content importer used in OCDI plugin and MerlinWP.", |
| 316 | "keywords": [ |
| 317 | "content", |
| 318 | "import", |
| 319 | "proteusthemes", |
| 320 | "theme", |
| 321 | "wordpress", |
| 322 | "wp" |
| 323 | ], |
| 324 | "support": { |
| 325 | "source": "https://github.com/proteusthemes/WordPress-Importer/tree/v2.1.0" |
| 326 | }, |
| 327 | "install-path": "../proteusthemes/wp-content-importer-v2" |
| 328 | }, |
| 329 | { |
| 330 | "name": "sebastian/comparator", |
| 331 | "version": "4.0.8", |
| 332 | "version_normalized": "4.0.8.0", |
| 333 | "source": { |
| 334 | "type": "git", |
| 335 | "url": "https://github.com/sebastianbergmann/comparator.git", |
| 336 | "reference": "fa0f136dd2334583309d32b62544682ee972b51a" |
| 337 | }, |
| 338 | "dist": { |
| 339 | "type": "zip", |
| 340 | "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a", |
| 341 | "reference": "fa0f136dd2334583309d32b62544682ee972b51a", |
| 342 | "shasum": "" |
| 343 | }, |
| 344 | "require": { |
| 345 | "php": ">=7.3", |
| 346 | "sebastian/diff": "^4.0", |
| 347 | "sebastian/exporter": "^4.0" |
| 348 | }, |
| 349 | "require-dev": { |
| 350 | "phpunit/phpunit": "^9.3" |
| 351 | }, |
| 352 | "time": "2022-09-14T12:41:17+00:00", |
| 353 | "type": "library", |
| 354 | "extra": { |
| 355 | "branch-alias": { |
| 356 | "dev-master": "4.0-dev" |
| 357 | } |
| 358 | }, |
| 359 | "installation-source": "dist", |
| 360 | "autoload": { |
| 361 | "classmap": [ |
| 362 | "src/" |
| 363 | ] |
| 364 | }, |
| 365 | "notification-url": "https://packagist.org/downloads/", |
| 366 | "license": [ |
| 367 | "BSD-3-Clause" |
| 368 | ], |
| 369 | "authors": [ |
| 370 | { |
| 371 | "name": "Sebastian Bergmann", |
| 372 | "email": "sebastian@phpunit.de" |
| 373 | }, |
| 374 | { |
| 375 | "name": "Jeff Welch", |
| 376 | "email": "whatthejeff@gmail.com" |
| 377 | }, |
| 378 | { |
| 379 | "name": "Volker Dusch", |
| 380 | "email": "github@wallbash.com" |
| 381 | }, |
| 382 | { |
| 383 | "name": "Bernhard Schussek", |
| 384 | "email": "bschussek@2bepublished.at" |
| 385 | } |
| 386 | ], |
| 387 | "description": "Provides the functionality to compare PHP values for equality", |
| 388 | "homepage": "https://github.com/sebastianbergmann/comparator", |
| 389 | "keywords": [ |
| 390 | "comparator", |
| 391 | "compare", |
| 392 | "equality" |
| 393 | ], |
| 394 | "support": { |
| 395 | "issues": "https://github.com/sebastianbergmann/comparator/issues", |
| 396 | "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8" |
| 397 | }, |
| 398 | "funding": [ |
| 399 | { |
| 400 | "url": "https://github.com/sebastianbergmann", |
| 401 | "type": "github" |
| 402 | } |
| 403 | ], |
| 404 | "install-path": "../sebastian/comparator" |
| 405 | }, |
| 406 | { |
| 407 | "name": "sebastian/diff", |
| 408 | "version": "4.0.6", |
| 409 | "version_normalized": "4.0.6.0", |
| 410 | "source": { |
| 411 | "type": "git", |
| 412 | "url": "https://github.com/sebastianbergmann/diff.git", |
| 413 | "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc" |
| 414 | }, |
| 415 | "dist": { |
| 416 | "type": "zip", |
| 417 | "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc", |
| 418 | "reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc", |
| 419 | "shasum": "" |
| 420 | }, |
| 421 | "require": { |
| 422 | "php": ">=7.3" |
| 423 | }, |
| 424 | "require-dev": { |
| 425 | "phpunit/phpunit": "^9.3", |
| 426 | "symfony/process": "^4.2 || ^5" |
| 427 | }, |
| 428 | "time": "2024-03-02T06:30:58+00:00", |
| 429 | "type": "library", |
| 430 | "extra": { |
| 431 | "branch-alias": { |
| 432 | "dev-master": "4.0-dev" |
| 433 | } |
| 434 | }, |
| 435 | "installation-source": "dist", |
| 436 | "autoload": { |
| 437 | "classmap": [ |
| 438 | "src/" |
| 439 | ] |
| 440 | }, |
| 441 | "notification-url": "https://packagist.org/downloads/", |
| 442 | "license": [ |
| 443 | "BSD-3-Clause" |
| 444 | ], |
| 445 | "authors": [ |
| 446 | { |
| 447 | "name": "Sebastian Bergmann", |
| 448 | "email": "sebastian@phpunit.de" |
| 449 | }, |
| 450 | { |
| 451 | "name": "Kore Nordmann", |
| 452 | "email": "mail@kore-nordmann.de" |
| 453 | } |
| 454 | ], |
| 455 | "description": "Diff implementation", |
| 456 | "homepage": "https://github.com/sebastianbergmann/diff", |
| 457 | "keywords": [ |
| 458 | "diff", |
| 459 | "udiff", |
| 460 | "unidiff", |
| 461 | "unified diff" |
| 462 | ], |
| 463 | "support": { |
| 464 | "issues": "https://github.com/sebastianbergmann/diff/issues", |
| 465 | "source": "https://github.com/sebastianbergmann/diff/tree/4.0.6" |
| 466 | }, |
| 467 | "funding": [ |
| 468 | { |
| 469 | "url": "https://github.com/sebastianbergmann", |
| 470 | "type": "github" |
| 471 | } |
| 472 | ], |
| 473 | "install-path": "../sebastian/diff" |
| 474 | }, |
| 475 | { |
| 476 | "name": "sebastian/exporter", |
| 477 | "version": "4.0.6", |
| 478 | "version_normalized": "4.0.6.0", |
| 479 | "source": { |
| 480 | "type": "git", |
| 481 | "url": "https://github.com/sebastianbergmann/exporter.git", |
| 482 | "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72" |
| 483 | }, |
| 484 | "dist": { |
| 485 | "type": "zip", |
| 486 | "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/78c00df8f170e02473b682df15bfcdacc3d32d72", |
| 487 | "reference": "78c00df8f170e02473b682df15bfcdacc3d32d72", |
| 488 | "shasum": "" |
| 489 | }, |
| 490 | "require": { |
| 491 | "php": ">=7.3", |
| 492 | "sebastian/recursion-context": "^4.0" |
| 493 | }, |
| 494 | "require-dev": { |
| 495 | "ext-mbstring": "*", |
| 496 | "phpunit/phpunit": "^9.3" |
| 497 | }, |
| 498 | "time": "2024-03-02T06:33:00+00:00", |
| 499 | "type": "library", |
| 500 | "extra": { |
| 501 | "branch-alias": { |
| 502 | "dev-master": "4.0-dev" |
| 503 | } |
| 504 | }, |
| 505 | "installation-source": "dist", |
| 506 | "autoload": { |
| 507 | "classmap": [ |
| 508 | "src/" |
| 509 | ] |
| 510 | }, |
| 511 | "notification-url": "https://packagist.org/downloads/", |
| 512 | "license": [ |
| 513 | "BSD-3-Clause" |
| 514 | ], |
| 515 | "authors": [ |
| 516 | { |
| 517 | "name": "Sebastian Bergmann", |
| 518 | "email": "sebastian@phpunit.de" |
| 519 | }, |
| 520 | { |
| 521 | "name": "Jeff Welch", |
| 522 | "email": "whatthejeff@gmail.com" |
| 523 | }, |
| 524 | { |
| 525 | "name": "Volker Dusch", |
| 526 | "email": "github@wallbash.com" |
| 527 | }, |
| 528 | { |
| 529 | "name": "Adam Harvey", |
| 530 | "email": "aharvey@php.net" |
| 531 | }, |
| 532 | { |
| 533 | "name": "Bernhard Schussek", |
| 534 | "email": "bschussek@gmail.com" |
| 535 | } |
| 536 | ], |
| 537 | "description": "Provides the functionality to export PHP variables for visualization", |
| 538 | "homepage": "https://www.github.com/sebastianbergmann/exporter", |
| 539 | "keywords": [ |
| 540 | "export", |
| 541 | "exporter" |
| 542 | ], |
| 543 | "support": { |
| 544 | "issues": "https://github.com/sebastianbergmann/exporter/issues", |
| 545 | "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.6" |
| 546 | }, |
| 547 | "funding": [ |
| 548 | { |
| 549 | "url": "https://github.com/sebastianbergmann", |
| 550 | "type": "github" |
| 551 | } |
| 552 | ], |
| 553 | "install-path": "../sebastian/exporter" |
| 554 | }, |
| 555 | { |
| 556 | "name": "sebastian/recursion-context", |
| 557 | "version": "4.0.5", |
| 558 | "version_normalized": "4.0.5.0", |
| 559 | "source": { |
| 560 | "type": "git", |
| 561 | "url": "https://github.com/sebastianbergmann/recursion-context.git", |
| 562 | "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1" |
| 563 | }, |
| 564 | "dist": { |
| 565 | "type": "zip", |
| 566 | "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", |
| 567 | "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", |
| 568 | "shasum": "" |
| 569 | }, |
| 570 | "require": { |
| 571 | "php": ">=7.3" |
| 572 | }, |
| 573 | "require-dev": { |
| 574 | "phpunit/phpunit": "^9.3" |
| 575 | }, |
| 576 | "time": "2023-02-03T06:07:39+00:00", |
| 577 | "type": "library", |
| 578 | "extra": { |
| 579 | "branch-alias": { |
| 580 | "dev-master": "4.0-dev" |
| 581 | } |
| 582 | }, |
| 583 | "installation-source": "dist", |
| 584 | "autoload": { |
| 585 | "classmap": [ |
| 586 | "src/" |
| 587 | ] |
| 588 | }, |
| 589 | "notification-url": "https://packagist.org/downloads/", |
| 590 | "license": [ |
| 591 | "BSD-3-Clause" |
| 592 | ], |
| 593 | "authors": [ |
| 594 | { |
| 595 | "name": "Sebastian Bergmann", |
| 596 | "email": "sebastian@phpunit.de" |
| 597 | }, |
| 598 | { |
| 599 | "name": "Jeff Welch", |
| 600 | "email": "whatthejeff@gmail.com" |
| 601 | }, |
| 602 | { |
| 603 | "name": "Adam Harvey", |
| 604 | "email": "aharvey@php.net" |
| 605 | } |
| 606 | ], |
| 607 | "description": "Provides functionality to recursively process PHP variables", |
| 608 | "homepage": "https://github.com/sebastianbergmann/recursion-context", |
| 609 | "support": { |
| 610 | "issues": "https://github.com/sebastianbergmann/recursion-context/issues", |
| 611 | "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5" |
| 612 | }, |
| 613 | "funding": [ |
| 614 | { |
| 615 | "url": "https://github.com/sebastianbergmann", |
| 616 | "type": "github" |
| 617 | } |
| 618 | ], |
| 619 | "install-path": "../sebastian/recursion-context" |
| 620 | }, |
| 621 | { |
| 622 | "name": "symfony/deprecation-contracts", |
| 623 | "version": "v2.5.4", |
| 624 | "version_normalized": "2.5.4.0", |
| 625 | "source": { |
| 626 | "type": "git", |
| 627 | "url": "https://github.com/symfony/deprecation-contracts.git", |
| 628 | "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918" |
| 629 | }, |
| 630 | "dist": { |
| 631 | "type": "zip", |
| 632 | "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918", |
| 633 | "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918", |
| 634 | "shasum": "" |
| 635 | }, |
| 636 | "require": { |
| 637 | "php": ">=7.1" |
| 638 | }, |
| 639 | "time": "2024-09-25T14:11:13+00:00", |
| 640 | "type": "library", |
| 641 | "extra": { |
| 642 | "thanks": { |
| 643 | "url": "https://github.com/symfony/contracts", |
| 644 | "name": "symfony/contracts" |
| 645 | }, |
| 646 | "branch-alias": { |
| 647 | "dev-main": "2.5-dev" |
| 648 | } |
| 649 | }, |
| 650 | "installation-source": "dist", |
| 651 | "autoload": { |
| 652 | "files": [ |
| 653 | "function.php" |
| 654 | ] |
| 655 | }, |
| 656 | "notification-url": "https://packagist.org/downloads/", |
| 657 | "license": [ |
| 658 | "MIT" |
| 659 | ], |
| 660 | "authors": [ |
| 661 | { |
| 662 | "name": "Nicolas Grekas", |
| 663 | "email": "p@tchwork.com" |
| 664 | }, |
| 665 | { |
| 666 | "name": "Symfony Community", |
| 667 | "homepage": "https://symfony.com/contributors" |
| 668 | } |
| 669 | ], |
| 670 | "description": "A generic function and convention to trigger deprecation notices", |
| 671 | "homepage": "https://symfony.com", |
| 672 | "support": { |
| 673 | "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.4" |
| 674 | }, |
| 675 | "funding": [ |
| 676 | { |
| 677 | "url": "https://symfony.com/sponsor", |
| 678 | "type": "custom" |
| 679 | }, |
| 680 | { |
| 681 | "url": "https://github.com/fabpot", |
| 682 | "type": "github" |
| 683 | }, |
| 684 | { |
| 685 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 686 | "type": "tidelift" |
| 687 | } |
| 688 | ], |
| 689 | "install-path": "../symfony/deprecation-contracts" |
| 690 | }, |
| 691 | { |
| 692 | "name": "symfony/polyfill-intl-grapheme", |
| 693 | "version": "v1.31.0", |
| 694 | "version_normalized": "1.31.0.0", |
| 695 | "source": { |
| 696 | "type": "git", |
| 697 | "url": "https://github.com/symfony/polyfill-intl-grapheme.git", |
| 698 | "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe" |
| 699 | }, |
| 700 | "dist": { |
| 701 | "type": "zip", |
| 702 | "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", |
| 703 | "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", |
| 704 | "shasum": "" |
| 705 | }, |
| 706 | "require": { |
| 707 | "php": ">=7.2" |
| 708 | }, |
| 709 | "suggest": { |
| 710 | "ext-intl": "For best performance" |
| 711 | }, |
| 712 | "time": "2024-09-09T11:45:10+00:00", |
| 713 | "type": "library", |
| 714 | "extra": { |
| 715 | "thanks": { |
| 716 | "url": "https://github.com/symfony/polyfill", |
| 717 | "name": "symfony/polyfill" |
| 718 | } |
| 719 | }, |
| 720 | "installation-source": "dist", |
| 721 | "autoload": { |
| 722 | "files": [ |
| 723 | "bootstrap.php" |
| 724 | ], |
| 725 | "psr-4": { |
| 726 | "Symfony\\Polyfill\\Intl\\Grapheme\\": "" |
| 727 | } |
| 728 | }, |
| 729 | "notification-url": "https://packagist.org/downloads/", |
| 730 | "license": [ |
| 731 | "MIT" |
| 732 | ], |
| 733 | "authors": [ |
| 734 | { |
| 735 | "name": "Nicolas Grekas", |
| 736 | "email": "p@tchwork.com" |
| 737 | }, |
| 738 | { |
| 739 | "name": "Symfony Community", |
| 740 | "homepage": "https://symfony.com/contributors" |
| 741 | } |
| 742 | ], |
| 743 | "description": "Symfony polyfill for intl's grapheme_* functions", |
| 744 | "homepage": "https://symfony.com", |
| 745 | "keywords": [ |
| 746 | "compatibility", |
| 747 | "grapheme", |
| 748 | "intl", |
| 749 | "polyfill", |
| 750 | "portable", |
| 751 | "shim" |
| 752 | ], |
| 753 | "support": { |
| 754 | "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0" |
| 755 | }, |
| 756 | "funding": [ |
| 757 | { |
| 758 | "url": "https://symfony.com/sponsor", |
| 759 | "type": "custom" |
| 760 | }, |
| 761 | { |
| 762 | "url": "https://github.com/fabpot", |
| 763 | "type": "github" |
| 764 | }, |
| 765 | { |
| 766 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 767 | "type": "tidelift" |
| 768 | } |
| 769 | ], |
| 770 | "install-path": "../symfony/polyfill-intl-grapheme" |
| 771 | }, |
| 772 | { |
| 773 | "name": "symfony/polyfill-intl-normalizer", |
| 774 | "version": "v1.31.0", |
| 775 | "version_normalized": "1.31.0.0", |
| 776 | "source": { |
| 777 | "type": "git", |
| 778 | "url": "https://github.com/symfony/polyfill-intl-normalizer.git", |
| 779 | "reference": "3833d7255cc303546435cb650316bff708a1c75c" |
| 780 | }, |
| 781 | "dist": { |
| 782 | "type": "zip", |
| 783 | "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", |
| 784 | "reference": "3833d7255cc303546435cb650316bff708a1c75c", |
| 785 | "shasum": "" |
| 786 | }, |
| 787 | "require": { |
| 788 | "php": ">=7.2" |
| 789 | }, |
| 790 | "suggest": { |
| 791 | "ext-intl": "For best performance" |
| 792 | }, |
| 793 | "time": "2024-09-09T11:45:10+00:00", |
| 794 | "type": "library", |
| 795 | "extra": { |
| 796 | "thanks": { |
| 797 | "url": "https://github.com/symfony/polyfill", |
| 798 | "name": "symfony/polyfill" |
| 799 | } |
| 800 | }, |
| 801 | "installation-source": "dist", |
| 802 | "autoload": { |
| 803 | "files": [ |
| 804 | "bootstrap.php" |
| 805 | ], |
| 806 | "psr-4": { |
| 807 | "Symfony\\Polyfill\\Intl\\Normalizer\\": "" |
| 808 | }, |
| 809 | "classmap": [ |
| 810 | "Resources/stubs" |
| 811 | ] |
| 812 | }, |
| 813 | "notification-url": "https://packagist.org/downloads/", |
| 814 | "license": [ |
| 815 | "MIT" |
| 816 | ], |
| 817 | "authors": [ |
| 818 | { |
| 819 | "name": "Nicolas Grekas", |
| 820 | "email": "p@tchwork.com" |
| 821 | }, |
| 822 | { |
| 823 | "name": "Symfony Community", |
| 824 | "homepage": "https://symfony.com/contributors" |
| 825 | } |
| 826 | ], |
| 827 | "description": "Symfony polyfill for intl's Normalizer class and related functions", |
| 828 | "homepage": "https://symfony.com", |
| 829 | "keywords": [ |
| 830 | "compatibility", |
| 831 | "intl", |
| 832 | "normalizer", |
| 833 | "polyfill", |
| 834 | "portable", |
| 835 | "shim" |
| 836 | ], |
| 837 | "support": { |
| 838 | "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0" |
| 839 | }, |
| 840 | "funding": [ |
| 841 | { |
| 842 | "url": "https://symfony.com/sponsor", |
| 843 | "type": "custom" |
| 844 | }, |
| 845 | { |
| 846 | "url": "https://github.com/fabpot", |
| 847 | "type": "github" |
| 848 | }, |
| 849 | { |
| 850 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 851 | "type": "tidelift" |
| 852 | } |
| 853 | ], |
| 854 | "install-path": "../symfony/polyfill-intl-normalizer" |
| 855 | }, |
| 856 | { |
| 857 | "name": "symfony/polyfill-php80", |
| 858 | "version": "v1.31.0", |
| 859 | "version_normalized": "1.31.0.0", |
| 860 | "source": { |
| 861 | "type": "git", |
| 862 | "url": "https://github.com/symfony/polyfill-php80.git", |
| 863 | "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8" |
| 864 | }, |
| 865 | "dist": { |
| 866 | "type": "zip", |
| 867 | "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", |
| 868 | "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", |
| 869 | "shasum": "" |
| 870 | }, |
| 871 | "require": { |
| 872 | "php": ">=7.2" |
| 873 | }, |
| 874 | "time": "2024-09-09T11:45:10+00:00", |
| 875 | "type": "library", |
| 876 | "extra": { |
| 877 | "thanks": { |
| 878 | "url": "https://github.com/symfony/polyfill", |
| 879 | "name": "symfony/polyfill" |
| 880 | } |
| 881 | }, |
| 882 | "installation-source": "dist", |
| 883 | "autoload": { |
| 884 | "files": [ |
| 885 | "bootstrap.php" |
| 886 | ], |
| 887 | "psr-4": { |
| 888 | "Symfony\\Polyfill\\Php80\\": "" |
| 889 | }, |
| 890 | "classmap": [ |
| 891 | "Resources/stubs" |
| 892 | ] |
| 893 | }, |
| 894 | "notification-url": "https://packagist.org/downloads/", |
| 895 | "license": [ |
| 896 | "MIT" |
| 897 | ], |
| 898 | "authors": [ |
| 899 | { |
| 900 | "name": "Ion Bazan", |
| 901 | "email": "ion.bazan@gmail.com" |
| 902 | }, |
| 903 | { |
| 904 | "name": "Nicolas Grekas", |
| 905 | "email": "p@tchwork.com" |
| 906 | }, |
| 907 | { |
| 908 | "name": "Symfony Community", |
| 909 | "homepage": "https://symfony.com/contributors" |
| 910 | } |
| 911 | ], |
| 912 | "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", |
| 913 | "homepage": "https://symfony.com", |
| 914 | "keywords": [ |
| 915 | "compatibility", |
| 916 | "polyfill", |
| 917 | "portable", |
| 918 | "shim" |
| 919 | ], |
| 920 | "support": { |
| 921 | "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0" |
| 922 | }, |
| 923 | "funding": [ |
| 924 | { |
| 925 | "url": "https://symfony.com/sponsor", |
| 926 | "type": "custom" |
| 927 | }, |
| 928 | { |
| 929 | "url": "https://github.com/fabpot", |
| 930 | "type": "github" |
| 931 | }, |
| 932 | { |
| 933 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 934 | "type": "tidelift" |
| 935 | } |
| 936 | ], |
| 937 | "install-path": "../symfony/polyfill-php80" |
| 938 | }, |
| 939 | { |
| 940 | "name": "symfony/property-access", |
| 941 | "version": "v5.4.45", |
| 942 | "version_normalized": "5.4.45.0", |
| 943 | "source": { |
| 944 | "type": "git", |
| 945 | "url": "https://github.com/symfony/property-access.git", |
| 946 | "reference": "111e7ed617509f1a9139686055d234aad6e388e0" |
| 947 | }, |
| 948 | "dist": { |
| 949 | "type": "zip", |
| 950 | "url": "https://api.github.com/repos/symfony/property-access/zipball/111e7ed617509f1a9139686055d234aad6e388e0", |
| 951 | "reference": "111e7ed617509f1a9139686055d234aad6e388e0", |
| 952 | "shasum": "" |
| 953 | }, |
| 954 | "require": { |
| 955 | "php": ">=7.2.5", |
| 956 | "symfony/deprecation-contracts": "^2.1|^3", |
| 957 | "symfony/polyfill-php80": "^1.16", |
| 958 | "symfony/property-info": "^5.2|^6.0" |
| 959 | }, |
| 960 | "require-dev": { |
| 961 | "symfony/cache": "^4.4|^5.0|^6.0" |
| 962 | }, |
| 963 | "suggest": { |
| 964 | "psr/cache-implementation": "To cache access methods." |
| 965 | }, |
| 966 | "time": "2024-09-25T14:11:13+00:00", |
| 967 | "type": "library", |
| 968 | "installation-source": "dist", |
| 969 | "autoload": { |
| 970 | "psr-4": { |
| 971 | "Symfony\\Component\\PropertyAccess\\": "" |
| 972 | }, |
| 973 | "exclude-from-classmap": [ |
| 974 | "/Tests/" |
| 975 | ] |
| 976 | }, |
| 977 | "notification-url": "https://packagist.org/downloads/", |
| 978 | "license": [ |
| 979 | "MIT" |
| 980 | ], |
| 981 | "authors": [ |
| 982 | { |
| 983 | "name": "Fabien Potencier", |
| 984 | "email": "fabien@symfony.com" |
| 985 | }, |
| 986 | { |
| 987 | "name": "Symfony Community", |
| 988 | "homepage": "https://symfony.com/contributors" |
| 989 | } |
| 990 | ], |
| 991 | "description": "Provides functions to read and write from/to an object or array using a simple string notation", |
| 992 | "homepage": "https://symfony.com", |
| 993 | "keywords": [ |
| 994 | "access", |
| 995 | "array", |
| 996 | "extraction", |
| 997 | "index", |
| 998 | "injection", |
| 999 | "object", |
| 1000 | "property", |
| 1001 | "property-path", |
| 1002 | "reflection" |
| 1003 | ], |
| 1004 | "support": { |
| 1005 | "source": "https://github.com/symfony/property-access/tree/v5.4.45" |
| 1006 | }, |
| 1007 | "funding": [ |
| 1008 | { |
| 1009 | "url": "https://symfony.com/sponsor", |
| 1010 | "type": "custom" |
| 1011 | }, |
| 1012 | { |
| 1013 | "url": "https://github.com/fabpot", |
| 1014 | "type": "github" |
| 1015 | }, |
| 1016 | { |
| 1017 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1018 | "type": "tidelift" |
| 1019 | } |
| 1020 | ], |
| 1021 | "install-path": "../symfony/property-access" |
| 1022 | }, |
| 1023 | { |
| 1024 | "name": "symfony/property-info", |
| 1025 | "version": "v5.4.48", |
| 1026 | "version_normalized": "5.4.48.0", |
| 1027 | "source": { |
| 1028 | "type": "git", |
| 1029 | "url": "https://github.com/symfony/property-info.git", |
| 1030 | "reference": "a0396295ad585f95fccd690bc6a281e5bd303902" |
| 1031 | }, |
| 1032 | "dist": { |
| 1033 | "type": "zip", |
| 1034 | "url": "https://api.github.com/repos/symfony/property-info/zipball/a0396295ad585f95fccd690bc6a281e5bd303902", |
| 1035 | "reference": "a0396295ad585f95fccd690bc6a281e5bd303902", |
| 1036 | "shasum": "" |
| 1037 | }, |
| 1038 | "require": { |
| 1039 | "php": ">=7.2.5", |
| 1040 | "symfony/deprecation-contracts": "^2.1|^3", |
| 1041 | "symfony/polyfill-php80": "^1.16", |
| 1042 | "symfony/string": "^5.1|^6.0" |
| 1043 | }, |
| 1044 | "conflict": { |
| 1045 | "phpdocumentor/reflection-docblock": "<3.2.2", |
| 1046 | "phpdocumentor/type-resolver": "<1.4.0", |
| 1047 | "symfony/dependency-injection": "<4.4" |
| 1048 | }, |
| 1049 | "require-dev": { |
| 1050 | "doctrine/annotations": "^1.10.4|^2", |
| 1051 | "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", |
| 1052 | "phpstan/phpdoc-parser": "^1.0|^2.0", |
| 1053 | "symfony/cache": "^4.4|^5.0|^6.0", |
| 1054 | "symfony/dependency-injection": "^4.4|^5.0|^6.0", |
| 1055 | "symfony/serializer": "^4.4|^5.0|^6.0" |
| 1056 | }, |
| 1057 | "suggest": { |
| 1058 | "phpdocumentor/reflection-docblock": "To use the PHPDoc", |
| 1059 | "psr/cache-implementation": "To cache results", |
| 1060 | "symfony/doctrine-bridge": "To use Doctrine metadata", |
| 1061 | "symfony/serializer": "To use Serializer metadata" |
| 1062 | }, |
| 1063 | "time": "2024-11-25T16:14:41+00:00", |
| 1064 | "type": "library", |
| 1065 | "installation-source": "dist", |
| 1066 | "autoload": { |
| 1067 | "psr-4": { |
| 1068 | "Symfony\\Component\\PropertyInfo\\": "" |
| 1069 | }, |
| 1070 | "exclude-from-classmap": [ |
| 1071 | "/Tests/" |
| 1072 | ] |
| 1073 | }, |
| 1074 | "notification-url": "https://packagist.org/downloads/", |
| 1075 | "license": [ |
| 1076 | "MIT" |
| 1077 | ], |
| 1078 | "authors": [ |
| 1079 | { |
| 1080 | "name": "Kévin Dunglas", |
| 1081 | "email": "dunglas@gmail.com" |
| 1082 | }, |
| 1083 | { |
| 1084 | "name": "Symfony Community", |
| 1085 | "homepage": "https://symfony.com/contributors" |
| 1086 | } |
| 1087 | ], |
| 1088 | "description": "Extracts information about PHP class' properties using metadata of popular sources", |
| 1089 | "homepage": "https://symfony.com", |
| 1090 | "keywords": [ |
| 1091 | "doctrine", |
| 1092 | "phpdoc", |
| 1093 | "property", |
| 1094 | "symfony", |
| 1095 | "type", |
| 1096 | "validator" |
| 1097 | ], |
| 1098 | "support": { |
| 1099 | "source": "https://github.com/symfony/property-info/tree/v5.4.48" |
| 1100 | }, |
| 1101 | "funding": [ |
| 1102 | { |
| 1103 | "url": "https://symfony.com/sponsor", |
| 1104 | "type": "custom" |
| 1105 | }, |
| 1106 | { |
| 1107 | "url": "https://github.com/fabpot", |
| 1108 | "type": "github" |
| 1109 | }, |
| 1110 | { |
| 1111 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1112 | "type": "tidelift" |
| 1113 | } |
| 1114 | ], |
| 1115 | "install-path": "../symfony/property-info" |
| 1116 | }, |
| 1117 | { |
| 1118 | "name": "symfony/string", |
| 1119 | "version": "v5.4.47", |
| 1120 | "version_normalized": "5.4.47.0", |
| 1121 | "source": { |
| 1122 | "type": "git", |
| 1123 | "url": "https://github.com/symfony/string.git", |
| 1124 | "reference": "136ca7d72f72b599f2631aca474a4f8e26719799" |
| 1125 | }, |
| 1126 | "dist": { |
| 1127 | "type": "zip", |
| 1128 | "url": "https://api.github.com/repos/symfony/string/zipball/136ca7d72f72b599f2631aca474a4f8e26719799", |
| 1129 | "reference": "136ca7d72f72b599f2631aca474a4f8e26719799", |
| 1130 | "shasum": "" |
| 1131 | }, |
| 1132 | "require": { |
| 1133 | "php": ">=7.2.5", |
| 1134 | "symfony/polyfill-ctype": "~1.8", |
| 1135 | "symfony/polyfill-intl-grapheme": "~1.0", |
| 1136 | "symfony/polyfill-intl-normalizer": "~1.0", |
| 1137 | "symfony/polyfill-mbstring": "~1.0", |
| 1138 | "symfony/polyfill-php80": "~1.15" |
| 1139 | }, |
| 1140 | "conflict": { |
| 1141 | "symfony/translation-contracts": ">=3.0" |
| 1142 | }, |
| 1143 | "require-dev": { |
| 1144 | "symfony/error-handler": "^4.4|^5.0|^6.0", |
| 1145 | "symfony/http-client": "^4.4|^5.0|^6.0", |
| 1146 | "symfony/translation-contracts": "^1.1|^2", |
| 1147 | "symfony/var-exporter": "^4.4|^5.0|^6.0" |
| 1148 | }, |
| 1149 | "time": "2024-11-10T20:33:58+00:00", |
| 1150 | "type": "library", |
| 1151 | "installation-source": "dist", |
| 1152 | "autoload": { |
| 1153 | "files": [ |
| 1154 | "Resources/functions.php" |
| 1155 | ], |
| 1156 | "psr-4": { |
| 1157 | "Symfony\\Component\\String\\": "" |
| 1158 | }, |
| 1159 | "exclude-from-classmap": [ |
| 1160 | "/Tests/" |
| 1161 | ] |
| 1162 | }, |
| 1163 | "notification-url": "https://packagist.org/downloads/", |
| 1164 | "license": [ |
| 1165 | "MIT" |
| 1166 | ], |
| 1167 | "authors": [ |
| 1168 | { |
| 1169 | "name": "Nicolas Grekas", |
| 1170 | "email": "p@tchwork.com" |
| 1171 | }, |
| 1172 | { |
| 1173 | "name": "Symfony Community", |
| 1174 | "homepage": "https://symfony.com/contributors" |
| 1175 | } |
| 1176 | ], |
| 1177 | "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", |
| 1178 | "homepage": "https://symfony.com", |
| 1179 | "keywords": [ |
| 1180 | "grapheme", |
| 1181 | "i18n", |
| 1182 | "string", |
| 1183 | "unicode", |
| 1184 | "utf-8", |
| 1185 | "utf8" |
| 1186 | ], |
| 1187 | "support": { |
| 1188 | "source": "https://github.com/symfony/string/tree/v5.4.47" |
| 1189 | }, |
| 1190 | "funding": [ |
| 1191 | { |
| 1192 | "url": "https://symfony.com/sponsor", |
| 1193 | "type": "custom" |
| 1194 | }, |
| 1195 | { |
| 1196 | "url": "https://github.com/fabpot", |
| 1197 | "type": "github" |
| 1198 | }, |
| 1199 | { |
| 1200 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1201 | "type": "tidelift" |
| 1202 | } |
| 1203 | ], |
| 1204 | "install-path": "../symfony/string" |
| 1205 | }, |
| 1206 | { |
| 1207 | "name": "symfony/var-dumper", |
| 1208 | "version": "v5.4.48", |
| 1209 | "version_normalized": "5.4.48.0", |
| 1210 | "source": { |
| 1211 | "type": "git", |
| 1212 | "url": "https://github.com/symfony/var-dumper.git", |
| 1213 | "reference": "42f18f170aa86d612c3559cfb3bd11a375df32c8" |
| 1214 | }, |
| 1215 | "dist": { |
| 1216 | "type": "zip", |
| 1217 | "url": "https://api.github.com/repos/symfony/var-dumper/zipball/42f18f170aa86d612c3559cfb3bd11a375df32c8", |
| 1218 | "reference": "42f18f170aa86d612c3559cfb3bd11a375df32c8", |
| 1219 | "shasum": "" |
| 1220 | }, |
| 1221 | "require": { |
| 1222 | "php": ">=7.2.5", |
| 1223 | "symfony/polyfill-mbstring": "~1.0", |
| 1224 | "symfony/polyfill-php80": "^1.16" |
| 1225 | }, |
| 1226 | "conflict": { |
| 1227 | "symfony/console": "<4.4" |
| 1228 | }, |
| 1229 | "require-dev": { |
| 1230 | "ext-iconv": "*", |
| 1231 | "symfony/console": "^4.4|^5.0|^6.0", |
| 1232 | "symfony/http-kernel": "^4.4|^5.0|^6.0", |
| 1233 | "symfony/process": "^4.4|^5.0|^6.0", |
| 1234 | "symfony/uid": "^5.1|^6.0", |
| 1235 | "twig/twig": "^2.13|^3.0.4" |
| 1236 | }, |
| 1237 | "suggest": { |
| 1238 | "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", |
| 1239 | "ext-intl": "To show region name in time zone dump", |
| 1240 | "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" |
| 1241 | }, |
| 1242 | "time": "2024-11-08T15:21:10+00:00", |
| 1243 | "bin": [ |
| 1244 | "Resources/bin/var-dump-server" |
| 1245 | ], |
| 1246 | "type": "library", |
| 1247 | "installation-source": "dist", |
| 1248 | "autoload": { |
| 1249 | "files": [ |
| 1250 | "Resources/functions/dump.php" |
| 1251 | ], |
| 1252 | "psr-4": { |
| 1253 | "Symfony\\Component\\VarDumper\\": "" |
| 1254 | }, |
| 1255 | "exclude-from-classmap": [ |
| 1256 | "/Tests/" |
| 1257 | ] |
| 1258 | }, |
| 1259 | "notification-url": "https://packagist.org/downloads/", |
| 1260 | "license": [ |
| 1261 | "MIT" |
| 1262 | ], |
| 1263 | "authors": [ |
| 1264 | { |
| 1265 | "name": "Nicolas Grekas", |
| 1266 | "email": "p@tchwork.com" |
| 1267 | }, |
| 1268 | { |
| 1269 | "name": "Symfony Community", |
| 1270 | "homepage": "https://symfony.com/contributors" |
| 1271 | } |
| 1272 | ], |
| 1273 | "description": "Provides mechanisms for walking through any arbitrary PHP variable", |
| 1274 | "homepage": "https://symfony.com", |
| 1275 | "keywords": [ |
| 1276 | "debug", |
| 1277 | "dump" |
| 1278 | ], |
| 1279 | "support": { |
| 1280 | "source": "https://github.com/symfony/var-dumper/tree/v5.4.48" |
| 1281 | }, |
| 1282 | "funding": [ |
| 1283 | { |
| 1284 | "url": "https://symfony.com/sponsor", |
| 1285 | "type": "custom" |
| 1286 | }, |
| 1287 | { |
| 1288 | "url": "https://github.com/fabpot", |
| 1289 | "type": "github" |
| 1290 | }, |
| 1291 | { |
| 1292 | "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 1293 | "type": "tidelift" |
| 1294 | } |
| 1295 | ], |
| 1296 | "install-path": "../symfony/var-dumper" |
| 1297 | }, |
| 1298 | { |
| 1299 | "name": "voku/portable-ascii", |
| 1300 | "version": "2.0.3", |
| 1301 | "version_normalized": "2.0.3.0", |
| 1302 | "source": { |
| 1303 | "type": "git", |
| 1304 | "url": "https://github.com/voku/portable-ascii.git", |
| 1305 | "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d" |
| 1306 | }, |
| 1307 | "dist": { |
| 1308 | "type": "zip", |
| 1309 | "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b1d923f88091c6bf09699efcd7c8a1b1bfd7351d", |
| 1310 | "reference": "b1d923f88091c6bf09699efcd7c8a1b1bfd7351d", |
| 1311 | "shasum": "" |
| 1312 | }, |
| 1313 | "require": { |
| 1314 | "php": ">=7.0.0" |
| 1315 | }, |
| 1316 | "require-dev": { |
| 1317 | "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0" |
| 1318 | }, |
| 1319 | "suggest": { |
| 1320 | "ext-intl": "Use Intl for transliterator_transliterate() support" |
| 1321 | }, |
| 1322 | "time": "2024-11-21T01:49:47+00:00", |
| 1323 | "type": "library", |
| 1324 | "installation-source": "dist", |
| 1325 | "autoload": { |
| 1326 | "psr-4": { |
| 1327 | "voku\\": "src/voku/" |
| 1328 | } |
| 1329 | }, |
| 1330 | "notification-url": "https://packagist.org/downloads/", |
| 1331 | "license": [ |
| 1332 | "MIT" |
| 1333 | ], |
| 1334 | "authors": [ |
| 1335 | { |
| 1336 | "name": "Lars Moelleken", |
| 1337 | "homepage": "https://www.moelleken.org/" |
| 1338 | } |
| 1339 | ], |
| 1340 | "description": "Portable ASCII library - performance optimized (ascii) string functions for php.", |
| 1341 | "homepage": "https://github.com/voku/portable-ascii", |
| 1342 | "keywords": [ |
| 1343 | "ascii", |
| 1344 | "clean", |
| 1345 | "php" |
| 1346 | ], |
| 1347 | "support": { |
| 1348 | "issues": "https://github.com/voku/portable-ascii/issues", |
| 1349 | "source": "https://github.com/voku/portable-ascii/tree/2.0.3" |
| 1350 | }, |
| 1351 | "funding": [ |
| 1352 | { |
| 1353 | "url": "https://www.paypal.me/moelleken", |
| 1354 | "type": "custom" |
| 1355 | }, |
| 1356 | { |
| 1357 | "url": "https://github.com/voku", |
| 1358 | "type": "github" |
| 1359 | }, |
| 1360 | { |
| 1361 | "url": "https://opencollective.com/portable-ascii", |
| 1362 | "type": "open_collective" |
| 1363 | }, |
| 1364 | { |
| 1365 | "url": "https://www.patreon.com/voku", |
| 1366 | "type": "patreon" |
| 1367 | }, |
| 1368 | { |
| 1369 | "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii", |
| 1370 | "type": "tidelift" |
| 1371 | } |
| 1372 | ], |
| 1373 | "install-path": "../voku/portable-ascii" |
| 1374 | }, |
| 1375 | { |
| 1376 | "name": "wolfcast/browser-detection", |
| 1377 | "version": "2.9.7", |
| 1378 | "version_normalized": "2.9.7.0", |
| 1379 | "source": { |
| 1380 | "type": "git", |
| 1381 | "url": "https://github.com/Wolfcast/BrowserDetection.git", |
| 1382 | "reference": "77fad169776d6c4fc61fa740fb16495cafc505eb" |
| 1383 | }, |
| 1384 | "dist": { |
| 1385 | "type": "zip", |
| 1386 | "url": "https://api.github.com/repos/Wolfcast/BrowserDetection/zipball/77fad169776d6c4fc61fa740fb16495cafc505eb", |
| 1387 | "reference": "77fad169776d6c4fc61fa740fb16495cafc505eb", |
| 1388 | "shasum": "" |
| 1389 | }, |
| 1390 | "require": { |
| 1391 | "php": ">=5.3.0" |
| 1392 | }, |
| 1393 | "time": "2022-09-21T04:06:27+00:00", |
| 1394 | "type": "library", |
| 1395 | "installation-source": "dist", |
| 1396 | "autoload": { |
| 1397 | "classmap": [ |
| 1398 | "lib/BrowserDetection.php" |
| 1399 | ] |
| 1400 | }, |
| 1401 | "notification-url": "https://packagist.org/downloads/", |
| 1402 | "license": [ |
| 1403 | "LGPL-3.0-or-later" |
| 1404 | ], |
| 1405 | "authors": [ |
| 1406 | { |
| 1407 | "name": "Alexandre Valiquette", |
| 1408 | "homepage": "https://wolfcast.com/", |
| 1409 | "role": "Lead developer" |
| 1410 | } |
| 1411 | ], |
| 1412 | "description": "The Wolfcast BrowserDetection PHP class facilitates the identification of the user's environment such as Web browser, version, platform family, platform version or if it's a mobile device or not.", |
| 1413 | "homepage": "https://github.com/Wolfcast/BrowserDetection", |
| 1414 | "keywords": [ |
| 1415 | "browser", |
| 1416 | "detection", |
| 1417 | "environment", |
| 1418 | "mobile", |
| 1419 | "platform", |
| 1420 | "version" |
| 1421 | ], |
| 1422 | "support": { |
| 1423 | "issues": "https://github.com/Wolfcast/BrowserDetection/issues", |
| 1424 | "source": "https://github.com/Wolfcast/BrowserDetection/tree/2.9.7" |
| 1425 | }, |
| 1426 | "install-path": "../wolfcast/browser-detection" |
| 1427 | } |
| 1428 | ], |
| 1429 | "dev": false, |
| 1430 | "dev-package-names": [] |
| 1431 | } |
| 1432 |