Advertisement
Guest User

Untitled

a guest
Jan 31st, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 121.21 KB | None | 0 0
  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": "566cf5438c3ab9c49bff3164f15d92d8",
  8.     "packages": [
  9.         {
  10.             "name": "amphp/amp",
  11.             "version": "v2.1.1",
  12.             "source": {
  13.                 "type": "git",
  14.                 "url": "https://github.com/amphp/amp.git",
  15.                 "reference": "7075ef7d74dbd32626bfd31c976b23055c3ade6a"
  16.             },
  17.             "dist": {
  18.                 "type": "zip",
  19.                 "url": "https://api.github.com/repos/amphp/amp/zipball/7075ef7d74dbd32626bfd31c976b23055c3ade6a",
  20.                 "reference": "7075ef7d74dbd32626bfd31c976b23055c3ade6a",
  21.                 "shasum": ""
  22.             },
  23.             "require": {
  24.                 "php": ">=7"
  25.             },
  26.             "require-dev": {
  27.                 "amphp/phpunit-util": "^1",
  28.                 "friendsofphp/php-cs-fixer": "^2.3",
  29.                 "phpstan/phpstan": "^0.8.5",
  30.                 "phpunit/phpunit": "^6.0.9",
  31.                 "react/promise": "^2"
  32.             },
  33.             "type": "library",
  34.             "extra": {
  35.                 "branch-alias": {
  36.                     "dev-master": "2.0.x-dev"
  37.                 }
  38.             },
  39.             "autoload": {
  40.                 "psr-4": {
  41.                     "Amp\\": "lib"
  42.                 },
  43.                 "files": [
  44.                     "lib/functions.php",
  45.                     "lib/Internal/functions.php"
  46.                 ]
  47.             },
  48.             "notification-url": "https://packagist.org/downloads/",
  49.             "license": [
  50.                 "MIT"
  51.             ],
  52.             "authors": [
  53.                 {
  54.                     "name": "Bob Weinand",
  55.                     "email": "bobwei9@hotmail.com"
  56.                 },
  57.                 {
  58.                     "name": "Niklas Keller",
  59.                     "email": "me@kelunik.com"
  60.                 },
  61.                 {
  62.                     "name": "Daniel Lowrey",
  63.                     "email": "rdlowrey@php.net"
  64.                 },
  65.                 {
  66.                     "name": "Aaron Piotrowski",
  67.                     "email": "aaron@trowski.com"
  68.                 }
  69.             ],
  70.             "description": "A non-blocking concurrency framework for PHP applications.",
  71.             "homepage": "http://amphp.org/amp",
  72.             "keywords": [
  73.                 "async",
  74.                 "asynchronous",
  75.                 "awaitable",
  76.                 "concurrency",
  77.                 "event",
  78.                 "event-loop",
  79.                 "future",
  80.                 "non-blocking",
  81.                 "promise"
  82.             ],
  83.             "time": "2018-12-11T10:31:37+00:00"
  84.         },
  85.         {
  86.             "name": "amphp/artax",
  87.             "version": "v3.0.14",
  88.             "source": {
  89.                 "type": "git",
  90.                 "url": "https://github.com/amphp/artax.git",
  91.                 "reference": "84ba8e2014a81e399541f3dc3a6352bab09c980c"
  92.             },
  93.             "dist": {
  94.                 "type": "zip",
  95.                 "url": "https://api.github.com/repos/amphp/artax/zipball/84ba8e2014a81e399541f3dc3a6352bab09c980c",
  96.                 "reference": "84ba8e2014a81e399541f3dc3a6352bab09c980c",
  97.                 "shasum": ""
  98.             },
  99.             "require": {
  100.                 "amphp/amp": "^2",
  101.                 "amphp/byte-stream": "^1.1.6",
  102.                 "amphp/file": "^0.2 || ^0.3",
  103.                 "amphp/socket": "^0.10.5",
  104.                 "amphp/uri": "^0.1",
  105.                 "kelunik/certificate": "^1.1",
  106.                 "php": ">=7.0"
  107.             },
  108.             "require-dev": {
  109.                 "amphp/phpunit-util": "^1",
  110.                 "friendsofphp/php-cs-fixer": "^2.3",
  111.                 "phpunit/phpunit": "^6"
  112.             },
  113.             "type": "library",
  114.             "autoload": {
  115.                 "psr-4": {
  116.                     "Amp\\Artax\\": "lib"
  117.                 }
  118.             },
  119.             "notification-url": "https://packagist.org/downloads/",
  120.             "license": [
  121.                 "MIT"
  122.             ],
  123.             "authors": [
  124.                 {
  125.                     "name": "Niklas Keller",
  126.                     "email": "me@kelunik.com"
  127.                 },
  128.                 {
  129.                     "name": "Daniel Lowrey",
  130.                     "email": "rdlowrey@gmail.com"
  131.                 }
  132.             ],
  133.             "description": "Asynchronous parallel HTTP/1.1 client built on the Amp concurrency framework",
  134.             "homepage": "https://github.com/amphp/artax",
  135.             "keywords": [
  136.                 "async",
  137.                 "client",
  138.                 "http",
  139.                 "non-blocking",
  140.                 "parallel",
  141.                 "rest"
  142.             ],
  143.             "time": "2018-02-01T20:29:48+00:00"
  144.         },
  145.         {
  146.             "name": "amphp/byte-stream",
  147.             "version": "v1.5.1",
  148.             "source": {
  149.                 "type": "git",
  150.                 "url": "https://github.com/amphp/byte-stream.git",
  151.                 "reference": "6bbfcb6f47e92577e739586ba0c87e867be70a23"
  152.             },
  153.             "dist": {
  154.                 "type": "zip",
  155.                 "url": "https://api.github.com/repos/amphp/byte-stream/zipball/6bbfcb6f47e92577e739586ba0c87e867be70a23",
  156.                 "reference": "6bbfcb6f47e92577e739586ba0c87e867be70a23",
  157.                 "shasum": ""
  158.             },
  159.             "require": {
  160.                 "amphp/amp": "^2"
  161.             },
  162.             "require-dev": {
  163.                 "amphp/php-cs-fixer-config": "dev-master",
  164.                 "amphp/phpunit-util": "^1",
  165.                 "friendsofphp/php-cs-fixer": "^2.3",
  166.                 "infection/infection": "^0.9.3",
  167.                 "phpunit/phpunit": "^6"
  168.             },
  169.             "type": "library",
  170.             "autoload": {
  171.                 "psr-4": {
  172.                     "Amp\\ByteStream\\": "lib"
  173.                 },
  174.                 "files": [
  175.                     "lib/functions.php"
  176.                 ]
  177.             },
  178.             "notification-url": "https://packagist.org/downloads/",
  179.             "license": [
  180.                 "MIT"
  181.             ],
  182.             "authors": [
  183.                 {
  184.                     "name": "Niklas Keller",
  185.                     "email": "me@kelunik.com"
  186.                 },
  187.                 {
  188.                     "name": "Aaron Piotrowski",
  189.                     "email": "aaron@trowski.com"
  190.                 }
  191.             ],
  192.             "description": "A stream abstraction to make working with non-blocking I/O simple.",
  193.             "homepage": "http://amphp.org/byte-stream",
  194.             "keywords": [
  195.                 "amp",
  196.                 "amphp",
  197.                 "async",
  198.                 "io",
  199.                 "non-blocking",
  200.                 "stream"
  201.             ],
  202.             "time": "2018-12-27T18:08:06+00:00"
  203.         },
  204.         {
  205.             "name": "amphp/cache",
  206.             "version": "v1.2.0",
  207.             "source": {
  208.                 "type": "git",
  209.                 "url": "https://github.com/amphp/cache.git",
  210.                 "reference": "ab2339e465d9d383dc748f288d530fd7cd7aadea"
  211.             },
  212.             "dist": {
  213.                 "type": "zip",
  214.                 "url": "https://api.github.com/repos/amphp/cache/zipball/ab2339e465d9d383dc748f288d530fd7cd7aadea",
  215.                 "reference": "ab2339e465d9d383dc748f288d530fd7cd7aadea",
  216.                 "shasum": ""
  217.             },
  218.             "require": {
  219.                 "amphp/amp": "^2"
  220.             },
  221.             "require-dev": {
  222.                 "amphp/phpunit-util": "^1",
  223.                 "friendsofphp/php-cs-fixer": "^2.3",
  224.                 "phpunit/phpunit": "^6"
  225.             },
  226.             "type": "library",
  227.             "autoload": {
  228.                 "psr-4": {
  229.                     "Amp\\Cache\\": "lib"
  230.                 }
  231.             },
  232.             "notification-url": "https://packagist.org/downloads/",
  233.             "license": [
  234.                 "MIT"
  235.             ],
  236.             "authors": [
  237.                 {
  238.                     "name": "Niklas Keller",
  239.                     "email": "me@kelunik.com"
  240.                 },
  241.                 {
  242.                     "name": "Daniel Lowrey",
  243.                     "email": "rdlowrey@php.net"
  244.                 }
  245.             ],
  246.             "description": "A promise-aware caching API for Amp.",
  247.             "homepage": "https://github.com/amphp/cache",
  248.             "time": "2017-10-04T19:22:12+00:00"
  249.         },
  250.         {
  251.             "name": "amphp/dns",
  252.             "version": "v0.9.13",
  253.             "source": {
  254.                 "type": "git",
  255.                 "url": "https://github.com/amphp/dns.git",
  256.                 "reference": "4647e5f58263ffdeff7da5c269f517cb48cff84f"
  257.             },
  258.             "dist": {
  259.                 "type": "zip",
  260.                 "url": "https://api.github.com/repos/amphp/dns/zipball/4647e5f58263ffdeff7da5c269f517cb48cff84f",
  261.                 "reference": "4647e5f58263ffdeff7da5c269f517cb48cff84f",
  262.                 "shasum": ""
  263.             },
  264.             "require": {
  265.                 "amphp/amp": "^2",
  266.                 "amphp/byte-stream": "^1.1",
  267.                 "amphp/cache": "^1.2",
  268.                 "amphp/file": "^0.2 || ^0.3",
  269.                 "amphp/parser": "^1",
  270.                 "amphp/uri": "^0.1",
  271.                 "amphp/windows-registry": "^0.3",
  272.                 "daverandom/libdns": "^2.0.1",
  273.                 "ext-filter": "*",
  274.                 "php": ">=7.0"
  275.             },
  276.             "require-dev": {
  277.                 "amphp/phpunit-util": "^1",
  278.                 "friendsofphp/php-cs-fixer": "^2.3",
  279.                 "phpunit/phpunit": "^6"
  280.             },
  281.             "type": "library",
  282.             "autoload": {
  283.                 "psr-4": {
  284.                     "Amp\\Dns\\": "lib"
  285.                 },
  286.                 "files": [
  287.                     "lib/functions.php"
  288.                 ]
  289.             },
  290.             "notification-url": "https://packagist.org/downloads/",
  291.             "license": [
  292.                 "MIT"
  293.             ],
  294.             "authors": [
  295.                 {
  296.                     "name": "Bob Weinand",
  297.                     "email": "bobwei9@hotmail.com"
  298.                 },
  299.                 {
  300.                     "name": "Niklas Keller",
  301.                     "email": "me@kelunik.com"
  302.                 },
  303.                 {
  304.                     "name": "Daniel Lowrey",
  305.                     "email": "rdlowrey@php.net"
  306.                 },
  307.                 {
  308.                     "name": "Chris Wright",
  309.                     "email": "addr@daverandom.com"
  310.                 },
  311.                 {
  312.                     "name": "Aaron Piotrowski",
  313.                     "email": "aaron@trowski.com"
  314.                 }
  315.             ],
  316.             "description": "Async DNS resolution for Amp.",
  317.             "homepage": "https://github.com/amphp/dns",
  318.             "keywords": [
  319.                 "amp",
  320.                 "amphp",
  321.                 "async",
  322.                 "client",
  323.                 "dns",
  324.                 "resolve"
  325.             ],
  326.             "time": "2018-05-01T18:08:54+00:00"
  327.         },
  328.         {
  329.             "name": "amphp/file",
  330.             "version": "v0.3.3",
  331.             "source": {
  332.                 "type": "git",
  333.                 "url": "https://github.com/amphp/file.git",
  334.                 "reference": "25d8ef6e67b95d5249e0af7a80adce77657d16bb"
  335.             },
  336.             "dist": {
  337.                 "type": "zip",
  338.                 "url": "https://api.github.com/repos/amphp/file/zipball/25d8ef6e67b95d5249e0af7a80adce77657d16bb",
  339.                 "reference": "25d8ef6e67b95d5249e0af7a80adce77657d16bb",
  340.                 "shasum": ""
  341.             },
  342.             "require": {
  343.                 "amphp/amp": "^2",
  344.                 "amphp/byte-stream": "^1",
  345.                 "amphp/parallel": "^1"
  346.             },
  347.             "require-dev": {
  348.                 "amphp/php-cs-fixer-config": "dev-master",
  349.                 "amphp/phpunit-util": "^1",
  350.                 "phpunit/phpunit": "^6"
  351.             },
  352.             "type": "library",
  353.             "autoload": {
  354.                 "psr-4": {
  355.                     "Amp\\File\\": "lib"
  356.                 },
  357.                 "files": [
  358.                     "lib/functions.php"
  359.                 ]
  360.             },
  361.             "notification-url": "https://packagist.org/downloads/",
  362.             "license": [
  363.                 "MIT"
  364.             ],
  365.             "authors": [
  366.                 {
  367.                     "name": "Niklas Keller",
  368.                     "email": "me@kelunik.com"
  369.                 },
  370.                 {
  371.                     "name": "Daniel Lowrey",
  372.                     "email": "rdlowrey@php.net"
  373.                 },
  374.                 {
  375.                     "name": "Aaron Piotrowski",
  376.                     "email": "aaron@trowski.com"
  377.                 }
  378.             ],
  379.             "description": "Allows non-blocking access to the filesystem for Amp.",
  380.             "homepage": "https://github.com/amphp/file",
  381.             "keywords": [
  382.                 "amp",
  383.                 "amphp",
  384.                 "async",
  385.                 "disk",
  386.                 "file",
  387.                 "filesystem",
  388.                 "io",
  389.                 "non-blocking",
  390.                 "static"
  391.             ],
  392.             "time": "2018-10-28T14:38:35+00:00"
  393.         },
  394.         {
  395.             "name": "amphp/hpack",
  396.             "version": "v1.0.1",
  397.             "source": {
  398.                 "type": "git",
  399.                 "url": "https://github.com/amphp/hpack.git",
  400.                 "reference": "f6f95e015baa54aa3c0fdbe3ad142fbd18a835e6"
  401.             },
  402.             "dist": {
  403.                 "type": "zip",
  404.                 "url": "https://api.github.com/repos/amphp/hpack/zipball/f6f95e015baa54aa3c0fdbe3ad142fbd18a835e6",
  405.                 "reference": "f6f95e015baa54aa3c0fdbe3ad142fbd18a835e6",
  406.                 "shasum": ""
  407.             },
  408.             "require": {
  409.                 "php": ">=7"
  410.             },
  411.             "require-dev": {
  412.                 "friendsofphp/php-cs-fixer": "^2.3",
  413.                 "http2jp/hpack-test-case": "^1",
  414.                 "phpunit/phpunit": "^6"
  415.             },
  416.             "type": "library",
  417.             "autoload": {
  418.                 "psr-4": {
  419.                     "Amp\\Http\\": "src"
  420.                 }
  421.             },
  422.             "notification-url": "https://packagist.org/downloads/",
  423.             "license": [
  424.                 "MIT"
  425.             ],
  426.             "authors": [
  427.                 {
  428.                     "name": "Niklas Keller",
  429.                     "email": "me@kelunik.com"
  430.                 },
  431.                 {
  432.                     "name": "Daniel Lowrey",
  433.                     "email": "rdlowrey@php.net"
  434.                 },
  435.                 {
  436.                     "name": "Bob Weinand"
  437.                 },
  438.                 {
  439.                     "name": "Aaron Piotrowski",
  440.                     "email": "aaron@trowski.com"
  441.                 }
  442.             ],
  443.             "description": "HTTP/2 HPack implementation.",
  444.             "homepage": "https://github.com/amphp/hpack",
  445.             "keywords": [
  446.                 "headers",
  447.                 "hpack",
  448.                 "http-2"
  449.             ],
  450.             "time": "2018-03-16T14:31:41+00:00"
  451.         },
  452.         {
  453.             "name": "amphp/http",
  454.             "version": "v1.0.1",
  455.             "source": {
  456.                 "type": "git",
  457.                 "url": "https://github.com/amphp/http.git",
  458.                 "reference": "16e465fa82555104d1cff98cb8e412295a380214"
  459.             },
  460.             "dist": {
  461.                 "type": "zip",
  462.                 "url": "https://api.github.com/repos/amphp/http/zipball/16e465fa82555104d1cff98cb8e412295a380214",
  463.                 "reference": "16e465fa82555104d1cff98cb8e412295a380214",
  464.                 "shasum": ""
  465.             },
  466.             "require-dev": {
  467.                 "friendsofphp/php-cs-fixer": "^2.10",
  468.                 "phpunit/phpunit": "^6.5"
  469.             },
  470.             "type": "library",
  471.             "autoload": {
  472.                 "psr-4": {
  473.                     "Amp\\Http\\": "src"
  474.                 }
  475.             },
  476.             "notification-url": "https://packagist.org/downloads/",
  477.             "license": [
  478.                 "MIT"
  479.             ],
  480.             "authors": [
  481.                 {
  482.                     "name": "Niklas Keller",
  483.                     "email": "me@kelunik.com"
  484.                 }
  485.             ],
  486.             "description": "Basic HTTP primitives which can be shared by servers and clients.",
  487.             "time": "2018-03-15T17:24:53+00:00"
  488.         },
  489.         {
  490.             "name": "amphp/http-server",
  491.             "version": "v1.0.1",
  492.             "source": {
  493.                 "type": "git",
  494.                 "url": "https://github.com/amphp/http-server.git",
  495.                 "reference": "06e00950cad4dd3866e854edb3feeb99a283fb05"
  496.             },
  497.             "dist": {
  498.                 "type": "zip",
  499.                 "url": "https://api.github.com/repos/amphp/http-server/zipball/06e00950cad4dd3866e854edb3feeb99a283fb05",
  500.                 "reference": "06e00950cad4dd3866e854edb3feeb99a283fb05",
  501.                 "shasum": ""
  502.             },
  503.             "require": {
  504.                 "amphp/amp": "^2",
  505.                 "amphp/byte-stream": "^1.3",
  506.                 "amphp/hpack": "^1",
  507.                 "amphp/http": "^1",
  508.                 "amphp/socket": "^0.10.7",
  509.                 "cash/lrucache": "^1.0",
  510.                 "league/uri-parser": "^1.3",
  511.                 "league/uri-schemes": "^1.1",
  512.                 "psr/http-message": "^1",
  513.                 "psr/log": "^1"
  514.             },
  515.             "require-dev": {
  516.                 "amphp/artax": "^3",
  517.                 "amphp/log": "^1",
  518.                 "amphp/phpunit-util": "^1",
  519.                 "friendsofphp/php-cs-fixer": "^2.3",
  520.                 "infection/infection": "^0.9.2",
  521.                 "league/uri-components": "^1.7",
  522.                 "monolog/monolog": "^1.23",
  523.                 "phpunit/phpunit": "^6"
  524.             },
  525.             "suggest": {
  526.                 "ext-zlib": "Allows GZip compression of response bodies"
  527.             },
  528.             "type": "library",
  529.             "autoload": {
  530.                 "psr-4": {
  531.                     "Amp\\Http\\Server\\": "src"
  532.                 },
  533.                 "files": [
  534.                     "src/Middleware/functions.php"
  535.                 ]
  536.             },
  537.             "notification-url": "https://packagist.org/downloads/",
  538.             "license": [
  539.                 "MIT"
  540.             ],
  541.             "authors": [
  542.                 {
  543.                     "name": "Niklas Keller",
  544.                     "email": "me@kelunik.com"
  545.                 },
  546.                 {
  547.                     "name": "Daniel Lowrey",
  548.                     "email": "rdlowrey@php.net"
  549.                 },
  550.                 {
  551.                     "name": "Bob Weinand"
  552.                 },
  553.                 {
  554.                     "name": "Aaron Piotrowski",
  555.                     "email": "aaron@trowski.com"
  556.                 }
  557.             ],
  558.             "description": "A non-blocking HTTP application server for PHP based on Amp.",
  559.             "homepage": "https://github.com/amphp/http-server",
  560.             "keywords": [
  561.                 "amp",
  562.                 "amphp",
  563.                 "async",
  564.                 "http",
  565.                 "non-blocking",
  566.                 "server"
  567.             ],
  568.             "time": "2019-01-12T03:40:47+00:00"
  569.         },
  570.         {
  571.             "name": "amphp/parallel",
  572.             "version": "v1.1.1",
  573.             "source": {
  574.                 "type": "git",
  575.                 "url": "https://github.com/amphp/parallel.git",
  576.                 "reference": "687776dc6933af4c6009ac58f915faf45e8463ce"
  577.             },
  578.             "dist": {
  579.                 "type": "zip",
  580.                 "url": "https://api.github.com/repos/amphp/parallel/zipball/687776dc6933af4c6009ac58f915faf45e8463ce",
  581.                 "reference": "687776dc6933af4c6009ac58f915faf45e8463ce",
  582.                 "shasum": ""
  583.             },
  584.             "require": {
  585.                 "amphp/amp": "^2",
  586.                 "amphp/byte-stream": "^1.5",
  587.                 "amphp/parser": "^1",
  588.                 "amphp/process": "^1",
  589.                 "amphp/sync": "^1.0.1"
  590.             },
  591.             "require-dev": {
  592.                 "amphp/php-cs-fixer-config": "dev-master",
  593.                 "amphp/phpunit-util": "^1",
  594.                 "phpunit/phpunit": "^6"
  595.             },
  596.             "suggest": {
  597.                 "ext-pthreads": "Required for thread contexts"
  598.             },
  599.             "type": "library",
  600.             "autoload": {
  601.                 "psr-4": {
  602.                     "Amp\\Parallel\\": "lib"
  603.                 },
  604.                 "files": [
  605.                     "lib/Worker/functions.php"
  606.                 ]
  607.             },
  608.             "notification-url": "https://packagist.org/downloads/",
  609.             "license": [
  610.                 "MIT"
  611.             ],
  612.             "authors": [
  613.                 {
  614.                     "name": "Stephen Coakley",
  615.                     "email": "me@stephencoakley.com"
  616.                 },
  617.                 {
  618.                     "name": "Aaron Piotrowski",
  619.                     "email": "aaron@trowski.com"
  620.                 }
  621.             ],
  622.             "description": "Parallel processing component for Amp.",
  623.             "homepage": "https://github.com/amphp/parallel",
  624.             "keywords": [
  625.                 "async",
  626.                 "asynchronous",
  627.                 "concurrent",
  628.                 "multi-processing",
  629.                 "multi-threading"
  630.             ],
  631.             "time": "2019-01-09T21:31:46+00:00"
  632.         },
  633.         {
  634.             "name": "amphp/parser",
  635.             "version": "v1.0.0",
  636.             "source": {
  637.                 "type": "git",
  638.                 "url": "https://github.com/amphp/parser.git",
  639.                 "reference": "f83e68f03d5b8e8e0365b8792985a7f341c57ae1"
  640.             },
  641.             "dist": {
  642.                 "type": "zip",
  643.                 "url": "https://api.github.com/repos/amphp/parser/zipball/f83e68f03d5b8e8e0365b8792985a7f341c57ae1",
  644.                 "reference": "f83e68f03d5b8e8e0365b8792985a7f341c57ae1",
  645.                 "shasum": ""
  646.             },
  647.             "require": {
  648.                 "php": ">=7"
  649.             },
  650.             "require-dev": {
  651.                 "friendsofphp/php-cs-fixer": "^2.3",
  652.                 "phpunit/phpunit": "^6"
  653.             },
  654.             "type": "library",
  655.             "autoload": {
  656.                 "psr-4": {
  657.                     "Amp\\Parser\\": "lib"
  658.                 }
  659.             },
  660.             "notification-url": "https://packagist.org/downloads/",
  661.             "license": [
  662.                 "MIT"
  663.             ],
  664.             "authors": [
  665.                 {
  666.                     "name": "Niklas Keller",
  667.                     "email": "me@kelunik.com"
  668.                 },
  669.                 {
  670.                     "name": "Aaron Piotrowski",
  671.                     "email": "aaron@trowski.com"
  672.                 }
  673.             ],
  674.             "description": "A generator parser to make streaming parsers simple.",
  675.             "homepage": "https://github.com/amphp/parser",
  676.             "keywords": [
  677.                 "async",
  678.                 "non-blocking",
  679.                 "parser",
  680.                 "stream"
  681.             ],
  682.             "time": "2017-06-06T05:29:10+00:00"
  683.         },
  684.         {
  685.             "name": "amphp/process",
  686.             "version": "v1.0.3",
  687.             "source": {
  688.                 "type": "git",
  689.                 "url": "https://github.com/amphp/process.git",
  690.                 "reference": "e7e28219da753f865f9055e87d0b9b110ea607ba"
  691.             },
  692.             "dist": {
  693.                 "type": "zip",
  694.                 "url": "https://api.github.com/repos/amphp/process/zipball/e7e28219da753f865f9055e87d0b9b110ea607ba",
  695.                 "reference": "e7e28219da753f865f9055e87d0b9b110ea607ba",
  696.                 "shasum": ""
  697.             },
  698.             "require": {
  699.                 "amphp/amp": "^2",
  700.                 "amphp/byte-stream": "^1.4",
  701.                 "php": ">=7"
  702.             },
  703.             "require-dev": {
  704.                 "amphp/php-cs-fixer-config": "dev-master",
  705.                 "amphp/phpunit-util": "^1",
  706.                 "phpunit/phpunit": "^6"
  707.             },
  708.             "type": "library",
  709.             "autoload": {
  710.                 "psr-4": {
  711.                     "Amp\\Process\\": "lib"
  712.                 },
  713.                 "files": [
  714.                     "lib/constants.php"
  715.                 ]
  716.             },
  717.             "notification-url": "https://packagist.org/downloads/",
  718.             "license": [
  719.                 "MIT"
  720.             ],
  721.             "authors": [
  722.                 {
  723.                     "name": "Bob Weinand",
  724.                     "email": "bobwei9@hotmail.com"
  725.                 },
  726.                 {
  727.                     "name": "Niklas Keller",
  728.                     "email": "me@kelunik.com"
  729.                 },
  730.                 {
  731.                     "name": "Aaron Piotrowski",
  732.                     "email": "aaron@trowski.com"
  733.                 }
  734.             ],
  735.             "description": "Asynchronous process manager.",
  736.             "homepage": "https://github.com/amphp/process",
  737.             "time": "2019-01-15T21:42:43+00:00"
  738.         },
  739.         {
  740.             "name": "amphp/socket",
  741.             "version": "v0.10.11",
  742.             "source": {
  743.                 "type": "git",
  744.                 "url": "https://github.com/amphp/socket.git",
  745.                 "reference": "2cb9d0ef823cfd1de4cfbd0e680c58841367f727"
  746.             },
  747.             "dist": {
  748.                 "type": "zip",
  749.                 "url": "https://api.github.com/repos/amphp/socket/zipball/2cb9d0ef823cfd1de4cfbd0e680c58841367f727",
  750.                 "reference": "2cb9d0ef823cfd1de4cfbd0e680c58841367f727",
  751.                 "shasum": ""
  752.             },
  753.             "require": {
  754.                 "amphp/amp": "^2",
  755.                 "amphp/byte-stream": "^1.1",
  756.                 "amphp/dns": "^0.9",
  757.                 "amphp/uri": "^0.1",
  758.                 "php": ">=7.0"
  759.             },
  760.             "require-dev": {
  761.                 "amphp/phpunit-util": "^1",
  762.                 "friendsofphp/php-cs-fixer": "^2.3",
  763.                 "phpunit/phpunit": "^6"
  764.             },
  765.             "type": "library",
  766.             "autoload": {
  767.                 "psr-4": {
  768.                     "Amp\\Socket\\": "src"
  769.                 },
  770.                 "files": [
  771.                     "src/functions.php",
  772.                     "src/Internal/functions.php"
  773.                 ]
  774.             },
  775.             "notification-url": "https://packagist.org/downloads/",
  776.             "license": [
  777.                 "MIT"
  778.             ],
  779.             "authors": [
  780.                 {
  781.                     "name": "Niklas Keller",
  782.                     "email": "me@kelunik.com"
  783.                 },
  784.                 {
  785.                     "name": "Daniel Lowrey",
  786.                     "email": "rdlowrey@gmail.com"
  787.                 },
  788.                 {
  789.                     "name": "Aaron Piotrowski",
  790.                     "email": "aaron@trowski.com"
  791.                 }
  792.             ],
  793.             "description": "Async socket connection / server tools for Amp.",
  794.             "homepage": "https://github.com/amphp/socket",
  795.             "keywords": [
  796.                 "amp",
  797.                 "async",
  798.                 "encryption",
  799.                 "non-blocking",
  800.                 "sockets",
  801.                 "tcp",
  802.                 "tls"
  803.             ],
  804.             "time": "2018-10-17T16:53:02+00:00"
  805.         },
  806.         {
  807.             "name": "amphp/sync",
  808.             "version": "v1.0.1",
  809.             "source": {
  810.                 "type": "git",
  811.                 "url": "https://github.com/amphp/sync.git",
  812.                 "reference": "a1d8f244eb19e3e2a96abc4686cebc80995bbc90"
  813.             },
  814.             "dist": {
  815.                 "type": "zip",
  816.                 "url": "https://api.github.com/repos/amphp/sync/zipball/a1d8f244eb19e3e2a96abc4686cebc80995bbc90",
  817.                 "reference": "a1d8f244eb19e3e2a96abc4686cebc80995bbc90",
  818.                 "shasum": ""
  819.             },
  820.             "require": {
  821.                 "amphp/amp": "^2"
  822.             },
  823.             "require-dev": {
  824.                 "amphp/phpunit-util": "^1",
  825.                 "friendsofphp/php-cs-fixer": "^2.3",
  826.                 "phpunit/phpunit": "^6"
  827.             },
  828.             "type": "library",
  829.             "autoload": {
  830.                 "psr-4": {
  831.                     "Amp\\Sync\\": "lib"
  832.                 },
  833.                 "files": [
  834.                     "lib/functions.php"
  835.                 ]
  836.             },
  837.             "notification-url": "https://packagist.org/downloads/",
  838.             "license": [
  839.                 "MIT"
  840.             ],
  841.             "authors": [
  842.                 {
  843.                     "name": "Stephen Coakley",
  844.                     "email": "me@stephencoakley.com"
  845.                 },
  846.                 {
  847.                     "name": "Aaron Piotrowski",
  848.                     "email": "aaron@trowski.com"
  849.                 }
  850.             ],
  851.             "description": "Mutex, Semaphore, and other synchronization tools for Amp.",
  852.             "homepage": "https://github.com/amphp/sync",
  853.             "keywords": [
  854.                 "async",
  855.                 "asynchronous",
  856.                 "mutex",
  857.                 "semaphore",
  858.                 "synchronization"
  859.             ],
  860.             "time": "2017-11-29T21:48:53+00:00"
  861.         },
  862.         {
  863.             "name": "amphp/uri",
  864.             "version": "v0.1.3",
  865.             "source": {
  866.                 "type": "git",
  867.                 "url": "https://github.com/amphp/uri.git",
  868.                 "reference": "b857ba4df3cf0852302ba1637fccce4ce1205241"
  869.             },
  870.             "dist": {
  871.                 "type": "zip",
  872.                 "url": "https://api.github.com/repos/amphp/uri/zipball/b857ba4df3cf0852302ba1637fccce4ce1205241",
  873.                 "reference": "b857ba4df3cf0852302ba1637fccce4ce1205241",
  874.                 "shasum": ""
  875.             },
  876.             "require-dev": {
  877.                 "friendsofphp/php-cs-fixer": "^2.3",
  878.                 "phpunit/phpunit": "^6"
  879.             },
  880.             "type": "library",
  881.             "autoload": {
  882.                 "psr-4": {
  883.                     "Amp\\Uri\\": "src"
  884.                 },
  885.                 "files": [
  886.                     "src/functions.php"
  887.                 ]
  888.             },
  889.             "notification-url": "https://packagist.org/downloads/",
  890.             "license": [
  891.                 "MIT"
  892.             ],
  893.             "authors": [
  894.                 {
  895.                     "name": "Niklas Keller",
  896.                     "email": "me@kelunik.com"
  897.                 },
  898.                 {
  899.                     "name": "Daniel Lowrey"
  900.                 }
  901.             ],
  902.             "description": "Uri Parser and Resolver.",
  903.             "homepage": "https://github.com/amphp/uri",
  904.             "time": "2017-10-23T12:40:35+00:00"
  905.         },
  906.         {
  907.             "name": "amphp/windows-registry",
  908.             "version": "v0.3.2",
  909.             "source": {
  910.                 "type": "git",
  911.                 "url": "https://github.com/amphp/windows-registry.git",
  912.                 "reference": "834af7a30ad7c006b0326ccd2686ddc6e6943366"
  913.             },
  914.             "dist": {
  915.                 "type": "zip",
  916.                 "url": "https://api.github.com/repos/amphp/windows-registry/zipball/834af7a30ad7c006b0326ccd2686ddc6e6943366",
  917.                 "reference": "834af7a30ad7c006b0326ccd2686ddc6e6943366",
  918.                 "shasum": ""
  919.             },
  920.             "require": {
  921.                 "amphp/amp": "^2",
  922.                 "amphp/byte-stream": "^1.4",
  923.                 "amphp/process": "^1"
  924.             },
  925.             "require-dev": {
  926.                 "amphp/php-cs-fixer-config": "dev-master"
  927.             },
  928.             "type": "library",
  929.             "autoload": {
  930.                 "psr-4": {
  931.                     "Amp\\WindowsRegistry\\": "lib"
  932.                 }
  933.             },
  934.             "notification-url": "https://packagist.org/downloads/",
  935.             "license": [
  936.                 "MIT"
  937.             ],
  938.             "authors": [
  939.                 {
  940.                     "name": "Niklas Keller",
  941.                     "email": "me@kelunik.com"
  942.                 }
  943.             ],
  944.             "description": "Windows Registry Reader.",
  945.             "time": "2018-10-24T03:34:54+00:00"
  946.         },
  947.         {
  948.             "name": "cash/lrucache",
  949.             "version": "1.0.0",
  950.             "source": {
  951.                 "type": "git",
  952.                 "url": "https://github.com/cash/LRUCache.git",
  953.                 "reference": "4fa4c6834cec59690b43526c4da41d6153026289"
  954.             },
  955.             "dist": {
  956.                 "type": "zip",
  957.                 "url": "https://api.github.com/repos/cash/LRUCache/zipball/4fa4c6834cec59690b43526c4da41d6153026289",
  958.                 "reference": "4fa4c6834cec59690b43526c4da41d6153026289",
  959.                 "shasum": ""
  960.             },
  961.             "require": {
  962.                 "php": ">=5.3.0"
  963.             },
  964.             "type": "library",
  965.             "autoload": {
  966.                 "psr-0": {
  967.                     "cash": "src/"
  968.                 }
  969.             },
  970.             "notification-url": "https://packagist.org/downloads/",
  971.             "license": [
  972.                 "MIT"
  973.             ],
  974.             "authors": [
  975.                 {
  976.                     "name": "Cash Costello",
  977.                     "email": "cash.costello@gmail.com"
  978.                 }
  979.             ],
  980.             "description": "An efficient memory-based Least Recently Used (LRU) cache",
  981.             "homepage": "https://github.com/cash/LRUCache",
  982.             "keywords": [
  983.                 "cache",
  984.                 "lru"
  985.             ],
  986.             "time": "2013-09-20T18:59:12+00:00"
  987.         },
  988.         {
  989.             "name": "daverandom/libdns",
  990.             "version": "v2.0.1",
  991.             "source": {
  992.                 "type": "git",
  993.                 "url": "https://github.com/DaveRandom/LibDNS.git",
  994.                 "reference": "1ecd825b6fa9bb3fddc07751997e29dc78749b95"
  995.             },
  996.             "dist": {
  997.                 "type": "zip",
  998.                 "url": "https://api.github.com/repos/DaveRandom/LibDNS/zipball/1ecd825b6fa9bb3fddc07751997e29dc78749b95",
  999.                 "reference": "1ecd825b6fa9bb3fddc07751997e29dc78749b95",
  1000.                 "shasum": ""
  1001.             },
  1002.             "require": {
  1003.                 "ext-ctype": "*",
  1004.                 "php": ">=7.0"
  1005.             },
  1006.             "suggest": {
  1007.                 "ext-intl": "Required for IDN support"
  1008.             },
  1009.             "type": "library",
  1010.             "autoload": {
  1011.                 "psr-4": {
  1012.                     "LibDNS\\": "src/"
  1013.                 },
  1014.                 "files": [
  1015.                     "src/functions.php"
  1016.                 ]
  1017.             },
  1018.             "notification-url": "https://packagist.org/downloads/",
  1019.             "license": [
  1020.                 "MIT"
  1021.             ],
  1022.             "description": "DNS protocol implementation written in pure PHP",
  1023.             "keywords": [
  1024.                 "dns"
  1025.             ],
  1026.             "time": "2018-01-10T15:56:17+00:00"
  1027.         },
  1028.         {
  1029.             "name": "guzzlehttp/guzzle",
  1030.             "version": "6.3.3",
  1031.             "source": {
  1032.                 "type": "git",
  1033.                 "url": "https://github.com/guzzle/guzzle.git",
  1034.                 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
  1035.             },
  1036.             "dist": {
  1037.                 "type": "zip",
  1038.                 "url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
  1039.                 "reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
  1040.                 "shasum": ""
  1041.             },
  1042.             "require": {
  1043.                 "guzzlehttp/promises": "^1.0",
  1044.                 "guzzlehttp/psr7": "^1.4",
  1045.                 "php": ">=5.5"
  1046.             },
  1047.             "require-dev": {
  1048.                 "ext-curl": "*",
  1049.                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
  1050.                 "psr/log": "^1.0"
  1051.             },
  1052.             "suggest": {
  1053.                 "psr/log": "Required for using the Log middleware"
  1054.             },
  1055.             "type": "library",
  1056.             "extra": {
  1057.                 "branch-alias": {
  1058.                     "dev-master": "6.3-dev"
  1059.                 }
  1060.             },
  1061.             "autoload": {
  1062.                 "files": [
  1063.                     "src/functions_include.php"
  1064.                 ],
  1065.                 "psr-4": {
  1066.                     "GuzzleHttp\\": "src/"
  1067.                 }
  1068.             },
  1069.             "notification-url": "https://packagist.org/downloads/",
  1070.             "license": [
  1071.                 "MIT"
  1072.             ],
  1073.             "authors": [
  1074.                 {
  1075.                     "name": "Michael Dowling",
  1076.                     "email": "mtdowling@gmail.com",
  1077.                     "homepage": "https://github.com/mtdowling"
  1078.                 }
  1079.             ],
  1080.             "description": "Guzzle is a PHP HTTP client library",
  1081.             "homepage": "http://guzzlephp.org/",
  1082.             "keywords": [
  1083.                 "client",
  1084.                 "curl",
  1085.                 "framework",
  1086.                 "http",
  1087.                 "http client",
  1088.                 "rest",
  1089.                 "web service"
  1090.             ],
  1091.             "time": "2018-04-22T15:46:56+00:00"
  1092.         },
  1093.         {
  1094.             "name": "guzzlehttp/promises",
  1095.             "version": "v1.3.1",
  1096.             "source": {
  1097.                 "type": "git",
  1098.                 "url": "https://github.com/guzzle/promises.git",
  1099.                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  1100.             },
  1101.             "dist": {
  1102.                 "type": "zip",
  1103.                 "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  1104.                 "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  1105.                 "shasum": ""
  1106.             },
  1107.             "require": {
  1108.                 "php": ">=5.5.0"
  1109.             },
  1110.             "require-dev": {
  1111.                 "phpunit/phpunit": "^4.0"
  1112.             },
  1113.             "type": "library",
  1114.             "extra": {
  1115.                 "branch-alias": {
  1116.                     "dev-master": "1.4-dev"
  1117.                 }
  1118.             },
  1119.             "autoload": {
  1120.                 "psr-4": {
  1121.                     "GuzzleHttp\\Promise\\": "src/"
  1122.                 },
  1123.                 "files": [
  1124.                     "src/functions_include.php"
  1125.                 ]
  1126.             },
  1127.             "notification-url": "https://packagist.org/downloads/",
  1128.             "license": [
  1129.                 "MIT"
  1130.             ],
  1131.             "authors": [
  1132.                 {
  1133.                     "name": "Michael Dowling",
  1134.                     "email": "mtdowling@gmail.com",
  1135.                     "homepage": "https://github.com/mtdowling"
  1136.                 }
  1137.             ],
  1138.             "description": "Guzzle promises library",
  1139.             "keywords": [
  1140.                 "promise"
  1141.             ],
  1142.             "time": "2016-12-20T10:07:11+00:00"
  1143.         },
  1144.         {
  1145.             "name": "guzzlehttp/psr7",
  1146.             "version": "1.5.2",
  1147.             "source": {
  1148.                 "type": "git",
  1149.                 "url": "https://github.com/guzzle/psr7.git",
  1150.                 "reference": "9f83dded91781a01c63574e387eaa769be769115"
  1151.             },
  1152.             "dist": {
  1153.                 "type": "zip",
  1154.                 "url": "https://api.github.com/repos/guzzle/psr7/zipball/9f83dded91781a01c63574e387eaa769be769115",
  1155.                 "reference": "9f83dded91781a01c63574e387eaa769be769115",
  1156.                 "shasum": ""
  1157.             },
  1158.             "require": {
  1159.                 "php": ">=5.4.0",
  1160.                 "psr/http-message": "~1.0",
  1161.                 "ralouphie/getallheaders": "^2.0.5"
  1162.             },
  1163.             "provide": {
  1164.                 "psr/http-message-implementation": "1.0"
  1165.             },
  1166.             "require-dev": {
  1167.                 "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
  1168.             },
  1169.             "type": "library",
  1170.             "extra": {
  1171.                 "branch-alias": {
  1172.                     "dev-master": "1.5-dev"
  1173.                 }
  1174.             },
  1175.             "autoload": {
  1176.                 "psr-4": {
  1177.                     "GuzzleHttp\\Psr7\\": "src/"
  1178.                 },
  1179.                 "files": [
  1180.                     "src/functions_include.php"
  1181.                 ]
  1182.             },
  1183.             "notification-url": "https://packagist.org/downloads/",
  1184.             "license": [
  1185.                 "MIT"
  1186.             ],
  1187.             "authors": [
  1188.                 {
  1189.                     "name": "Michael Dowling",
  1190.                     "email": "mtdowling@gmail.com",
  1191.                     "homepage": "https://github.com/mtdowling"
  1192.                 },
  1193.                 {
  1194.                     "name": "Tobias Schultze",
  1195.                     "homepage": "https://github.com/Tobion"
  1196.                 }
  1197.             ],
  1198.             "description": "PSR-7 message implementation that also provides common utility methods",
  1199.             "keywords": [
  1200.                 "http",
  1201.                 "message",
  1202.                 "psr-7",
  1203.                 "request",
  1204.                 "response",
  1205.                 "stream",
  1206.                 "uri",
  1207.                 "url"
  1208.             ],
  1209.             "time": "2018-12-04T20:46:45+00:00"
  1210.         },
  1211.         {
  1212.             "name": "kelunik/certificate",
  1213.             "version": "v1.1.1",
  1214.             "source": {
  1215.                 "type": "git",
  1216.                 "url": "https://github.com/kelunik/certificate.git",
  1217.                 "reference": "524fa432ed1b5f50efbe7749f3c19e28a9866bc7"
  1218.             },
  1219.             "dist": {
  1220.                 "type": "zip",
  1221.                 "url": "https://api.github.com/repos/kelunik/certificate/zipball/524fa432ed1b5f50efbe7749f3c19e28a9866bc7",
  1222.                 "reference": "524fa432ed1b5f50efbe7749f3c19e28a9866bc7",
  1223.                 "shasum": ""
  1224.             },
  1225.             "require": {
  1226.                 "ext-openssl": "*",
  1227.                 "php": "^5.4 | ^7.0"
  1228.             },
  1229.             "require-dev": {
  1230.                 "fabpot/php-cs-fixer": "^1.9",
  1231.                 "phpunit/phpunit": "^4.8"
  1232.             },
  1233.             "type": "library",
  1234.             "autoload": {
  1235.                 "psr-4": {
  1236.                     "Kelunik\\Certificate\\": "lib"
  1237.                 }
  1238.             },
  1239.             "notification-url": "https://packagist.org/downloads/",
  1240.             "license": [
  1241.                 "MIT"
  1242.             ],
  1243.             "authors": [
  1244.                 {
  1245.                     "name": "Niklas Keller",
  1246.                     "email": "me@kelunik.com"
  1247.                 }
  1248.             ],
  1249.             "description": "Access certificate details and transform between different formats.",
  1250.             "keywords": [
  1251.                 "DER",
  1252.                 "certificate",
  1253.                 "certificates",
  1254.                 "openssl",
  1255.                 "pem",
  1256.                 "x509"
  1257.             ],
  1258.             "time": "2017-07-04T19:37:30+00:00"
  1259.         },
  1260.         {
  1261.             "name": "league/uri-interfaces",
  1262.             "version": "1.1.1",
  1263.             "source": {
  1264.                 "type": "git",
  1265.                 "url": "https://github.com/thephpleague/uri-interfaces.git",
  1266.                 "reference": "081760c53a4ce76c9935a755a21353610f5495f6"
  1267.             },
  1268.             "dist": {
  1269.                 "type": "zip",
  1270.                 "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/081760c53a4ce76c9935a755a21353610f5495f6",
  1271.                 "reference": "081760c53a4ce76c9935a755a21353610f5495f6",
  1272.                 "shasum": ""
  1273.             },
  1274.             "require": {
  1275.                 "php": ">=5.3.0"
  1276.             },
  1277.             "require-dev": {
  1278.                 "friendsofphp/php-cs-fixer": "^2.0.0"
  1279.             },
  1280.             "type": "library",
  1281.             "extra": {
  1282.                 "branch-alias": {
  1283.                     "dev-master": "1.x-dev"
  1284.                 }
  1285.             },
  1286.             "autoload": {
  1287.                 "psr-4": {
  1288.                     "League\\Uri\\": "src/"
  1289.                 }
  1290.             },
  1291.             "notification-url": "https://packagist.org/downloads/",
  1292.             "license": [
  1293.                 "MIT"
  1294.             ],
  1295.             "authors": [
  1296.                 {
  1297.                     "name": "Ignace Nyamagana Butera",
  1298.                     "email": "nyamsprod@gmail.com",
  1299.                     "homepage": "https://nyamsprod.com"
  1300.                 }
  1301.             ],
  1302.             "description": "Common interface for URI representation",
  1303.             "homepage": "http://github.com/thephpleague/uri-interfaces",
  1304.             "keywords": [
  1305.                 "rfc3986",
  1306.                 "rfc3987",
  1307.                 "uri",
  1308.                 "url"
  1309.             ],
  1310.             "time": "2018-11-05T14:00:06+00:00"
  1311.         },
  1312.         {
  1313.             "name": "league/uri-parser",
  1314.             "version": "1.4.1",
  1315.             "source": {
  1316.                 "type": "git",
  1317.                 "url": "https://github.com/thephpleague/uri-parser.git",
  1318.                 "reference": "671548427e4c932352d9b9279fdfa345bf63fa00"
  1319.             },
  1320.             "dist": {
  1321.                 "type": "zip",
  1322.                 "url": "https://api.github.com/repos/thephpleague/uri-parser/zipball/671548427e4c932352d9b9279fdfa345bf63fa00",
  1323.                 "reference": "671548427e4c932352d9b9279fdfa345bf63fa00",
  1324.                 "shasum": ""
  1325.             },
  1326.             "require": {
  1327.                 "php": ">=7.0.0"
  1328.             },
  1329.             "require-dev": {
  1330.                 "friendsofphp/php-cs-fixer": "^2.0",
  1331.                 "phpstan/phpstan": "^0.9.2",
  1332.                 "phpstan/phpstan-phpunit": "^0.9.4",
  1333.                 "phpstan/phpstan-strict-rules": "^0.9.0",
  1334.                 "phpunit/phpunit": "^6.0"
  1335.             },
  1336.             "suggest": {
  1337.                 "ext-intl": "Allow parsing RFC3987 compliant hosts",
  1338.                 "league/uri-schemes": "Allow validating and normalizing URI parsing results"
  1339.             },
  1340.             "type": "library",
  1341.             "extra": {
  1342.                 "branch-alias": {
  1343.                     "dev-master": "1.x-dev"
  1344.                 }
  1345.             },
  1346.             "autoload": {
  1347.                 "psr-4": {
  1348.                     "League\\Uri\\": "src"
  1349.                 },
  1350.                 "files": [
  1351.                     "src/functions_include.php"
  1352.                 ]
  1353.             },
  1354.             "notification-url": "https://packagist.org/downloads/",
  1355.             "license": [
  1356.                 "MIT"
  1357.             ],
  1358.             "authors": [
  1359.                 {
  1360.                     "name": "Ignace Nyamagana Butera",
  1361.                     "email": "nyamsprod@gmail.com",
  1362.                     "homepage": "https://nyamsprod.com"
  1363.                 }
  1364.             ],
  1365.             "description": "userland URI parser RFC 3986 compliant",
  1366.             "homepage": "https://github.com/thephpleague/uri-parser",
  1367.             "keywords": [
  1368.                 "parse_url",
  1369.                 "parser",
  1370.                 "rfc3986",
  1371.                 "rfc3987",
  1372.                 "uri",
  1373.                 "url"
  1374.             ],
  1375.             "time": "2018-11-22T07:55:51+00:00"
  1376.         },
  1377.         {
  1378.             "name": "league/uri-schemes",
  1379.             "version": "1.2.1",
  1380.             "source": {
  1381.                 "type": "git",
  1382.                 "url": "https://github.com/thephpleague/uri-schemes.git",
  1383.                 "reference": "f821a444785724bcc9bc244b1173b9d6ca4d71e6"
  1384.             },
  1385.             "dist": {
  1386.                 "type": "zip",
  1387.                 "url": "https://api.github.com/repos/thephpleague/uri-schemes/zipball/f821a444785724bcc9bc244b1173b9d6ca4d71e6",
  1388.                 "reference": "f821a444785724bcc9bc244b1173b9d6ca4d71e6",
  1389.                 "shasum": ""
  1390.             },
  1391.             "require": {
  1392.                 "ext-fileinfo": "*",
  1393.                 "league/uri-interfaces": "^1.1",
  1394.                 "league/uri-parser": "^1.4.0",
  1395.                 "php": ">=7.0.13",
  1396.                 "psr/http-message": "^1.0"
  1397.             },
  1398.             "require-dev": {
  1399.                 "friendsofphp/php-cs-fixer": "^2.0",
  1400.                 "phpstan/phpstan": "^0.9.2",
  1401.                 "phpstan/phpstan-phpunit": "^0.9.4",
  1402.                 "phpstan/phpstan-strict-rules": "^0.9.0",
  1403.                 "phpunit/phpunit": "^6.0"
  1404.             },
  1405.             "suggest": {
  1406.                 "ext-intl": "Allow parsing RFC3987 compliant hosts",
  1407.                 "league/uri-manipulations": "Needed to easily manipulate URI objects"
  1408.             },
  1409.             "type": "library",
  1410.             "extra": {
  1411.                 "branch-alias": {
  1412.                     "dev-master": "1.x-dev"
  1413.                 }
  1414.             },
  1415.             "autoload": {
  1416.                 "psr-4": {
  1417.                     "League\\Uri\\": "src"
  1418.                 },
  1419.                 "files": [
  1420.                     "src/functions_include.php"
  1421.                 ]
  1422.             },
  1423.             "notification-url": "https://packagist.org/downloads/",
  1424.             "license": [
  1425.                 "MIT"
  1426.             ],
  1427.             "authors": [
  1428.                 {
  1429.                     "name": "Ignace Nyamagana Butera",
  1430.                     "email": "nyamsprod@gmail.com",
  1431.                     "homepage": "https://nyamsprod.com"
  1432.                 }
  1433.             ],
  1434.             "description": "URI manipulation library",
  1435.             "homepage": "http://uri.thephpleague.com",
  1436.             "keywords": [
  1437.                 "data-uri",
  1438.                 "file",
  1439.                 "ftp",
  1440.                 "http",
  1441.                 "https",
  1442.                 "parse_url",
  1443.                 "psr-7",
  1444.                 "rfc3986",
  1445.                 "uri",
  1446.                 "url",
  1447.                 "ws",
  1448.                 "wss"
  1449.             ],
  1450.             "time": "2018-11-26T08:09:30+00:00"
  1451.         },
  1452.         {
  1453.             "name": "psr/cache",
  1454.             "version": "1.0.1",
  1455.             "source": {
  1456.                 "type": "git",
  1457.                 "url": "https://github.com/php-fig/cache.git",
  1458.                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  1459.             },
  1460.             "dist": {
  1461.                 "type": "zip",
  1462.                 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  1463.                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  1464.                 "shasum": ""
  1465.             },
  1466.             "require": {
  1467.                 "php": ">=5.3.0"
  1468.             },
  1469.             "type": "library",
  1470.             "extra": {
  1471.                 "branch-alias": {
  1472.                     "dev-master": "1.0.x-dev"
  1473.                 }
  1474.             },
  1475.             "autoload": {
  1476.                 "psr-4": {
  1477.                     "Psr\\Cache\\": "src/"
  1478.                 }
  1479.             },
  1480.             "notification-url": "https://packagist.org/downloads/",
  1481.             "license": [
  1482.                 "MIT"
  1483.             ],
  1484.             "authors": [
  1485.                 {
  1486.                     "name": "PHP-FIG",
  1487.                     "homepage": "http://www.php-fig.org/"
  1488.                 }
  1489.             ],
  1490.             "description": "Common interface for caching libraries",
  1491.             "keywords": [
  1492.                 "cache",
  1493.                 "psr",
  1494.                 "psr-6"
  1495.             ],
  1496.             "time": "2016-08-06T20:24:11+00:00"
  1497.         },
  1498.         {
  1499.             "name": "psr/container",
  1500.             "version": "1.0.0",
  1501.             "source": {
  1502.                 "type": "git",
  1503.                 "url": "https://github.com/php-fig/container.git",
  1504.                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  1505.             },
  1506.             "dist": {
  1507.                 "type": "zip",
  1508.                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1509.                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1510.                 "shasum": ""
  1511.             },
  1512.             "require": {
  1513.                 "php": ">=5.3.0"
  1514.             },
  1515.             "type": "library",
  1516.             "extra": {
  1517.                 "branch-alias": {
  1518.                     "dev-master": "1.0.x-dev"
  1519.                 }
  1520.             },
  1521.             "autoload": {
  1522.                 "psr-4": {
  1523.                     "Psr\\Container\\": "src/"
  1524.                 }
  1525.             },
  1526.             "notification-url": "https://packagist.org/downloads/",
  1527.             "license": [
  1528.                 "MIT"
  1529.             ],
  1530.             "authors": [
  1531.                 {
  1532.                     "name": "PHP-FIG",
  1533.                     "homepage": "http://www.php-fig.org/"
  1534.                 }
  1535.             ],
  1536.             "description": "Common Container Interface (PHP FIG PSR-11)",
  1537.             "homepage": "https://github.com/php-fig/container",
  1538.             "keywords": [
  1539.                 "PSR-11",
  1540.                 "container",
  1541.                 "container-interface",
  1542.                 "container-interop",
  1543.                 "psr"
  1544.             ],
  1545.             "time": "2017-02-14T16:28:37+00:00"
  1546.         },
  1547.         {
  1548.             "name": "psr/http-message",
  1549.             "version": "1.0.1",
  1550.             "source": {
  1551.                 "type": "git",
  1552.                 "url": "https://github.com/php-fig/http-message.git",
  1553.                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  1554.             },
  1555.             "dist": {
  1556.                 "type": "zip",
  1557.                 "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  1558.                 "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  1559.                 "shasum": ""
  1560.             },
  1561.             "require": {
  1562.                 "php": ">=5.3.0"
  1563.             },
  1564.             "type": "library",
  1565.             "extra": {
  1566.                 "branch-alias": {
  1567.                     "dev-master": "1.0.x-dev"
  1568.                 }
  1569.             },
  1570.             "autoload": {
  1571.                 "psr-4": {
  1572.                     "Psr\\Http\\Message\\": "src/"
  1573.                 }
  1574.             },
  1575.             "notification-url": "https://packagist.org/downloads/",
  1576.             "license": [
  1577.                 "MIT"
  1578.             ],
  1579.             "authors": [
  1580.                 {
  1581.                     "name": "PHP-FIG",
  1582.                     "homepage": "http://www.php-fig.org/"
  1583.                 }
  1584.             ],
  1585.             "description": "Common interface for HTTP messages",
  1586.             "homepage": "https://github.com/php-fig/http-message",
  1587.             "keywords": [
  1588.                 "http",
  1589.                 "http-message",
  1590.                 "psr",
  1591.                 "psr-7",
  1592.                 "request",
  1593.                 "response"
  1594.             ],
  1595.             "time": "2016-08-06T14:39:51+00:00"
  1596.         },
  1597.         {
  1598.             "name": "psr/log",
  1599.             "version": "1.1.0",
  1600.             "source": {
  1601.                 "type": "git",
  1602.                 "url": "https://github.com/php-fig/log.git",
  1603.                 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
  1604.             },
  1605.             "dist": {
  1606.                 "type": "zip",
  1607.                 "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  1608.                 "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  1609.                 "shasum": ""
  1610.             },
  1611.             "require": {
  1612.                 "php": ">=5.3.0"
  1613.             },
  1614.             "type": "library",
  1615.             "extra": {
  1616.                 "branch-alias": {
  1617.                     "dev-master": "1.0.x-dev"
  1618.                 }
  1619.             },
  1620.             "autoload": {
  1621.                 "psr-4": {
  1622.                     "Psr\\Log\\": "Psr/Log/"
  1623.                 }
  1624.             },
  1625.             "notification-url": "https://packagist.org/downloads/",
  1626.             "license": [
  1627.                 "MIT"
  1628.             ],
  1629.             "authors": [
  1630.                 {
  1631.                     "name": "PHP-FIG",
  1632.                     "homepage": "http://www.php-fig.org/"
  1633.                 }
  1634.             ],
  1635.             "description": "Common interface for logging libraries",
  1636.             "homepage": "https://github.com/php-fig/log",
  1637.             "keywords": [
  1638.                 "log",
  1639.                 "psr",
  1640.                 "psr-3"
  1641.             ],
  1642.             "time": "2018-11-20T15:27:04+00:00"
  1643.         },
  1644.         {
  1645.             "name": "psr/simple-cache",
  1646.             "version": "1.0.1",
  1647.             "source": {
  1648.                 "type": "git",
  1649.                 "url": "https://github.com/php-fig/simple-cache.git",
  1650.                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  1651.             },
  1652.             "dist": {
  1653.                 "type": "zip",
  1654.                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1655.                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1656.                 "shasum": ""
  1657.             },
  1658.             "require": {
  1659.                 "php": ">=5.3.0"
  1660.             },
  1661.             "type": "library",
  1662.             "extra": {
  1663.                 "branch-alias": {
  1664.                     "dev-master": "1.0.x-dev"
  1665.                 }
  1666.             },
  1667.             "autoload": {
  1668.                 "psr-4": {
  1669.                     "Psr\\SimpleCache\\": "src/"
  1670.                 }
  1671.             },
  1672.             "notification-url": "https://packagist.org/downloads/",
  1673.             "license": [
  1674.                 "MIT"
  1675.             ],
  1676.             "authors": [
  1677.                 {
  1678.                     "name": "PHP-FIG",
  1679.                     "homepage": "http://www.php-fig.org/"
  1680.                 }
  1681.             ],
  1682.             "description": "Common interfaces for simple caching",
  1683.             "keywords": [
  1684.                 "cache",
  1685.                 "caching",
  1686.                 "psr",
  1687.                 "psr-16",
  1688.                 "simple-cache"
  1689.             ],
  1690.             "time": "2017-10-23T01:57:42+00:00"
  1691.         },
  1692.         {
  1693.             "name": "ralouphie/getallheaders",
  1694.             "version": "2.0.5",
  1695.             "source": {
  1696.                 "type": "git",
  1697.                 "url": "https://github.com/ralouphie/getallheaders.git",
  1698.                 "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
  1699.             },
  1700.             "dist": {
  1701.                 "type": "zip",
  1702.                 "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
  1703.                 "reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
  1704.                 "shasum": ""
  1705.             },
  1706.             "require": {
  1707.                 "php": ">=5.3"
  1708.             },
  1709.             "require-dev": {
  1710.                 "phpunit/phpunit": "~3.7.0",
  1711.                 "satooshi/php-coveralls": ">=1.0"
  1712.             },
  1713.             "type": "library",
  1714.             "autoload": {
  1715.                 "files": [
  1716.                     "src/getallheaders.php"
  1717.                 ]
  1718.             },
  1719.             "notification-url": "https://packagist.org/downloads/",
  1720.             "license": [
  1721.                 "MIT"
  1722.             ],
  1723.             "authors": [
  1724.                 {
  1725.                     "name": "Ralph Khattar",
  1726.                     "email": "ralph.khattar@gmail.com"
  1727.                 }
  1728.             ],
  1729.             "description": "A polyfill for getallheaders.",
  1730.             "time": "2016-02-11T07:05:27+00:00"
  1731.         },
  1732.         {
  1733.             "name": "ramsey/uuid",
  1734.             "version": "3.8.0",
  1735.             "source": {
  1736.                 "type": "git",
  1737.                 "url": "https://github.com/ramsey/uuid.git",
  1738.                 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
  1739.             },
  1740.             "dist": {
  1741.                 "type": "zip",
  1742.                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
  1743.                 "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
  1744.                 "shasum": ""
  1745.             },
  1746.             "require": {
  1747.                 "paragonie/random_compat": "^1.0|^2.0|9.99.99",
  1748.                 "php": "^5.4 || ^7.0",
  1749.                 "symfony/polyfill-ctype": "^1.8"
  1750.             },
  1751.             "replace": {
  1752.                 "rhumsaa/uuid": "self.version"
  1753.             },
  1754.             "require-dev": {
  1755.                 "codeception/aspect-mock": "^1.0 | ~2.0.0",
  1756.                 "doctrine/annotations": "~1.2.0",
  1757.                 "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
  1758.                 "ircmaxell/random-lib": "^1.1",
  1759.                 "jakub-onderka/php-parallel-lint": "^0.9.0",
  1760.                 "mockery/mockery": "^0.9.9",
  1761.                 "moontoast/math": "^1.1",
  1762.                 "php-mock/php-mock-phpunit": "^0.3|^1.1",
  1763.                 "phpunit/phpunit": "^4.7|^5.0|^6.5",
  1764.                 "squizlabs/php_codesniffer": "^2.3"
  1765.             },
  1766.             "suggest": {
  1767.                 "ext-ctype": "Provides support for PHP Ctype functions",
  1768.                 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
  1769.                 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
  1770.                 "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  1771.                 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
  1772.                 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
  1773.                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  1774.             },
  1775.             "type": "library",
  1776.             "extra": {
  1777.                 "branch-alias": {
  1778.                     "dev-master": "3.x-dev"
  1779.                 }
  1780.             },
  1781.             "autoload": {
  1782.                 "psr-4": {
  1783.                     "Ramsey\\Uuid\\": "src/"
  1784.                 }
  1785.             },
  1786.             "notification-url": "https://packagist.org/downloads/",
  1787.             "license": [
  1788.                 "MIT"
  1789.             ],
  1790.             "authors": [
  1791.                 {
  1792.                     "name": "Marijn Huizendveld",
  1793.                     "email": "marijn.huizendveld@gmail.com"
  1794.                 },
  1795.                 {
  1796.                     "name": "Thibaud Fabre",
  1797.                     "email": "thibaud@aztech.io"
  1798.                 },
  1799.                 {
  1800.                     "name": "Ben Ramsey",
  1801.                     "email": "ben@benramsey.com",
  1802.                     "homepage": "https://benramsey.com"
  1803.                 }
  1804.             ],
  1805.             "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
  1806.             "homepage": "https://github.com/ramsey/uuid",
  1807.             "keywords": [
  1808.                 "guid",
  1809.                 "identifier",
  1810.                 "uuid"
  1811.             ],
  1812.             "time": "2018-07-19T23:38:55+00:00"
  1813.         },
  1814.         {
  1815.             "name": "symfony/cache",
  1816.             "version": "v4.2.2",
  1817.             "source": {
  1818.                 "type": "git",
  1819.                 "url": "https://github.com/symfony/cache.git",
  1820.                 "reference": "dd223d4bb9a2f9a4b4992851800b349739c40860"
  1821.             },
  1822.             "dist": {
  1823.                 "type": "zip",
  1824.                 "url": "https://api.github.com/repos/symfony/cache/zipball/dd223d4bb9a2f9a4b4992851800b349739c40860",
  1825.                 "reference": "dd223d4bb9a2f9a4b4992851800b349739c40860",
  1826.                 "shasum": ""
  1827.             },
  1828.             "require": {
  1829.                 "php": "^7.1.3",
  1830.                 "psr/cache": "~1.0",
  1831.                 "psr/log": "~1.0",
  1832.                 "psr/simple-cache": "^1.0",
  1833.                 "symfony/contracts": "^1.0",
  1834.                 "symfony/var-exporter": "^4.2"
  1835.             },
  1836.             "conflict": {
  1837.                 "doctrine/dbal": "<2.5",
  1838.                 "symfony/dependency-injection": "<3.4",
  1839.                 "symfony/var-dumper": "<3.4"
  1840.             },
  1841.             "provide": {
  1842.                 "psr/cache-implementation": "1.0",
  1843.                 "psr/simple-cache-implementation": "1.0",
  1844.                 "symfony/cache-contracts-implementation": "1.0"
  1845.             },
  1846.             "require-dev": {
  1847.                 "cache/integration-tests": "dev-master",
  1848.                 "doctrine/cache": "~1.6",
  1849.                 "doctrine/dbal": "~2.5",
  1850.                 "predis/predis": "~1.1",
  1851.                 "symfony/config": "~4.2",
  1852.                 "symfony/dependency-injection": "~3.4|~4.1",
  1853.                 "symfony/var-dumper": "^4.1.1"
  1854.             },
  1855.             "type": "library",
  1856.             "extra": {
  1857.                 "branch-alias": {
  1858.                     "dev-master": "4.2-dev"
  1859.                 }
  1860.             },
  1861.             "autoload": {
  1862.                 "psr-4": {
  1863.                     "Symfony\\Component\\Cache\\": ""
  1864.                 },
  1865.                 "exclude-from-classmap": [
  1866.                     "/Tests/"
  1867.                 ]
  1868.             },
  1869.             "notification-url": "https://packagist.org/downloads/",
  1870.             "license": [
  1871.                 "MIT"
  1872.             ],
  1873.             "authors": [
  1874.                 {
  1875.                     "name": "Nicolas Grekas",
  1876.                     "email": "p@tchwork.com"
  1877.                 },
  1878.                 {
  1879.                     "name": "Symfony Community",
  1880.                     "homepage": "https://symfony.com/contributors"
  1881.                 }
  1882.             ],
  1883.             "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
  1884.             "homepage": "https://symfony.com",
  1885.             "keywords": [
  1886.                 "caching",
  1887.                 "psr6"
  1888.             ],
  1889.             "time": "2019-01-03T09:07:35+00:00"
  1890.         },
  1891.         {
  1892.             "name": "symfony/config",
  1893.             "version": "v4.2.2",
  1894.             "source": {
  1895.                 "type": "git",
  1896.                 "url": "https://github.com/symfony/config.git",
  1897.                 "reference": "a7a7d0a0244cfc82f040729ccf769e6cf55a78fb"
  1898.             },
  1899.             "dist": {
  1900.                 "type": "zip",
  1901.                 "url": "https://api.github.com/repos/symfony/config/zipball/a7a7d0a0244cfc82f040729ccf769e6cf55a78fb",
  1902.                 "reference": "a7a7d0a0244cfc82f040729ccf769e6cf55a78fb",
  1903.                 "shasum": ""
  1904.             },
  1905.             "require": {
  1906.                 "php": "^7.1.3",
  1907.                 "symfony/filesystem": "~3.4|~4.0",
  1908.                 "symfony/polyfill-ctype": "~1.8"
  1909.             },
  1910.             "conflict": {
  1911.                 "symfony/finder": "<3.4"
  1912.             },
  1913.             "require-dev": {
  1914.                 "symfony/dependency-injection": "~3.4|~4.0",
  1915.                 "symfony/event-dispatcher": "~3.4|~4.0",
  1916.                 "symfony/finder": "~3.4|~4.0",
  1917.                 "symfony/yaml": "~3.4|~4.0"
  1918.             },
  1919.             "suggest": {
  1920.                 "symfony/yaml": "To use the yaml reference dumper"
  1921.             },
  1922.             "type": "library",
  1923.             "extra": {
  1924.                 "branch-alias": {
  1925.                     "dev-master": "4.2-dev"
  1926.                 }
  1927.             },
  1928.             "autoload": {
  1929.                 "psr-4": {
  1930.                     "Symfony\\Component\\Config\\": ""
  1931.                 },
  1932.                 "exclude-from-classmap": [
  1933.                     "/Tests/"
  1934.                 ]
  1935.             },
  1936.             "notification-url": "https://packagist.org/downloads/",
  1937.             "license": [
  1938.                 "MIT"
  1939.             ],
  1940.             "authors": [
  1941.                 {
  1942.                     "name": "Fabien Potencier",
  1943.                     "email": "fabien@symfony.com"
  1944.                 },
  1945.                 {
  1946.                     "name": "Symfony Community",
  1947.                     "homepage": "https://symfony.com/contributors"
  1948.                 }
  1949.             ],
  1950.             "description": "Symfony Config Component",
  1951.             "homepage": "https://symfony.com",
  1952.             "time": "2019-01-03T09:07:35+00:00"
  1953.         },
  1954.         {
  1955.             "name": "symfony/console",
  1956.             "version": "v4.2.2",
  1957.             "source": {
  1958.                 "type": "git",
  1959.                 "url": "https://github.com/symfony/console.git",
  1960.                 "reference": "b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522"
  1961.             },
  1962.             "dist": {
  1963.                 "type": "zip",
  1964.                 "url": "https://api.github.com/repos/symfony/console/zipball/b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522",
  1965.                 "reference": "b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522",
  1966.                 "shasum": ""
  1967.             },
  1968.             "require": {
  1969.                 "php": "^7.1.3",
  1970.                 "symfony/contracts": "^1.0",
  1971.                 "symfony/polyfill-mbstring": "~1.0"
  1972.             },
  1973.             "conflict": {
  1974.                 "symfony/dependency-injection": "<3.4",
  1975.                 "symfony/process": "<3.3"
  1976.             },
  1977.             "require-dev": {
  1978.                 "psr/log": "~1.0",
  1979.                 "symfony/config": "~3.4|~4.0",
  1980.                 "symfony/dependency-injection": "~3.4|~4.0",
  1981.                 "symfony/event-dispatcher": "~3.4|~4.0",
  1982.                 "symfony/lock": "~3.4|~4.0",
  1983.                 "symfony/process": "~3.4|~4.0"
  1984.             },
  1985.             "suggest": {
  1986.                 "psr/log-implementation": "For using the console logger",
  1987.                 "symfony/event-dispatcher": "",
  1988.                 "symfony/lock": "",
  1989.                 "symfony/process": ""
  1990.             },
  1991.             "type": "library",
  1992.             "extra": {
  1993.                 "branch-alias": {
  1994.                     "dev-master": "4.2-dev"
  1995.                 }
  1996.             },
  1997.             "autoload": {
  1998.                 "psr-4": {
  1999.                     "Symfony\\Component\\Console\\": ""
  2000.                 },
  2001.                 "exclude-from-classmap": [
  2002.                     "/Tests/"
  2003.                 ]
  2004.             },
  2005.             "notification-url": "https://packagist.org/downloads/",
  2006.             "license": [
  2007.                 "MIT"
  2008.             ],
  2009.             "authors": [
  2010.                 {
  2011.                     "name": "Fabien Potencier",
  2012.                     "email": "fabien@symfony.com"
  2013.                 },
  2014.                 {
  2015.                     "name": "Symfony Community",
  2016.                     "homepage": "https://symfony.com/contributors"
  2017.                 }
  2018.             ],
  2019.             "description": "Symfony Console Component",
  2020.             "homepage": "https://symfony.com",
  2021.             "time": "2019-01-04T15:13:53+00:00"
  2022.         },
  2023.         {
  2024.             "name": "symfony/contracts",
  2025.             "version": "v1.0.2",
  2026.             "source": {
  2027.                 "type": "git",
  2028.                 "url": "https://github.com/symfony/contracts.git",
  2029.                 "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf"
  2030.             },
  2031.             "dist": {
  2032.                 "type": "zip",
  2033.                 "url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf",
  2034.                 "reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf",
  2035.                 "shasum": ""
  2036.             },
  2037.             "require": {
  2038.                 "php": "^7.1.3"
  2039.             },
  2040.             "require-dev": {
  2041.                 "psr/cache": "^1.0",
  2042.                 "psr/container": "^1.0"
  2043.             },
  2044.             "suggest": {
  2045.                 "psr/cache": "When using the Cache contracts",
  2046.                 "psr/container": "When using the Service contracts",
  2047.                 "symfony/cache-contracts-implementation": "",
  2048.                 "symfony/service-contracts-implementation": "",
  2049.                 "symfony/translation-contracts-implementation": ""
  2050.             },
  2051.             "type": "library",
  2052.             "extra": {
  2053.                 "branch-alias": {
  2054.                     "dev-master": "1.0-dev"
  2055.                 }
  2056.             },
  2057.             "autoload": {
  2058.                 "psr-4": {
  2059.                     "Symfony\\Contracts\\": ""
  2060.                 },
  2061.                 "exclude-from-classmap": [
  2062.                     "**/Tests/"
  2063.                 ]
  2064.             },
  2065.             "notification-url": "https://packagist.org/downloads/",
  2066.             "license": [
  2067.                 "MIT"
  2068.             ],
  2069.             "authors": [
  2070.                 {
  2071.                     "name": "Nicolas Grekas",
  2072.                     "email": "p@tchwork.com"
  2073.                 },
  2074.                 {
  2075.                     "name": "Symfony Community",
  2076.                     "homepage": "https://symfony.com/contributors"
  2077.                 }
  2078.             ],
  2079.             "description": "A set of abstractions extracted out of the Symfony components",
  2080.             "homepage": "https://symfony.com",
  2081.             "keywords": [
  2082.                 "abstractions",
  2083.                 "contracts",
  2084.                 "decoupling",
  2085.                 "interfaces",
  2086.                 "interoperability",
  2087.                 "standards"
  2088.             ],
  2089.             "time": "2018-12-05T08:06:11+00:00"
  2090.         },
  2091.         {
  2092.             "name": "symfony/debug",
  2093.             "version": "v4.2.2",
  2094.             "source": {
  2095.                 "type": "git",
  2096.                 "url": "https://github.com/symfony/debug.git",
  2097.                 "reference": "64cb33c81e37d19b7715d4a6a4d49c1c382066dd"
  2098.             },
  2099.             "dist": {
  2100.                 "type": "zip",
  2101.                 "url": "https://api.github.com/repos/symfony/debug/zipball/64cb33c81e37d19b7715d4a6a4d49c1c382066dd",
  2102.                 "reference": "64cb33c81e37d19b7715d4a6a4d49c1c382066dd",
  2103.                 "shasum": ""
  2104.             },
  2105.             "require": {
  2106.                 "php": "^7.1.3",
  2107.                 "psr/log": "~1.0"
  2108.             },
  2109.             "conflict": {
  2110.                 "symfony/http-kernel": "<3.4"
  2111.             },
  2112.             "require-dev": {
  2113.                 "symfony/http-kernel": "~3.4|~4.0"
  2114.             },
  2115.             "type": "library",
  2116.             "extra": {
  2117.                 "branch-alias": {
  2118.                     "dev-master": "4.2-dev"
  2119.                 }
  2120.             },
  2121.             "autoload": {
  2122.                 "psr-4": {
  2123.                     "Symfony\\Component\\Debug\\": ""
  2124.                 },
  2125.                 "exclude-from-classmap": [
  2126.                     "/Tests/"
  2127.                 ]
  2128.             },
  2129.             "notification-url": "https://packagist.org/downloads/",
  2130.             "license": [
  2131.                 "MIT"
  2132.             ],
  2133.             "authors": [
  2134.                 {
  2135.                     "name": "Fabien Potencier",
  2136.                     "email": "fabien@symfony.com"
  2137.                 },
  2138.                 {
  2139.                     "name": "Symfony Community",
  2140.                     "homepage": "https://symfony.com/contributors"
  2141.                 }
  2142.             ],
  2143.             "description": "Symfony Debug Component",
  2144.             "homepage": "https://symfony.com",
  2145.             "time": "2019-01-03T09:07:35+00:00"
  2146.         },
  2147.         {
  2148.             "name": "symfony/dependency-injection",
  2149.             "version": "v4.2.2",
  2150.             "source": {
  2151.                 "type": "git",
  2152.                 "url": "https://github.com/symfony/dependency-injection.git",
  2153.                 "reference": "a28dda9df1d5494367454cad91e44751ac53921c"
  2154.             },
  2155.             "dist": {
  2156.                 "type": "zip",
  2157.                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/a28dda9df1d5494367454cad91e44751ac53921c",
  2158.                 "reference": "a28dda9df1d5494367454cad91e44751ac53921c",
  2159.                 "shasum": ""
  2160.             },
  2161.             "require": {
  2162.                 "php": "^7.1.3",
  2163.                 "psr/container": "^1.0",
  2164.                 "symfony/contracts": "^1.0"
  2165.             },
  2166.             "conflict": {
  2167.                 "symfony/config": "<4.2",
  2168.                 "symfony/finder": "<3.4",
  2169.                 "symfony/proxy-manager-bridge": "<3.4",
  2170.                 "symfony/yaml": "<3.4"
  2171.             },
  2172.             "provide": {
  2173.                 "psr/container-implementation": "1.0",
  2174.                 "symfony/service-contracts-implementation": "1.0"
  2175.             },
  2176.             "require-dev": {
  2177.                 "symfony/config": "~4.2",
  2178.                 "symfony/expression-language": "~3.4|~4.0",
  2179.                 "symfony/yaml": "~3.4|~4.0"
  2180.             },
  2181.             "suggest": {
  2182.                 "symfony/config": "",
  2183.                 "symfony/expression-language": "For using expressions in service container configuration",
  2184.                 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
  2185.                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
  2186.                 "symfony/yaml": ""
  2187.             },
  2188.             "type": "library",
  2189.             "extra": {
  2190.                 "branch-alias": {
  2191.                     "dev-master": "4.2-dev"
  2192.                 }
  2193.             },
  2194.             "autoload": {
  2195.                 "psr-4": {
  2196.                     "Symfony\\Component\\DependencyInjection\\": ""
  2197.                 },
  2198.                 "exclude-from-classmap": [
  2199.                     "/Tests/"
  2200.                 ]
  2201.             },
  2202.             "notification-url": "https://packagist.org/downloads/",
  2203.             "license": [
  2204.                 "MIT"
  2205.             ],
  2206.             "authors": [
  2207.                 {
  2208.                     "name": "Fabien Potencier",
  2209.                     "email": "fabien@symfony.com"
  2210.                 },
  2211.                 {
  2212.                     "name": "Symfony Community",
  2213.                     "homepage": "https://symfony.com/contributors"
  2214.                 }
  2215.             ],
  2216.             "description": "Symfony DependencyInjection Component",
  2217.             "homepage": "https://symfony.com",
  2218.             "time": "2019-01-05T16:37:49+00:00"
  2219.         },
  2220.         {
  2221.             "name": "symfony/dotenv",
  2222.             "version": "v4.2.2",
  2223.             "source": {
  2224.                 "type": "git",
  2225.                 "url": "https://github.com/symfony/dotenv.git",
  2226.                 "reference": "36e4e4750a88f52a5542bd8a54a947cb57039ece"
  2227.             },
  2228.             "dist": {
  2229.                 "type": "zip",
  2230.                 "url": "https://api.github.com/repos/symfony/dotenv/zipball/36e4e4750a88f52a5542bd8a54a947cb57039ece",
  2231.                 "reference": "36e4e4750a88f52a5542bd8a54a947cb57039ece",
  2232.                 "shasum": ""
  2233.             },
  2234.             "require": {
  2235.                 "php": "^7.1.3"
  2236.             },
  2237.             "require-dev": {
  2238.                 "symfony/process": "~3.4|~4.0"
  2239.             },
  2240.             "type": "library",
  2241.             "extra": {
  2242.                 "branch-alias": {
  2243.                     "dev-master": "4.2-dev"
  2244.                 }
  2245.             },
  2246.             "autoload": {
  2247.                 "psr-4": {
  2248.                     "Symfony\\Component\\Dotenv\\": ""
  2249.                 },
  2250.                 "exclude-from-classmap": [
  2251.                     "/Tests/"
  2252.                 ]
  2253.             },
  2254.             "notification-url": "https://packagist.org/downloads/",
  2255.             "license": [
  2256.                 "MIT"
  2257.             ],
  2258.             "authors": [
  2259.                 {
  2260.                     "name": "Fabien Potencier",
  2261.                     "email": "fabien@symfony.com"
  2262.                 },
  2263.                 {
  2264.                     "name": "Symfony Community",
  2265.                     "homepage": "https://symfony.com/contributors"
  2266.                 }
  2267.             ],
  2268.             "description": "Registers environment variables from a .env file",
  2269.             "homepage": "https://symfony.com",
  2270.             "keywords": [
  2271.                 "dotenv",
  2272.                 "env",
  2273.                 "environment"
  2274.             ],
  2275.             "time": "2019-01-03T09:07:35+00:00"
  2276.         },
  2277.         {
  2278.             "name": "symfony/event-dispatcher",
  2279.             "version": "v4.2.2",
  2280.             "source": {
  2281.                 "type": "git",
  2282.                 "url": "https://github.com/symfony/event-dispatcher.git",
  2283.                 "reference": "887de6d34c86cf0cb6cbf910afb170cdb743cb5e"
  2284.             },
  2285.             "dist": {
  2286.                 "type": "zip",
  2287.                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/887de6d34c86cf0cb6cbf910afb170cdb743cb5e",
  2288.                 "reference": "887de6d34c86cf0cb6cbf910afb170cdb743cb5e",
  2289.                 "shasum": ""
  2290.             },
  2291.             "require": {
  2292.                 "php": "^7.1.3",
  2293.                 "symfony/contracts": "^1.0"
  2294.             },
  2295.             "conflict": {
  2296.                 "symfony/dependency-injection": "<3.4"
  2297.             },
  2298.             "require-dev": {
  2299.                 "psr/log": "~1.0",
  2300.                 "symfony/config": "~3.4|~4.0",
  2301.                 "symfony/dependency-injection": "~3.4|~4.0",
  2302.                 "symfony/expression-language": "~3.4|~4.0",
  2303.                 "symfony/stopwatch": "~3.4|~4.0"
  2304.             },
  2305.             "suggest": {
  2306.                 "symfony/dependency-injection": "",
  2307.                 "symfony/http-kernel": ""
  2308.             },
  2309.             "type": "library",
  2310.             "extra": {
  2311.                 "branch-alias": {
  2312.                     "dev-master": "4.2-dev"
  2313.                 }
  2314.             },
  2315.             "autoload": {
  2316.                 "psr-4": {
  2317.                     "Symfony\\Component\\EventDispatcher\\": ""
  2318.                 },
  2319.                 "exclude-from-classmap": [
  2320.                     "/Tests/"
  2321.                 ]
  2322.             },
  2323.             "notification-url": "https://packagist.org/downloads/",
  2324.             "license": [
  2325.                 "MIT"
  2326.             ],
  2327.             "authors": [
  2328.                 {
  2329.                     "name": "Fabien Potencier",
  2330.                     "email": "fabien@symfony.com"
  2331.                 },
  2332.                 {
  2333.                     "name": "Symfony Community",
  2334.                     "homepage": "https://symfony.com/contributors"
  2335.                 }
  2336.             ],
  2337.             "description": "Symfony EventDispatcher Component",
  2338.             "homepage": "https://symfony.com",
  2339.             "time": "2019-01-05T16:37:49+00:00"
  2340.         },
  2341.         {
  2342.             "name": "symfony/filesystem",
  2343.             "version": "v4.2.2",
  2344.             "source": {
  2345.                 "type": "git",
  2346.                 "url": "https://github.com/symfony/filesystem.git",
  2347.                 "reference": "c2ffd9a93f2d6c5be2f68a0aa7953cc229f871f8"
  2348.             },
  2349.             "dist": {
  2350.                 "type": "zip",
  2351.                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/c2ffd9a93f2d6c5be2f68a0aa7953cc229f871f8",
  2352.                 "reference": "c2ffd9a93f2d6c5be2f68a0aa7953cc229f871f8",
  2353.                 "shasum": ""
  2354.             },
  2355.             "require": {
  2356.                 "php": "^7.1.3",
  2357.                 "symfony/polyfill-ctype": "~1.8"
  2358.             },
  2359.             "type": "library",
  2360.             "extra": {
  2361.                 "branch-alias": {
  2362.                     "dev-master": "4.2-dev"
  2363.                 }
  2364.             },
  2365.             "autoload": {
  2366.                 "psr-4": {
  2367.                     "Symfony\\Component\\Filesystem\\": ""
  2368.                 },
  2369.                 "exclude-from-classmap": [
  2370.                     "/Tests/"
  2371.                 ]
  2372.             },
  2373.             "notification-url": "https://packagist.org/downloads/",
  2374.             "license": [
  2375.                 "MIT"
  2376.             ],
  2377.             "authors": [
  2378.                 {
  2379.                     "name": "Fabien Potencier",
  2380.                     "email": "fabien@symfony.com"
  2381.                 },
  2382.                 {
  2383.                     "name": "Symfony Community",
  2384.                     "homepage": "https://symfony.com/contributors"
  2385.                 }
  2386.             ],
  2387.             "description": "Symfony Filesystem Component",
  2388.             "homepage": "https://symfony.com",
  2389.             "time": "2019-01-03T09:07:35+00:00"
  2390.         },
  2391.         {
  2392.             "name": "symfony/finder",
  2393.             "version": "v4.2.2",
  2394.             "source": {
  2395.                 "type": "git",
  2396.                 "url": "https://github.com/symfony/finder.git",
  2397.                 "reference": "9094d69e8c6ee3fe186a0ec5a4f1401e506071ce"
  2398.             },
  2399.             "dist": {
  2400.                 "type": "zip",
  2401.                 "url": "https://api.github.com/repos/symfony/finder/zipball/9094d69e8c6ee3fe186a0ec5a4f1401e506071ce",
  2402.                 "reference": "9094d69e8c6ee3fe186a0ec5a4f1401e506071ce",
  2403.                 "shasum": ""
  2404.             },
  2405.             "require": {
  2406.                 "php": "^7.1.3"
  2407.             },
  2408.             "type": "library",
  2409.             "extra": {
  2410.                 "branch-alias": {
  2411.                     "dev-master": "4.2-dev"
  2412.                 }
  2413.             },
  2414.             "autoload": {
  2415.                 "psr-4": {
  2416.                     "Symfony\\Component\\Finder\\": ""
  2417.                 },
  2418.                 "exclude-from-classmap": [
  2419.                     "/Tests/"
  2420.                 ]
  2421.             },
  2422.             "notification-url": "https://packagist.org/downloads/",
  2423.             "license": [
  2424.                 "MIT"
  2425.             ],
  2426.             "authors": [
  2427.                 {
  2428.                     "name": "Fabien Potencier",
  2429.                     "email": "fabien@symfony.com"
  2430.                 },
  2431.                 {
  2432.                     "name": "Symfony Community",
  2433.                     "homepage": "https://symfony.com/contributors"
  2434.                 }
  2435.             ],
  2436.             "description": "Symfony Finder Component",
  2437.             "homepage": "https://symfony.com",
  2438.             "time": "2019-01-03T09:07:35+00:00"
  2439.         },
  2440.         {
  2441.             "name": "symfony/flex",
  2442.             "version": "v1.1.8",
  2443.             "source": {
  2444.                 "type": "git",
  2445.                 "url": "https://github.com/symfony/flex.git",
  2446.                 "reference": "955774ecf07b10230bb5b44e150ba078b45f68fa"
  2447.             },
  2448.             "dist": {
  2449.                 "type": "zip",
  2450.                 "url": "https://api.github.com/repos/symfony/flex/zipball/955774ecf07b10230bb5b44e150ba078b45f68fa",
  2451.                 "reference": "955774ecf07b10230bb5b44e150ba078b45f68fa",
  2452.                 "shasum": ""
  2453.             },
  2454.             "require": {
  2455.                 "composer-plugin-api": "^1.0",
  2456.                 "php": "^7.0"
  2457.             },
  2458.             "require-dev": {
  2459.                 "composer/composer": "^1.0.2",
  2460.                 "symfony/phpunit-bridge": "^3.2.8"
  2461.             },
  2462.             "type": "composer-plugin",
  2463.             "extra": {
  2464.                 "branch-alias": {
  2465.                     "dev-master": "1.1-dev"
  2466.                 },
  2467.                 "class": "Symfony\\Flex\\Flex"
  2468.             },
  2469.             "autoload": {
  2470.                 "psr-4": {
  2471.                     "Symfony\\Flex\\": "src"
  2472.                 }
  2473.             },
  2474.             "notification-url": "https://packagist.org/downloads/",
  2475.             "license": [
  2476.                 "MIT"
  2477.             ],
  2478.             "authors": [
  2479.                 {
  2480.                     "name": "Fabien Potencier",
  2481.                     "email": "fabien.potencier@gmail.com"
  2482.                 }
  2483.             ],
  2484.             "description": "Composer plugin for Symfony",
  2485.             "time": "2018-11-15T06:11:38+00:00"
  2486.         },
  2487.         {
  2488.             "name": "symfony/framework-bundle",
  2489.             "version": "v4.2.2",
  2490.             "source": {
  2491.                 "type": "git",
  2492.                 "url": "https://github.com/symfony/framework-bundle.git",
  2493.                 "reference": "6cba25ea9489d62addb9971a4bdcf42a5639e641"
  2494.             },
  2495.             "dist": {
  2496.                 "type": "zip",
  2497.                 "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/6cba25ea9489d62addb9971a4bdcf42a5639e641",
  2498.                 "reference": "6cba25ea9489d62addb9971a4bdcf42a5639e641",
  2499.                 "shasum": ""
  2500.             },
  2501.             "require": {
  2502.                 "ext-xml": "*",
  2503.                 "php": "^7.1.3",
  2504.                 "symfony/cache": "~4.2",
  2505.                 "symfony/config": "~4.2",
  2506.                 "symfony/contracts": "^1.0.2",
  2507.                 "symfony/dependency-injection": "^4.2",
  2508.                 "symfony/event-dispatcher": "^4.1",
  2509.                 "symfony/filesystem": "~3.4|~4.0",
  2510.                 "symfony/finder": "~3.4|~4.0",
  2511.                 "symfony/http-foundation": "^4.1.2",
  2512.                 "symfony/http-kernel": "^4.2",
  2513.                 "symfony/polyfill-mbstring": "~1.0",
  2514.                 "symfony/routing": "^4.1"
  2515.             },
  2516.             "conflict": {
  2517.                 "phpdocumentor/reflection-docblock": "<3.0",
  2518.                 "phpdocumentor/type-resolver": "<0.2.1",
  2519.                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  2520.                 "symfony/asset": "<3.4",
  2521.                 "symfony/console": "<3.4",
  2522.                 "symfony/dotenv": "<4.2",
  2523.                 "symfony/form": "<4.2",
  2524.                 "symfony/messenger": "<4.2",
  2525.                 "symfony/property-info": "<3.4",
  2526.                 "symfony/serializer": "<4.2",
  2527.                 "symfony/stopwatch": "<3.4",
  2528.                 "symfony/translation": "<4.2",
  2529.                 "symfony/twig-bridge": "<4.1.1",
  2530.                 "symfony/validator": "<4.1",
  2531.                 "symfony/workflow": "<4.1"
  2532.             },
  2533.             "require-dev": {
  2534.                 "doctrine/annotations": "~1.0",
  2535.                 "doctrine/cache": "~1.0",
  2536.                 "fig/link-util": "^1.0",
  2537.                 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
  2538.                 "symfony/asset": "~3.4|~4.0",
  2539.                 "symfony/browser-kit": "~3.4|~4.0",
  2540.                 "symfony/console": "~3.4|~4.0",
  2541.                 "symfony/css-selector": "~3.4|~4.0",
  2542.                 "symfony/dom-crawler": "~3.4|~4.0",
  2543.                 "symfony/expression-language": "~3.4|~4.0",
  2544.                 "symfony/form": "^4.2",
  2545.                 "symfony/lock": "~3.4|~4.0",
  2546.                 "symfony/messenger": "^4.2",
  2547.                 "symfony/polyfill-intl-icu": "~1.0",
  2548.                 "symfony/process": "~3.4|~4.0",
  2549.                 "symfony/property-info": "~3.4|~4.0",
  2550.                 "symfony/security": "~3.4|~4.0",
  2551.                 "symfony/security-core": "~3.4|~4.0",
  2552.                 "symfony/security-csrf": "~3.4|~4.0",
  2553.                 "symfony/serializer": "^4.2",
  2554.                 "symfony/stopwatch": "~3.4|~4.0",
  2555.                 "symfony/templating": "~3.4|~4.0",
  2556.                 "symfony/translation": "~4.2",
  2557.                 "symfony/validator": "^4.1",
  2558.                 "symfony/var-dumper": "~3.4|~4.0",
  2559.                 "symfony/web-link": "~3.4|~4.0",
  2560.                 "symfony/workflow": "^4.1",
  2561.                 "symfony/yaml": "~3.4|~4.0",
  2562.                 "twig/twig": "~1.34|~2.4"
  2563.             },
  2564.             "suggest": {
  2565.                 "ext-apcu": "For best performance of the system caches",
  2566.                 "symfony/console": "For using the console commands",
  2567.                 "symfony/form": "For using forms",
  2568.                 "symfony/property-info": "For using the property_info service",
  2569.                 "symfony/serializer": "For using the serializer service",
  2570.                 "symfony/validator": "For using validation",
  2571.                 "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
  2572.                 "symfony/yaml": "For using the debug:config and lint:yaml commands"
  2573.             },
  2574.             "type": "symfony-bundle",
  2575.             "extra": {
  2576.                 "branch-alias": {
  2577.                     "dev-master": "4.2-dev"
  2578.                 }
  2579.             },
  2580.             "autoload": {
  2581.                 "psr-4": {
  2582.                     "Symfony\\Bundle\\FrameworkBundle\\": ""
  2583.                 },
  2584.                 "exclude-from-classmap": [
  2585.                     "/Tests/"
  2586.                 ]
  2587.             },
  2588.             "notification-url": "https://packagist.org/downloads/",
  2589.             "license": [
  2590.                 "MIT"
  2591.             ],
  2592.             "authors": [
  2593.                 {
  2594.                     "name": "Fabien Potencier",
  2595.                     "email": "fabien@symfony.com"
  2596.                 },
  2597.                 {
  2598.                     "name": "Symfony Community",
  2599.                     "homepage": "https://symfony.com/contributors"
  2600.                 }
  2601.             ],
  2602.             "description": "Symfony FrameworkBundle",
  2603.             "homepage": "https://symfony.com",
  2604.             "time": "2019-01-05T16:37:49+00:00"
  2605.         },
  2606.         {
  2607.             "name": "symfony/http-foundation",
  2608.             "version": "v4.2.2",
  2609.             "source": {
  2610.                 "type": "git",
  2611.                 "url": "https://github.com/symfony/http-foundation.git",
  2612.                 "reference": "a633d422a09242064ba24e44a6e1494c5126de86"
  2613.             },
  2614.             "dist": {
  2615.                 "type": "zip",
  2616.                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a633d422a09242064ba24e44a6e1494c5126de86",
  2617.                 "reference": "a633d422a09242064ba24e44a6e1494c5126de86",
  2618.                 "shasum": ""
  2619.             },
  2620.             "require": {
  2621.                 "php": "^7.1.3",
  2622.                 "symfony/polyfill-mbstring": "~1.1"
  2623.             },
  2624.             "require-dev": {
  2625.                 "predis/predis": "~1.0",
  2626.                 "symfony/expression-language": "~3.4|~4.0"
  2627.             },
  2628.             "type": "library",
  2629.             "extra": {
  2630.                 "branch-alias": {
  2631.                     "dev-master": "4.2-dev"
  2632.                 }
  2633.             },
  2634.             "autoload": {
  2635.                 "psr-4": {
  2636.                     "Symfony\\Component\\HttpFoundation\\": ""
  2637.                 },
  2638.                 "exclude-from-classmap": [
  2639.                     "/Tests/"
  2640.                 ]
  2641.             },
  2642.             "notification-url": "https://packagist.org/downloads/",
  2643.             "license": [
  2644.                 "MIT"
  2645.             ],
  2646.             "authors": [
  2647.                 {
  2648.                     "name": "Fabien Potencier",
  2649.                     "email": "fabien@symfony.com"
  2650.                 },
  2651.                 {
  2652.                     "name": "Symfony Community",
  2653.                     "homepage": "https://symfony.com/contributors"
  2654.                 }
  2655.             ],
  2656.             "description": "Symfony HttpFoundation Component",
  2657.             "homepage": "https://symfony.com",
  2658.             "time": "2019-01-05T16:37:49+00:00"
  2659.         },
  2660.         {
  2661.             "name": "symfony/http-kernel",
  2662.             "version": "v4.2.2",
  2663.             "source": {
  2664.                 "type": "git",
  2665.                 "url": "https://github.com/symfony/http-kernel.git",
  2666.                 "reference": "83de6543328917c18d5498eeb6bb6d36f7aab31b"
  2667.             },
  2668.             "dist": {
  2669.                 "type": "zip",
  2670.                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/83de6543328917c18d5498eeb6bb6d36f7aab31b",
  2671.                 "reference": "83de6543328917c18d5498eeb6bb6d36f7aab31b",
  2672.                 "shasum": ""
  2673.             },
  2674.             "require": {
  2675.                 "php": "^7.1.3",
  2676.                 "psr/log": "~1.0",
  2677.                 "symfony/contracts": "^1.0.2",
  2678.                 "symfony/debug": "~3.4|~4.0",
  2679.                 "symfony/event-dispatcher": "~4.1",
  2680.                 "symfony/http-foundation": "^4.1.1",
  2681.                 "symfony/polyfill-ctype": "~1.8"
  2682.             },
  2683.             "conflict": {
  2684.                 "symfony/config": "<3.4",
  2685.                 "symfony/dependency-injection": "<4.2",
  2686.                 "symfony/translation": "<4.2",
  2687.                 "symfony/var-dumper": "<4.1.1",
  2688.                 "twig/twig": "<1.34|<2.4,>=2"
  2689.             },
  2690.             "provide": {
  2691.                 "psr/log-implementation": "1.0"
  2692.             },
  2693.             "require-dev": {
  2694.                 "psr/cache": "~1.0",
  2695.                 "symfony/browser-kit": "~3.4|~4.0",
  2696.                 "symfony/config": "~3.4|~4.0",
  2697.                 "symfony/console": "~3.4|~4.0",
  2698.                 "symfony/css-selector": "~3.4|~4.0",
  2699.                 "symfony/dependency-injection": "^4.2",
  2700.                 "symfony/dom-crawler": "~3.4|~4.0",
  2701.                 "symfony/expression-language": "~3.4|~4.0",
  2702.                 "symfony/finder": "~3.4|~4.0",
  2703.                 "symfony/process": "~3.4|~4.0",
  2704.                 "symfony/routing": "~3.4|~4.0",
  2705.                 "symfony/stopwatch": "~3.4|~4.0",
  2706.                 "symfony/templating": "~3.4|~4.0",
  2707.                 "symfony/translation": "~4.2",
  2708.                 "symfony/var-dumper": "^4.1.1"
  2709.             },
  2710.             "suggest": {
  2711.                 "symfony/browser-kit": "",
  2712.                 "symfony/config": "",
  2713.                 "symfony/console": "",
  2714.                 "symfony/dependency-injection": "",
  2715.                 "symfony/var-dumper": ""
  2716.             },
  2717.             "type": "library",
  2718.             "extra": {
  2719.                 "branch-alias": {
  2720.                     "dev-master": "4.2-dev"
  2721.                 }
  2722.             },
  2723.             "autoload": {
  2724.                 "psr-4": {
  2725.                     "Symfony\\Component\\HttpKernel\\": ""
  2726.                 },
  2727.                 "exclude-from-classmap": [
  2728.                     "/Tests/"
  2729.                 ]
  2730.             },
  2731.             "notification-url": "https://packagist.org/downloads/",
  2732.             "license": [
  2733.                 "MIT"
  2734.             ],
  2735.             "authors": [
  2736.                 {
  2737.                     "name": "Fabien Potencier",
  2738.                     "email": "fabien@symfony.com"
  2739.                 },
  2740.                 {
  2741.                     "name": "Symfony Community",
  2742.                     "homepage": "https://symfony.com/contributors"
  2743.                 }
  2744.             ],
  2745.             "description": "Symfony HttpKernel Component",
  2746.             "homepage": "https://symfony.com",
  2747.             "time": "2019-01-06T16:19:23+00:00"
  2748.         },
  2749.         {
  2750.             "name": "symfony/inflector",
  2751.             "version": "v4.2.2",
  2752.             "source": {
  2753.                 "type": "git",
  2754.                 "url": "https://github.com/symfony/inflector.git",
  2755.                 "reference": "9f64271222922ef1a10e43f77d88baf72bf22b0e"
  2756.             },
  2757.             "dist": {
  2758.                 "type": "zip",
  2759.                 "url": "https://api.github.com/repos/symfony/inflector/zipball/9f64271222922ef1a10e43f77d88baf72bf22b0e",
  2760.                 "reference": "9f64271222922ef1a10e43f77d88baf72bf22b0e",
  2761.                 "shasum": ""
  2762.             },
  2763.             "require": {
  2764.                 "php": "^7.1.3",
  2765.                 "symfony/polyfill-ctype": "~1.8"
  2766.             },
  2767.             "type": "library",
  2768.             "extra": {
  2769.                 "branch-alias": {
  2770.                     "dev-master": "4.2-dev"
  2771.                 }
  2772.             },
  2773.             "autoload": {
  2774.                 "psr-4": {
  2775.                     "Symfony\\Component\\Inflector\\": ""
  2776.                 },
  2777.                 "exclude-from-classmap": [
  2778.                     "/Tests/"
  2779.                 ]
  2780.             },
  2781.             "notification-url": "https://packagist.org/downloads/",
  2782.             "license": [
  2783.                 "MIT"
  2784.             ],
  2785.             "authors": [
  2786.                 {
  2787.                     "name": "Bernhard Schussek",
  2788.                     "email": "bschussek@gmail.com"
  2789.                 },
  2790.                 {
  2791.                     "name": "Symfony Community",
  2792.                     "homepage": "https://symfony.com/contributors"
  2793.                 }
  2794.             ],
  2795.             "description": "Symfony Inflector Component",
  2796.             "homepage": "https://symfony.com",
  2797.             "keywords": [
  2798.                 "inflection",
  2799.                 "pluralize",
  2800.                 "singularize",
  2801.                 "string",
  2802.                 "symfony",
  2803.                 "words"
  2804.             ],
  2805.             "time": "2019-01-03T09:07:35+00:00"
  2806.         },
  2807.         {
  2808.             "name": "symfony/polyfill-mbstring",
  2809.             "version": "v1.10.0",
  2810.             "source": {
  2811.                 "type": "git",
  2812.                 "url": "https://github.com/symfony/polyfill-mbstring.git",
  2813.                 "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
  2814.             },
  2815.             "dist": {
  2816.                 "type": "zip",
  2817.                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
  2818.                 "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
  2819.                 "shasum": ""
  2820.             },
  2821.             "require": {
  2822.                 "php": ">=5.3.3"
  2823.             },
  2824.             "suggest": {
  2825.                 "ext-mbstring": "For best performance"
  2826.             },
  2827.             "type": "library",
  2828.             "extra": {
  2829.                 "branch-alias": {
  2830.                     "dev-master": "1.9-dev"
  2831.                 }
  2832.             },
  2833.             "autoload": {
  2834.                 "psr-4": {
  2835.                     "Symfony\\Polyfill\\Mbstring\\": ""
  2836.                 },
  2837.                 "files": [
  2838.                     "bootstrap.php"
  2839.                 ]
  2840.             },
  2841.             "notification-url": "https://packagist.org/downloads/",
  2842.             "license": [
  2843.                 "MIT"
  2844.             ],
  2845.             "authors": [
  2846.                 {
  2847.                     "name": "Nicolas Grekas",
  2848.                     "email": "p@tchwork.com"
  2849.                 },
  2850.                 {
  2851.                     "name": "Symfony Community",
  2852.                     "homepage": "https://symfony.com/contributors"
  2853.                 }
  2854.             ],
  2855.             "description": "Symfony polyfill for the Mbstring extension",
  2856.             "homepage": "https://symfony.com",
  2857.             "keywords": [
  2858.                 "compatibility",
  2859.                 "mbstring",
  2860.                 "polyfill",
  2861.                 "portable",
  2862.                 "shim"
  2863.             ],
  2864.             "time": "2018-09-21T13:07:52+00:00"
  2865.         },
  2866.         {
  2867.             "name": "symfony/polyfill-php72",
  2868.             "version": "v1.10.0",
  2869.             "source": {
  2870.                 "type": "git",
  2871.                 "url": "https://github.com/symfony/polyfill-php72.git",
  2872.                 "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631"
  2873.             },
  2874.             "dist": {
  2875.                 "type": "zip",
  2876.                 "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
  2877.                 "reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
  2878.                 "shasum": ""
  2879.             },
  2880.             "require": {
  2881.                 "php": ">=5.3.3"
  2882.             },
  2883.             "type": "library",
  2884.             "extra": {
  2885.                 "branch-alias": {
  2886.                     "dev-master": "1.9-dev"
  2887.                 }
  2888.             },
  2889.             "autoload": {
  2890.                 "psr-4": {
  2891.                     "Symfony\\Polyfill\\Php72\\": ""
  2892.                 },
  2893.                 "files": [
  2894.                     "bootstrap.php"
  2895.                 ]
  2896.             },
  2897.             "notification-url": "https://packagist.org/downloads/",
  2898.             "license": [
  2899.                 "MIT"
  2900.             ],
  2901.             "authors": [
  2902.                 {
  2903.                     "name": "Nicolas Grekas",
  2904.                     "email": "p@tchwork.com"
  2905.                 },
  2906.                 {
  2907.                     "name": "Symfony Community",
  2908.                     "homepage": "https://symfony.com/contributors"
  2909.                 }
  2910.             ],
  2911.             "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  2912.             "homepage": "https://symfony.com",
  2913.             "keywords": [
  2914.                 "compatibility",
  2915.                 "polyfill",
  2916.                 "portable",
  2917.                 "shim"
  2918.             ],
  2919.             "time": "2018-09-21T13:07:52+00:00"
  2920.         },
  2921.         {
  2922.             "name": "symfony/property-access",
  2923.             "version": "v4.2.2",
  2924.             "source": {
  2925.                 "type": "git",
  2926.                 "url": "https://github.com/symfony/property-access.git",
  2927.                 "reference": "a21d40670000f61a1a4b90a607d54696aad914cd"
  2928.             },
  2929.             "dist": {
  2930.                 "type": "zip",
  2931.                 "url": "https://api.github.com/repos/symfony/property-access/zipball/a21d40670000f61a1a4b90a607d54696aad914cd",
  2932.                 "reference": "a21d40670000f61a1a4b90a607d54696aad914cd",
  2933.                 "shasum": ""
  2934.             },
  2935.             "require": {
  2936.                 "php": "^7.1.3",
  2937.                 "symfony/inflector": "~3.4|~4.0"
  2938.             },
  2939.             "require-dev": {
  2940.                 "symfony/cache": "~3.4|~4.0"
  2941.             },
  2942.             "suggest": {
  2943.                 "psr/cache-implementation": "To cache access methods."
  2944.             },
  2945.             "type": "library",
  2946.             "extra": {
  2947.                 "branch-alias": {
  2948.                     "dev-master": "4.2-dev"
  2949.                 }
  2950.             },
  2951.             "autoload": {
  2952.                 "psr-4": {
  2953.                     "Symfony\\Component\\PropertyAccess\\": ""
  2954.                 },
  2955.                 "exclude-from-classmap": [
  2956.                     "/Tests/"
  2957.                 ]
  2958.             },
  2959.             "notification-url": "https://packagist.org/downloads/",
  2960.             "license": [
  2961.                 "MIT"
  2962.             ],
  2963.             "authors": [
  2964.                 {
  2965.                     "name": "Fabien Potencier",
  2966.                     "email": "fabien@symfony.com"
  2967.                 },
  2968.                 {
  2969.                     "name": "Symfony Community",
  2970.                     "homepage": "https://symfony.com/contributors"
  2971.                 }
  2972.             ],
  2973.             "description": "Symfony PropertyAccess Component",
  2974.             "homepage": "https://symfony.com",
  2975.             "keywords": [
  2976.                 "access",
  2977.                 "array",
  2978.                 "extraction",
  2979.                 "index",
  2980.                 "injection",
  2981.                 "object",
  2982.                 "property",
  2983.                 "property path",
  2984.                 "reflection"
  2985.             ],
  2986.             "time": "2019-01-05T16:37:49+00:00"
  2987.         },
  2988.         {
  2989.             "name": "symfony/property-info",
  2990.             "version": "v4.2.2",
  2991.             "source": {
  2992.                 "type": "git",
  2993.                 "url": "https://github.com/symfony/property-info.git",
  2994.                 "reference": "cfb42283015c194d14917f4dc108df7efc63fa4a"
  2995.             },
  2996.             "dist": {
  2997.                 "type": "zip",
  2998.                 "url": "https://api.github.com/repos/symfony/property-info/zipball/cfb42283015c194d14917f4dc108df7efc63fa4a",
  2999.                 "reference": "cfb42283015c194d14917f4dc108df7efc63fa4a",
  3000.                 "shasum": ""
  3001.             },
  3002.             "require": {
  3003.                 "php": "^7.1.3",
  3004.                 "symfony/inflector": "~3.4|~4.0"
  3005.             },
  3006.             "conflict": {
  3007.                 "phpdocumentor/reflection-docblock": "<3.0||>=3.2.0,<3.2.2",
  3008.                 "phpdocumentor/type-resolver": "<0.3.0",
  3009.                 "symfony/dependency-injection": "<3.4"
  3010.             },
  3011.             "require-dev": {
  3012.                 "doctrine/annotations": "~1.0",
  3013.                 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
  3014.                 "symfony/cache": "~3.4|~4.0",
  3015.                 "symfony/dependency-injection": "~3.4|~4.0",
  3016.                 "symfony/serializer": "~3.4|~4.0"
  3017.             },
  3018.             "suggest": {
  3019.                 "phpdocumentor/reflection-docblock": "To use the PHPDoc",
  3020.                 "psr/cache-implementation": "To cache results",
  3021.                 "symfony/doctrine-bridge": "To use Doctrine metadata",
  3022.                 "symfony/serializer": "To use Serializer metadata"
  3023.             },
  3024.             "type": "library",
  3025.             "extra": {
  3026.                 "branch-alias": {
  3027.                     "dev-master": "4.2-dev"
  3028.                 }
  3029.             },
  3030.             "autoload": {
  3031.                 "psr-4": {
  3032.                     "Symfony\\Component\\PropertyInfo\\": ""
  3033.                 },
  3034.                 "exclude-from-classmap": [
  3035.                     "/Tests/"
  3036.                 ]
  3037.             },
  3038.             "notification-url": "https://packagist.org/downloads/",
  3039.             "license": [
  3040.                 "MIT"
  3041.             ],
  3042.             "authors": [
  3043.                 {
  3044.                     "name": "Kévin Dunglas",
  3045.                     "email": "dunglas@gmail.com"
  3046.                 },
  3047.                 {
  3048.                     "name": "Symfony Community",
  3049.                     "homepage": "https://symfony.com/contributors"
  3050.                 }
  3051.             ],
  3052.             "description": "Symfony Property Info Component",
  3053.             "homepage": "https://symfony.com",
  3054.             "keywords": [
  3055.                 "doctrine",
  3056.                 "phpdoc",
  3057.                 "property",
  3058.                 "symfony",
  3059.                 "type",
  3060.                 "validator"
  3061.             ],
  3062.             "time": "2019-01-03T09:07:35+00:00"
  3063.         },
  3064.         {
  3065.             "name": "symfony/routing",
  3066.             "version": "v4.2.2",
  3067.             "source": {
  3068.                 "type": "git",
  3069.                 "url": "https://github.com/symfony/routing.git",
  3070.                 "reference": "e69b7a13a0b58af378a49b49dd7084462de16cee"
  3071.             },
  3072.             "dist": {
  3073.                 "type": "zip",
  3074.                 "url": "https://api.github.com/repos/symfony/routing/zipball/e69b7a13a0b58af378a49b49dd7084462de16cee",
  3075.                 "reference": "e69b7a13a0b58af378a49b49dd7084462de16cee",
  3076.                 "shasum": ""
  3077.             },
  3078.             "require": {
  3079.                 "php": "^7.1.3"
  3080.             },
  3081.             "conflict": {
  3082.                 "symfony/config": "<4.2",
  3083.                 "symfony/dependency-injection": "<3.4",
  3084.                 "symfony/yaml": "<3.4"
  3085.             },
  3086.             "require-dev": {
  3087.                 "doctrine/annotations": "~1.0",
  3088.                 "psr/log": "~1.0",
  3089.                 "symfony/config": "~4.2",
  3090.                 "symfony/dependency-injection": "~3.4|~4.0",
  3091.                 "symfony/expression-language": "~3.4|~4.0",
  3092.                 "symfony/http-foundation": "~3.4|~4.0",
  3093.                 "symfony/yaml": "~3.4|~4.0"
  3094.             },
  3095.             "suggest": {
  3096.                 "doctrine/annotations": "For using the annotation loader",
  3097.                 "symfony/config": "For using the all-in-one router or any loader",
  3098.                 "symfony/dependency-injection": "For loading routes from a service",
  3099.                 "symfony/expression-language": "For using expression matching",
  3100.                 "symfony/http-foundation": "For using a Symfony Request object",
  3101.                 "symfony/yaml": "For using the YAML loader"
  3102.             },
  3103.             "type": "library",
  3104.             "extra": {
  3105.                 "branch-alias": {
  3106.                     "dev-master": "4.2-dev"
  3107.                 }
  3108.             },
  3109.             "autoload": {
  3110.                 "psr-4": {
  3111.                     "Symfony\\Component\\Routing\\": ""
  3112.                 },
  3113.                 "exclude-from-classmap": [
  3114.                     "/Tests/"
  3115.                 ]
  3116.             },
  3117.             "notification-url": "https://packagist.org/downloads/",
  3118.             "license": [
  3119.                 "MIT"
  3120.             ],
  3121.             "authors": [
  3122.                 {
  3123.                     "name": "Fabien Potencier",
  3124.                     "email": "fabien@symfony.com"
  3125.                 },
  3126.                 {
  3127.                     "name": "Symfony Community",
  3128.                     "homepage": "https://symfony.com/contributors"
  3129.                 }
  3130.             ],
  3131.             "description": "Symfony Routing Component",
  3132.             "homepage": "https://symfony.com",
  3133.             "keywords": [
  3134.                 "router",
  3135.                 "routing",
  3136.                 "uri",
  3137.                 "url"
  3138.             ],
  3139.             "time": "2019-01-03T09:07:35+00:00"
  3140.         },
  3141.         {
  3142.             "name": "symfony/serializer",
  3143.             "version": "v4.2.2",
  3144.             "source": {
  3145.                 "type": "git",
  3146.                 "url": "https://github.com/symfony/serializer.git",
  3147.                 "reference": "0e696a2a8ce2648a8b1074fc9aedd9fdd328ba77"
  3148.             },
  3149.             "dist": {
  3150.                 "type": "zip",
  3151.                 "url": "https://api.github.com/repos/symfony/serializer/zipball/0e696a2a8ce2648a8b1074fc9aedd9fdd328ba77",
  3152.                 "reference": "0e696a2a8ce2648a8b1074fc9aedd9fdd328ba77",
  3153.                 "shasum": ""
  3154.             },
  3155.             "require": {
  3156.                 "php": "^7.1.3",
  3157.                 "symfony/polyfill-ctype": "~1.8"
  3158.             },
  3159.             "conflict": {
  3160.                 "phpdocumentor/type-resolver": "<0.2.1",
  3161.                 "symfony/dependency-injection": "<3.4",
  3162.                 "symfony/property-access": "<3.4",
  3163.                 "symfony/property-info": "<3.4",
  3164.                 "symfony/yaml": "<3.4"
  3165.             },
  3166.             "require-dev": {
  3167.                 "doctrine/annotations": "~1.0",
  3168.                 "doctrine/cache": "~1.0",
  3169.                 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
  3170.                 "symfony/cache": "~3.4|~4.0",
  3171.                 "symfony/config": "~3.4|~4.0",
  3172.                 "symfony/dependency-injection": "~3.4|~4.0",
  3173.                 "symfony/http-foundation": "~3.4|~4.0",
  3174.                 "symfony/property-access": "~3.4|~4.0",
  3175.                 "symfony/property-info": "~3.4|~4.0",
  3176.                 "symfony/validator": "~3.4|~4.0",
  3177.                 "symfony/yaml": "~3.4|~4.0"
  3178.             },
  3179.             "suggest": {
  3180.                 "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
  3181.                 "doctrine/cache": "For using the default cached annotation reader and metadata cache.",
  3182.                 "psr/cache-implementation": "For using the metadata cache.",
  3183.                 "symfony/config": "For using the XML mapping loader.",
  3184.                 "symfony/http-foundation": "To use the DataUriNormalizer.",
  3185.                 "symfony/property-access": "For using the ObjectNormalizer.",
  3186.                 "symfony/property-info": "To deserialize relations.",
  3187.                 "symfony/yaml": "For using the default YAML mapping loader."
  3188.             },
  3189.             "type": "library",
  3190.             "extra": {
  3191.                 "branch-alias": {
  3192.                     "dev-master": "4.2-dev"
  3193.                 }
  3194.             },
  3195.             "autoload": {
  3196.                 "psr-4": {
  3197.                     "Symfony\\Component\\Serializer\\": ""
  3198.                 },
  3199.                 "exclude-from-classmap": [
  3200.                     "/Tests/"
  3201.                 ]
  3202.             },
  3203.             "notification-url": "https://packagist.org/downloads/",
  3204.             "license": [
  3205.                 "MIT"
  3206.             ],
  3207.             "authors": [
  3208.                 {
  3209.                     "name": "Fabien Potencier",
  3210.                     "email": "fabien@symfony.com"
  3211.                 },
  3212.                 {
  3213.                     "name": "Symfony Community",
  3214.                     "homepage": "https://symfony.com/contributors"
  3215.                 }
  3216.             ],
  3217.             "description": "Symfony Serializer Component",
  3218.             "homepage": "https://symfony.com",
  3219.             "time": "2019-01-03T09:07:35+00:00"
  3220.         },
  3221.         {
  3222.             "name": "symfony/var-dumper",
  3223.             "version": "v4.2.2",
  3224.             "source": {
  3225.                 "type": "git",
  3226.                 "url": "https://github.com/symfony/var-dumper.git",
  3227.                 "reference": "85bde661b178173d85c6f11ea9d03b61d1212bb2"
  3228.             },
  3229.             "dist": {
  3230.                 "type": "zip",
  3231.                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/85bde661b178173d85c6f11ea9d03b61d1212bb2",
  3232.                 "reference": "85bde661b178173d85c6f11ea9d03b61d1212bb2",
  3233.                 "shasum": ""
  3234.             },
  3235.             "require": {
  3236.                 "php": "^7.1.3",
  3237.                 "symfony/polyfill-mbstring": "~1.0",
  3238.                 "symfony/polyfill-php72": "~1.5"
  3239.             },
  3240.             "conflict": {
  3241.                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  3242.                 "symfony/console": "<3.4"
  3243.             },
  3244.             "require-dev": {
  3245.                 "ext-iconv": "*",
  3246.                 "symfony/console": "~3.4|~4.0",
  3247.                 "symfony/process": "~3.4|~4.0",
  3248.                 "twig/twig": "~1.34|~2.4"
  3249.             },
  3250.             "suggest": {
  3251.                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  3252.                 "ext-intl": "To show region name in time zone dump",
  3253.                 "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  3254.             },
  3255.             "bin": [
  3256.                 "Resources/bin/var-dump-server"
  3257.             ],
  3258.             "type": "library",
  3259.             "extra": {
  3260.                 "branch-alias": {
  3261.                     "dev-master": "4.2-dev"
  3262.                 }
  3263.             },
  3264.             "autoload": {
  3265.                 "files": [
  3266.                     "Resources/functions/dump.php"
  3267.                 ],
  3268.                 "psr-4": {
  3269.                     "Symfony\\Component\\VarDumper\\": ""
  3270.                 },
  3271.                 "exclude-from-classmap": [
  3272.                     "/Tests/"
  3273.                 ]
  3274.             },
  3275.             "notification-url": "https://packagist.org/downloads/",
  3276.             "license": [
  3277.                 "MIT"
  3278.             ],
  3279.             "authors": [
  3280.                 {
  3281.                     "name": "Nicolas Grekas",
  3282.                     "email": "p@tchwork.com"
  3283.                 },
  3284.                 {
  3285.                     "name": "Symfony Community",
  3286.                     "homepage": "https://symfony.com/contributors"
  3287.                 }
  3288.             ],
  3289.             "description": "Symfony mechanism for exploring and dumping PHP variables",
  3290.             "homepage": "https://symfony.com",
  3291.             "keywords": [
  3292.                 "debug",
  3293.                 "dump"
  3294.             ],
  3295.             "time": "2019-01-03T09:07:35+00:00"
  3296.         },
  3297.         {
  3298.             "name": "symfony/var-exporter",
  3299.             "version": "v4.2.2",
  3300.             "source": {
  3301.                 "type": "git",
  3302.                 "url": "https://github.com/symfony/var-exporter.git",
  3303.                 "reference": "51bd782120fa2bfed89452f142d2a47c4b51101c"
  3304.             },
  3305.             "dist": {
  3306.                 "type": "zip",
  3307.                 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/51bd782120fa2bfed89452f142d2a47c4b51101c",
  3308.                 "reference": "51bd782120fa2bfed89452f142d2a47c4b51101c",
  3309.                 "shasum": ""
  3310.             },
  3311.             "require": {
  3312.                 "php": "^7.1.3"
  3313.             },
  3314.             "require-dev": {
  3315.                 "symfony/var-dumper": "^4.1.1"
  3316.             },
  3317.             "type": "library",
  3318.             "extra": {
  3319.                 "branch-alias": {
  3320.                     "dev-master": "4.2-dev"
  3321.                 }
  3322.             },
  3323.             "autoload": {
  3324.                 "psr-4": {
  3325.                     "Symfony\\Component\\VarExporter\\": ""
  3326.                 },
  3327.                 "exclude-from-classmap": [
  3328.                     "/Tests/"
  3329.                 ]
  3330.             },
  3331.             "notification-url": "https://packagist.org/downloads/",
  3332.             "license": [
  3333.                 "MIT"
  3334.             ],
  3335.             "authors": [
  3336.                 {
  3337.                     "name": "Nicolas Grekas",
  3338.                     "email": "p@tchwork.com"
  3339.                 },
  3340.                 {
  3341.                     "name": "Symfony Community",
  3342.                     "homepage": "https://symfony.com/contributors"
  3343.                 }
  3344.             ],
  3345.             "description": "A blend of var_export() + serialize() to turn any serializable data structure to plain PHP code",
  3346.             "homepage": "https://symfony.com",
  3347.             "keywords": [
  3348.                 "clone",
  3349.                 "construct",
  3350.                 "export",
  3351.                 "hydrate",
  3352.                 "instantiate",
  3353.                 "serialize"
  3354.             ],
  3355.             "time": "2019-01-03T09:09:06+00:00"
  3356.         },
  3357.         {
  3358.             "name": "symfony/yaml",
  3359.             "version": "v4.2.2",
  3360.             "source": {
  3361.                 "type": "git",
  3362.                 "url": "https://github.com/symfony/yaml.git",
  3363.                 "reference": "d0aa6c0ea484087927b49fd513383a7d36190ca6"
  3364.             },
  3365.             "dist": {
  3366.                 "type": "zip",
  3367.                 "url": "https://api.github.com/repos/symfony/yaml/zipball/d0aa6c0ea484087927b49fd513383a7d36190ca6",
  3368.                 "reference": "d0aa6c0ea484087927b49fd513383a7d36190ca6",
  3369.                 "shasum": ""
  3370.             },
  3371.             "require": {
  3372.                 "php": "^7.1.3",
  3373.                 "symfony/polyfill-ctype": "~1.8"
  3374.             },
  3375.             "conflict": {
  3376.                 "symfony/console": "<3.4"
  3377.             },
  3378.             "require-dev": {
  3379.                 "symfony/console": "~3.4|~4.0"
  3380.             },
  3381.             "suggest": {
  3382.                 "symfony/console": "For validating YAML files using the lint command"
  3383.             },
  3384.             "type": "library",
  3385.             "extra": {
  3386.                 "branch-alias": {
  3387.                     "dev-master": "4.2-dev"
  3388.                 }
  3389.             },
  3390.             "autoload": {
  3391.                 "psr-4": {
  3392.                     "Symfony\\Component\\Yaml\\": ""
  3393.                 },
  3394.                 "exclude-from-classmap": [
  3395.                     "/Tests/"
  3396.                 ]
  3397.             },
  3398.             "notification-url": "https://packagist.org/downloads/",
  3399.             "license": [
  3400.                 "MIT"
  3401.             ],
  3402.             "authors": [
  3403.                 {
  3404.                     "name": "Fabien Potencier",
  3405.                     "email": "fabien@symfony.com"
  3406.                 },
  3407.                 {
  3408.                     "name": "Symfony Community",
  3409.                     "homepage": "https://symfony.com/contributors"
  3410.                 }
  3411.             ],
  3412.             "description": "Symfony Yaml Component",
  3413.             "homepage": "https://symfony.com",
  3414.             "time": "2019-01-03T09:07:35+00:00"
  3415.         }
  3416.     ],
  3417.     "packages-dev": [],
  3418.     "aliases": [],
  3419.     "minimum-stability": "stable",
  3420.     "stability-flags": [],
  3421.     "prefer-stable": false,
  3422.     "prefer-lowest": false,
  3423.     "platform": {
  3424.         "php": "^7.1.3",
  3425.         "ext-ctype": "*",
  3426.         "ext-iconv": "*"
  3427.     },
  3428.     "platform-dev": []
  3429. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement