Advertisement
Guest User

Untitled

a guest
Nov 14th, 2018
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 59.62 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#composer-lock-the-lock-file",
  5.         "This file is @generated automatically"
  6.     ],
  7.     "content-hash": "1fb5005639721ee690bc423fe786ff42",
  8.     "packages": [
  9.         {
  10.             "name": "psr/cache",
  11.             "version": "1.0.1",
  12.             "source": {
  13.                 "type": "git",
  14.                 "url": "https://github.com/php-fig/cache.git",
  15.                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  16.             },
  17.             "dist": {
  18.                 "type": "zip",
  19.                 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  20.                 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  21.                 "shasum": ""
  22.             },
  23.             "require": {
  24.                 "php": ">=5.3.0"
  25.             },
  26.             "type": "library",
  27.             "extra": {
  28.                 "branch-alias": {
  29.                     "dev-master": "1.0.x-dev"
  30.                 }
  31.             },
  32.             "autoload": {
  33.                 "psr-4": {
  34.                     "Psr\\Cache\\": "src/"
  35.                 }
  36.             },
  37.             "notification-url": "https://packagist.org/downloads/",
  38.             "license": [
  39.                 "MIT"
  40.             ],
  41.             "authors": [
  42.                 {
  43.                     "name": "PHP-FIG",
  44.                     "homepage": "http://www.php-fig.org/"
  45.                 }
  46.             ],
  47.             "description": "Common interface for caching libraries",
  48.             "keywords": [
  49.                 "cache",
  50.                 "psr",
  51.                 "psr-6"
  52.             ],
  53.             "time": "2016-08-06T20:24:11+00:00"
  54.         },
  55.         {
  56.             "name": "psr/container",
  57.             "version": "1.0.0",
  58.             "source": {
  59.                 "type": "git",
  60.                 "url": "https://github.com/php-fig/container.git",
  61.                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  62.             },
  63.             "dist": {
  64.                 "type": "zip",
  65.                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  66.                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  67.                 "shasum": ""
  68.             },
  69.             "require": {
  70.                 "php": ">=5.3.0"
  71.             },
  72.             "type": "library",
  73.             "extra": {
  74.                 "branch-alias": {
  75.                     "dev-master": "1.0.x-dev"
  76.                 }
  77.             },
  78.             "autoload": {
  79.                 "psr-4": {
  80.                     "Psr\\Container\\": "src/"
  81.                 }
  82.             },
  83.             "notification-url": "https://packagist.org/downloads/",
  84.             "license": [
  85.                 "MIT"
  86.             ],
  87.             "authors": [
  88.                 {
  89.                     "name": "PHP-FIG",
  90.                     "homepage": "http://www.php-fig.org/"
  91.                 }
  92.             ],
  93.             "description": "Common Container Interface (PHP FIG PSR-11)",
  94.             "homepage": "https://github.com/php-fig/container",
  95.             "keywords": [
  96.                 "PSR-11",
  97.                 "container",
  98.                 "container-interface",
  99.                 "container-interop",
  100.                 "psr"
  101.             ],
  102.             "time": "2017-02-14T16:28:37+00:00"
  103.         },
  104.         {
  105.             "name": "psr/log",
  106.             "version": "1.0.2",
  107.             "source": {
  108.                 "type": "git",
  109.                 "url": "https://github.com/php-fig/log.git",
  110.                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  111.             },
  112.             "dist": {
  113.                 "type": "zip",
  114.                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  115.                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  116.                 "shasum": ""
  117.             },
  118.             "require": {
  119.                 "php": ">=5.3.0"
  120.             },
  121.             "type": "library",
  122.             "extra": {
  123.                 "branch-alias": {
  124.                     "dev-master": "1.0.x-dev"
  125.                 }
  126.             },
  127.             "autoload": {
  128.                 "psr-4": {
  129.                     "Psr\\Log\\": "Psr/Log/"
  130.                 }
  131.             },
  132.             "notification-url": "https://packagist.org/downloads/",
  133.             "license": [
  134.                 "MIT"
  135.             ],
  136.             "authors": [
  137.                 {
  138.                     "name": "PHP-FIG",
  139.                     "homepage": "http://www.php-fig.org/"
  140.                 }
  141.             ],
  142.             "description": "Common interface for logging libraries",
  143.             "homepage": "https://github.com/php-fig/log",
  144.             "keywords": [
  145.                 "log",
  146.                 "psr",
  147.                 "psr-3"
  148.             ],
  149.             "time": "2016-10-10T12:19:37+00:00"
  150.         },
  151.         {
  152.             "name": "psr/simple-cache",
  153.             "version": "1.0.1",
  154.             "source": {
  155.                 "type": "git",
  156.                 "url": "https://github.com/php-fig/simple-cache.git",
  157.                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  158.             },
  159.             "dist": {
  160.                 "type": "zip",
  161.                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  162.                 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  163.                 "shasum": ""
  164.             },
  165.             "require": {
  166.                 "php": ">=5.3.0"
  167.             },
  168.             "type": "library",
  169.             "extra": {
  170.                 "branch-alias": {
  171.                     "dev-master": "1.0.x-dev"
  172.                 }
  173.             },
  174.             "autoload": {
  175.                 "psr-4": {
  176.                     "Psr\\SimpleCache\\": "src/"
  177.                 }
  178.             },
  179.             "notification-url": "https://packagist.org/downloads/",
  180.             "license": [
  181.                 "MIT"
  182.             ],
  183.             "authors": [
  184.                 {
  185.                     "name": "PHP-FIG",
  186.                     "homepage": "http://www.php-fig.org/"
  187.                 }
  188.             ],
  189.             "description": "Common interfaces for simple caching",
  190.             "keywords": [
  191.                 "cache",
  192.                 "caching",
  193.                 "psr",
  194.                 "psr-16",
  195.                 "simple-cache"
  196.             ],
  197.             "time": "2017-10-23T01:57:42+00:00"
  198.         },
  199.         {
  200.             "name": "symfony/cache",
  201.             "version": "v4.1.7",
  202.             "source": {
  203.                 "type": "git",
  204.                 "url": "https://github.com/symfony/cache.git",
  205.                 "reference": "05ce0ddc8bc1ffe592105398fc2c725cb3080a38"
  206.             },
  207.             "dist": {
  208.                 "type": "zip",
  209.                 "url": "https://api.github.com/repos/symfony/cache/zipball/05ce0ddc8bc1ffe592105398fc2c725cb3080a38",
  210.                 "reference": "05ce0ddc8bc1ffe592105398fc2c725cb3080a38",
  211.                 "shasum": ""
  212.             },
  213.             "require": {
  214.                 "php": "^7.1.3",
  215.                 "psr/cache": "~1.0",
  216.                 "psr/log": "~1.0",
  217.                 "psr/simple-cache": "^1.0"
  218.             },
  219.             "conflict": {
  220.                 "symfony/var-dumper": "<3.4"
  221.             },
  222.             "provide": {
  223.                 "psr/cache-implementation": "1.0",
  224.                 "psr/simple-cache-implementation": "1.0"
  225.             },
  226.             "require-dev": {
  227.                 "cache/integration-tests": "dev-master",
  228.                 "doctrine/cache": "~1.6",
  229.                 "doctrine/dbal": "~2.4",
  230.                 "predis/predis": "~1.0"
  231.             },
  232.             "type": "library",
  233.             "extra": {
  234.                 "branch-alias": {
  235.                     "dev-master": "4.1-dev"
  236.                 }
  237.             },
  238.             "autoload": {
  239.                 "psr-4": {
  240.                     "Symfony\\Component\\Cache\\": ""
  241.                 },
  242.                 "exclude-from-classmap": [
  243.                     "/Tests/"
  244.                 ]
  245.             },
  246.             "notification-url": "https://packagist.org/downloads/",
  247.             "license": [
  248.                 "MIT"
  249.             ],
  250.             "authors": [
  251.                 {
  252.                     "name": "Nicolas Grekas",
  253.                     "email": "p@tchwork.com"
  254.                 },
  255.                 {
  256.                     "name": "Symfony Community",
  257.                     "homepage": "https://symfony.com/contributors"
  258.                 }
  259.             ],
  260.             "description": "Symfony Cache component with PSR-6, PSR-16, and tags",
  261.             "homepage": "https://symfony.com",
  262.             "keywords": [
  263.                 "caching",
  264.                 "psr6"
  265.             ],
  266.             "time": "2018-09-30T03:38:13+00:00"
  267.         },
  268.         {
  269.             "name": "symfony/config",
  270.             "version": "v4.1.7",
  271.             "source": {
  272.                 "type": "git",
  273.                 "url": "https://github.com/symfony/config.git",
  274.                 "reference": "991fec8bbe77367fc8b48ecbaa8a4bd6e905a238"
  275.             },
  276.             "dist": {
  277.                 "type": "zip",
  278.                 "url": "https://api.github.com/repos/symfony/config/zipball/991fec8bbe77367fc8b48ecbaa8a4bd6e905a238",
  279.                 "reference": "991fec8bbe77367fc8b48ecbaa8a4bd6e905a238",
  280.                 "shasum": ""
  281.             },
  282.             "require": {
  283.                 "php": "^7.1.3",
  284.                 "symfony/filesystem": "~3.4|~4.0",
  285.                 "symfony/polyfill-ctype": "~1.8"
  286.             },
  287.             "conflict": {
  288.                 "symfony/finder": "<3.4"
  289.             },
  290.             "require-dev": {
  291.                 "symfony/dependency-injection": "~3.4|~4.0",
  292.                 "symfony/event-dispatcher": "~3.4|~4.0",
  293.                 "symfony/finder": "~3.4|~4.0",
  294.                 "symfony/yaml": "~3.4|~4.0"
  295.             },
  296.             "suggest": {
  297.                 "symfony/yaml": "To use the yaml reference dumper"
  298.             },
  299.             "type": "library",
  300.             "extra": {
  301.                 "branch-alias": {
  302.                     "dev-master": "4.1-dev"
  303.                 }
  304.             },
  305.             "autoload": {
  306.                 "psr-4": {
  307.                     "Symfony\\Component\\Config\\": ""
  308.                 },
  309.                 "exclude-from-classmap": [
  310.                     "/Tests/"
  311.                 ]
  312.             },
  313.             "notification-url": "https://packagist.org/downloads/",
  314.             "license": [
  315.                 "MIT"
  316.             ],
  317.             "authors": [
  318.                 {
  319.                     "name": "Fabien Potencier",
  320.                     "email": "fabien@symfony.com"
  321.                 },
  322.                 {
  323.                     "name": "Symfony Community",
  324.                     "homepage": "https://symfony.com/contributors"
  325.                 }
  326.             ],
  327.             "description": "Symfony Config Component",
  328.             "homepage": "https://symfony.com",
  329.             "time": "2018-10-31T09:09:42+00:00"
  330.         },
  331.         {
  332.             "name": "symfony/console",
  333.             "version": "v4.1.7",
  334.             "source": {
  335.                 "type": "git",
  336.                 "url": "https://github.com/symfony/console.git",
  337.                 "reference": "432122af37d8cd52fba1b294b11976e0d20df595"
  338.             },
  339.             "dist": {
  340.                 "type": "zip",
  341.                 "url": "https://api.github.com/repos/symfony/console/zipball/432122af37d8cd52fba1b294b11976e0d20df595",
  342.                 "reference": "432122af37d8cd52fba1b294b11976e0d20df595",
  343.                 "shasum": ""
  344.             },
  345.             "require": {
  346.                 "php": "^7.1.3",
  347.                 "symfony/polyfill-mbstring": "~1.0"
  348.             },
  349.             "conflict": {
  350.                 "symfony/dependency-injection": "<3.4",
  351.                 "symfony/process": "<3.3"
  352.             },
  353.             "require-dev": {
  354.                 "psr/log": "~1.0",
  355.                 "symfony/config": "~3.4|~4.0",
  356.                 "symfony/dependency-injection": "~3.4|~4.0",
  357.                 "symfony/event-dispatcher": "~3.4|~4.0",
  358.                 "symfony/lock": "~3.4|~4.0",
  359.                 "symfony/process": "~3.4|~4.0"
  360.             },
  361.             "suggest": {
  362.                 "psr/log-implementation": "For using the console logger",
  363.                 "symfony/event-dispatcher": "",
  364.                 "symfony/lock": "",
  365.                 "symfony/process": ""
  366.             },
  367.             "type": "library",
  368.             "extra": {
  369.                 "branch-alias": {
  370.                     "dev-master": "4.1-dev"
  371.                 }
  372.             },
  373.             "autoload": {
  374.                 "psr-4": {
  375.                     "Symfony\\Component\\Console\\": ""
  376.                 },
  377.                 "exclude-from-classmap": [
  378.                     "/Tests/"
  379.                 ]
  380.             },
  381.             "notification-url": "https://packagist.org/downloads/",
  382.             "license": [
  383.                 "MIT"
  384.             ],
  385.             "authors": [
  386.                 {
  387.                     "name": "Fabien Potencier",
  388.                     "email": "fabien@symfony.com"
  389.                 },
  390.                 {
  391.                     "name": "Symfony Community",
  392.                     "homepage": "https://symfony.com/contributors"
  393.                 }
  394.             ],
  395.             "description": "Symfony Console Component",
  396.             "homepage": "https://symfony.com",
  397.             "time": "2018-10-31T09:30:44+00:00"
  398.         },
  399.         {
  400.             "name": "symfony/debug",
  401.             "version": "v4.1.7",
  402.             "source": {
  403.                 "type": "git",
  404.                 "url": "https://github.com/symfony/debug.git",
  405.                 "reference": "19090917b848a799cbae4800abf740fe4eb71c1d"
  406.             },
  407.             "dist": {
  408.                 "type": "zip",
  409.                 "url": "https://api.github.com/repos/symfony/debug/zipball/19090917b848a799cbae4800abf740fe4eb71c1d",
  410.                 "reference": "19090917b848a799cbae4800abf740fe4eb71c1d",
  411.                 "shasum": ""
  412.             },
  413.             "require": {
  414.                 "php": "^7.1.3",
  415.                 "psr/log": "~1.0"
  416.             },
  417.             "conflict": {
  418.                 "symfony/http-kernel": "<3.4"
  419.             },
  420.             "require-dev": {
  421.                 "symfony/http-kernel": "~3.4|~4.0"
  422.             },
  423.             "type": "library",
  424.             "extra": {
  425.                 "branch-alias": {
  426.                     "dev-master": "4.1-dev"
  427.                 }
  428.             },
  429.             "autoload": {
  430.                 "psr-4": {
  431.                     "Symfony\\Component\\Debug\\": ""
  432.                 },
  433.                 "exclude-from-classmap": [
  434.                     "/Tests/"
  435.                 ]
  436.             },
  437.             "notification-url": "https://packagist.org/downloads/",
  438.             "license": [
  439.                 "MIT"
  440.             ],
  441.             "authors": [
  442.                 {
  443.                     "name": "Fabien Potencier",
  444.                     "email": "fabien@symfony.com"
  445.                 },
  446.                 {
  447.                     "name": "Symfony Community",
  448.                     "homepage": "https://symfony.com/contributors"
  449.                 }
  450.             ],
  451.             "description": "Symfony Debug Component",
  452.             "homepage": "https://symfony.com",
  453.             "time": "2018-10-31T09:09:42+00:00"
  454.         },
  455.         {
  456.             "name": "symfony/dependency-injection",
  457.             "version": "v4.1.7",
  458.             "source": {
  459.                 "type": "git",
  460.                 "url": "https://github.com/symfony/dependency-injection.git",
  461.                 "reference": "e72ee2c23d952e4c368ee98610fa22b79b89b483"
  462.             },
  463.             "dist": {
  464.                 "type": "zip",
  465.                 "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/e72ee2c23d952e4c368ee98610fa22b79b89b483",
  466.                 "reference": "e72ee2c23d952e4c368ee98610fa22b79b89b483",
  467.                 "shasum": ""
  468.             },
  469.             "require": {
  470.                 "php": "^7.1.3",
  471.                 "psr/container": "^1.0"
  472.             },
  473.             "conflict": {
  474.                 "symfony/config": "<4.1.1",
  475.                 "symfony/finder": "<3.4",
  476.                 "symfony/proxy-manager-bridge": "<3.4",
  477.                 "symfony/yaml": "<3.4"
  478.             },
  479.             "provide": {
  480.                 "psr/container-implementation": "1.0"
  481.             },
  482.             "require-dev": {
  483.                 "symfony/config": "~4.1",
  484.                 "symfony/expression-language": "~3.4|~4.0",
  485.                 "symfony/yaml": "~3.4|~4.0"
  486.             },
  487.             "suggest": {
  488.                 "symfony/config": "",
  489.                 "symfony/expression-language": "For using expressions in service container configuration",
  490.                 "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
  491.                 "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
  492.                 "symfony/yaml": ""
  493.             },
  494.             "type": "library",
  495.             "extra": {
  496.                 "branch-alias": {
  497.                     "dev-master": "4.1-dev"
  498.                 }
  499.             },
  500.             "autoload": {
  501.                 "psr-4": {
  502.                     "Symfony\\Component\\DependencyInjection\\": ""
  503.                 },
  504.                 "exclude-from-classmap": [
  505.                     "/Tests/"
  506.                 ]
  507.             },
  508.             "notification-url": "https://packagist.org/downloads/",
  509.             "license": [
  510.                 "MIT"
  511.             ],
  512.             "authors": [
  513.                 {
  514.                     "name": "Fabien Potencier",
  515.                     "email": "fabien@symfony.com"
  516.                 },
  517.                 {
  518.                     "name": "Symfony Community",
  519.                     "homepage": "https://symfony.com/contributors"
  520.                 }
  521.             ],
  522.             "description": "Symfony DependencyInjection Component",
  523.             "homepage": "https://symfony.com",
  524.             "time": "2018-10-31T10:54:16+00:00"
  525.         },
  526.         {
  527.             "name": "symfony/event-dispatcher",
  528.             "version": "v4.1.7",
  529.             "source": {
  530.                 "type": "git",
  531.                 "url": "https://github.com/symfony/event-dispatcher.git",
  532.                 "reference": "552541dad078c85d9414b09c041ede488b456cd5"
  533.             },
  534.             "dist": {
  535.                 "type": "zip",
  536.                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/552541dad078c85d9414b09c041ede488b456cd5",
  537.                 "reference": "552541dad078c85d9414b09c041ede488b456cd5",
  538.                 "shasum": ""
  539.             },
  540.             "require": {
  541.                 "php": "^7.1.3"
  542.             },
  543.             "conflict": {
  544.                 "symfony/dependency-injection": "<3.4"
  545.             },
  546.             "require-dev": {
  547.                 "psr/log": "~1.0",
  548.                 "symfony/config": "~3.4|~4.0",
  549.                 "symfony/dependency-injection": "~3.4|~4.0",
  550.                 "symfony/expression-language": "~3.4|~4.0",
  551.                 "symfony/stopwatch": "~3.4|~4.0"
  552.             },
  553.             "suggest": {
  554.                 "symfony/dependency-injection": "",
  555.                 "symfony/http-kernel": ""
  556.             },
  557.             "type": "library",
  558.             "extra": {
  559.                 "branch-alias": {
  560.                     "dev-master": "4.1-dev"
  561.                 }
  562.             },
  563.             "autoload": {
  564.                 "psr-4": {
  565.                     "Symfony\\Component\\EventDispatcher\\": ""
  566.                 },
  567.                 "exclude-from-classmap": [
  568.                     "/Tests/"
  569.                 ]
  570.             },
  571.             "notification-url": "https://packagist.org/downloads/",
  572.             "license": [
  573.                 "MIT"
  574.             ],
  575.             "authors": [
  576.                 {
  577.                     "name": "Fabien Potencier",
  578.                     "email": "fabien@symfony.com"
  579.                 },
  580.                 {
  581.                     "name": "Symfony Community",
  582.                     "homepage": "https://symfony.com/contributors"
  583.                 }
  584.             ],
  585.             "description": "Symfony EventDispatcher Component",
  586.             "homepage": "https://symfony.com",
  587.             "time": "2018-10-10T13:52:42+00:00"
  588.         },
  589.         {
  590.             "name": "symfony/filesystem",
  591.             "version": "v4.1.7",
  592.             "source": {
  593.                 "type": "git",
  594.                 "url": "https://github.com/symfony/filesystem.git",
  595.                 "reference": "fd7bd6535beb1f0a0a9e3ee960666d0598546981"
  596.             },
  597.             "dist": {
  598.                 "type": "zip",
  599.                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/fd7bd6535beb1f0a0a9e3ee960666d0598546981",
  600.                 "reference": "fd7bd6535beb1f0a0a9e3ee960666d0598546981",
  601.                 "shasum": ""
  602.             },
  603.             "require": {
  604.                 "php": "^7.1.3",
  605.                 "symfony/polyfill-ctype": "~1.8"
  606.             },
  607.             "type": "library",
  608.             "extra": {
  609.                 "branch-alias": {
  610.                     "dev-master": "4.1-dev"
  611.                 }
  612.             },
  613.             "autoload": {
  614.                 "psr-4": {
  615.                     "Symfony\\Component\\Filesystem\\": ""
  616.                 },
  617.                 "exclude-from-classmap": [
  618.                     "/Tests/"
  619.                 ]
  620.             },
  621.             "notification-url": "https://packagist.org/downloads/",
  622.             "license": [
  623.                 "MIT"
  624.             ],
  625.             "authors": [
  626.                 {
  627.                     "name": "Fabien Potencier",
  628.                     "email": "fabien@symfony.com"
  629.                 },
  630.                 {
  631.                     "name": "Symfony Community",
  632.                     "homepage": "https://symfony.com/contributors"
  633.                 }
  634.             ],
  635.             "description": "Symfony Filesystem Component",
  636.             "homepage": "https://symfony.com",
  637.             "time": "2018-10-30T13:18:25+00:00"
  638.         },
  639.         {
  640.             "name": "symfony/finder",
  641.             "version": "v4.1.7",
  642.             "source": {
  643.                 "type": "git",
  644.                 "url": "https://github.com/symfony/finder.git",
  645.                 "reference": "1f17195b44543017a9c9b2d437c670627e96ad06"
  646.             },
  647.             "dist": {
  648.                 "type": "zip",
  649.                 "url": "https://api.github.com/repos/symfony/finder/zipball/1f17195b44543017a9c9b2d437c670627e96ad06",
  650.                 "reference": "1f17195b44543017a9c9b2d437c670627e96ad06",
  651.                 "shasum": ""
  652.             },
  653.             "require": {
  654.                 "php": "^7.1.3"
  655.             },
  656.             "type": "library",
  657.             "extra": {
  658.                 "branch-alias": {
  659.                     "dev-master": "4.1-dev"
  660.                 }
  661.             },
  662.             "autoload": {
  663.                 "psr-4": {
  664.                     "Symfony\\Component\\Finder\\": ""
  665.                 },
  666.                 "exclude-from-classmap": [
  667.                     "/Tests/"
  668.                 ]
  669.             },
  670.             "notification-url": "https://packagist.org/downloads/",
  671.             "license": [
  672.                 "MIT"
  673.             ],
  674.             "authors": [
  675.                 {
  676.                     "name": "Fabien Potencier",
  677.                     "email": "fabien@symfony.com"
  678.                 },
  679.                 {
  680.                     "name": "Symfony Community",
  681.                     "homepage": "https://symfony.com/contributors"
  682.                 }
  683.             ],
  684.             "description": "Symfony Finder Component",
  685.             "homepage": "https://symfony.com",
  686.             "time": "2018-10-03T08:47:56+00:00"
  687.         },
  688.         {
  689.             "name": "symfony/flex",
  690.             "version": "v1.1.7",
  691.             "source": {
  692.                 "type": "git",
  693.                 "url": "https://github.com/symfony/flex.git",
  694.                 "reference": "803c49664ddc7cbc4be02f41491766be32c90a7f"
  695.             },
  696.             "dist": {
  697.                 "type": "zip",
  698.                 "url": "https://api.github.com/repos/symfony/flex/zipball/803c49664ddc7cbc4be02f41491766be32c90a7f",
  699.                 "reference": "803c49664ddc7cbc4be02f41491766be32c90a7f",
  700.                 "shasum": ""
  701.             },
  702.             "require": {
  703.                 "composer-plugin-api": "^1.0",
  704.                 "php": "^7.0"
  705.             },
  706.             "require-dev": {
  707.                 "composer/composer": "^1.0.2",
  708.                 "symfony/phpunit-bridge": "^3.2.8"
  709.             },
  710.             "type": "composer-plugin",
  711.             "extra": {
  712.                 "branch-alias": {
  713.                     "dev-master": "1.1-dev"
  714.                 },
  715.                 "class": "Symfony\\Flex\\Flex"
  716.             },
  717.             "autoload": {
  718.                 "psr-4": {
  719.                     "Symfony\\Flex\\": "src"
  720.                 }
  721.             },
  722.             "notification-url": "https://packagist.org/downloads/",
  723.             "license": [
  724.                 "MIT"
  725.             ],
  726.             "authors": [
  727.                 {
  728.                     "name": "Fabien Potencier",
  729.                     "email": "fabien.potencier@gmail.com"
  730.                 }
  731.             ],
  732.             "description": "Composer plugin for Symfony",
  733.             "time": "2018-11-12T12:25:13+00:00"
  734.         },
  735.         {
  736.             "name": "symfony/framework-bundle",
  737.             "version": "v4.1.7",
  738.             "source": {
  739.                 "type": "git",
  740.                 "url": "https://github.com/symfony/framework-bundle.git",
  741.                 "reference": "5f05a52128de2fdd1285bd58d19a912a97bd290f"
  742.             },
  743.             "dist": {
  744.                 "type": "zip",
  745.                 "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/5f05a52128de2fdd1285bd58d19a912a97bd290f",
  746.                 "reference": "5f05a52128de2fdd1285bd58d19a912a97bd290f",
  747.                 "shasum": ""
  748.             },
  749.             "require": {
  750.                 "ext-xml": "*",
  751.                 "php": "^7.1.3",
  752.                 "symfony/cache": "~3.4|~4.0",
  753.                 "symfony/config": "~3.4|~4.0",
  754.                 "symfony/dependency-injection": "^4.1.1",
  755.                 "symfony/event-dispatcher": "^4.1",
  756.                 "symfony/filesystem": "~3.4|~4.0",
  757.                 "symfony/finder": "~3.4|~4.0",
  758.                 "symfony/http-foundation": "^4.1",
  759.                 "symfony/http-kernel": "^4.1",
  760.                 "symfony/polyfill-mbstring": "~1.0",
  761.                 "symfony/routing": "^4.1"
  762.             },
  763.             "conflict": {
  764.                 "phpdocumentor/reflection-docblock": "<3.0",
  765.                 "phpdocumentor/type-resolver": "<0.2.1",
  766.                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  767.                 "symfony/asset": "<3.4",
  768.                 "symfony/console": "<3.4",
  769.                 "symfony/form": "<4.1",
  770.                 "symfony/messenger": ">=4.2",
  771.                 "symfony/property-info": "<3.4",
  772.                 "symfony/serializer": "<4.1",
  773.                 "symfony/stopwatch": "<3.4",
  774.                 "symfony/translation": "<3.4",
  775.                 "symfony/twig-bridge": "<4.1.1",
  776.                 "symfony/validator": "<4.1",
  777.                 "symfony/workflow": "<4.1"
  778.             },
  779.             "require-dev": {
  780.                 "doctrine/annotations": "~1.0",
  781.                 "doctrine/cache": "~1.0",
  782.                 "fig/link-util": "^1.0",
  783.                 "phpdocumentor/reflection-docblock": "^3.0|^4.0",
  784.                 "symfony/asset": "~3.4|~4.0",
  785.                 "symfony/browser-kit": "~3.4|~4.0",
  786.                 "symfony/console": "~3.4|~4.0",
  787.                 "symfony/css-selector": "~3.4|~4.0",
  788.                 "symfony/dom-crawler": "~3.4|~4.0",
  789.                 "symfony/expression-language": "~3.4|~4.0",
  790.                 "symfony/form": "^4.1",
  791.                 "symfony/lock": "~3.4|~4.0",
  792.                 "symfony/messenger": "^4.1",
  793.                 "symfony/polyfill-intl-icu": "~1.0",
  794.                 "symfony/process": "~3.4|~4.0",
  795.                 "symfony/property-info": "~3.4|~4.0",
  796.                 "symfony/security": "~3.4|~4.0",
  797.                 "symfony/security-core": "~3.4|~4.0",
  798.                 "symfony/security-csrf": "~3.4|~4.0",
  799.                 "symfony/serializer": "^4.1",
  800.                 "symfony/stopwatch": "~3.4|~4.0",
  801.                 "symfony/templating": "~3.4|~4.0",
  802.                 "symfony/translation": "~3.4|~4.0",
  803.                 "symfony/validator": "^4.1",
  804.                 "symfony/var-dumper": "~3.4|~4.0",
  805.                 "symfony/web-link": "~3.4|~4.0",
  806.                 "symfony/workflow": "^4.1",
  807.                 "symfony/yaml": "~3.4|~4.0",
  808.                 "twig/twig": "~1.34|~2.4"
  809.             },
  810.             "suggest": {
  811.                 "ext-apcu": "For best performance of the system caches",
  812.                 "symfony/console": "For using the console commands",
  813.                 "symfony/form": "For using forms",
  814.                 "symfony/property-info": "For using the property_info service",
  815.                 "symfony/serializer": "For using the serializer service",
  816.                 "symfony/validator": "For using validation",
  817.                 "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering",
  818.                 "symfony/yaml": "For using the debug:config and lint:yaml commands"
  819.             },
  820.             "type": "symfony-bundle",
  821.             "extra": {
  822.                 "branch-alias": {
  823.                     "dev-master": "4.1-dev"
  824.                 }
  825.             },
  826.             "autoload": {
  827.                 "psr-4": {
  828.                     "Symfony\\Bundle\\FrameworkBundle\\": ""
  829.                 },
  830.                 "exclude-from-classmap": [
  831.                     "/Tests/"
  832.                 ]
  833.             },
  834.             "notification-url": "https://packagist.org/downloads/",
  835.             "license": [
  836.                 "MIT"
  837.             ],
  838.             "authors": [
  839.                 {
  840.                     "name": "Fabien Potencier",
  841.                     "email": "fabien@symfony.com"
  842.                 },
  843.                 {
  844.                     "name": "Symfony Community",
  845.                     "homepage": "https://symfony.com/contributors"
  846.                 }
  847.             ],
  848.             "description": "Symfony FrameworkBundle",
  849.             "homepage": "https://symfony.com",
  850.             "time": "2018-10-31T09:09:42+00:00"
  851.         },
  852.         {
  853.             "name": "symfony/http-foundation",
  854.             "version": "v4.1.7",
  855.             "source": {
  856.                 "type": "git",
  857.                 "url": "https://github.com/symfony/http-foundation.git",
  858.                 "reference": "82d494c1492b0dd24bbc5c2d963fb02eb44491af"
  859.             },
  860.             "dist": {
  861.                 "type": "zip",
  862.                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/82d494c1492b0dd24bbc5c2d963fb02eb44491af",
  863.                 "reference": "82d494c1492b0dd24bbc5c2d963fb02eb44491af",
  864.                 "shasum": ""
  865.             },
  866.             "require": {
  867.                 "php": "^7.1.3",
  868.                 "symfony/polyfill-mbstring": "~1.1"
  869.             },
  870.             "require-dev": {
  871.                 "predis/predis": "~1.0",
  872.                 "symfony/expression-language": "~3.4|~4.0"
  873.             },
  874.             "type": "library",
  875.             "extra": {
  876.                 "branch-alias": {
  877.                     "dev-master": "4.1-dev"
  878.                 }
  879.             },
  880.             "autoload": {
  881.                 "psr-4": {
  882.                     "Symfony\\Component\\HttpFoundation\\": ""
  883.                 },
  884.                 "exclude-from-classmap": [
  885.                     "/Tests/"
  886.                 ]
  887.             },
  888.             "notification-url": "https://packagist.org/downloads/",
  889.             "license": [
  890.                 "MIT"
  891.             ],
  892.             "authors": [
  893.                 {
  894.                     "name": "Fabien Potencier",
  895.                     "email": "fabien@symfony.com"
  896.                 },
  897.                 {
  898.                     "name": "Symfony Community",
  899.                     "homepage": "https://symfony.com/contributors"
  900.                 }
  901.             ],
  902.             "description": "Symfony HttpFoundation Component",
  903.             "homepage": "https://symfony.com",
  904.             "time": "2018-10-31T09:09:42+00:00"
  905.         },
  906.         {
  907.             "name": "symfony/http-kernel",
  908.             "version": "v4.1.7",
  909.             "source": {
  910.                 "type": "git",
  911.                 "url": "https://github.com/symfony/http-kernel.git",
  912.                 "reference": "958be64ab13b65172ad646ef5ae20364c2305fae"
  913.             },
  914.             "dist": {
  915.                 "type": "zip",
  916.                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/958be64ab13b65172ad646ef5ae20364c2305fae",
  917.                 "reference": "958be64ab13b65172ad646ef5ae20364c2305fae",
  918.                 "shasum": ""
  919.             },
  920.             "require": {
  921.                 "php": "^7.1.3",
  922.                 "psr/log": "~1.0",
  923.                 "symfony/debug": "~3.4|~4.0",
  924.                 "symfony/event-dispatcher": "~4.1",
  925.                 "symfony/http-foundation": "^4.1.1",
  926.                 "symfony/polyfill-ctype": "~1.8"
  927.             },
  928.             "conflict": {
  929.                 "symfony/config": "<3.4",
  930.                 "symfony/dependency-injection": "<4.1",
  931.                 "symfony/var-dumper": "<4.1.1",
  932.                 "twig/twig": "<1.34|<2.4,>=2"
  933.             },
  934.             "provide": {
  935.                 "psr/log-implementation": "1.0"
  936.             },
  937.             "require-dev": {
  938.                 "psr/cache": "~1.0",
  939.                 "symfony/browser-kit": "~3.4|~4.0",
  940.                 "symfony/config": "~3.4|~4.0",
  941.                 "symfony/console": "~3.4|~4.0",
  942.                 "symfony/css-selector": "~3.4|~4.0",
  943.                 "symfony/dependency-injection": "^4.1",
  944.                 "symfony/dom-crawler": "~3.4|~4.0",
  945.                 "symfony/expression-language": "~3.4|~4.0",
  946.                 "symfony/finder": "~3.4|~4.0",
  947.                 "symfony/process": "~3.4|~4.0",
  948.                 "symfony/routing": "~3.4|~4.0",
  949.                 "symfony/stopwatch": "~3.4|~4.0",
  950.                 "symfony/templating": "~3.4|~4.0",
  951.                 "symfony/translation": "~3.4|~4.0",
  952.                 "symfony/var-dumper": "^4.1.1"
  953.             },
  954.             "suggest": {
  955.                 "symfony/browser-kit": "",
  956.                 "symfony/config": "",
  957.                 "symfony/console": "",
  958.                 "symfony/dependency-injection": "",
  959.                 "symfony/var-dumper": ""
  960.             },
  961.             "type": "library",
  962.             "extra": {
  963.                 "branch-alias": {
  964.                     "dev-master": "4.1-dev"
  965.                 }
  966.             },
  967.             "autoload": {
  968.                 "psr-4": {
  969.                     "Symfony\\Component\\HttpKernel\\": ""
  970.                 },
  971.                 "exclude-from-classmap": [
  972.                     "/Tests/"
  973.                 ]
  974.             },
  975.             "notification-url": "https://packagist.org/downloads/",
  976.             "license": [
  977.                 "MIT"
  978.             ],
  979.             "authors": [
  980.                 {
  981.                     "name": "Fabien Potencier",
  982.                     "email": "fabien@symfony.com"
  983.                 },
  984.                 {
  985.                     "name": "Symfony Community",
  986.                     "homepage": "https://symfony.com/contributors"
  987.                 }
  988.             ],
  989.             "description": "Symfony HttpKernel Component",
  990.             "homepage": "https://symfony.com",
  991.             "time": "2018-11-03T11:11:23+00:00"
  992.         },
  993.         {
  994.             "name": "symfony/polyfill-mbstring",
  995.             "version": "v1.10.0",
  996.             "source": {
  997.                 "type": "git",
  998.                 "url": "https://github.com/symfony/polyfill-mbstring.git",
  999.                 "reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
  1000.             },
  1001.             "dist": {
  1002.                 "type": "zip",
  1003.                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
  1004.                 "reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
  1005.                 "shasum": ""
  1006.             },
  1007.             "require": {
  1008.                 "php": ">=5.3.3"
  1009.             },
  1010.             "suggest": {
  1011.                 "ext-mbstring": "For best performance"
  1012.             },
  1013.             "type": "library",
  1014.             "extra": {
  1015.                 "branch-alias": {
  1016.                     "dev-master": "1.9-dev"
  1017.                 }
  1018.             },
  1019.             "autoload": {
  1020.                 "psr-4": {
  1021.                     "Symfony\\Polyfill\\Mbstring\\": ""
  1022.                 },
  1023.                 "files": [
  1024.                     "bootstrap.php"
  1025.                 ]
  1026.             },
  1027.             "notification-url": "https://packagist.org/downloads/",
  1028.             "license": [
  1029.                 "MIT"
  1030.             ],
  1031.             "authors": [
  1032.                 {
  1033.                     "name": "Nicolas Grekas",
  1034.                     "email": "p@tchwork.com"
  1035.                 },
  1036.                 {
  1037.                     "name": "Symfony Community",
  1038.                     "homepage": "https://symfony.com/contributors"
  1039.                 }
  1040.             ],
  1041.             "description": "Symfony polyfill for the Mbstring extension",
  1042.             "homepage": "https://symfony.com",
  1043.             "keywords": [
  1044.                 "compatibility",
  1045.                 "mbstring",
  1046.                 "polyfill",
  1047.                 "portable",
  1048.                 "shim"
  1049.             ],
  1050.             "time": "2018-09-21T13:07:52+00:00"
  1051.         },
  1052.         {
  1053.             "name": "symfony/routing",
  1054.             "version": "v4.1.7",
  1055.             "source": {
  1056.                 "type": "git",
  1057.                 "url": "https://github.com/symfony/routing.git",
  1058.                 "reference": "d4a3c14cfbe6b9c05a1d6e948654022d4d1ad3fd"
  1059.             },
  1060.             "dist": {
  1061.                 "type": "zip",
  1062.                 "url": "https://api.github.com/repos/symfony/routing/zipball/d4a3c14cfbe6b9c05a1d6e948654022d4d1ad3fd",
  1063.                 "reference": "d4a3c14cfbe6b9c05a1d6e948654022d4d1ad3fd",
  1064.                 "shasum": ""
  1065.             },
  1066.             "require": {
  1067.                 "php": "^7.1.3"
  1068.             },
  1069.             "conflict": {
  1070.                 "symfony/config": "<3.4",
  1071.                 "symfony/dependency-injection": "<3.4",
  1072.                 "symfony/yaml": "<3.4"
  1073.             },
  1074.             "require-dev": {
  1075.                 "doctrine/annotations": "~1.0",
  1076.                 "psr/log": "~1.0",
  1077.                 "symfony/config": "~3.4|~4.0",
  1078.                 "symfony/dependency-injection": "~3.4|~4.0",
  1079.                 "symfony/expression-language": "~3.4|~4.0",
  1080.                 "symfony/http-foundation": "~3.4|~4.0",
  1081.                 "symfony/yaml": "~3.4|~4.0"
  1082.             },
  1083.             "suggest": {
  1084.                 "doctrine/annotations": "For using the annotation loader",
  1085.                 "symfony/config": "For using the all-in-one router or any loader",
  1086.                 "symfony/dependency-injection": "For loading routes from a service",
  1087.                 "symfony/expression-language": "For using expression matching",
  1088.                 "symfony/http-foundation": "For using a Symfony Request object",
  1089.                 "symfony/yaml": "For using the YAML loader"
  1090.             },
  1091.             "type": "library",
  1092.             "extra": {
  1093.                 "branch-alias": {
  1094.                     "dev-master": "4.1-dev"
  1095.                 }
  1096.             },
  1097.             "autoload": {
  1098.                 "psr-4": {
  1099.                     "Symfony\\Component\\Routing\\": ""
  1100.                 },
  1101.                 "exclude-from-classmap": [
  1102.                     "/Tests/"
  1103.                 ]
  1104.             },
  1105.             "notification-url": "https://packagist.org/downloads/",
  1106.             "license": [
  1107.                 "MIT"
  1108.             ],
  1109.             "authors": [
  1110.                 {
  1111.                     "name": "Fabien Potencier",
  1112.                     "email": "fabien@symfony.com"
  1113.                 },
  1114.                 {
  1115.                     "name": "Symfony Community",
  1116.                     "homepage": "https://symfony.com/contributors"
  1117.                 }
  1118.             ],
  1119.             "description": "Symfony Routing Component",
  1120.             "homepage": "https://symfony.com",
  1121.             "keywords": [
  1122.                 "router",
  1123.                 "routing",
  1124.                 "uri",
  1125.                 "url"
  1126.             ],
  1127.             "time": "2018-10-28T18:38:52+00:00"
  1128.         },
  1129.         {
  1130.             "name": "symfony/yaml",
  1131.             "version": "v4.1.7",
  1132.             "source": {
  1133.                 "type": "git",
  1134.                 "url": "https://github.com/symfony/yaml.git",
  1135.                 "reference": "367e689b2fdc19965be435337b50bc8adf2746c9"
  1136.             },
  1137.             "dist": {
  1138.                 "type": "zip",
  1139.                 "url": "https://api.github.com/repos/symfony/yaml/zipball/367e689b2fdc19965be435337b50bc8adf2746c9",
  1140.                 "reference": "367e689b2fdc19965be435337b50bc8adf2746c9",
  1141.                 "shasum": ""
  1142.             },
  1143.             "require": {
  1144.                 "php": "^7.1.3",
  1145.                 "symfony/polyfill-ctype": "~1.8"
  1146.             },
  1147.             "conflict": {
  1148.                 "symfony/console": "<3.4"
  1149.             },
  1150.             "require-dev": {
  1151.                 "symfony/console": "~3.4|~4.0"
  1152.             },
  1153.             "suggest": {
  1154.                 "symfony/console": "For validating YAML files using the lint command"
  1155.             },
  1156.             "type": "library",
  1157.             "extra": {
  1158.                 "branch-alias": {
  1159.                     "dev-master": "4.1-dev"
  1160.                 }
  1161.             },
  1162.             "autoload": {
  1163.                 "psr-4": {
  1164.                     "Symfony\\Component\\Yaml\\": ""
  1165.                 },
  1166.                 "exclude-from-classmap": [
  1167.                     "/Tests/"
  1168.                 ]
  1169.             },
  1170.             "notification-url": "https://packagist.org/downloads/",
  1171.             "license": [
  1172.                 "MIT"
  1173.             ],
  1174.             "authors": [
  1175.                 {
  1176.                     "name": "Fabien Potencier",
  1177.                     "email": "fabien@symfony.com"
  1178.                 },
  1179.                 {
  1180.                     "name": "Symfony Community",
  1181.                     "homepage": "https://symfony.com/contributors"
  1182.                 }
  1183.             ],
  1184.             "description": "Symfony Yaml Component",
  1185.             "homepage": "https://symfony.com",
  1186.             "time": "2018-10-02T16:36:10+00:00"
  1187.         }
  1188.     ],
  1189.     "packages-dev": [
  1190.         {
  1191.             "name": "doctrine/inflector",
  1192.             "version": "v1.3.0",
  1193.             "source": {
  1194.                 "type": "git",
  1195.                 "url": "https://github.com/doctrine/inflector.git",
  1196.                 "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
  1197.             },
  1198.             "dist": {
  1199.                 "type": "zip",
  1200.                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
  1201.                 "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
  1202.                 "shasum": ""
  1203.             },
  1204.             "require": {
  1205.                 "php": "^7.1"
  1206.             },
  1207.             "require-dev": {
  1208.                 "phpunit/phpunit": "^6.2"
  1209.             },
  1210.             "type": "library",
  1211.             "extra": {
  1212.                 "branch-alias": {
  1213.                     "dev-master": "1.3.x-dev"
  1214.                 }
  1215.             },
  1216.             "autoload": {
  1217.                 "psr-4": {
  1218.                     "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
  1219.                 }
  1220.             },
  1221.             "notification-url": "https://packagist.org/downloads/",
  1222.             "license": [
  1223.                 "MIT"
  1224.             ],
  1225.             "authors": [
  1226.                 {
  1227.                     "name": "Roman Borschel",
  1228.                     "email": "roman@code-factory.org"
  1229.                 },
  1230.                 {
  1231.                     "name": "Benjamin Eberlei",
  1232.                     "email": "kontakt@beberlei.de"
  1233.                 },
  1234.                 {
  1235.                     "name": "Guilherme Blanco",
  1236.                     "email": "guilhermeblanco@gmail.com"
  1237.                 },
  1238.                 {
  1239.                     "name": "Jonathan Wage",
  1240.                     "email": "jonwage@gmail.com"
  1241.                 },
  1242.                 {
  1243.                     "name": "Johannes Schmitt",
  1244.                     "email": "schmittjoh@gmail.com"
  1245.                 }
  1246.             ],
  1247.             "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  1248.             "homepage": "http://www.doctrine-project.org",
  1249.             "keywords": [
  1250.                 "inflection",
  1251.                 "pluralize",
  1252.                 "singularize",
  1253.                 "string"
  1254.             ],
  1255.             "time": "2018-01-09T20:05:19+00:00"
  1256.         },
  1257.         {
  1258.             "name": "nikic/php-parser",
  1259.             "version": "v4.1.0",
  1260.             "source": {
  1261.                 "type": "git",
  1262.                 "url": "https://github.com/nikic/PHP-Parser.git",
  1263.                 "reference": "d0230c5c77a7e3cfa69446febf340978540958c0"
  1264.             },
  1265.             "dist": {
  1266.                 "type": "zip",
  1267.                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/d0230c5c77a7e3cfa69446febf340978540958c0",
  1268.                 "reference": "d0230c5c77a7e3cfa69446febf340978540958c0",
  1269.                 "shasum": ""
  1270.             },
  1271.             "require": {
  1272.                 "ext-tokenizer": "*",
  1273.                 "php": ">=7.0"
  1274.             },
  1275.             "require-dev": {
  1276.                 "phpunit/phpunit": "^6.5 || ^7.0"
  1277.             },
  1278.             "bin": [
  1279.                 "bin/php-parse"
  1280.             ],
  1281.             "type": "library",
  1282.             "extra": {
  1283.                 "branch-alias": {
  1284.                     "dev-master": "4.1-dev"
  1285.                 }
  1286.             },
  1287.             "autoload": {
  1288.                 "psr-4": {
  1289.                     "PhpParser\\": "lib/PhpParser"
  1290.                 }
  1291.             },
  1292.             "notification-url": "https://packagist.org/downloads/",
  1293.             "license": [
  1294.                 "BSD-3-Clause"
  1295.             ],
  1296.             "authors": [
  1297.                 {
  1298.                     "name": "Nikita Popov"
  1299.                 }
  1300.             ],
  1301.             "description": "A PHP parser written in PHP",
  1302.             "keywords": [
  1303.                 "parser",
  1304.                 "php"
  1305.             ],
  1306.             "time": "2018-10-10T09:24:14+00:00"
  1307.         },
  1308.         {
  1309.             "name": "symfony/browser-kit",
  1310.             "version": "v4.1.7",
  1311.             "source": {
  1312.                 "type": "git",
  1313.                 "url": "https://github.com/symfony/browser-kit.git",
  1314.                 "reference": "c55fe9257003b2d95c0211b3f6941e8dfd26dffd"
  1315.             },
  1316.             "dist": {
  1317.                 "type": "zip",
  1318.                 "url": "https://api.github.com/repos/symfony/browser-kit/zipball/c55fe9257003b2d95c0211b3f6941e8dfd26dffd",
  1319.                 "reference": "c55fe9257003b2d95c0211b3f6941e8dfd26dffd",
  1320.                 "shasum": ""
  1321.             },
  1322.             "require": {
  1323.                 "php": "^7.1.3",
  1324.                 "symfony/dom-crawler": "~3.4|~4.0"
  1325.             },
  1326.             "require-dev": {
  1327.                 "symfony/css-selector": "~3.4|~4.0",
  1328.                 "symfony/process": "~3.4|~4.0"
  1329.             },
  1330.             "suggest": {
  1331.                 "symfony/process": ""
  1332.             },
  1333.             "type": "library",
  1334.             "extra": {
  1335.                 "branch-alias": {
  1336.                     "dev-master": "4.1-dev"
  1337.                 }
  1338.             },
  1339.             "autoload": {
  1340.                 "psr-4": {
  1341.                     "Symfony\\Component\\BrowserKit\\": ""
  1342.                 },
  1343.                 "exclude-from-classmap": [
  1344.                     "/Tests/"
  1345.                 ]
  1346.             },
  1347.             "notification-url": "https://packagist.org/downloads/",
  1348.             "license": [
  1349.                 "MIT"
  1350.             ],
  1351.             "authors": [
  1352.                 {
  1353.                     "name": "Fabien Potencier",
  1354.                     "email": "fabien@symfony.com"
  1355.                 },
  1356.                 {
  1357.                     "name": "Symfony Community",
  1358.                     "homepage": "https://symfony.com/contributors"
  1359.                 }
  1360.             ],
  1361.             "description": "Symfony BrowserKit Component",
  1362.             "homepage": "https://symfony.com",
  1363.             "time": "2018-07-26T09:10:45+00:00"
  1364.         },
  1365.         {
  1366.             "name": "symfony/css-selector",
  1367.             "version": "v4.1.7",
  1368.             "source": {
  1369.                 "type": "git",
  1370.                 "url": "https://github.com/symfony/css-selector.git",
  1371.                 "reference": "d67de79a70a27d93c92c47f37ece958bf8de4d8a"
  1372.             },
  1373.             "dist": {
  1374.                 "type": "zip",
  1375.                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/d67de79a70a27d93c92c47f37ece958bf8de4d8a",
  1376.                 "reference": "d67de79a70a27d93c92c47f37ece958bf8de4d8a",
  1377.                 "shasum": ""
  1378.             },
  1379.             "require": {
  1380.                 "php": "^7.1.3"
  1381.             },
  1382.             "type": "library",
  1383.             "extra": {
  1384.                 "branch-alias": {
  1385.                     "dev-master": "4.1-dev"
  1386.                 }
  1387.             },
  1388.             "autoload": {
  1389.                 "psr-4": {
  1390.                     "Symfony\\Component\\CssSelector\\": ""
  1391.                 },
  1392.                 "exclude-from-classmap": [
  1393.                     "/Tests/"
  1394.                 ]
  1395.             },
  1396.             "notification-url": "https://packagist.org/downloads/",
  1397.             "license": [
  1398.                 "MIT"
  1399.             ],
  1400.             "authors": [
  1401.                 {
  1402.                     "name": "Jean-François Simon",
  1403.                     "email": "jeanfrancois.simon@sensiolabs.com"
  1404.                 },
  1405.                 {
  1406.                     "name": "Fabien Potencier",
  1407.                     "email": "fabien@symfony.com"
  1408.                 },
  1409.                 {
  1410.                     "name": "Symfony Community",
  1411.                     "homepage": "https://symfony.com/contributors"
  1412.                 }
  1413.             ],
  1414.             "description": "Symfony CssSelector Component",
  1415.             "homepage": "https://symfony.com",
  1416.             "time": "2018-10-02T16:36:10+00:00"
  1417.         },
  1418.         {
  1419.             "name": "symfony/dom-crawler",
  1420.             "version": "v4.1.7",
  1421.             "source": {
  1422.                 "type": "git",
  1423.                 "url": "https://github.com/symfony/dom-crawler.git",
  1424.                 "reference": "80e60271bb288de2a2259662cff125cff4f93f95"
  1425.             },
  1426.             "dist": {
  1427.                 "type": "zip",
  1428.                 "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/80e60271bb288de2a2259662cff125cff4f93f95",
  1429.                 "reference": "80e60271bb288de2a2259662cff125cff4f93f95",
  1430.                 "shasum": ""
  1431.             },
  1432.             "require": {
  1433.                 "php": "^7.1.3",
  1434.                 "symfony/polyfill-ctype": "~1.8",
  1435.                 "symfony/polyfill-mbstring": "~1.0"
  1436.             },
  1437.             "require-dev": {
  1438.                 "symfony/css-selector": "~3.4|~4.0"
  1439.             },
  1440.             "suggest": {
  1441.                 "symfony/css-selector": ""
  1442.             },
  1443.             "type": "library",
  1444.             "extra": {
  1445.                 "branch-alias": {
  1446.                     "dev-master": "4.1-dev"
  1447.                 }
  1448.             },
  1449.             "autoload": {
  1450.                 "psr-4": {
  1451.                     "Symfony\\Component\\DomCrawler\\": ""
  1452.                 },
  1453.                 "exclude-from-classmap": [
  1454.                     "/Tests/"
  1455.                 ]
  1456.             },
  1457.             "notification-url": "https://packagist.org/downloads/",
  1458.             "license": [
  1459.                 "MIT"
  1460.             ],
  1461.             "authors": [
  1462.                 {
  1463.                     "name": "Fabien Potencier",
  1464.                     "email": "fabien@symfony.com"
  1465.                 },
  1466.                 {
  1467.                     "name": "Symfony Community",
  1468.                     "homepage": "https://symfony.com/contributors"
  1469.                 }
  1470.             ],
  1471.             "description": "Symfony DomCrawler Component",
  1472.             "homepage": "https://symfony.com",
  1473.             "time": "2018-10-02T12:40:59+00:00"
  1474.         },
  1475.         {
  1476.             "name": "symfony/dotenv",
  1477.             "version": "v4.1.7",
  1478.             "source": {
  1479.                 "type": "git",
  1480.                 "url": "https://github.com/symfony/dotenv.git",
  1481.                 "reference": "9f3074b55bc56627f61fb2c17d573ee7df8e1319"
  1482.             },
  1483.             "dist": {
  1484.                 "type": "zip",
  1485.                 "url": "https://api.github.com/repos/symfony/dotenv/zipball/9f3074b55bc56627f61fb2c17d573ee7df8e1319",
  1486.                 "reference": "9f3074b55bc56627f61fb2c17d573ee7df8e1319",
  1487.                 "shasum": ""
  1488.             },
  1489.             "require": {
  1490.                 "php": "^7.1.3"
  1491.             },
  1492.             "require-dev": {
  1493.                 "symfony/process": "~3.4|~4.0"
  1494.             },
  1495.             "type": "library",
  1496.             "extra": {
  1497.                 "branch-alias": {
  1498.                     "dev-master": "4.1-dev"
  1499.                 }
  1500.             },
  1501.             "autoload": {
  1502.                 "psr-4": {
  1503.                     "Symfony\\Component\\Dotenv\\": ""
  1504.                 },
  1505.                 "exclude-from-classmap": [
  1506.                     "/Tests/"
  1507.                 ]
  1508.             },
  1509.             "notification-url": "https://packagist.org/downloads/",
  1510.             "license": [
  1511.                 "MIT"
  1512.             ],
  1513.             "authors": [
  1514.                 {
  1515.                     "name": "Fabien Potencier",
  1516.                     "email": "fabien@symfony.com"
  1517.                 },
  1518.                 {
  1519.                     "name": "Symfony Community",
  1520.                     "homepage": "https://symfony.com/contributors"
  1521.                 }
  1522.             ],
  1523.             "description": "Registers environment variables from a .env file",
  1524.             "homepage": "https://symfony.com",
  1525.             "keywords": [
  1526.                 "dotenv",
  1527.                 "env",
  1528.                 "environment"
  1529.             ],
  1530.             "time": "2018-10-12T12:56:03+00:00"
  1531.         },
  1532.         {
  1533.             "name": "symfony/maker-bundle",
  1534.             "version": "v1.9.0",
  1535.             "source": {
  1536.                 "type": "git",
  1537.                 "url": "https://github.com/symfony/maker-bundle.git",
  1538.                 "reference": "e873047b6022a0343c9354f65d5d47b9e351dd53"
  1539.             },
  1540.             "dist": {
  1541.                 "type": "zip",
  1542.                 "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/e873047b6022a0343c9354f65d5d47b9e351dd53",
  1543.                 "reference": "e873047b6022a0343c9354f65d5d47b9e351dd53",
  1544.                 "shasum": ""
  1545.             },
  1546.             "require": {
  1547.                 "doctrine/inflector": "^1.2",
  1548.                 "nikic/php-parser": "^4.0",
  1549.                 "php": "^7.0.8",
  1550.                 "symfony/config": "^3.4|^4.0",
  1551.                 "symfony/console": "^3.4|^4.0",
  1552.                 "symfony/dependency-injection": "^3.4|^4.0",
  1553.                 "symfony/filesystem": "^3.4|^4.0",
  1554.                 "symfony/finder": "^3.4|^4.0",
  1555.                 "symfony/framework-bundle": "^3.4|^4.0",
  1556.                 "symfony/http-kernel": "^3.4|^4.0"
  1557.             },
  1558.             "require-dev": {
  1559.                 "allocine/twigcs": "^3.0",
  1560.                 "doctrine/doctrine-bundle": "^1.8",
  1561.                 "doctrine/orm": "^2.3",
  1562.                 "friendsofphp/php-cs-fixer": "^2.8",
  1563.                 "symfony/phpunit-bridge": "^3.4|^4.0",
  1564.                 "symfony/process": "^3.4|^4.0",
  1565.                 "symfony/yaml": "^3.4|^4.0"
  1566.             },
  1567.             "type": "symfony-bundle",
  1568.             "extra": {
  1569.                 "branch-alias": {
  1570.                     "dev-master": "1.0-dev"
  1571.                 }
  1572.             },
  1573.             "autoload": {
  1574.                 "psr-4": {
  1575.                     "Symfony\\Bundle\\MakerBundle\\": "src/"
  1576.                 }
  1577.             },
  1578.             "notification-url": "https://packagist.org/downloads/",
  1579.             "license": [
  1580.                 "MIT"
  1581.             ],
  1582.             "authors": [
  1583.                 {
  1584.                     "name": "Symfony Community",
  1585.                     "homepage": "https://symfony.com/contributors"
  1586.                 }
  1587.             ],
  1588.             "description": "Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.",
  1589.             "homepage": "https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html",
  1590.             "keywords": [
  1591.                 "code generator",
  1592.                 "generator",
  1593.                 "scaffold",
  1594.                 "scaffolding"
  1595.             ],
  1596.             "time": "2018-11-03T18:25:11+00:00"
  1597.         },
  1598.         {
  1599.             "name": "symfony/phpunit-bridge",
  1600.             "version": "v4.1.7",
  1601.             "source": {
  1602.                 "type": "git",
  1603.                 "url": "https://github.com/symfony/phpunit-bridge.git",
  1604.                 "reference": "2474c5d4a5e3431fee2f6f0dddde9d34983d9ceb"
  1605.             },
  1606.             "dist": {
  1607.                 "type": "zip",
  1608.                 "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/2474c5d4a5e3431fee2f6f0dddde9d34983d9ceb",
  1609.                 "reference": "2474c5d4a5e3431fee2f6f0dddde9d34983d9ceb",
  1610.                 "shasum": ""
  1611.             },
  1612.             "require": {
  1613.                 "php": ">=5.3.3"
  1614.             },
  1615.             "conflict": {
  1616.                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
  1617.             },
  1618.             "suggest": {
  1619.                 "ext-zip": "Zip support is required when using bin/simple-phpunit",
  1620.                 "symfony/debug": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
  1621.             },
  1622.             "bin": [
  1623.                 "bin/simple-phpunit"
  1624.             ],
  1625.             "type": "symfony-bridge",
  1626.             "extra": {
  1627.                 "branch-alias": {
  1628.                     "dev-master": "4.1-dev"
  1629.                 },
  1630.                 "thanks": {
  1631.                     "name": "phpunit/phpunit",
  1632.                     "url": "https://github.com/sebastianbergmann/phpunit"
  1633.                 }
  1634.             },
  1635.             "autoload": {
  1636.                 "files": [
  1637.                     "bootstrap.php"
  1638.                 ],
  1639.                 "psr-4": {
  1640.                     "Symfony\\Bridge\\PhpUnit\\": ""
  1641.                 },
  1642.                 "exclude-from-classmap": [
  1643.                     "/Tests/"
  1644.                 ]
  1645.             },
  1646.             "notification-url": "https://packagist.org/downloads/",
  1647.             "license": [
  1648.                 "MIT"
  1649.             ],
  1650.             "authors": [
  1651.                 {
  1652.                     "name": "Nicolas Grekas",
  1653.                     "email": "p@tchwork.com"
  1654.                 },
  1655.                 {
  1656.                     "name": "Symfony Community",
  1657.                     "homepage": "https://symfony.com/contributors"
  1658.                 }
  1659.             ],
  1660.             "description": "Symfony PHPUnit Bridge",
  1661.             "homepage": "https://symfony.com",
  1662.             "time": "2018-10-02T12:40:59+00:00"
  1663.         }
  1664.     ],
  1665.     "aliases": [],
  1666.     "minimum-stability": "stable",
  1667.     "stability-flags": [],
  1668.     "prefer-stable": false,
  1669.     "prefer-lowest": false,
  1670.     "platform": {
  1671.         "php": "^7.1.3",
  1672.         "ext-ctype": "*",
  1673.         "ext-iconv": "*"
  1674.     },
  1675.     "platform-dev": []
  1676. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement