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": "70229acfb6b8d17be2345cd3ca481dd7", 8 "packages": [ 9 { 10 "name": "dflydev/dot-access-data", 11 "version": "v3.0.1", 12 "source": { 13 "type": "git", 14 "url": "https://github.com/dflydev/dflydev-dot-access-data.git", 15 "reference": "0992cc19268b259a39e86f296da5f0677841f42c" 16 }, 17 "dist": { 18 "type": "zip", 19 "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/0992cc19268b259a39e86f296da5f0677841f42c", 20 "reference": "0992cc19268b259a39e86f296da5f0677841f42c", 21 "shasum": "" 22 }, 23 "require": { 24 "php": "^7.1 || ^8.0" 25 }, 26 "require-dev": { 27 "phpstan/phpstan": "^0.12.42", 28 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3", 29 "scrutinizer/ocular": "1.6.0", 30 "squizlabs/php_codesniffer": "^3.5", 31 "vimeo/psalm": "^3.14" 32 }, 33 "type": "library", 34 "extra": { 35 "branch-alias": { 36 "dev-main": "3.x-dev" 37 } 38 }, 39 "autoload": { 40 "psr-4": { 41 "Dflydev\\DotAccessData\\": "src/" 42 } 43 }, 44 "notification-url": "https://packagist.org/downloads/", 45 "license": [ 46 "MIT" 47 ], 48 "authors": [ 49 { 50 "name": "Dragonfly Development Inc.", 51 "email": "info@dflydev.com", 52 "homepage": "http://dflydev.com" 53 }, 54 { 55 "name": "Beau Simensen", 56 "email": "beau@dflydev.com", 57 "homepage": "http://beausimensen.com" 58 }, 59 { 60 "name": "Carlos Frutos", 61 "email": "carlos@kiwing.it", 62 "homepage": "https://github.com/cfrutos" 63 }, 64 { 65 "name": "Colin O'Dell", 66 "email": "colinodell@gmail.com", 67 "homepage": "https://www.colinodell.com" 68 } 69 ], 70 "description": "Given a deep data structure, access data by dot notation.", 71 "homepage": "https://github.com/dflydev/dflydev-dot-access-data", 72 "keywords": [ 73 "access", 74 "data", 75 "dot", 76 "notation" 77 ], 78 "support": { 79 "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues", 80 "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.1" 81 }, 82 "time": "2021-08-13T13:06:58+00:00" 83 }, 84 { 85 "name": "league/commonmark", 86 "version": "2.0.4", 87 "source": { 88 "type": "git", 89 "url": "https://github.com/thephpleague/commonmark.git", 90 "reference": "39031adf944087c1d5a4fd9875c65e668f986e96" 91 }, 92 "dist": { 93 "type": "zip", 94 "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/39031adf944087c1d5a4fd9875c65e668f986e96", 95 "reference": "39031adf944087c1d5a4fd9875c65e668f986e96", 96 "shasum": "" 97 }, 98 "require": { 99 "ext-mbstring": "*", 100 "league/config": "^1.1.1", 101 "php": "^7.4 || ^8.0", 102 "psr/event-dispatcher": "^1.0", 103 "symfony/polyfill-php80": "^1.15" 104 }, 105 "require-dev": { 106 "cebe/markdown": "^1.0", 107 "commonmark/cmark": "0.30.0", 108 "commonmark/commonmark.js": "0.30.0", 109 "composer/package-versions-deprecated": "^1.8", 110 "erusev/parsedown": "^1.0", 111 "ext-json": "*", 112 "github/gfm": "0.29.0", 113 "michelf/php-markdown": "^1.4", 114 "phpstan/phpstan": "^0.12.88", 115 "phpunit/phpunit": "^9.5.5", 116 "scrutinizer/ocular": "^1.8.1", 117 "symfony/finder": "^5.3", 118 "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0", 119 "unleashedtech/php-coding-standard": "^3.1", 120 "vimeo/psalm": "^4.7.3" 121 }, 122 "suggest": { 123 "symfony/yaml": "v2.3+ required if using the Front Matter extension" 124 }, 125 "type": "library", 126 "extra": { 127 "branch-alias": { 128 "dev-main": "2.1-dev" 129 } 130 }, 131 "autoload": { 132 "psr-4": { 133 "League\\CommonMark\\": "src" 134 } 135 }, 136 "notification-url": "https://packagist.org/downloads/", 137 "license": [ 138 "BSD-3-Clause" 139 ], 140 "authors": [ 141 { 142 "name": "Colin O'Dell", 143 "email": "colinodell@gmail.com", 144 "homepage": "https://www.colinodell.com", 145 "role": "Lead Developer" 146 } 147 ], 148 "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)", 149 "homepage": "https://commonmark.thephpleague.com", 150 "keywords": [ 151 "commonmark", 152 "flavored", 153 "gfm", 154 "github", 155 "github-flavored", 156 "markdown", 157 "md", 158 "parser" 159 ], 160 "support": { 161 "docs": "https://commonmark.thephpleague.com/", 162 "forum": "https://github.com/thephpleague/commonmark/discussions", 163 "issues": "https://github.com/thephpleague/commonmark/issues", 164 "rss": "https://github.com/thephpleague/commonmark/releases.atom", 165 "source": "https://github.com/thephpleague/commonmark" 166 }, 167 "funding": [ 168 { 169 "url": "https://www.colinodell.com/sponsor", 170 "type": "custom" 171 }, 172 { 173 "url": "https://www.paypal.me/colinpodell/10.00", 174 "type": "custom" 175 }, 176 { 177 "url": "https://github.com/colinodell", 178 "type": "github" 179 }, 180 { 181 "url": "https://tidelift.com/funding/github/packagist/league/commonmark", 182 "type": "tidelift" 183 } 184 ], 185 "time": "2022-02-26T21:09:14+00:00" 186 }, 187 { 188 "name": "league/config", 189 "version": "v1.1.1", 190 "source": { 191 "type": "git", 192 "url": "https://github.com/thephpleague/config.git", 193 "reference": "a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e" 194 }, 195 "dist": { 196 "type": "zip", 197 "url": "https://api.github.com/repos/thephpleague/config/zipball/a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e", 198 "reference": "a9d39eeeb6cc49d10a6e6c36f22c4c1f4a767f3e", 199 "shasum": "" 200 }, 201 "require": { 202 "dflydev/dot-access-data": "^3.0.1", 203 "nette/schema": "^1.2", 204 "php": "^7.4 || ^8.0" 205 }, 206 "require-dev": { 207 "phpstan/phpstan": "^0.12.90", 208 "phpunit/phpunit": "^9.5.5", 209 "scrutinizer/ocular": "^1.8.1", 210 "unleashedtech/php-coding-standard": "^3.1", 211 "vimeo/psalm": "^4.7.3" 212 }, 213 "type": "library", 214 "extra": { 215 "branch-alias": { 216 "dev-main": "1.2-dev" 217 } 218 }, 219 "autoload": { 220 "psr-4": { 221 "League\\Config\\": "src" 222 } 223 }, 224 "notification-url": "https://packagist.org/downloads/", 225 "license": [ 226 "BSD-3-Clause" 227 ], 228 "authors": [ 229 { 230 "name": "Colin O'Dell", 231 "email": "colinodell@gmail.com", 232 "homepage": "https://www.colinodell.com", 233 "role": "Lead Developer" 234 } 235 ], 236 "description": "Define configuration arrays with strict schemas and access values with dot notation", 237 "homepage": "https://config.thephpleague.com", 238 "keywords": [ 239 "array", 240 "config", 241 "configuration", 242 "dot", 243 "dot-access", 244 "nested", 245 "schema" 246 ], 247 "support": { 248 "docs": "https://config.thephpleague.com/", 249 "issues": "https://github.com/thephpleague/config/issues", 250 "rss": "https://github.com/thephpleague/config/releases.atom", 251 "source": "https://github.com/thephpleague/config" 252 }, 253 "funding": [ 254 { 255 "url": "https://www.colinodell.com/sponsor", 256 "type": "custom" 257 }, 258 { 259 "url": "https://www.paypal.me/colinpodell/10.00", 260 "type": "custom" 261 }, 262 { 263 "url": "https://github.com/colinodell", 264 "type": "github" 265 } 266 ], 267 "time": "2021-08-14T12:15:32+00:00" 268 }, 269 { 270 "name": "nette/schema", 271 "version": "v1.2.2", 272 "source": { 273 "type": "git", 274 "url": "https://github.com/nette/schema.git", 275 "reference": "9a39cef03a5b34c7de64f551538cbba05c2be5df" 276 }, 277 "dist": { 278 "type": "zip", 279 "url": "https://api.github.com/repos/nette/schema/zipball/9a39cef03a5b34c7de64f551538cbba05c2be5df", 280 "reference": "9a39cef03a5b34c7de64f551538cbba05c2be5df", 281 "shasum": "" 282 }, 283 "require": { 284 "nette/utils": "^2.5.7 || ^3.1.5 || ^4.0", 285 "php": ">=7.1 <8.2" 286 }, 287 "require-dev": { 288 "nette/tester": "^2.3 || ^2.4", 289 "phpstan/phpstan-nette": "^0.12", 290 "tracy/tracy": "^2.7" 291 }, 292 "type": "library", 293 "extra": { 294 "branch-alias": { 295 "dev-master": "1.2-dev" 296 } 297 }, 298 "autoload": { 299 "classmap": [ 300 "src/" 301 ] 302 }, 303 "notification-url": "https://packagist.org/downloads/", 304 "license": [ 305 "BSD-3-Clause", 306 "GPL-2.0-only", 307 "GPL-3.0-only" 308 ], 309 "authors": [ 310 { 311 "name": "David Grudl", 312 "homepage": "https://davidgrudl.com" 313 }, 314 { 315 "name": "Nette Community", 316 "homepage": "https://nette.org/contributors" 317 } 318 ], 319 "description": " Nette Schema: validating data structures against a given Schema.", 320 "homepage": "https://nette.org", 321 "keywords": [ 322 "config", 323 "nette" 324 ], 325 "support": { 326 "issues": "https://github.com/nette/schema/issues", 327 "source": "https://github.com/nette/schema/tree/v1.2.2" 328 }, 329 "time": "2021-10-15T11:40:02+00:00" 330 }, 331 { 332 "name": "nette/utils", 333 "version": "v3.2.8", 334 "source": { 335 "type": "git", 336 "url": "https://github.com/nette/utils.git", 337 "reference": "02a54c4c872b99e4ec05c4aec54b5a06eb0f6368" 338 }, 339 "dist": { 340 "type": "zip", 341 "url": "https://api.github.com/repos/nette/utils/zipball/02a54c4c872b99e4ec05c4aec54b5a06eb0f6368", 342 "reference": "02a54c4c872b99e4ec05c4aec54b5a06eb0f6368", 343 "shasum": "" 344 }, 345 "require": { 346 "php": ">=7.2 <8.3" 347 }, 348 "conflict": { 349 "nette/di": "<3.0.6" 350 }, 351 "require-dev": { 352 "nette/tester": "~2.0", 353 "phpstan/phpstan": "^1.0", 354 "tracy/tracy": "^2.3" 355 }, 356 "suggest": { 357 "ext-gd": "to use Image", 358 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()", 359 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()", 360 "ext-json": "to use Nette\\Utils\\Json", 361 "ext-mbstring": "to use Strings::lower() etc...", 362 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()", 363 "ext-xml": "to use Strings::length() etc. when mbstring is not available" 364 }, 365 "type": "library", 366 "extra": { 367 "branch-alias": { 368 "dev-master": "3.2-dev" 369 } 370 }, 371 "autoload": { 372 "classmap": [ 373 "src/" 374 ] 375 }, 376 "notification-url": "https://packagist.org/downloads/", 377 "license": [ 378 "BSD-3-Clause", 379 "GPL-2.0-only", 380 "GPL-3.0-only" 381 ], 382 "authors": [ 383 { 384 "name": "David Grudl", 385 "homepage": "https://davidgrudl.com" 386 }, 387 { 388 "name": "Nette Community", 389 "homepage": "https://nette.org/contributors" 390 } 391 ], 392 "description": " Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.", 393 "homepage": "https://nette.org", 394 "keywords": [ 395 "array", 396 "core", 397 "datetime", 398 "images", 399 "json", 400 "nette", 401 "paginator", 402 "password", 403 "slugify", 404 "string", 405 "unicode", 406 "utf-8", 407 "utility", 408 "validation" 409 ], 410 "support": { 411 "issues": "https://github.com/nette/utils/issues", 412 "source": "https://github.com/nette/utils/tree/v3.2.8" 413 }, 414 "time": "2022-09-12T23:36:20+00:00" 415 }, 416 { 417 "name": "psr/event-dispatcher", 418 "version": "1.0.0", 419 "source": { 420 "type": "git", 421 "url": "https://github.com/php-fig/event-dispatcher.git", 422 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" 423 }, 424 "dist": { 425 "type": "zip", 426 "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", 427 "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", 428 "shasum": "" 429 }, 430 "require": { 431 "php": ">=7.2.0" 432 }, 433 "type": "library", 434 "extra": { 435 "branch-alias": { 436 "dev-master": "1.0.x-dev" 437 } 438 }, 439 "autoload": { 440 "psr-4": { 441 "Psr\\EventDispatcher\\": "src/" 442 } 443 }, 444 "notification-url": "https://packagist.org/downloads/", 445 "license": [ 446 "MIT" 447 ], 448 "authors": [ 449 { 450 "name": "PHP-FIG", 451 "homepage": "http://www.php-fig.org/" 452 } 453 ], 454 "description": "Standard interfaces for event handling.", 455 "keywords": [ 456 "events", 457 "psr", 458 "psr-14" 459 ], 460 "support": { 461 "issues": "https://github.com/php-fig/event-dispatcher/issues", 462 "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" 463 }, 464 "time": "2019-01-08T18:20:26+00:00" 465 }, 466 { 467 "name": "symfony/polyfill-php80", 468 "version": "v1.26.0", 469 "source": { 470 "type": "git", 471 "url": "https://github.com/symfony/polyfill-php80.git", 472 "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace" 473 }, 474 "dist": { 475 "type": "zip", 476 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace", 477 "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace", 478 "shasum": "" 479 }, 480 "require": { 481 "php": ">=7.1" 482 }, 483 "type": "library", 484 "extra": { 485 "branch-alias": { 486 "dev-main": "1.26-dev" 487 }, 488 "thanks": { 489 "name": "symfony/polyfill", 490 "url": "https://github.com/symfony/polyfill" 491 } 492 }, 493 "autoload": { 494 "files": [ 495 "bootstrap.php" 496 ], 497 "psr-4": { 498 "Symfony\\Polyfill\\Php80\\": "" 499 }, 500 "classmap": [ 501 "Resources/stubs" 502 ] 503 }, 504 "notification-url": "https://packagist.org/downloads/", 505 "license": [ 506 "MIT" 507 ], 508 "authors": [ 509 { 510 "name": "Ion Bazan", 511 "email": "ion.bazan@gmail.com" 512 }, 513 { 514 "name": "Nicolas Grekas", 515 "email": "p@tchwork.com" 516 }, 517 { 518 "name": "Symfony Community", 519 "homepage": "https://symfony.com/contributors" 520 } 521 ], 522 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", 523 "homepage": "https://symfony.com", 524 "keywords": [ 525 "compatibility", 526 "polyfill", 527 "portable", 528 "shim" 529 ], 530 "support": { 531 "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0" 532 }, 533 "funding": [ 534 { 535 "url": "https://symfony.com/sponsor", 536 "type": "custom" 537 }, 538 { 539 "url": "https://github.com/fabpot", 540 "type": "github" 541 }, 542 { 543 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 544 "type": "tidelift" 545 } 546 ], 547 "time": "2022-05-10T07:21:04+00:00" 548 } 549 ], 550 "packages-dev": [], 551 "aliases": [], 552 "minimum-stability": "stable", 553 "stability-flags": [], 554 "prefer-stable": false, 555 "prefer-lowest": false, 556 "platform": [], 557 "platform-dev": [], 558 "plugin-api-version": "2.1.0" 559} 560