Skip to content
Snippets Groups Projects
composer.lock 186 KiB
Newer Older
  • Learn to ignore specific revisions
  • beardedwarrior's avatar
    beardedwarrior committed
    {
        "_readme": [
            "This file locks the dependencies of your project to a known state",
            "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
            "This file is @generated automatically"
        ],
    
        "content-hash": "37462f3e9af90094d49d90514b64ae96",
    
    beardedwarrior's avatar
    beardedwarrior committed
        "packages": [
    
    9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480
            {
                "name": "bacon/bacon-qr-code",
                "version": "1.0.3",
                "source": {
                    "type": "git",
                    "url": "https://github.com/Bacon/BaconQrCode.git",
                    "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/5a91b62b9d37cee635bbf8d553f4546057250bee",
                    "reference": "5a91b62b9d37cee635bbf8d553f4546057250bee",
                    "shasum": ""
                },
                "require": {
                    "ext-iconv": "*",
                    "php": "^5.4|^7.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.8"
                },
                "suggest": {
                    "ext-gd": "to generate QR code images"
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "BaconQrCode": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-2-Clause"
                ],
                "authors": [
                    {
                        "name": "Ben Scholzen 'DASPRiD'",
                        "email": "mail@dasprids.de",
                        "homepage": "http://www.dasprids.de",
                        "role": "Developer"
                    }
                ],
                "description": "BaconQrCode is a QR code generator for PHP.",
                "homepage": "https://github.com/Bacon/BaconQrCode",
                "time": "2017-10-17T09:59:25+00:00"
            },
            {
                "name": "barryvdh/laravel-ide-helper",
                "version": "v2.5.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/barryvdh/laravel-ide-helper.git",
                    "reference": "7db1843473e1562d8e0490b51db847d3a1415140"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/7db1843473e1562d8e0490b51db847d3a1415140",
                    "reference": "7db1843473e1562d8e0490b51db847d3a1415140",
                    "shasum": ""
                },
                "require": {
                    "barryvdh/reflection-docblock": "^2.0.4",
                    "composer/composer": "^1.6",
                    "illuminate/console": "^5.5,<5.8",
                    "illuminate/filesystem": "^5.5,<5.8",
                    "illuminate/support": "^5.5,<5.8",
                    "php": ">=7"
                },
                "require-dev": {
                    "doctrine/dbal": "~2.3",
                    "illuminate/config": "^5.1,<5.8",
                    "illuminate/view": "^5.1,<5.8",
                    "phpro/grumphp": "^0.14",
                    "phpunit/phpunit": "4.*",
                    "scrutinizer/ocular": "~1.1",
                    "squizlabs/php_codesniffer": "^3"
                },
                "suggest": {
                    "doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.5-dev"
                    },
                    "laravel": {
                        "providers": [
                            "Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
                        ]
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Barryvdh\\LaravelIdeHelper\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Barry vd. Heuvel",
                        "email": "barryvdh@gmail.com"
                    }
                ],
                "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
                "keywords": [
                    "autocomplete",
                    "codeintel",
                    "helper",
                    "ide",
                    "laravel",
                    "netbeans",
                    "phpdoc",
                    "phpstorm",
                    "sublime"
                ],
                "time": "2018-09-06T18:41:09+00:00"
            },
            {
                "name": "barryvdh/reflection-docblock",
                "version": "v2.0.4",
                "source": {
                    "type": "git",
                    "url": "https://github.com/barryvdh/ReflectionDocBlock.git",
                    "reference": "3dcbd98b5d9384a5357266efba8fd29884458e5c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/3dcbd98b5d9384a5357266efba8fd29884458e5c",
                    "reference": "3dcbd98b5d9384a5357266efba8fd29884458e5c",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "~4.0,<4.5"
                },
                "suggest": {
                    "dflydev/markdown": "~1.0",
                    "erusev/parsedown": "~1.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-0": {
                        "Barryvdh": [
                            "src/"
                        ]
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Mike van Riel",
                        "email": "mike.vanriel@naenius.com"
                    }
                ],
                "time": "2016-06-13T19:28:20+00:00"
            },
            {
                "name": "composer/ca-bundle",
                "version": "1.1.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/composer/ca-bundle.git",
                    "reference": "46afded9720f40b9dc63542af4e3e43a1177acb0"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/composer/ca-bundle/zipball/46afded9720f40b9dc63542af4e3e43a1177acb0",
                    "reference": "46afded9720f40b9dc63542af4e3e43a1177acb0",
                    "shasum": ""
                },
                "require": {
                    "ext-openssl": "*",
                    "ext-pcre": "*",
                    "php": "^5.3.2 || ^7.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
                    "psr/log": "^1.0",
                    "symfony/process": "^2.5 || ^3.0 || ^4.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Composer\\CaBundle\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Jordi Boggiano",
                        "email": "j.boggiano@seld.be",
                        "homepage": "http://seld.be"
                    }
                ],
                "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
                "keywords": [
                    "cabundle",
                    "cacert",
                    "certificate",
                    "ssl",
                    "tls"
                ],
                "time": "2018-08-08T08:57:40+00:00"
            },
            {
                "name": "composer/composer",
                "version": "1.7.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/composer/composer.git",
                    "reference": "576aab9b5abb2ed11a1c52353a759363216a4ad2"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/composer/composer/zipball/576aab9b5abb2ed11a1c52353a759363216a4ad2",
                    "reference": "576aab9b5abb2ed11a1c52353a759363216a4ad2",
                    "shasum": ""
                },
                "require": {
                    "composer/ca-bundle": "^1.0",
                    "composer/semver": "^1.0",
                    "composer/spdx-licenses": "^1.2",
                    "composer/xdebug-handler": "^1.1",
                    "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
                    "php": "^5.3.2 || ^7.0",
                    "psr/log": "^1.0",
                    "seld/jsonlint": "^1.4",
                    "seld/phar-utils": "^1.0",
                    "symfony/console": "^2.7 || ^3.0 || ^4.0",
                    "symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
                    "symfony/finder": "^2.7 || ^3.0 || ^4.0",
                    "symfony/process": "^2.7 || ^3.0 || ^4.0"
                },
                "conflict": {
                    "symfony/console": "2.8.38"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.8.35 || ^5.7",
                    "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
                },
                "suggest": {
                    "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
                    "ext-zip": "Enabling the zip extension allows you to unzip archives",
                    "ext-zlib": "Allow gzip compression of HTTP requests"
                },
                "bin": [
                    "bin/composer"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.7-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Composer\\": "src/Composer"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nils Adermann",
                        "email": "naderman@naderman.de",
                        "homepage": "http://www.naderman.de"
                    },
                    {
                        "name": "Jordi Boggiano",
                        "email": "j.boggiano@seld.be",
                        "homepage": "http://seld.be"
                    }
                ],
                "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
                "homepage": "https://getcomposer.org/",
                "keywords": [
                    "autoload",
                    "dependency",
                    "package"
                ],
                "time": "2018-08-16T14:57:12+00:00"
            },
            {
                "name": "composer/semver",
                "version": "1.4.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/composer/semver.git",
                    "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
                    "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.3.2 || ^7.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.5 || ^5.0.5",
                    "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Composer\\Semver\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nils Adermann",
                        "email": "naderman@naderman.de",
                        "homepage": "http://www.naderman.de"
                    },
                    {
                        "name": "Jordi Boggiano",
                        "email": "j.boggiano@seld.be",
                        "homepage": "http://seld.be"
                    },
                    {
                        "name": "Rob Bast",
                        "email": "rob.bast@gmail.com",
                        "homepage": "http://robbast.nl"
                    }
                ],
                "description": "Semver library that offers utilities, version constraint parsing and validation.",
                "keywords": [
                    "semantic",
                    "semver",
                    "validation",
                    "versioning"
                ],
                "time": "2016-08-30T16:08:34+00:00"
            },
            {
                "name": "composer/spdx-licenses",
                "version": "1.4.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/composer/spdx-licenses.git",
                    "reference": "cb17687e9f936acd7e7245ad3890f953770dec1b"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/cb17687e9f936acd7e7245ad3890f953770dec1b",
                    "reference": "cb17687e9f936acd7e7245ad3890f953770dec1b",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.3.2 || ^7.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
                    "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Composer\\Spdx\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Nils Adermann",
                        "email": "naderman@naderman.de",
                        "homepage": "http://www.naderman.de"
                    },
                    {
                        "name": "Jordi Boggiano",
                        "email": "j.boggiano@seld.be",
                        "homepage": "http://seld.be"
                    },
                    {
                        "name": "Rob Bast",
                        "email": "rob.bast@gmail.com",
                        "homepage": "http://robbast.nl"
                    }
                ],
                "description": "SPDX licenses list and validation library.",
                "keywords": [
                    "license",
                    "spdx",
                    "validator"
                ],
                "time": "2018-04-30T10:33:04+00:00"
            },
            {
                "name": "composer/xdebug-handler",
                "version": "1.3.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/composer/xdebug-handler.git",
                    "reference": "b8e9745fb9b06ea6664d8872c4505fb16df4611c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/b8e9745fb9b06ea6664d8872c4505fb16df4611c",
                    "reference": "b8e9745fb9b06ea6664d8872c4505fb16df4611c",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.3.2 || ^7.0",
                    "psr/log": "^1.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Composer\\XdebugHandler\\": "src"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "John Stevenson",
                        "email": "john-stevenson@blueyonder.co.uk"
                    }
                ],
                "description": "Restarts a process without xdebug.",
                "keywords": [
                    "Xdebug",
                    "performance"
                ],
                "time": "2018-08-31T19:07:57+00:00"
            },
    
    beardedwarrior's avatar
    beardedwarrior committed
            {
                "name": "dnoegel/php-xdg-base-dir",
                "version": "0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
                    "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
                    "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.2"
                },
                "require-dev": {
                    "phpunit/phpunit": "@stable"
                },
                "type": "project",
                "autoload": {
                    "psr-4": {
                        "XdgBaseDir\\": "src/"
                    }
    
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "description": "implementation of xdg base directory specification for php",
                "time": "2014-10-24T07:27:01+00:00"
            },
            {
                "name": "doctrine/cache",
                "version": "v1.8.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/cache.git",
                    "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
                    "reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
                    "shasum": ""
                },
                "require": {
                    "php": "~7.1"
                },
                "conflict": {
                    "doctrine/common": ">2.2,<2.4"
                },
                "require-dev": {
                    "alcaeus/mongo-php-adapter": "^1.1",
                    "doctrine/coding-standard": "^4.0",
                    "mongodb/mongodb": "^1.1",
                    "phpunit/phpunit": "^7.0",
                    "predis/predis": "~1.0"
                },
                "suggest": {
                    "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.8.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    },
                    {
                        "name": "Johannes Schmitt",
                        "email": "schmittjoh@gmail.com"
                    }
                ],
                "description": "Caching library offering an object-oriented API for many cache backends",
                "homepage": "https://www.doctrine-project.org",
                "keywords": [
                    "cache",
                    "caching"
                ],
                "time": "2018-08-21T18:01:43+00:00"
            },
            {
                "name": "doctrine/dbal",
                "version": "v2.8.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/dbal.git",
                    "reference": "5140a64c08b4b607b9bedaae0cedd26f04a0e621"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/dbal/zipball/5140a64c08b4b607b9bedaae0cedd26f04a0e621",
                    "reference": "5140a64c08b4b607b9bedaae0cedd26f04a0e621",
                    "shasum": ""
                },
                "require": {
                    "doctrine/cache": "^1.0",
                    "doctrine/event-manager": "^1.0",
                    "ext-pdo": "*",
                    "php": "^7.1"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^4.0",
                    "jetbrains/phpstorm-stubs": "^2018.1.2",
                    "phpstan/phpstan": "^0.10.1",
                    "phpunit/phpunit": "^7.1.2",
                    "phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
                    "symfony/console": "^2.0.5|^3.0|^4.0",
                    "symfony/phpunit-bridge": "^3.4.5|^4.0.5"
                },
                "suggest": {
                    "symfony/console": "For helpful console commands such as SQL execution and import of files."
                },
                "bin": [
                    "bin/doctrine-dbal"
                ],
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.8.x-dev",
                        "dev-develop": "3.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-0": {
                        "Doctrine\\DBAL\\": "lib/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    }
                ],
                "description": "Database Abstraction Layer",
                "homepage": "http://www.doctrine-project.org",
                "keywords": [
                    "database",
                    "dbal",
                    "persistence",
                    "queryobject"
                ],
                "time": "2018-07-13T03:16:35+00:00"
            },
            {
                "name": "doctrine/event-manager",
                "version": "v1.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/event-manager.git",
                    "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
                    "reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1"
                },
                "conflict": {
                    "doctrine/common": "<2.9@dev"
                },
                "require-dev": {
                    "doctrine/coding-standard": "^4.0",
                    "phpunit/phpunit": "^7.0"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Common\\": "lib/Doctrine/Common"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    },
                    {
                        "name": "Johannes Schmitt",
                        "email": "schmittjoh@gmail.com"
                    },
                    {
                        "name": "Marco Pivetta",
                        "email": "ocramius@gmail.com"
                    }
    
    beardedwarrior's avatar
    beardedwarrior committed
                ],
    
                "description": "Doctrine Event Manager component",
                "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
                "keywords": [
                    "event",
                    "eventdispatcher",
                    "eventmanager"
                ],
                "time": "2018-06-11T11:59:03+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
                "name": "doctrine/inflector",
                "version": "v1.3.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/inflector.git",
                    "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
                    "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
                    "shasum": ""
                },
                "require": {
                    "php": "^7.1"
                },
                "require-dev": {
                    "phpunit/phpunit": "^6.2"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.3.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Benjamin Eberlei",
                        "email": "kontakt@beberlei.de"
                    },
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Jonathan Wage",
                        "email": "jonwage@gmail.com"
                    },
                    {
                        "name": "Johannes Schmitt",
                        "email": "schmittjoh@gmail.com"
                    }
                ],
                "description": "Common String Manipulations with regard to casing and singular/plural rules.",
                "homepage": "http://www.doctrine-project.org",
                "keywords": [
                    "inflection",
                    "pluralize",
                    "singularize",
                    "string"
                ],
                "time": "2018-01-09T20:05:19+00:00"
            },
            {
                "name": "doctrine/lexer",
                "version": "v1.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/doctrine/lexer.git",
                    "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
                    "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.2"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-0": {
                        "Doctrine\\Common\\Lexer\\": "lib/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Roman Borschel",
                        "email": "roman@code-factory.org"
                    },
                    {
                        "name": "Guilherme Blanco",
                        "email": "guilhermeblanco@gmail.com"
                    },
                    {
                        "name": "Johannes Schmitt",
                        "email": "schmittjoh@gmail.com"
                    }
                ],
                "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
                "homepage": "http://www.doctrine-project.org",
                "keywords": [
                    "lexer",
                    "parser"
                ],
                "time": "2014-09-09T13:34:57+00:00"
            },
            {
                "name": "dragonmantank/cron-expression",
                "version": "v2.2.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/dragonmantank/cron-expression.git",
                    "reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/92a2c3768d50e21a1f26a53cb795ce72806266c5",
                    "reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5",
                    "shasum": ""
                },
                "require": {
                    "php": ">=7.0.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "~6.4"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Cron\\": "src/Cron/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Michael Dowling",
                        "email": "mtdowling@gmail.com",
                        "homepage": "https://github.com/mtdowling"
                    },
                    {
                        "name": "Chris Tankersley",
                        "email": "chris@ctankersley.com",
                        "homepage": "https://github.com/dragonmantank"
                    }
                ],
                "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
                "keywords": [
                    "cron",
                    "schedule"
                ],
                "time": "2018-06-06T03:12:17+00:00"
            },
            {
                "name": "egulias/email-validator",
    
    beardedwarrior's avatar
    beardedwarrior committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/egulias/EmailValidator.git",
    
                    "reference": "0578b32b30b22de3e8664f797cf846fc9246f786"
    
    beardedwarrior's avatar
    beardedwarrior committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0578b32b30b22de3e8664f797cf846fc9246f786",
                    "reference": "0578b32b30b22de3e8664f797cf846fc9246f786",
    
    beardedwarrior's avatar
    beardedwarrior committed
                    "shasum": ""
                },
                "require": {
                    "doctrine/lexer": "^1.0.1",
                    "php": ">= 5.5"
                },
                "require-dev": {
                    "dominicsayers/isemail": "dev-master",
                    "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
                    "satooshi/php-coveralls": "^1.0.1"
                },
                "suggest": {
                    "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0.x-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Egulias\\EmailValidator\\": "EmailValidator"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Eduardo Gulias Davis"
                    }
                ],
                "description": "A library for validating emails against several RFCs",
                "homepage": "https://github.com/egulias/EmailValidator",
                "keywords": [
                    "email",
                    "emailvalidation",
                    "emailvalidator",
                    "validation",
                    "validator"
                ],
    
                "time": "2018-09-25T20:47:26+00:00"
    
    beardedwarrior's avatar
    beardedwarrior committed
            },
            {
                "name": "erusev/parsedown",
                "version": "1.7.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/erusev/parsedown.git",
                    "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
                    "reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
                    "shasum": ""
                },
                "require": {
                    "ext-mbstring": "*",
                    "php": ">=5.3.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.8.35"
                },
                "type": "library",
                "autoload": {
                    "psr-0": {
                        "Parsedown": ""
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [