Advertisement
Guest User

composer.lock

a guest
Nov 2nd, 2017
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 166.66 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": "7f9c741e7868bb909d0897022c7d42ba",
  8.     "packages": [
  9.         {
  10.             "name": "dnoegel/php-xdg-base-dir",
  11.             "version": "0.1",
  12.             "source": {
  13.                 "type": "git",
  14.                 "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
  15.                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
  16.             },
  17.             "dist": {
  18.                 "type": "zip",
  19.                 "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
  20.                 "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
  21.                 "shasum": ""
  22.             },
  23.             "require": {
  24.                 "php": ">=5.3.2"
  25.             },
  26.             "require-dev": {
  27.                 "phpunit/phpunit": "@stable"
  28.             },
  29.             "type": "project",
  30.             "autoload": {
  31.                 "psr-4": {
  32.                     "XdgBaseDir\\": "src/"
  33.                 }
  34.             },
  35.             "notification-url": "https://packagist.org/downloads/",
  36.             "license": [
  37.                 "MIT"
  38.             ],
  39.             "description": "implementation of xdg base directory specification for php",
  40.             "time": "2014-10-24T07:27:01+00:00"
  41.         },
  42.         {
  43.             "name": "doctrine/inflector",
  44.             "version": "v1.2.0",
  45.             "source": {
  46.                 "type": "git",
  47.                 "url": "https://github.com/doctrine/inflector.git",
  48.                 "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462"
  49.             },
  50.             "dist": {
  51.                 "type": "zip",
  52.                 "url": "https://api.github.com/repos/doctrine/inflector/zipball/e11d84c6e018beedd929cff5220969a3c6d1d462",
  53.                 "reference": "e11d84c6e018beedd929cff5220969a3c6d1d462",
  54.                 "shasum": ""
  55.             },
  56.             "require": {
  57.                 "php": "^7.0"
  58.             },
  59.             "require-dev": {
  60.                 "phpunit/phpunit": "^6.2"
  61.             },
  62.             "type": "library",
  63.             "extra": {
  64.                 "branch-alias": {
  65.                     "dev-master": "1.2.x-dev"
  66.                 }
  67.             },
  68.             "autoload": {
  69.                 "psr-4": {
  70.                     "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
  71.                 }
  72.             },
  73.             "notification-url": "https://packagist.org/downloads/",
  74.             "license": [
  75.                 "MIT"
  76.             ],
  77.             "authors": [
  78.                 {
  79.                     "name": "Roman Borschel",
  80.                     "email": "roman@code-factory.org"
  81.                 },
  82.                 {
  83.                     "name": "Benjamin Eberlei",
  84.                     "email": "kontakt@beberlei.de"
  85.                 },
  86.                 {
  87.                     "name": "Guilherme Blanco",
  88.                     "email": "guilhermeblanco@gmail.com"
  89.                 },
  90.                 {
  91.                     "name": "Jonathan Wage",
  92.                     "email": "jonwage@gmail.com"
  93.                 },
  94.                 {
  95.                     "name": "Johannes Schmitt",
  96.                     "email": "schmittjoh@gmail.com"
  97.                 }
  98.             ],
  99.             "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  100.             "homepage": "http://www.doctrine-project.org",
  101.             "keywords": [
  102.                 "inflection",
  103.                 "pluralize",
  104.                 "singularize",
  105.                 "string"
  106.             ],
  107.             "time": "2017-07-22T12:18:28+00:00"
  108.         },
  109.         {
  110.             "name": "doctrine/lexer",
  111.             "version": "v1.0.1",
  112.             "source": {
  113.                 "type": "git",
  114.                 "url": "https://github.com/doctrine/lexer.git",
  115.                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
  116.             },
  117.             "dist": {
  118.                 "type": "zip",
  119.                 "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
  120.                 "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
  121.                 "shasum": ""
  122.             },
  123.             "require": {
  124.                 "php": ">=5.3.2"
  125.             },
  126.             "type": "library",
  127.             "extra": {
  128.                 "branch-alias": {
  129.                     "dev-master": "1.0.x-dev"
  130.                 }
  131.             },
  132.             "autoload": {
  133.                 "psr-0": {
  134.                     "Doctrine\\Common\\Lexer\\": "lib/"
  135.                 }
  136.             },
  137.             "notification-url": "https://packagist.org/downloads/",
  138.             "license": [
  139.                 "MIT"
  140.             ],
  141.             "authors": [
  142.                 {
  143.                     "name": "Roman Borschel",
  144.                     "email": "roman@code-factory.org"
  145.                 },
  146.                 {
  147.                     "name": "Guilherme Blanco",
  148.                     "email": "guilhermeblanco@gmail.com"
  149.                 },
  150.                 {
  151.                     "name": "Johannes Schmitt",
  152.                     "email": "schmittjoh@gmail.com"
  153.                 }
  154.             ],
  155.             "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
  156.             "homepage": "http://www.doctrine-project.org",
  157.             "keywords": [
  158.                 "lexer",
  159.                 "parser"
  160.             ],
  161.             "time": "2014-09-09T13:34:57+00:00"
  162.         },
  163.         {
  164.             "name": "dompdf/dompdf",
  165.             "version": "v0.7.0",
  166.             "source": {
  167.                 "type": "git",
  168.                 "url": "https://github.com/dompdf/dompdf.git",
  169.                 "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14"
  170.             },
  171.             "dist": {
  172.                 "type": "zip",
  173.                 "url": "https://api.github.com/repos/dompdf/dompdf/zipball/5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
  174.                 "reference": "5c98652b1a5beb7e3cc8ec35419b2828dd63ab14",
  175.                 "shasum": ""
  176.             },
  177.             "require": {
  178.                 "ext-dom": "*",
  179.                 "ext-gd": "*",
  180.                 "ext-mbstring": "*",
  181.                 "phenx/php-font-lib": "0.4.*",
  182.                 "phenx/php-svg-lib": "0.1.*",
  183.                 "php": ">=5.3.0"
  184.             },
  185.             "require-dev": {
  186.                 "phpunit/phpunit": "3.7.*"
  187.             },
  188.             "type": "library",
  189.             "extra": {
  190.                 "branch-alias": {
  191.                     "dev-develop": "0.7-dev"
  192.                 }
  193.             },
  194.             "autoload": {
  195.                 "psr-4": {
  196.                     "Dompdf\\": "src/"
  197.                 },
  198.                 "classmap": [
  199.                     "lib/"
  200.                 ]
  201.             },
  202.             "notification-url": "https://packagist.org/downloads/",
  203.             "license": [
  204.                 "LGPL-2.1"
  205.             ],
  206.             "authors": [
  207.                 {
  208.                     "name": "Fabien Ménager",
  209.                     "email": "fabien.menager@gmail.com"
  210.                 },
  211.                 {
  212.                     "name": "Brian Sweeney",
  213.                     "email": "eclecticgeek@gmail.com"
  214.                 },
  215.                 {
  216.                     "name": "Gabriel Bull",
  217.                     "email": "me@gabrielbull.com"
  218.                 }
  219.             ],
  220.             "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter",
  221.             "homepage": "https://github.com/dompdf/dompdf",
  222.             "time": "2016-05-11T00:36:29+00:00"
  223.         },
  224.         {
  225.             "name": "egulias/email-validator",
  226.             "version": "2.1.2",
  227.             "source": {
  228.                 "type": "git",
  229.                 "url": "https://github.com/egulias/EmailValidator.git",
  230.                 "reference": "bc31baa11ea2883e017f0a10d9722ef9d50eac1c"
  231.             },
  232.             "dist": {
  233.                 "type": "zip",
  234.                 "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/bc31baa11ea2883e017f0a10d9722ef9d50eac1c",
  235.                 "reference": "bc31baa11ea2883e017f0a10d9722ef9d50eac1c",
  236.                 "shasum": ""
  237.             },
  238.             "require": {
  239.                 "doctrine/lexer": "^1.0.1",
  240.                 "php": ">= 5.5"
  241.             },
  242.             "require-dev": {
  243.                 "dominicsayers/isemail": "dev-master",
  244.                 "phpunit/phpunit": "^4.8.0",
  245.                 "satooshi/php-coveralls": "dev-master"
  246.             },
  247.             "suggest": {
  248.                 "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  249.             },
  250.             "type": "library",
  251.             "extra": {
  252.                 "branch-alias": {
  253.                     "dev-master": "2.0.x-dev"
  254.                 }
  255.             },
  256.             "autoload": {
  257.                 "psr-4": {
  258.                     "Egulias\\EmailValidator\\": "EmailValidator"
  259.                 }
  260.             },
  261.             "notification-url": "https://packagist.org/downloads/",
  262.             "license": [
  263.                 "MIT"
  264.             ],
  265.             "authors": [
  266.                 {
  267.                     "name": "Eduardo Gulias Davis"
  268.                 }
  269.             ],
  270.             "description": "A library for validating emails against several RFCs",
  271.             "homepage": "https://github.com/egulias/EmailValidator",
  272.             "keywords": [
  273.                 "email",
  274.                 "emailvalidation",
  275.                 "emailvalidator",
  276.                 "validation",
  277.                 "validator"
  278.             ],
  279.             "time": "2017-01-30T22:07:36+00:00"
  280.         },
  281.         {
  282.             "name": "erusev/parsedown",
  283.             "version": "1.6.3",
  284.             "source": {
  285.                 "type": "git",
  286.                 "url": "https://github.com/erusev/parsedown.git",
  287.                 "reference": "728952b90a333b5c6f77f06ea9422b94b585878d"
  288.             },
  289.             "dist": {
  290.                 "type": "zip",
  291.                 "url": "https://api.github.com/repos/erusev/parsedown/zipball/728952b90a333b5c6f77f06ea9422b94b585878d",
  292.                 "reference": "728952b90a333b5c6f77f06ea9422b94b585878d",
  293.                 "shasum": ""
  294.             },
  295.             "require": {
  296.                 "php": ">=5.3.0"
  297.             },
  298.             "type": "library",
  299.             "autoload": {
  300.                 "psr-0": {
  301.                     "Parsedown": ""
  302.                 }
  303.             },
  304.             "notification-url": "https://packagist.org/downloads/",
  305.             "license": [
  306.                 "MIT"
  307.             ],
  308.             "authors": [
  309.                 {
  310.                     "name": "Emanuil Rusev",
  311.                     "email": "hello@erusev.com",
  312.                     "homepage": "http://erusev.com"
  313.                 }
  314.             ],
  315.             "description": "Parser for Markdown.",
  316.             "homepage": "http://parsedown.org",
  317.             "keywords": [
  318.                 "markdown",
  319.                 "parser"
  320.             ],
  321.             "time": "2017-05-14T14:47:48+00:00"
  322.         },
  323.         {
  324.             "name": "jakub-onderka/php-console-color",
  325.             "version": "0.1",
  326.             "source": {
  327.                 "type": "git",
  328.                 "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
  329.                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
  330.             },
  331.             "dist": {
  332.                 "type": "zip",
  333.                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
  334.                 "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
  335.                 "shasum": ""
  336.             },
  337.             "require": {
  338.                 "php": ">=5.3.2"
  339.             },
  340.             "require-dev": {
  341.                 "jakub-onderka/php-code-style": "1.0",
  342.                 "jakub-onderka/php-parallel-lint": "0.*",
  343.                 "jakub-onderka/php-var-dump-check": "0.*",
  344.                 "phpunit/phpunit": "3.7.*",
  345.                 "squizlabs/php_codesniffer": "1.*"
  346.             },
  347.             "type": "library",
  348.             "autoload": {
  349.                 "psr-0": {
  350.                     "JakubOnderka\\PhpConsoleColor": "src/"
  351.                 }
  352.             },
  353.             "notification-url": "https://packagist.org/downloads/",
  354.             "license": [
  355.                 "BSD-2-Clause"
  356.             ],
  357.             "authors": [
  358.                 {
  359.                     "name": "Jakub Onderka",
  360.                     "email": "jakub.onderka@gmail.com",
  361.                     "homepage": "http://www.acci.cz"
  362.                 }
  363.             ],
  364.             "time": "2014-04-08T15:00:19+00:00"
  365.         },
  366.         {
  367.             "name": "jakub-onderka/php-console-highlighter",
  368.             "version": "v0.3.2",
  369.             "source": {
  370.                 "type": "git",
  371.                 "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
  372.                 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
  373.             },
  374.             "dist": {
  375.                 "type": "zip",
  376.                 "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  377.                 "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  378.                 "shasum": ""
  379.             },
  380.             "require": {
  381.                 "jakub-onderka/php-console-color": "~0.1",
  382.                 "php": ">=5.3.0"
  383.             },
  384.             "require-dev": {
  385.                 "jakub-onderka/php-code-style": "~1.0",
  386.                 "jakub-onderka/php-parallel-lint": "~0.5",
  387.                 "jakub-onderka/php-var-dump-check": "~0.1",
  388.                 "phpunit/phpunit": "~4.0",
  389.                 "squizlabs/php_codesniffer": "~1.5"
  390.             },
  391.             "type": "library",
  392.             "autoload": {
  393.                 "psr-0": {
  394.                     "JakubOnderka\\PhpConsoleHighlighter": "src/"
  395.                 }
  396.             },
  397.             "notification-url": "https://packagist.org/downloads/",
  398.             "license": [
  399.                 "MIT"
  400.             ],
  401.             "authors": [
  402.                 {
  403.                     "name": "Jakub Onderka",
  404.                     "email": "acci@acci.cz",
  405.                     "homepage": "http://www.acci.cz/"
  406.                 }
  407.             ],
  408.             "time": "2015-04-20T18:58:01+00:00"
  409.         },
  410.         {
  411.             "name": "jeremeamia/SuperClosure",
  412.             "version": "2.3.0",
  413.             "source": {
  414.                 "type": "git",
  415.                 "url": "https://github.com/jeremeamia/super_closure.git",
  416.                 "reference": "443c3df3207f176a1b41576ee2a66968a507b3db"
  417.             },
  418.             "dist": {
  419.                 "type": "zip",
  420.                 "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/443c3df3207f176a1b41576ee2a66968a507b3db",
  421.                 "reference": "443c3df3207f176a1b41576ee2a66968a507b3db",
  422.                 "shasum": ""
  423.             },
  424.             "require": {
  425.                 "nikic/php-parser": "^1.2|^2.0|^3.0",
  426.                 "php": ">=5.4",
  427.                 "symfony/polyfill-php56": "^1.0"
  428.             },
  429.             "require-dev": {
  430.                 "phpunit/phpunit": "^4.0|^5.0"
  431.             },
  432.             "type": "library",
  433.             "extra": {
  434.                 "branch-alias": {
  435.                     "dev-master": "2.3-dev"
  436.                 }
  437.             },
  438.             "autoload": {
  439.                 "psr-4": {
  440.                     "SuperClosure\\": "src/"
  441.                 }
  442.             },
  443.             "notification-url": "https://packagist.org/downloads/",
  444.             "license": [
  445.                 "MIT"
  446.             ],
  447.             "authors": [
  448.                 {
  449.                     "name": "Jeremy Lindblom",
  450.                     "email": "jeremeamia@gmail.com",
  451.                     "homepage": "https://github.com/jeremeamia",
  452.                     "role": "Developer"
  453.                 }
  454.             ],
  455.             "description": "Serialize Closure objects, including their context and binding",
  456.             "homepage": "https://github.com/jeremeamia/super_closure",
  457.             "keywords": [
  458.                 "closure",
  459.                 "function",
  460.                 "lambda",
  461.                 "parser",
  462.                 "serializable",
  463.                 "serialize",
  464.                 "tokenizer"
  465.             ],
  466.             "time": "2016-12-07T09:37:55+00:00"
  467.         },
  468.         {
  469.             "name": "laravel/framework",
  470.             "version": "v5.5.19",
  471.             "source": {
  472.                 "type": "git",
  473.                 "url": "https://github.com/laravel/framework.git",
  474.                 "reference": "c678100e84934ec85c9f8bc26bd0a60222682719"
  475.             },
  476.             "dist": {
  477.                 "type": "zip",
  478.                 "url": "https://api.github.com/repos/laravel/framework/zipball/c678100e84934ec85c9f8bc26bd0a60222682719",
  479.                 "reference": "c678100e84934ec85c9f8bc26bd0a60222682719",
  480.                 "shasum": ""
  481.             },
  482.             "require": {
  483.                 "doctrine/inflector": "~1.1",
  484.                 "erusev/parsedown": "~1.6",
  485.                 "ext-mbstring": "*",
  486.                 "ext-openssl": "*",
  487.                 "league/flysystem": "~1.0",
  488.                 "monolog/monolog": "~1.12",
  489.                 "mtdowling/cron-expression": "~1.0",
  490.                 "nesbot/carbon": "~1.20",
  491.                 "php": ">=7.0",
  492.                 "psr/container": "~1.0",
  493.                 "psr/simple-cache": "^1.0",
  494.                 "ramsey/uuid": "~3.0",
  495.                 "swiftmailer/swiftmailer": "~6.0",
  496.                 "symfony/console": "~3.3",
  497.                 "symfony/debug": "~3.3",
  498.                 "symfony/finder": "~3.3",
  499.                 "symfony/http-foundation": "~3.3",
  500.                 "symfony/http-kernel": "~3.3",
  501.                 "symfony/process": "~3.3",
  502.                 "symfony/routing": "~3.3",
  503.                 "symfony/var-dumper": "~3.3",
  504.                 "tijsverkoyen/css-to-inline-styles": "~2.2",
  505.                 "vlucas/phpdotenv": "~2.2"
  506.             },
  507.             "replace": {
  508.                 "illuminate/auth": "self.version",
  509.                 "illuminate/broadcasting": "self.version",
  510.                 "illuminate/bus": "self.version",
  511.                 "illuminate/cache": "self.version",
  512.                 "illuminate/config": "self.version",
  513.                 "illuminate/console": "self.version",
  514.                 "illuminate/container": "self.version",
  515.                 "illuminate/contracts": "self.version",
  516.                 "illuminate/cookie": "self.version",
  517.                 "illuminate/database": "self.version",
  518.                 "illuminate/encryption": "self.version",
  519.                 "illuminate/events": "self.version",
  520.                 "illuminate/filesystem": "self.version",
  521.                 "illuminate/hashing": "self.version",
  522.                 "illuminate/http": "self.version",
  523.                 "illuminate/log": "self.version",
  524.                 "illuminate/mail": "self.version",
  525.                 "illuminate/notifications": "self.version",
  526.                 "illuminate/pagination": "self.version",
  527.                 "illuminate/pipeline": "self.version",
  528.                 "illuminate/queue": "self.version",
  529.                 "illuminate/redis": "self.version",
  530.                 "illuminate/routing": "self.version",
  531.                 "illuminate/session": "self.version",
  532.                 "illuminate/support": "self.version",
  533.                 "illuminate/translation": "self.version",
  534.                 "illuminate/validation": "self.version",
  535.                 "illuminate/view": "self.version",
  536.                 "tightenco/collect": "self.version"
  537.             },
  538.             "require-dev": {
  539.                 "aws/aws-sdk-php": "~3.0",
  540.                 "doctrine/dbal": "~2.5",
  541.                 "filp/whoops": "^2.1.4",
  542.                 "mockery/mockery": "~1.0",
  543.                 "orchestra/testbench-core": "3.5.*",
  544.                 "pda/pheanstalk": "~3.0",
  545.                 "phpunit/phpunit": "~6.0",
  546.                 "predis/predis": "^1.1.1",
  547.                 "symfony/css-selector": "~3.3",
  548.                 "symfony/dom-crawler": "~3.3"
  549.             },
  550.             "suggest": {
  551.                 "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
  552.                 "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.5).",
  553.                 "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
  554.                 "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
  555.                 "laravel/tinker": "Required to use the tinker console command (~1.0).",
  556.                 "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
  557.                 "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
  558.                 "nexmo/client": "Required to use the Nexmo transport (~1.0).",
  559.                 "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
  560.                 "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
  561.                 "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
  562.                 "symfony/css-selector": "Required to use some of the crawler integration testing tools (~3.3).",
  563.                 "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~3.3).",
  564.                 "symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)."
  565.             },
  566.             "type": "library",
  567.             "extra": {
  568.                 "branch-alias": {
  569.                     "dev-master": "5.5-dev"
  570.                 }
  571.             },
  572.             "autoload": {
  573.                 "files": [
  574.                     "src/Illuminate/Foundation/helpers.php",
  575.                     "src/Illuminate/Support/helpers.php"
  576.                 ],
  577.                 "psr-4": {
  578.                     "Illuminate\\": "src/Illuminate/"
  579.                 }
  580.             },
  581.             "notification-url": "https://packagist.org/downloads/",
  582.             "license": [
  583.                 "MIT"
  584.             ],
  585.             "authors": [
  586.                 {
  587.                     "name": "Taylor Otwell",
  588.                     "email": "taylor@laravel.com"
  589.                 }
  590.             ],
  591.             "description": "The Laravel Framework.",
  592.             "homepage": "https://laravel.com",
  593.             "keywords": [
  594.                 "framework",
  595.                 "laravel"
  596.             ],
  597.             "time": "2017-10-25T19:10:45+00:00"
  598.         },
  599.         {
  600.             "name": "laravel/tinker",
  601.             "version": "v1.0.2",
  602.             "source": {
  603.                 "type": "git",
  604.                 "url": "https://github.com/laravel/tinker.git",
  605.                 "reference": "203978fd67f118902acff95925847e70b72e3daf"
  606.             },
  607.             "dist": {
  608.                 "type": "zip",
  609.                 "url": "https://api.github.com/repos/laravel/tinker/zipball/203978fd67f118902acff95925847e70b72e3daf",
  610.                 "reference": "203978fd67f118902acff95925847e70b72e3daf",
  611.                 "shasum": ""
  612.             },
  613.             "require": {
  614.                 "illuminate/console": "~5.1",
  615.                 "illuminate/contracts": "~5.1",
  616.                 "illuminate/support": "~5.1",
  617.                 "php": ">=5.5.9",
  618.                 "psy/psysh": "0.7.*|0.8.*",
  619.                 "symfony/var-dumper": "~3.0"
  620.             },
  621.             "require-dev": {
  622.                 "phpunit/phpunit": "~4.0|~5.0"
  623.             },
  624.             "suggest": {
  625.                 "illuminate/database": "The Illuminate Database package (~5.1)."
  626.             },
  627.             "type": "library",
  628.             "extra": {
  629.                 "branch-alias": {
  630.                     "dev-master": "1.0-dev"
  631.                 },
  632.                 "laravel": {
  633.                     "providers": [
  634.                         "Laravel\\Tinker\\TinkerServiceProvider"
  635.                     ]
  636.                 }
  637.             },
  638.             "autoload": {
  639.                 "psr-4": {
  640.                     "Laravel\\Tinker\\": "src/"
  641.                 }
  642.             },
  643.             "notification-url": "https://packagist.org/downloads/",
  644.             "license": [
  645.                 "MIT"
  646.             ],
  647.             "authors": [
  648.                 {
  649.                     "name": "Taylor Otwell",
  650.                     "email": "taylor@laravel.com"
  651.                 }
  652.             ],
  653.             "description": "Powerful REPL for the Laravel framework.",
  654.             "keywords": [
  655.                 "REPL",
  656.                 "Tinker",
  657.                 "laravel",
  658.                 "psysh"
  659.             ],
  660.             "time": "2017-07-13T13:11:05+00:00"
  661.         },
  662.         {
  663.             "name": "laravelcollective/html",
  664.             "version": "v5.5.1",
  665.             "source": {
  666.                 "type": "git",
  667.                 "url": "https://github.com/LaravelCollective/html.git",
  668.                 "reference": "2f6dc39ab3655724a615fe8a652d8b7f04fc9ac6"
  669.             },
  670.             "dist": {
  671.                 "type": "zip",
  672.                 "url": "https://api.github.com/repos/LaravelCollective/html/zipball/2f6dc39ab3655724a615fe8a652d8b7f04fc9ac6",
  673.                 "reference": "2f6dc39ab3655724a615fe8a652d8b7f04fc9ac6",
  674.                 "shasum": ""
  675.             },
  676.             "require": {
  677.                 "illuminate/http": "5.5.*",
  678.                 "illuminate/routing": "5.5.*",
  679.                 "illuminate/session": "5.5.*",
  680.                 "illuminate/support": "5.5.*",
  681.                 "illuminate/view": "5.5.*",
  682.                 "php": ">=7.0.0"
  683.             },
  684.             "require-dev": {
  685.                 "illuminate/database": "5.5.*",
  686.                 "mockery/mockery": "~0.9.4",
  687.                 "phpunit/phpunit": "~5.4"
  688.             },
  689.             "type": "library",
  690.             "extra": {
  691.                 "laravel": {
  692.                     "providers": [
  693.                         "Collective\\Html\\HtmlServiceProvider"
  694.                     ],
  695.                     "aliases": {
  696.                         "Form": "Collective\\Html\\FormFacade",
  697.                         "Html": "Collective\\Html\\HtmlFacade"
  698.                     }
  699.                 }
  700.             },
  701.             "autoload": {
  702.                 "psr-4": {
  703.                     "Collective\\Html\\": "src/"
  704.                 },
  705.                 "files": [
  706.                     "src/helpers.php"
  707.                 ]
  708.             },
  709.             "notification-url": "https://packagist.org/downloads/",
  710.             "license": [
  711.                 "MIT"
  712.             ],
  713.             "authors": [
  714.                 {
  715.                     "name": "Taylor Otwell",
  716.                     "email": "taylorotwell@gmail.com"
  717.                 },
  718.                 {
  719.                     "name": "Adam Engebretson",
  720.                     "email": "adam@laravelcollective.com"
  721.                 }
  722.             ],
  723.             "description": "HTML and Form Builders for the Laravel Framework",
  724.             "homepage": "http://laravelcollective.com",
  725.             "time": "2017-08-31T14:46:03+00:00"
  726.         },
  727.         {
  728.             "name": "league/flysystem",
  729.             "version": "1.0.41",
  730.             "source": {
  731.                 "type": "git",
  732.                 "url": "https://github.com/thephpleague/flysystem.git",
  733.                 "reference": "f400aa98912c561ba625ea4065031b7a41e5a155"
  734.             },
  735.             "dist": {
  736.                 "type": "zip",
  737.                 "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f400aa98912c561ba625ea4065031b7a41e5a155",
  738.                 "reference": "f400aa98912c561ba625ea4065031b7a41e5a155",
  739.                 "shasum": ""
  740.             },
  741.             "require": {
  742.                 "php": ">=5.5.9"
  743.             },
  744.             "conflict": {
  745.                 "league/flysystem-sftp": "<1.0.6"
  746.             },
  747.             "require-dev": {
  748.                 "ext-fileinfo": "*",
  749.                 "mockery/mockery": "~0.9",
  750.                 "phpspec/phpspec": "^2.2",
  751.                 "phpunit/phpunit": "~4.8"
  752.             },
  753.             "suggest": {
  754.                 "ext-fileinfo": "Required for MimeType",
  755.                 "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  756.                 "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  757.                 "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  758.                 "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  759.                 "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  760.                 "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  761.                 "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  762.                 "league/flysystem-webdav": "Allows you to use WebDAV storage",
  763.                 "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  764.                 "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  765.                 "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  766.             },
  767.             "type": "library",
  768.             "extra": {
  769.                 "branch-alias": {
  770.                     "dev-master": "1.1-dev"
  771.                 }
  772.             },
  773.             "autoload": {
  774.                 "psr-4": {
  775.                     "League\\Flysystem\\": "src/"
  776.                 }
  777.             },
  778.             "notification-url": "https://packagist.org/downloads/",
  779.             "license": [
  780.                 "MIT"
  781.             ],
  782.             "authors": [
  783.                 {
  784.                     "name": "Frank de Jonge",
  785.                     "email": "info@frenky.net"
  786.                 }
  787.             ],
  788.             "description": "Filesystem abstraction: Many filesystems, one API.",
  789.             "keywords": [
  790.                 "Cloud Files",
  791.                 "WebDAV",
  792.                 "abstraction",
  793.                 "aws",
  794.                 "cloud",
  795.                 "copy.com",
  796.                 "dropbox",
  797.                 "file systems",
  798.                 "files",
  799.                 "filesystem",
  800.                 "filesystems",
  801.                 "ftp",
  802.                 "rackspace",
  803.                 "remote",
  804.                 "s3",
  805.                 "sftp",
  806.                 "storage"
  807.             ],
  808.             "time": "2017-08-06T17:41:04+00:00"
  809.         },
  810.         {
  811. <<<<<<< HEAD
  812.             "name": "league/fractal",
  813.             "version": "0.17.0",
  814.             "source": {
  815.                 "type": "git",
  816.                 "url": "https://github.com/thephpleague/fractal.git",
  817.                 "reference": "a0b350824f22fc2fdde2500ce9d6851a3f275b0e"
  818.             },
  819.             "dist": {
  820.                 "type": "zip",
  821.                 "url": "https://api.github.com/repos/thephpleague/fractal/zipball/a0b350824f22fc2fdde2500ce9d6851a3f275b0e",
  822.                 "reference": "a0b350824f22fc2fdde2500ce9d6851a3f275b0e",
  823.                 "shasum": ""
  824.             },
  825.             "require": {
  826.                 "php": ">=5.4"
  827.             },
  828.             "require-dev": {
  829.                 "doctrine/orm": "^2.5",
  830.                 "illuminate/contracts": "~5.0",
  831.                 "mockery/mockery": "~0.9",
  832.                 "pagerfanta/pagerfanta": "~1.0.0",
  833.                 "phpunit/phpunit": "~4.0",
  834.                 "squizlabs/php_codesniffer": "~1.5",
  835.                 "zendframework/zend-paginator": "~2.3"
  836.             },
  837.             "suggest": {
  838.                 "illuminate/pagination": "The Illuminate Pagination component.",
  839.                 "pagerfanta/pagerfanta": "Pagerfanta Paginator",
  840.                 "zendframework/zend-paginator": "Zend Framework Paginator"
  841.             },
  842.             "type": "library",
  843.             "extra": {
  844.                 "branch-alias": {
  845.                     "dev-master": "0.13-dev"
  846.                 }
  847.             },
  848.             "autoload": {
  849.                 "psr-4": {
  850.                     "League\\Fractal\\": "src"
  851.                 }
  852.             },
  853.             "notification-url": "https://packagist.org/downloads/",
  854.             "license": [
  855.                 "MIT"
  856.             ],
  857.             "authors": [
  858.                 {
  859.                     "name": "Phil Sturgeon",
  860.                     "email": "me@philsturgeon.uk",
  861.                     "homepage": "http://philsturgeon.uk/",
  862.                     "role": "Developer"
  863.                 }
  864.             ],
  865.             "description": "Handle the output of complex data structures ready for API output.",
  866.             "homepage": "http://fractal.thephpleague.com/",
  867.             "keywords": [
  868.                 "api",
  869.                 "json",
  870.                 "league",
  871.                 "rest"
  872.             ],
  873.             "time": "2017-06-12T11:04:56+00:00"
  874.         },
  875.         {
  876. >>>>>>> 2ab5339d561c0fc70e60e1c6c99bc39808a858bc
  877.             "name": "maatwebsite/excel",
  878.             "version": "2.1.23",
  879.             "source": {
  880.                 "type": "git",
  881.                 "url": "https://github.com/Maatwebsite/Laravel-Excel.git",
  882.                 "reference": "8682c955601b6de15a8c7d6e373b927cc8380627"
  883.             },
  884.             "dist": {
  885.                 "type": "zip",
  886.                 "url": "https://api.github.com/repos/Maatwebsite/Laravel-Excel/zipball/8682c955601b6de15a8c7d6e373b927cc8380627",
  887.                 "reference": "8682c955601b6de15a8c7d6e373b927cc8380627",
  888.                 "shasum": ""
  889.             },
  890.             "require": {
  891.                 "illuminate/cache": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
  892.                 "illuminate/config": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
  893.                 "illuminate/filesystem": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
  894.                 "illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
  895.                 "jeremeamia/superclosure": "^2.3",
  896.                 "nesbot/carbon": "~1.0",
  897.                 "php": ">=5.5",
  898.                 "phpoffice/phpexcel": "1.8.*",
  899.                 "tijsverkoyen/css-to-inline-styles": "~2.0"
  900.             },
  901.             "require-dev": {
  902.                 "mockery/mockery": "~0.9",
  903.                 "orchestra/testbench": "3.1.*|3.2.*|3.3.*|3.4.*|3.5.*",
  904.                 "phpseclib/phpseclib": "~1.0",
  905.                 "phpunit/phpunit": "~4.0"
  906.             },
  907.             "suggest": {
  908.                 "illuminate/http": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
  909.                 "illuminate/queue": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
  910.                 "illuminate/routing": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*",
  911.                 "illuminate/view": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
  912.             },
  913.             "type": "library",
  914.             "extra": {
  915.                 "laravel": {
  916.                     "providers": [
  917.                         "Maatwebsite\\Excel\\ExcelServiceProvider"
  918.                     ],
  919.                     "aliases": {
  920.                         "Excel": "Maatwebsite\\Excel\\Facades\\Excel"
  921.                     }
  922.                 }
  923.             },
  924.             "autoload": {
  925.                 "classmap": [
  926.                     "src/Maatwebsite/Excel"
  927.                 ],
  928.                 "psr-0": {
  929.                     "Maatwebsite\\Excel\\": "src/"
  930.                 }
  931.             },
  932.             "notification-url": "https://packagist.org/downloads/",
  933.             "license": [
  934.                 "LGPL"
  935.             ],
  936.             "authors": [
  937.                 {
  938.                     "name": "Maatwebsite.nl",
  939.                     "email": "patrick@maatwebsite.nl"
  940.                 }
  941.             ],
  942.             "description": "An eloquent way of importing and exporting Excel and CSV in Laravel 4 with the power of PHPExcel",
  943.             "keywords": [
  944.                 "PHPExcel",
  945.                 "batch",
  946.                 "csv",
  947.                 "excel",
  948.                 "export",
  949.                 "import",
  950.                 "laravel"
  951.             ],
  952.             "time": "2017-09-19T19:36:48+00:00"
  953.         },
  954.         {
  955.             "name": "monolog/monolog",
  956.             "version": "1.23.0",
  957.             "source": {
  958.                 "type": "git",
  959.                 "url": "https://github.com/Seldaek/monolog.git",
  960.                 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
  961.             },
  962.             "dist": {
  963.                 "type": "zip",
  964.                 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  965.                 "reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
  966.                 "shasum": ""
  967.             },
  968.             "require": {
  969.                 "php": ">=5.3.0",
  970.                 "psr/log": "~1.0"
  971.             },
  972.             "provide": {
  973.                 "psr/log-implementation": "1.0.0"
  974.             },
  975.             "require-dev": {
  976.                 "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  977.                 "doctrine/couchdb": "~1.0@dev",
  978.                 "graylog2/gelf-php": "~1.0",
  979.                 "jakub-onderka/php-parallel-lint": "0.9",
  980.                 "php-amqplib/php-amqplib": "~2.4",
  981.                 "php-console/php-console": "^3.1.3",
  982.                 "phpunit/phpunit": "~4.5",
  983.                 "phpunit/phpunit-mock-objects": "2.3.0",
  984.                 "ruflin/elastica": ">=0.90 <3.0",
  985.                 "sentry/sentry": "^0.13",
  986.                 "swiftmailer/swiftmailer": "^5.3|^6.0"
  987.             },
  988.             "suggest": {
  989.                 "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  990.                 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  991.                 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  992.                 "ext-mongo": "Allow sending log messages to a MongoDB server",
  993.                 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  994.                 "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  995.                 "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  996.                 "php-console/php-console": "Allow sending log messages to Google Chrome",
  997.                 "rollbar/rollbar": "Allow sending log messages to Rollbar",
  998.                 "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  999.                 "sentry/sentry": "Allow sending log messages to a Sentry server"
  1000.             },
  1001.             "type": "library",
  1002.             "extra": {
  1003.                 "branch-alias": {
  1004.                     "dev-master": "2.0.x-dev"
  1005.                 }
  1006.             },
  1007.             "autoload": {
  1008.                 "psr-4": {
  1009.                     "Monolog\\": "src/Monolog"
  1010.                 }
  1011.             },
  1012.             "notification-url": "https://packagist.org/downloads/",
  1013.             "license": [
  1014.                 "MIT"
  1015.             ],
  1016.             "authors": [
  1017.                 {
  1018.                     "name": "Jordi Boggiano",
  1019.                     "email": "j.boggiano@seld.be",
  1020.                     "homepage": "http://seld.be"
  1021.                 }
  1022.             ],
  1023.             "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1024.             "homepage": "http://github.com/Seldaek/monolog",
  1025.             "keywords": [
  1026.                 "log",
  1027.                 "logging",
  1028.                 "psr-3"
  1029.             ],
  1030.             "time": "2017-06-19T01:22:40+00:00"
  1031.         },
  1032.         {
  1033.             "name": "mtdowling/cron-expression",
  1034.             "version": "v1.2.0",
  1035.             "source": {
  1036.                 "type": "git",
  1037.                 "url": "https://github.com/mtdowling/cron-expression.git",
  1038.                 "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad"
  1039.             },
  1040.             "dist": {
  1041.                 "type": "zip",
  1042.                 "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/9504fa9ea681b586028adaaa0877db4aecf32bad",
  1043.                 "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad",
  1044.                 "shasum": ""
  1045.             },
  1046.             "require": {
  1047.                 "php": ">=5.3.2"
  1048.             },
  1049.             "require-dev": {
  1050.                 "phpunit/phpunit": "~4.0|~5.0"
  1051.             },
  1052.             "type": "library",
  1053.             "autoload": {
  1054.                 "psr-4": {
  1055.                     "Cron\\": "src/Cron/"
  1056.                 }
  1057.             },
  1058.             "notification-url": "https://packagist.org/downloads/",
  1059.             "license": [
  1060.                 "MIT"
  1061.             ],
  1062.             "authors": [
  1063.                 {
  1064.                     "name": "Michael Dowling",
  1065.                     "email": "mtdowling@gmail.com",
  1066.                     "homepage": "https://github.com/mtdowling"
  1067.                 }
  1068.             ],
  1069.             "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  1070.             "keywords": [
  1071.                 "cron",
  1072.                 "schedule"
  1073.             ],
  1074.             "time": "2017-01-23T04:29:33+00:00"
  1075.         },
  1076.         {
  1077.             "name": "nesbot/carbon",
  1078.             "version": "1.22.1",
  1079.             "source": {
  1080.                 "type": "git",
  1081.                 "url": "https://github.com/briannesbitt/Carbon.git",
  1082.                 "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc"
  1083.             },
  1084.             "dist": {
  1085.                 "type": "zip",
  1086.                 "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
  1087.                 "reference": "7cdf42c0b1cc763ab7e4c33c47a24e27c66bfccc",
  1088.                 "shasum": ""
  1089.             },
  1090.             "require": {
  1091.                 "php": ">=5.3.0",
  1092.                 "symfony/translation": "~2.6 || ~3.0"
  1093.             },
  1094.             "require-dev": {
  1095.                 "friendsofphp/php-cs-fixer": "~2",
  1096.                 "phpunit/phpunit": "~4.0 || ~5.0"
  1097.             },
  1098.             "type": "library",
  1099.             "extra": {
  1100.                 "branch-alias": {
  1101.                     "dev-master": "1.23-dev"
  1102.                 }
  1103.             },
  1104.             "autoload": {
  1105.                 "psr-4": {
  1106.                     "Carbon\\": "src/Carbon/"
  1107.                 }
  1108.             },
  1109.             "notification-url": "https://packagist.org/downloads/",
  1110.             "license": [
  1111.                 "MIT"
  1112.             ],
  1113.             "authors": [
  1114.                 {
  1115.                     "name": "Brian Nesbitt",
  1116.                     "email": "brian@nesbot.com",
  1117.                     "homepage": "http://nesbot.com"
  1118.                 }
  1119.             ],
  1120.             "description": "A simple API extension for DateTime.",
  1121.             "homepage": "http://carbon.nesbot.com",
  1122.             "keywords": [
  1123.                 "date",
  1124.                 "datetime",
  1125.                 "time"
  1126.             ],
  1127.             "time": "2017-01-16T07:55:07+00:00"
  1128.         },
  1129.         {
  1130.             "name": "nikic/php-parser",
  1131.             "version": "v3.1.1",
  1132.             "source": {
  1133.                 "type": "git",
  1134.                 "url": "https://github.com/nikic/PHP-Parser.git",
  1135.                 "reference": "a1e8e1a30e1352f118feff1a8481066ddc2f234a"
  1136.             },
  1137.             "dist": {
  1138.                 "type": "zip",
  1139.                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a1e8e1a30e1352f118feff1a8481066ddc2f234a",
  1140.                 "reference": "a1e8e1a30e1352f118feff1a8481066ddc2f234a",
  1141.                 "shasum": ""
  1142.             },
  1143.             "require": {
  1144.                 "ext-tokenizer": "*",
  1145.                 "php": ">=5.5"
  1146.             },
  1147.             "require-dev": {
  1148.                 "phpunit/phpunit": "~4.0|~5.0"
  1149.             },
  1150.             "bin": [
  1151.                 "bin/php-parse"
  1152.             ],
  1153.             "type": "library",
  1154.             "extra": {
  1155.                 "branch-alias": {
  1156.                     "dev-master": "3.0-dev"
  1157.                 }
  1158.             },
  1159.             "autoload": {
  1160.                 "psr-4": {
  1161.                     "PhpParser\\": "lib/PhpParser"
  1162.                 }
  1163.             },
  1164.             "notification-url": "https://packagist.org/downloads/",
  1165.             "license": [
  1166.                 "BSD-3-Clause"
  1167.             ],
  1168.             "authors": [
  1169.                 {
  1170.                     "name": "Nikita Popov"
  1171.                 }
  1172.             ],
  1173.             "description": "A PHP parser written in PHP",
  1174.             "keywords": [
  1175.                 "parser",
  1176.                 "php"
  1177.             ],
  1178.             "time": "2017-09-02T17:10:46+00:00"
  1179.         },
  1180.         {
  1181.             "name": "paragonie/random_compat",
  1182.             "version": "v2.0.11",
  1183.             "source": {
  1184.                 "type": "git",
  1185.                 "url": "https://github.com/paragonie/random_compat.git",
  1186.                 "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8"
  1187.             },
  1188.             "dist": {
  1189.                 "type": "zip",
  1190.                 "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8",
  1191.                 "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8",
  1192.                 "shasum": ""
  1193.             },
  1194.             "require": {
  1195.                 "php": ">=5.2.0"
  1196.             },
  1197.             "require-dev": {
  1198.                 "phpunit/phpunit": "4.*|5.*"
  1199.             },
  1200.             "suggest": {
  1201.                 "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  1202.             },
  1203.             "type": "library",
  1204.             "autoload": {
  1205.                 "files": [
  1206.                     "lib/random.php"
  1207.                 ]
  1208.             },
  1209.             "notification-url": "https://packagist.org/downloads/",
  1210.             "license": [
  1211.                 "MIT"
  1212.             ],
  1213.             "authors": [
  1214.                 {
  1215.                     "name": "Paragon Initiative Enterprises",
  1216.                     "email": "security@paragonie.com",
  1217.                     "homepage": "https://paragonie.com"
  1218.                 }
  1219.             ],
  1220.             "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  1221.             "keywords": [
  1222.                 "csprng",
  1223.                 "pseudorandom",
  1224.                 "random"
  1225.             ],
  1226.             "time": "2017-09-27T21:40:39+00:00"
  1227.         },
  1228.         {
  1229. <<<<<<< HEAD
  1230.             "name": "phenx/php-font-lib",
  1231.             "version": "0.4",
  1232.             "source": {
  1233.                 "type": "git",
  1234.                 "url": "https://github.com/PhenX/php-font-lib.git",
  1235.                 "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088"
  1236.             },
  1237.             "dist": {
  1238.                 "type": "zip",
  1239.                 "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
  1240.                 "reference": "b8af0cacdc3cbf1e41a586fcb78f506f4121a088",
  1241.                 "shasum": ""
  1242.             },
  1243.             "type": "library",
  1244.             "autoload": {
  1245.                 "psr-0": {
  1246.                     "FontLib\\": "src/"
  1247.                 }
  1248.             },
  1249.             "notification-url": "https://packagist.org/downloads/",
  1250.             "license": [
  1251.                 "LGPL-3.0"
  1252.             ],
  1253.             "authors": [
  1254.                 {
  1255.                     "name": "Fabien Ménager",
  1256.                     "email": "fabien.menager@gmail.com"
  1257.                 }
  1258.             ],
  1259.             "description": "A library to read, parse, export and make subsets of different types of font files.",
  1260.             "homepage": "https://github.com/PhenX/php-font-lib",
  1261.             "time": "2015-05-06T20:02:39+00:00"
  1262.         },
  1263.         {
  1264.             "name": "phenx/php-svg-lib",
  1265.             "version": "0.1",
  1266.             "source": {
  1267.                 "type": "git",
  1268.                 "url": "https://github.com/PhenX/php-svg-lib.git",
  1269.                 "reference": "b419766515b3426c6da74b0e29e93d71c4f17099"
  1270.             },
  1271.             "dist": {
  1272.                 "type": "zip",
  1273.                 "url": "https://api.github.com/repos/PhenX/php-svg-lib/zipball/b419766515b3426c6da74b0e29e93d71c4f17099",
  1274.                 "reference": "b419766515b3426c6da74b0e29e93d71c4f17099",
  1275.                 "shasum": ""
  1276.             },
  1277.             "type": "library",
  1278.             "autoload": {
  1279.                 "psr-0": {
  1280.                     "Svg\\": "src/"
  1281.                 }
  1282.             },
  1283.             "notification-url": "https://packagist.org/downloads/",
  1284.             "license": [
  1285.                 "LGPL-3.0"
  1286.             ],
  1287.             "authors": [
  1288.                 {
  1289.                     "name": "Fabien Ménager",
  1290.                     "email": "fabien.menager@gmail.com"
  1291.                 }
  1292.             ],
  1293.             "description": "A library to read, parse and export to PDF SVG files.",
  1294.             "homepage": "https://github.com/PhenX/php-svg-lib",
  1295.             "time": "2015-05-06T18:49:49+00:00"
  1296.         },
  1297.         {
  1298. =======
  1299. >>>>>>> 2ab5339d561c0fc70e60e1c6c99bc39808a858bc
  1300.             "name": "phpoffice/phpexcel",
  1301.             "version": "1.8.1",
  1302.             "source": {
  1303.                 "type": "git",
  1304.                 "url": "https://github.com/PHPOffice/PHPExcel.git",
  1305.                 "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32"
  1306.             },
  1307.             "dist": {
  1308.                 "type": "zip",
  1309.                 "url": "https://api.github.com/repos/PHPOffice/PHPExcel/zipball/372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
  1310.                 "reference": "372c7cbb695a6f6f1e62649381aeaa37e7e70b32",
  1311.                 "shasum": ""
  1312.             },
  1313.             "require": {
  1314.                 "ext-xml": "*",
  1315.                 "ext-xmlwriter": "*",
  1316.                 "php": ">=5.2.0"
  1317.             },
  1318.             "type": "library",
  1319.             "autoload": {
  1320.                 "psr-0": {
  1321.                     "PHPExcel": "Classes/"
  1322.                 }
  1323.             },
  1324.             "notification-url": "https://packagist.org/downloads/",
  1325.             "license": [
  1326.                 "LGPL"
  1327.             ],
  1328.             "authors": [
  1329.                 {
  1330.                     "name": "Maarten Balliauw",
  1331.                     "homepage": "http://blog.maartenballiauw.be"
  1332.                 },
  1333.                 {
  1334.                     "name": "Mark Baker"
  1335.                 },
  1336.                 {
  1337.                     "name": "Franck Lefevre",
  1338.                     "homepage": "http://blog.rootslabs.net"
  1339.                 },
  1340.                 {
  1341.                     "name": "Erik Tilt"
  1342.                 }
  1343.             ],
  1344.             "description": "PHPExcel - OpenXML - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
  1345.             "homepage": "http://phpexcel.codeplex.com",
  1346.             "keywords": [
  1347.                 "OpenXML",
  1348.                 "excel",
  1349.                 "php",
  1350.                 "spreadsheet",
  1351.                 "xls",
  1352.                 "xlsx"
  1353.             ],
  1354.             "time": "2015-05-01T07:00:55+00:00"
  1355.         },
  1356.         {
  1357.             "name": "psr/container",
  1358.             "version": "1.0.0",
  1359.             "source": {
  1360.                 "type": "git",
  1361.                 "url": "https://github.com/php-fig/container.git",
  1362.                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  1363.             },
  1364.             "dist": {
  1365.                 "type": "zip",
  1366.                 "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1367.                 "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1368.                 "shasum": ""
  1369.             },
  1370.             "require": {
  1371.                 "php": ">=5.3.0"
  1372.             },
  1373.             "type": "library",
  1374.             "extra": {
  1375.                 "branch-alias": {
  1376.                     "dev-master": "1.0.x-dev"
  1377.                 }
  1378.             },
  1379.             "autoload": {
  1380.                 "psr-4": {
  1381.                     "Psr\\Container\\": "src/"
  1382.                 }
  1383.             },
  1384.             "notification-url": "https://packagist.org/downloads/",
  1385.             "license": [
  1386.                 "MIT"
  1387.             ],
  1388.             "authors": [
  1389.                 {
  1390.                     "name": "PHP-FIG",
  1391.                     "homepage": "http://www.php-fig.org/"
  1392.                 }
  1393.             ],
  1394.             "description": "Common Container Interface (PHP FIG PSR-11)",
  1395.             "homepage": "https://github.com/php-fig/container",
  1396.             "keywords": [
  1397.                 "PSR-11",
  1398.                 "container",
  1399.                 "container-interface",
  1400.                 "container-interop",
  1401.                 "psr"
  1402.             ],
  1403.             "time": "2017-02-14T16:28:37+00:00"
  1404.         },
  1405.         {
  1406.             "name": "psr/log",
  1407.             "version": "1.0.2",
  1408.             "source": {
  1409.                 "type": "git",
  1410.                 "url": "https://github.com/php-fig/log.git",
  1411.                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  1412.             },
  1413.             "dist": {
  1414.                 "type": "zip",
  1415.                 "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  1416.                 "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  1417.                 "shasum": ""
  1418.             },
  1419.             "require": {
  1420.                 "php": ">=5.3.0"
  1421.             },
  1422.             "type": "library",
  1423.             "extra": {
  1424.                 "branch-alias": {
  1425.                     "dev-master": "1.0.x-dev"
  1426.                 }
  1427.             },
  1428.             "autoload": {
  1429.                 "psr-4": {
  1430.                     "Psr\\Log\\": "Psr/Log/"
  1431.                 }
  1432.             },
  1433.             "notification-url": "https://packagist.org/downloads/",
  1434.             "license": [
  1435.                 "MIT"
  1436.             ],
  1437.             "authors": [
  1438.                 {
  1439.                     "name": "PHP-FIG",
  1440.                     "homepage": "http://www.php-fig.org/"
  1441.                 }
  1442.             ],
  1443.             "description": "Common interface for logging libraries",
  1444.             "homepage": "https://github.com/php-fig/log",
  1445.             "keywords": [
  1446.                 "log",
  1447.                 "psr",
  1448.                 "psr-3"
  1449.             ],
  1450.             "time": "2016-10-10T12:19:37+00:00"
  1451.         },
  1452.         {
  1453.             "name": "psr/simple-cache",
  1454.             "version": "1.0.0",
  1455.             "source": {
  1456.                 "type": "git",
  1457.                 "url": "https://github.com/php-fig/simple-cache.git",
  1458.                 "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24"
  1459.             },
  1460.             "dist": {
  1461.                 "type": "zip",
  1462.                 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/753fa598e8f3b9966c886fe13f370baa45ef0e24",
  1463.                 "reference": "753fa598e8f3b9966c886fe13f370baa45ef0e24",
  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\\SimpleCache\\": "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 interfaces for simple caching",
  1491.             "keywords": [
  1492.                 "cache",
  1493.                 "caching",
  1494.                 "psr",
  1495.                 "psr-16",
  1496.                 "simple-cache"
  1497.             ],
  1498.             "time": "2017-01-02T13:31:39+00:00"
  1499.         },
  1500.         {
  1501.             "name": "psy/psysh",
  1502.             "version": "v0.8.13",
  1503.             "source": {
  1504.                 "type": "git",
  1505.                 "url": "https://github.com/bobthecow/psysh.git",
  1506.                 "reference": "cdb5593c3684bab74e10fcfffe4a0c8d1c39695d"
  1507.             },
  1508.             "dist": {
  1509.                 "type": "zip",
  1510.                 "url": "https://api.github.com/repos/bobthecow/psysh/zipball/cdb5593c3684bab74e10fcfffe4a0c8d1c39695d",
  1511.                 "reference": "cdb5593c3684bab74e10fcfffe4a0c8d1c39695d",
  1512.                 "shasum": ""
  1513.             },
  1514.             "require": {
  1515.                 "dnoegel/php-xdg-base-dir": "0.1",
  1516.                 "jakub-onderka/php-console-highlighter": "0.3.*",
  1517.                 "nikic/php-parser": "~1.3|~2.0|~3.0",
  1518.                 "php": ">=5.3.9",
  1519.                 "symfony/console": "~2.3.10|^2.4.2|~3.0",
  1520.                 "symfony/var-dumper": "~2.7|~3.0"
  1521.             },
  1522.             "require-dev": {
  1523.                 "friendsofphp/php-cs-fixer": "~1.11",
  1524.                 "hoa/console": "~3.16|~1.14",
  1525.                 "phpunit/phpunit": "~4.4|~5.0",
  1526.                 "symfony/finder": "~2.1|~3.0"
  1527.             },
  1528.             "suggest": {
  1529.                 "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  1530.                 "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  1531.                 "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  1532.                 "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
  1533.                 "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
  1534.             },
  1535.             "bin": [
  1536.                 "bin/psysh"
  1537.             ],
  1538.             "type": "library",
  1539.             "extra": {
  1540.                 "branch-alias": {
  1541.                     "dev-develop": "0.8.x-dev"
  1542.                 }
  1543.             },
  1544.             "autoload": {
  1545.                 "files": [
  1546.                     "src/Psy/functions.php"
  1547.                 ],
  1548.                 "psr-4": {
  1549.                     "Psy\\": "src/Psy/"
  1550.                 }
  1551.             },
  1552.             "notification-url": "https://packagist.org/downloads/",
  1553.             "license": [
  1554.                 "MIT"
  1555.             ],
  1556.             "authors": [
  1557.                 {
  1558.                     "name": "Justin Hileman",
  1559.                     "email": "justin@justinhileman.info",
  1560.                     "homepage": "http://justinhileman.com"
  1561.                 }
  1562.             ],
  1563.             "description": "An interactive shell for modern PHP.",
  1564.             "homepage": "http://psysh.org",
  1565.             "keywords": [
  1566.                 "REPL",
  1567.                 "console",
  1568.                 "interactive",
  1569.                 "shell"
  1570.             ],
  1571.             "time": "2017-10-19T06:13:20+00:00"
  1572.         },
  1573.         {
  1574.             "name": "ramsey/uuid",
  1575.             "version": "3.7.1",
  1576.             "source": {
  1577.                 "type": "git",
  1578.                 "url": "https://github.com/ramsey/uuid.git",
  1579.                 "reference": "45cffe822057a09e05f7bd09ec5fb88eeecd2334"
  1580.             },
  1581.             "dist": {
  1582.                 "type": "zip",
  1583.                 "url": "https://api.github.com/repos/ramsey/uuid/zipball/45cffe822057a09e05f7bd09ec5fb88eeecd2334",
  1584.                 "reference": "45cffe822057a09e05f7bd09ec5fb88eeecd2334",
  1585.                 "shasum": ""
  1586.             },
  1587.             "require": {
  1588.                 "paragonie/random_compat": "^1.0|^2.0",
  1589.                 "php": "^5.4 || ^7.0"
  1590.             },
  1591.             "replace": {
  1592.                 "rhumsaa/uuid": "self.version"
  1593.             },
  1594.             "require-dev": {
  1595.                 "apigen/apigen": "^4.1",
  1596.                 "codeception/aspect-mock": "^1.0 | ^2.0",
  1597.                 "doctrine/annotations": "~1.2.0",
  1598.                 "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ^2.1",
  1599.                 "ircmaxell/random-lib": "^1.1",
  1600.                 "jakub-onderka/php-parallel-lint": "^0.9.0",
  1601.                 "mockery/mockery": "^0.9.4",
  1602.                 "moontoast/math": "^1.1",
  1603.                 "php-mock/php-mock-phpunit": "^0.3|^1.1",
  1604.                 "phpunit/phpunit": "^4.7|>=5.0 <5.4",
  1605.                 "satooshi/php-coveralls": "^0.6.1",
  1606.                 "squizlabs/php_codesniffer": "^2.3"
  1607.             },
  1608.             "suggest": {
  1609.                 "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
  1610.                 "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
  1611.                 "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  1612.                 "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
  1613.                 "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
  1614.                 "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  1615.             },
  1616.             "type": "library",
  1617.             "extra": {
  1618.                 "branch-alias": {
  1619.                     "dev-master": "3.x-dev"
  1620.                 }
  1621.             },
  1622.             "autoload": {
  1623.                 "psr-4": {
  1624.                     "Ramsey\\Uuid\\": "src/"
  1625.                 }
  1626.             },
  1627.             "notification-url": "https://packagist.org/downloads/",
  1628.             "license": [
  1629.                 "MIT"
  1630.             ],
  1631.             "authors": [
  1632.                 {
  1633.                     "name": "Marijn Huizendveld",
  1634.                     "email": "marijn.huizendveld@gmail.com"
  1635.                 },
  1636.                 {
  1637.                     "name": "Thibaud Fabre",
  1638.                     "email": "thibaud@aztech.io"
  1639.                 },
  1640.                 {
  1641.                     "name": "Ben Ramsey",
  1642.                     "email": "ben@benramsey.com",
  1643.                     "homepage": "https://benramsey.com"
  1644.                 }
  1645.             ],
  1646.             "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
  1647.             "homepage": "https://github.com/ramsey/uuid",
  1648.             "keywords": [
  1649.                 "guid",
  1650.                 "identifier",
  1651.                 "uuid"
  1652.             ],
  1653.             "time": "2017-09-22T20:46:04+00:00"
  1654.         },
  1655.         {
  1656.             "name": "swiftmailer/swiftmailer",
  1657.             "version": "v6.0.2",
  1658.             "source": {
  1659.                 "type": "git",
  1660.                 "url": "https://github.com/swiftmailer/swiftmailer.git",
  1661.                 "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc"
  1662.             },
  1663.             "dist": {
  1664.                 "type": "zip",
  1665.                 "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/412333372fb6c8ffb65496a2bbd7321af75733fc",
  1666.                 "reference": "412333372fb6c8ffb65496a2bbd7321af75733fc",
  1667.                 "shasum": ""
  1668.             },
  1669.             "require": {
  1670.                 "egulias/email-validator": "~2.0",
  1671.                 "php": ">=7.0.0"
  1672.             },
  1673.             "require-dev": {
  1674.                 "mockery/mockery": "~0.9.1",
  1675.                 "symfony/phpunit-bridge": "~3.3@dev"
  1676.             },
  1677.             "type": "library",
  1678.             "extra": {
  1679.                 "branch-alias": {
  1680.                     "dev-master": "6.0-dev"
  1681.                 }
  1682.             },
  1683.             "autoload": {
  1684.                 "files": [
  1685.                     "lib/swift_required.php"
  1686.                 ]
  1687.             },
  1688.             "notification-url": "https://packagist.org/downloads/",
  1689.             "license": [
  1690.                 "MIT"
  1691.             ],
  1692.             "authors": [
  1693.                 {
  1694.                     "name": "Chris Corbyn"
  1695.                 },
  1696.                 {
  1697.                     "name": "Fabien Potencier",
  1698.                     "email": "fabien@symfony.com"
  1699.                 }
  1700.             ],
  1701.             "description": "Swiftmailer, free feature-rich PHP mailer",
  1702.             "homepage": "http://swiftmailer.symfony.com",
  1703.             "keywords": [
  1704.                 "email",
  1705.                 "mail",
  1706.                 "mailer"
  1707.             ],
  1708.             "time": "2017-09-30T22:39:41+00:00"
  1709.         },
  1710.         {
  1711.             "name": "symfony/console",
  1712.             "version": "v3.3.10",
  1713.             "source": {
  1714.                 "type": "git",
  1715.                 "url": "https://github.com/symfony/console.git",
  1716.                 "reference": "116bc56e45a8e5572e51eb43ab58c769a352366c"
  1717.             },
  1718.             "dist": {
  1719.                 "type": "zip",
  1720.                 "url": "https://api.github.com/repos/symfony/console/zipball/116bc56e45a8e5572e51eb43ab58c769a352366c",
  1721.                 "reference": "116bc56e45a8e5572e51eb43ab58c769a352366c",
  1722.                 "shasum": ""
  1723.             },
  1724.             "require": {
  1725.                 "php": "^5.5.9|>=7.0.8",
  1726.                 "symfony/debug": "~2.8|~3.0",
  1727.                 "symfony/polyfill-mbstring": "~1.0"
  1728.             },
  1729.             "conflict": {
  1730.                 "symfony/dependency-injection": "<3.3"
  1731.             },
  1732.             "require-dev": {
  1733.                 "psr/log": "~1.0",
  1734.                 "symfony/config": "~3.3",
  1735.                 "symfony/dependency-injection": "~3.3",
  1736.                 "symfony/event-dispatcher": "~2.8|~3.0",
  1737.                 "symfony/filesystem": "~2.8|~3.0",
  1738.                 "symfony/process": "~2.8|~3.0"
  1739.             },
  1740.             "suggest": {
  1741.                 "psr/log": "For using the console logger",
  1742.                 "symfony/event-dispatcher": "",
  1743.                 "symfony/filesystem": "",
  1744.                 "symfony/process": ""
  1745.             },
  1746.             "type": "library",
  1747.             "extra": {
  1748.                 "branch-alias": {
  1749.                     "dev-master": "3.3-dev"
  1750.                 }
  1751.             },
  1752.             "autoload": {
  1753.                 "psr-4": {
  1754.                     "Symfony\\Component\\Console\\": ""
  1755.                 },
  1756.                 "exclude-from-classmap": [
  1757.                     "/Tests/"
  1758.                 ]
  1759.             },
  1760.             "notification-url": "https://packagist.org/downloads/",
  1761.             "license": [
  1762.                 "MIT"
  1763.             ],
  1764.             "authors": [
  1765.                 {
  1766.                     "name": "Fabien Potencier",
  1767.                     "email": "fabien@symfony.com"
  1768.                 },
  1769.                 {
  1770.                     "name": "Symfony Community",
  1771.                     "homepage": "https://symfony.com/contributors"
  1772.                 }
  1773.             ],
  1774.             "description": "Symfony Console Component",
  1775.             "homepage": "https://symfony.com",
  1776.             "time": "2017-10-02T06:42:24+00:00"
  1777.         },
  1778.         {
  1779.             "name": "symfony/css-selector",
  1780.             "version": "v3.3.10",
  1781.             "source": {
  1782.                 "type": "git",
  1783.                 "url": "https://github.com/symfony/css-selector.git",
  1784.                 "reference": "07447650225ca9223bd5c97180fe7c8267f7d332"
  1785.             },
  1786.             "dist": {
  1787.                 "type": "zip",
  1788.                 "url": "https://api.github.com/repos/symfony/css-selector/zipball/07447650225ca9223bd5c97180fe7c8267f7d332",
  1789.                 "reference": "07447650225ca9223bd5c97180fe7c8267f7d332",
  1790.                 "shasum": ""
  1791.             },
  1792.             "require": {
  1793.                 "php": "^5.5.9|>=7.0.8"
  1794.             },
  1795.             "type": "library",
  1796.             "extra": {
  1797.                 "branch-alias": {
  1798.                     "dev-master": "3.3-dev"
  1799.                 }
  1800.             },
  1801.             "autoload": {
  1802.                 "psr-4": {
  1803.                     "Symfony\\Component\\CssSelector\\": ""
  1804.                 },
  1805.                 "exclude-from-classmap": [
  1806.                     "/Tests/"
  1807.                 ]
  1808.             },
  1809.             "notification-url": "https://packagist.org/downloads/",
  1810.             "license": [
  1811.                 "MIT"
  1812.             ],
  1813.             "authors": [
  1814.                 {
  1815.                     "name": "Jean-François Simon",
  1816.                     "email": "jeanfrancois.simon@sensiolabs.com"
  1817.                 },
  1818.                 {
  1819.                     "name": "Fabien Potencier",
  1820.                     "email": "fabien@symfony.com"
  1821.                 },
  1822.                 {
  1823.                     "name": "Symfony Community",
  1824.                     "homepage": "https://symfony.com/contributors"
  1825.                 }
  1826.             ],
  1827.             "description": "Symfony CssSelector Component",
  1828.             "homepage": "https://symfony.com",
  1829.             "time": "2017-10-02T06:42:24+00:00"
  1830.         },
  1831.         {
  1832.             "name": "symfony/debug",
  1833.             "version": "v3.3.10",
  1834.             "source": {
  1835.                 "type": "git",
  1836.                 "url": "https://github.com/symfony/debug.git",
  1837.                 "reference": "eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd"
  1838.             },
  1839.             "dist": {
  1840.                 "type": "zip",
  1841.                 "url": "https://api.github.com/repos/symfony/debug/zipball/eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd",
  1842.                 "reference": "eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd",
  1843.                 "shasum": ""
  1844.             },
  1845.             "require": {
  1846.                 "php": "^5.5.9|>=7.0.8",
  1847.                 "psr/log": "~1.0"
  1848.             },
  1849.             "conflict": {
  1850.                 "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  1851.             },
  1852.             "require-dev": {
  1853.                 "symfony/http-kernel": "~2.8|~3.0"
  1854.             },
  1855.             "type": "library",
  1856.             "extra": {
  1857.                 "branch-alias": {
  1858.                     "dev-master": "3.3-dev"
  1859.                 }
  1860.             },
  1861.             "autoload": {
  1862.                 "psr-4": {
  1863.                     "Symfony\\Component\\Debug\\": ""
  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": "Fabien Potencier",
  1876.                     "email": "fabien@symfony.com"
  1877.                 },
  1878.                 {
  1879.                     "name": "Symfony Community",
  1880.                     "homepage": "https://symfony.com/contributors"
  1881.                 }
  1882.             ],
  1883.             "description": "Symfony Debug Component",
  1884.             "homepage": "https://symfony.com",
  1885.             "time": "2017-10-02T06:42:24+00:00"
  1886.         },
  1887.         {
  1888.             "name": "symfony/event-dispatcher",
  1889.             "version": "v3.3.10",
  1890.             "source": {
  1891.                 "type": "git",
  1892.                 "url": "https://github.com/symfony/event-dispatcher.git",
  1893.                 "reference": "d7ba037e4b8221956ab1e221c73c9e27e05dd423"
  1894.             },
  1895.             "dist": {
  1896.                 "type": "zip",
  1897.                 "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d7ba037e4b8221956ab1e221c73c9e27e05dd423",
  1898.                 "reference": "d7ba037e4b8221956ab1e221c73c9e27e05dd423",
  1899.                 "shasum": ""
  1900.             },
  1901.             "require": {
  1902.                 "php": "^5.5.9|>=7.0.8"
  1903.             },
  1904.             "conflict": {
  1905.                 "symfony/dependency-injection": "<3.3"
  1906.             },
  1907.             "require-dev": {
  1908.                 "psr/log": "~1.0",
  1909.                 "symfony/config": "~2.8|~3.0",
  1910.                 "symfony/dependency-injection": "~3.3",
  1911.                 "symfony/expression-language": "~2.8|~3.0",
  1912.                 "symfony/stopwatch": "~2.8|~3.0"
  1913.             },
  1914.             "suggest": {
  1915.                 "symfony/dependency-injection": "",
  1916.                 "symfony/http-kernel": ""
  1917.             },
  1918.             "type": "library",
  1919.             "extra": {
  1920.                 "branch-alias": {
  1921.                     "dev-master": "3.3-dev"
  1922.                 }
  1923.             },
  1924.             "autoload": {
  1925.                 "psr-4": {
  1926.                     "Symfony\\Component\\EventDispatcher\\": ""
  1927.                 },
  1928.                 "exclude-from-classmap": [
  1929.                     "/Tests/"
  1930.                 ]
  1931.             },
  1932.             "notification-url": "https://packagist.org/downloads/",
  1933.             "license": [
  1934.                 "MIT"
  1935.             ],
  1936.             "authors": [
  1937.                 {
  1938.                     "name": "Fabien Potencier",
  1939.                     "email": "fabien@symfony.com"
  1940.                 },
  1941.                 {
  1942.                     "name": "Symfony Community",
  1943.                     "homepage": "https://symfony.com/contributors"
  1944.                 }
  1945.             ],
  1946.             "description": "Symfony EventDispatcher Component",
  1947.             "homepage": "https://symfony.com",
  1948.             "time": "2017-10-02T06:42:24+00:00"
  1949.         },
  1950.         {
  1951.             "name": "symfony/finder",
  1952.             "version": "v3.3.10",
  1953.             "source": {
  1954.                 "type": "git",
  1955.                 "url": "https://github.com/symfony/finder.git",
  1956.                 "reference": "773e19a491d97926f236942484cb541560ce862d"
  1957.             },
  1958.             "dist": {
  1959.                 "type": "zip",
  1960.                 "url": "https://api.github.com/repos/symfony/finder/zipball/773e19a491d97926f236942484cb541560ce862d",
  1961.                 "reference": "773e19a491d97926f236942484cb541560ce862d",
  1962.                 "shasum": ""
  1963.             },
  1964.             "require": {
  1965.                 "php": "^5.5.9|>=7.0.8"
  1966.             },
  1967.             "type": "library",
  1968.             "extra": {
  1969.                 "branch-alias": {
  1970.                     "dev-master": "3.3-dev"
  1971.                 }
  1972.             },
  1973.             "autoload": {
  1974.                 "psr-4": {
  1975.                     "Symfony\\Component\\Finder\\": ""
  1976.                 },
  1977.                 "exclude-from-classmap": [
  1978.                     "/Tests/"
  1979.                 ]
  1980.             },
  1981.             "notification-url": "https://packagist.org/downloads/",
  1982.             "license": [
  1983.                 "MIT"
  1984.             ],
  1985.             "authors": [
  1986.                 {
  1987.                     "name": "Fabien Potencier",
  1988.                     "email": "fabien@symfony.com"
  1989.                 },
  1990.                 {
  1991.                     "name": "Symfony Community",
  1992.                     "homepage": "https://symfony.com/contributors"
  1993.                 }
  1994.             ],
  1995.             "description": "Symfony Finder Component",
  1996.             "homepage": "https://symfony.com",
  1997.             "time": "2017-10-02T06:42:24+00:00"
  1998.         },
  1999.         {
  2000.             "name": "symfony/http-foundation",
  2001.             "version": "v3.3.10",
  2002.             "source": {
  2003.                 "type": "git",
  2004.                 "url": "https://github.com/symfony/http-foundation.git",
  2005.                 "reference": "22cf9c2b1d9f67cc8e75ae7f4eaa60e4c1eff1f8"
  2006.             },
  2007.             "dist": {
  2008.                 "type": "zip",
  2009.                 "url": "https://api.github.com/repos/symfony/http-foundation/zipball/22cf9c2b1d9f67cc8e75ae7f4eaa60e4c1eff1f8",
  2010.                 "reference": "22cf9c2b1d9f67cc8e75ae7f4eaa60e4c1eff1f8",
  2011.                 "shasum": ""
  2012.             },
  2013.             "require": {
  2014.                 "php": "^5.5.9|>=7.0.8",
  2015.                 "symfony/polyfill-mbstring": "~1.1"
  2016.             },
  2017.             "require-dev": {
  2018.                 "symfony/expression-language": "~2.8|~3.0"
  2019.             },
  2020.             "type": "library",
  2021.             "extra": {
  2022.                 "branch-alias": {
  2023.                     "dev-master": "3.3-dev"
  2024.                 }
  2025.             },
  2026.             "autoload": {
  2027.                 "psr-4": {
  2028.                     "Symfony\\Component\\HttpFoundation\\": ""
  2029.                 },
  2030.                 "exclude-from-classmap": [
  2031.                     "/Tests/"
  2032.                 ]
  2033.             },
  2034.             "notification-url": "https://packagist.org/downloads/",
  2035.             "license": [
  2036.                 "MIT"
  2037.             ],
  2038.             "authors": [
  2039.                 {
  2040.                     "name": "Fabien Potencier",
  2041.                     "email": "fabien@symfony.com"
  2042.                 },
  2043.                 {
  2044.                     "name": "Symfony Community",
  2045.                     "homepage": "https://symfony.com/contributors"
  2046.                 }
  2047.             ],
  2048.             "description": "Symfony HttpFoundation Component",
  2049.             "homepage": "https://symfony.com",
  2050.             "time": "2017-10-05T23:10:23+00:00"
  2051.         },
  2052.         {
  2053.             "name": "symfony/http-kernel",
  2054.             "version": "v3.3.10",
  2055.             "source": {
  2056.                 "type": "git",
  2057.                 "url": "https://github.com/symfony/http-kernel.git",
  2058.                 "reference": "654f047a78756964bf91b619554f956517394018"
  2059.             },
  2060.             "dist": {
  2061.                 "type": "zip",
  2062.                 "url": "https://api.github.com/repos/symfony/http-kernel/zipball/654f047a78756964bf91b619554f956517394018",
  2063.                 "reference": "654f047a78756964bf91b619554f956517394018",
  2064.                 "shasum": ""
  2065.             },
  2066.             "require": {
  2067.                 "php": "^5.5.9|>=7.0.8",
  2068.                 "psr/log": "~1.0",
  2069.                 "symfony/debug": "~2.8|~3.0",
  2070.                 "symfony/event-dispatcher": "~2.8|~3.0",
  2071.                 "symfony/http-foundation": "~3.3"
  2072.             },
  2073.             "conflict": {
  2074.                 "symfony/config": "<2.8",
  2075.                 "symfony/dependency-injection": "<3.3",
  2076.                 "symfony/var-dumper": "<3.3",
  2077.                 "twig/twig": "<1.34|<2.4,>=2"
  2078.             },
  2079.             "require-dev": {
  2080.                 "psr/cache": "~1.0",
  2081.                 "symfony/browser-kit": "~2.8|~3.0",
  2082.                 "symfony/class-loader": "~2.8|~3.0",
  2083.                 "symfony/config": "~2.8|~3.0",
  2084.                 "symfony/console": "~2.8|~3.0",
  2085.                 "symfony/css-selector": "~2.8|~3.0",
  2086.                 "symfony/dependency-injection": "~3.3",
  2087.                 "symfony/dom-crawler": "~2.8|~3.0",
  2088.                 "symfony/expression-language": "~2.8|~3.0",
  2089.                 "symfony/finder": "~2.8|~3.0",
  2090.                 "symfony/process": "~2.8|~3.0",
  2091.                 "symfony/routing": "~2.8|~3.0",
  2092.                 "symfony/stopwatch": "~2.8|~3.0",
  2093.                 "symfony/templating": "~2.8|~3.0",
  2094.                 "symfony/translation": "~2.8|~3.0",
  2095.                 "symfony/var-dumper": "~3.3"
  2096.             },
  2097.             "suggest": {
  2098.                 "symfony/browser-kit": "",
  2099.                 "symfony/class-loader": "",
  2100.                 "symfony/config": "",
  2101.                 "symfony/console": "",
  2102.                 "symfony/dependency-injection": "",
  2103.                 "symfony/finder": "",
  2104.                 "symfony/var-dumper": ""
  2105.             },
  2106.             "type": "library",
  2107.             "extra": {
  2108.                 "branch-alias": {
  2109.                     "dev-master": "3.3-dev"
  2110.                 }
  2111.             },
  2112.             "autoload": {
  2113.                 "psr-4": {
  2114.                     "Symfony\\Component\\HttpKernel\\": ""
  2115.                 },
  2116.                 "exclude-from-classmap": [
  2117.                     "/Tests/"
  2118.                 ]
  2119.             },
  2120.             "notification-url": "https://packagist.org/downloads/",
  2121.             "license": [
  2122.                 "MIT"
  2123.             ],
  2124.             "authors": [
  2125.                 {
  2126.                     "name": "Fabien Potencier",
  2127.                     "email": "fabien@symfony.com"
  2128.                 },
  2129.                 {
  2130.                     "name": "Symfony Community",
  2131.                     "homepage": "https://symfony.com/contributors"
  2132.                 }
  2133.             ],
  2134.             "description": "Symfony HttpKernel Component",
  2135.             "homepage": "https://symfony.com",
  2136.             "time": "2017-10-05T23:40:19+00:00"
  2137.         },
  2138.         {
  2139.             "name": "symfony/polyfill-mbstring",
  2140.             "version": "v1.6.0",
  2141.             "source": {
  2142.                 "type": "git",
  2143.                 "url": "https://github.com/symfony/polyfill-mbstring.git",
  2144.                 "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296"
  2145.             },
  2146.             "dist": {
  2147.                 "type": "zip",
  2148.                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
  2149.                 "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296",
  2150.                 "shasum": ""
  2151.             },
  2152.             "require": {
  2153.                 "php": ">=5.3.3"
  2154.             },
  2155.             "suggest": {
  2156.                 "ext-mbstring": "For best performance"
  2157.             },
  2158.             "type": "library",
  2159.             "extra": {
  2160.                 "branch-alias": {
  2161.                     "dev-master": "1.6-dev"
  2162.                 }
  2163.             },
  2164.             "autoload": {
  2165.                 "psr-4": {
  2166.                     "Symfony\\Polyfill\\Mbstring\\": ""
  2167.                 },
  2168.                 "files": [
  2169.                     "bootstrap.php"
  2170.                 ]
  2171.             },
  2172.             "notification-url": "https://packagist.org/downloads/",
  2173.             "license": [
  2174.                 "MIT"
  2175.             ],
  2176.             "authors": [
  2177.                 {
  2178.                     "name": "Nicolas Grekas",
  2179.                     "email": "p@tchwork.com"
  2180.                 },
  2181.                 {
  2182.                     "name": "Symfony Community",
  2183.                     "homepage": "https://symfony.com/contributors"
  2184.                 }
  2185.             ],
  2186.             "description": "Symfony polyfill for the Mbstring extension",
  2187.             "homepage": "https://symfony.com",
  2188.             "keywords": [
  2189.                 "compatibility",
  2190.                 "mbstring",
  2191.                 "polyfill",
  2192.                 "portable",
  2193.                 "shim"
  2194.             ],
  2195.             "time": "2017-10-11T12:05:26+00:00"
  2196.         },
  2197.         {
  2198.             "name": "symfony/polyfill-php56",
  2199.             "version": "v1.6.0",
  2200.             "source": {
  2201.                 "type": "git",
  2202.                 "url": "https://github.com/symfony/polyfill-php56.git",
  2203.                 "reference": "265fc96795492430762c29be291a371494ba3a5b"
  2204.             },
  2205.             "dist": {
  2206.                 "type": "zip",
  2207.                 "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/265fc96795492430762c29be291a371494ba3a5b",
  2208.                 "reference": "265fc96795492430762c29be291a371494ba3a5b",
  2209.                 "shasum": ""
  2210.             },
  2211.             "require": {
  2212.                 "php": ">=5.3.3",
  2213.                 "symfony/polyfill-util": "~1.0"
  2214.             },
  2215.             "type": "library",
  2216.             "extra": {
  2217.                 "branch-alias": {
  2218.                     "dev-master": "1.6-dev"
  2219.                 }
  2220.             },
  2221.             "autoload": {
  2222.                 "psr-4": {
  2223.                     "Symfony\\Polyfill\\Php56\\": ""
  2224.                 },
  2225.                 "files": [
  2226.                     "bootstrap.php"
  2227.                 ]
  2228.             },
  2229.             "notification-url": "https://packagist.org/downloads/",
  2230.             "license": [
  2231.                 "MIT"
  2232.             ],
  2233.             "authors": [
  2234.                 {
  2235.                     "name": "Nicolas Grekas",
  2236.                     "email": "p@tchwork.com"
  2237.                 },
  2238.                 {
  2239.                     "name": "Symfony Community",
  2240.                     "homepage": "https://symfony.com/contributors"
  2241.                 }
  2242.             ],
  2243.             "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
  2244.             "homepage": "https://symfony.com",
  2245.             "keywords": [
  2246.                 "compatibility",
  2247.                 "polyfill",
  2248.                 "portable",
  2249.                 "shim"
  2250.             ],
  2251.             "time": "2017-10-11T12:05:26+00:00"
  2252.         },
  2253.         {
  2254.             "name": "symfony/polyfill-util",
  2255.             "version": "v1.6.0",
  2256.             "source": {
  2257.                 "type": "git",
  2258.                 "url": "https://github.com/symfony/polyfill-util.git",
  2259.                 "reference": "6e719200c8e540e0c0effeb31f96bdb344b94176"
  2260.             },
  2261.             "dist": {
  2262.                 "type": "zip",
  2263.                 "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/6e719200c8e540e0c0effeb31f96bdb344b94176",
  2264.                 "reference": "6e719200c8e540e0c0effeb31f96bdb344b94176",
  2265.                 "shasum": ""
  2266.             },
  2267.             "require": {
  2268.                 "php": ">=5.3.3"
  2269.             },
  2270.             "type": "library",
  2271.             "extra": {
  2272.                 "branch-alias": {
  2273.                     "dev-master": "1.6-dev"
  2274.                 }
  2275.             },
  2276.             "autoload": {
  2277.                 "psr-4": {
  2278.                     "Symfony\\Polyfill\\Util\\": ""
  2279.                 }
  2280.             },
  2281.             "notification-url": "https://packagist.org/downloads/",
  2282.             "license": [
  2283.                 "MIT"
  2284.             ],
  2285.             "authors": [
  2286.                 {
  2287.                     "name": "Nicolas Grekas",
  2288.                     "email": "p@tchwork.com"
  2289.                 },
  2290.                 {
  2291.                     "name": "Symfony Community",
  2292.                     "homepage": "https://symfony.com/contributors"
  2293.                 }
  2294.             ],
  2295.             "description": "Symfony utilities for portability of PHP codes",
  2296.             "homepage": "https://symfony.com",
  2297.             "keywords": [
  2298.                 "compat",
  2299.                 "compatibility",
  2300.                 "polyfill",
  2301.                 "shim"
  2302.             ],
  2303.             "time": "2017-10-11T12:05:26+00:00"
  2304.         },
  2305.         {
  2306.             "name": "symfony/process",
  2307.             "version": "v3.3.10",
  2308.             "source": {
  2309.                 "type": "git",
  2310.                 "url": "https://github.com/symfony/process.git",
  2311.                 "reference": "fdf89e57a723a29baf536e288d6e232c059697b1"
  2312.             },
  2313.             "dist": {
  2314.                 "type": "zip",
  2315.                 "url": "https://api.github.com/repos/symfony/process/zipball/fdf89e57a723a29baf536e288d6e232c059697b1",
  2316.                 "reference": "fdf89e57a723a29baf536e288d6e232c059697b1",
  2317.                 "shasum": ""
  2318.             },
  2319.             "require": {
  2320.                 "php": "^5.5.9|>=7.0.8"
  2321.             },
  2322.             "type": "library",
  2323.             "extra": {
  2324.                 "branch-alias": {
  2325.                     "dev-master": "3.3-dev"
  2326.                 }
  2327.             },
  2328.             "autoload": {
  2329.                 "psr-4": {
  2330.                     "Symfony\\Component\\Process\\": ""
  2331.                 },
  2332.                 "exclude-from-classmap": [
  2333.                     "/Tests/"
  2334.                 ]
  2335.             },
  2336.             "notification-url": "https://packagist.org/downloads/",
  2337.             "license": [
  2338.                 "MIT"
  2339.             ],
  2340.             "authors": [
  2341.                 {
  2342.                     "name": "Fabien Potencier",
  2343.                     "email": "fabien@symfony.com"
  2344.                 },
  2345.                 {
  2346.                     "name": "Symfony Community",
  2347.                     "homepage": "https://symfony.com/contributors"
  2348.                 }
  2349.             ],
  2350.             "description": "Symfony Process Component",
  2351.             "homepage": "https://symfony.com",
  2352.             "time": "2017-10-02T06:42:24+00:00"
  2353.         },
  2354.         {
  2355.             "name": "symfony/routing",
  2356.             "version": "v3.3.10",
  2357.             "source": {
  2358.                 "type": "git",
  2359.                 "url": "https://github.com/symfony/routing.git",
  2360.                 "reference": "2e26fa63da029dab49bf9377b3b4f60a8fecb009"
  2361.             },
  2362.             "dist": {
  2363.                 "type": "zip",
  2364.                 "url": "https://api.github.com/repos/symfony/routing/zipball/2e26fa63da029dab49bf9377b3b4f60a8fecb009",
  2365.                 "reference": "2e26fa63da029dab49bf9377b3b4f60a8fecb009",
  2366.                 "shasum": ""
  2367.             },
  2368.             "require": {
  2369.                 "php": "^5.5.9|>=7.0.8"
  2370.             },
  2371.             "conflict": {
  2372.                 "symfony/config": "<2.8",
  2373.                 "symfony/dependency-injection": "<3.3",
  2374.                 "symfony/yaml": "<3.3"
  2375.             },
  2376.             "require-dev": {
  2377.                 "doctrine/annotations": "~1.0",
  2378.                 "doctrine/common": "~2.2",
  2379.                 "psr/log": "~1.0",
  2380.                 "symfony/config": "~2.8|~3.0",
  2381.                 "symfony/dependency-injection": "~3.3",
  2382.                 "symfony/expression-language": "~2.8|~3.0",
  2383.                 "symfony/http-foundation": "~2.8|~3.0",
  2384.                 "symfony/yaml": "~3.3"
  2385.             },
  2386.             "suggest": {
  2387.                 "doctrine/annotations": "For using the annotation loader",
  2388.                 "symfony/config": "For using the all-in-one router or any loader",
  2389.                 "symfony/dependency-injection": "For loading routes from a service",
  2390.                 "symfony/expression-language": "For using expression matching",
  2391.                 "symfony/http-foundation": "For using a Symfony Request object",
  2392.                 "symfony/yaml": "For using the YAML loader"
  2393.             },
  2394.             "type": "library",
  2395.             "extra": {
  2396.                 "branch-alias": {
  2397.                     "dev-master": "3.3-dev"
  2398.                 }
  2399.             },
  2400.             "autoload": {
  2401.                 "psr-4": {
  2402.                     "Symfony\\Component\\Routing\\": ""
  2403.                 },
  2404.                 "exclude-from-classmap": [
  2405.                     "/Tests/"
  2406.                 ]
  2407.             },
  2408.             "notification-url": "https://packagist.org/downloads/",
  2409.             "license": [
  2410.                 "MIT"
  2411.             ],
  2412.             "authors": [
  2413.                 {
  2414.                     "name": "Fabien Potencier",
  2415.                     "email": "fabien@symfony.com"
  2416.                 },
  2417.                 {
  2418.                     "name": "Symfony Community",
  2419.                     "homepage": "https://symfony.com/contributors"
  2420.                 }
  2421.             ],
  2422.             "description": "Symfony Routing Component",
  2423.             "homepage": "https://symfony.com",
  2424.             "keywords": [
  2425.                 "router",
  2426.                 "routing",
  2427.                 "uri",
  2428.                 "url"
  2429.             ],
  2430.             "time": "2017-10-02T07:25:00+00:00"
  2431.         },
  2432.         {
  2433.             "name": "symfony/translation",
  2434.             "version": "v3.3.10",
  2435.             "source": {
  2436.                 "type": "git",
  2437.                 "url": "https://github.com/symfony/translation.git",
  2438.                 "reference": "409bf229cd552bf7e3faa8ab7e3980b07672073f"
  2439.             },
  2440.             "dist": {
  2441.                 "type": "zip",
  2442.                 "url": "https://api.github.com/repos/symfony/translation/zipball/409bf229cd552bf7e3faa8ab7e3980b07672073f",
  2443.                 "reference": "409bf229cd552bf7e3faa8ab7e3980b07672073f",
  2444.                 "shasum": ""
  2445.             },
  2446.             "require": {
  2447.                 "php": "^5.5.9|>=7.0.8",
  2448.                 "symfony/polyfill-mbstring": "~1.0"
  2449.             },
  2450.             "conflict": {
  2451.                 "symfony/config": "<2.8",
  2452.                 "symfony/yaml": "<3.3"
  2453.             },
  2454.             "require-dev": {
  2455.                 "psr/log": "~1.0",
  2456.                 "symfony/config": "~2.8|~3.0",
  2457.                 "symfony/intl": "^2.8.18|^3.2.5",
  2458.                 "symfony/yaml": "~3.3"
  2459.             },
  2460.             "suggest": {
  2461.                 "psr/log": "To use logging capability in translator",
  2462.                 "symfony/config": "",
  2463.                 "symfony/yaml": ""
  2464.             },
  2465.             "type": "library",
  2466.             "extra": {
  2467.                 "branch-alias": {
  2468.                     "dev-master": "3.3-dev"
  2469.                 }
  2470.             },
  2471.             "autoload": {
  2472.                 "psr-4": {
  2473.                     "Symfony\\Component\\Translation\\": ""
  2474.                 },
  2475.                 "exclude-from-classmap": [
  2476.                     "/Tests/"
  2477.                 ]
  2478.             },
  2479.             "notification-url": "https://packagist.org/downloads/",
  2480.             "license": [
  2481.                 "MIT"
  2482.             ],
  2483.             "authors": [
  2484.                 {
  2485.                     "name": "Fabien Potencier",
  2486.                     "email": "fabien@symfony.com"
  2487.                 },
  2488.                 {
  2489.                     "name": "Symfony Community",
  2490.                     "homepage": "https://symfony.com/contributors"
  2491.                 }
  2492.             ],
  2493.             "description": "Symfony Translation Component",
  2494.             "homepage": "https://symfony.com",
  2495.             "time": "2017-10-02T06:42:24+00:00"
  2496.         },
  2497.         {
  2498.             "name": "symfony/var-dumper",
  2499.             "version": "v3.3.10",
  2500.             "source": {
  2501.                 "type": "git",
  2502.                 "url": "https://github.com/symfony/var-dumper.git",
  2503.                 "reference": "03e3693a36701f1c581dd24a6d6eea2eba2113f6"
  2504.             },
  2505.             "dist": {
  2506.                 "type": "zip",
  2507.                 "url": "https://api.github.com/repos/symfony/var-dumper/zipball/03e3693a36701f1c581dd24a6d6eea2eba2113f6",
  2508.                 "reference": "03e3693a36701f1c581dd24a6d6eea2eba2113f6",
  2509.                 "shasum": ""
  2510.             },
  2511.             "require": {
  2512.                 "php": "^5.5.9|>=7.0.8",
  2513.                 "symfony/polyfill-mbstring": "~1.0"
  2514.             },
  2515.             "conflict": {
  2516.                 "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
  2517.             },
  2518.             "require-dev": {
  2519.                 "ext-iconv": "*",
  2520.                 "twig/twig": "~1.34|~2.4"
  2521.             },
  2522.             "suggest": {
  2523.                 "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  2524.                 "ext-symfony_debug": ""
  2525.             },
  2526.             "type": "library",
  2527.             "extra": {
  2528.                 "branch-alias": {
  2529.                     "dev-master": "3.3-dev"
  2530.                 }
  2531.             },
  2532.             "autoload": {
  2533.                 "files": [
  2534.                     "Resources/functions/dump.php"
  2535.                 ],
  2536.                 "psr-4": {
  2537.                     "Symfony\\Component\\VarDumper\\": ""
  2538.                 },
  2539.                 "exclude-from-classmap": [
  2540.                     "/Tests/"
  2541.                 ]
  2542.             },
  2543.             "notification-url": "https://packagist.org/downloads/",
  2544.             "license": [
  2545.                 "MIT"
  2546.             ],
  2547.             "authors": [
  2548.                 {
  2549.                     "name": "Nicolas Grekas",
  2550.                     "email": "p@tchwork.com"
  2551.                 },
  2552.                 {
  2553.                     "name": "Symfony Community",
  2554.                     "homepage": "https://symfony.com/contributors"
  2555.                 }
  2556.             ],
  2557.             "description": "Symfony mechanism for exploring and dumping PHP variables",
  2558.             "homepage": "https://symfony.com",
  2559.             "keywords": [
  2560.                 "debug",
  2561.                 "dump"
  2562.             ],
  2563.             "time": "2017-10-02T06:42:24+00:00"
  2564.         },
  2565.         {
  2566.             "name": "tijsverkoyen/css-to-inline-styles",
  2567.             "version": "2.2.0",
  2568.             "source": {
  2569.                 "type": "git",
  2570.                 "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
  2571.                 "reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b"
  2572.             },
  2573.             "dist": {
  2574.                 "type": "zip",
  2575.                 "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b",
  2576.                 "reference": "ab03919dfd85a74ae0372f8baf9f3c7d5c03b04b",
  2577.                 "shasum": ""
  2578.             },
  2579.             "require": {
  2580.                 "php": "^5.5 || ^7",
  2581.                 "symfony/css-selector": "^2.7|~3.0"
  2582.             },
  2583.             "require-dev": {
  2584.                 "phpunit/phpunit": "~4.8|5.1.*"
  2585.             },
  2586.             "type": "library",
  2587.             "extra": {
  2588.                 "branch-alias": {
  2589.                     "dev-master": "2.0.x-dev"
  2590.                 }
  2591.             },
  2592.             "autoload": {
  2593.                 "psr-4": {
  2594.                     "TijsVerkoyen\\CssToInlineStyles\\": "src"
  2595.                 }
  2596.             },
  2597.             "notification-url": "https://packagist.org/downloads/",
  2598.             "license": [
  2599.                 "BSD-3-Clause"
  2600.             ],
  2601.             "authors": [
  2602.                 {
  2603.                     "name": "Tijs Verkoyen",
  2604.                     "email": "css_to_inline_styles@verkoyen.eu",
  2605.                     "role": "Developer"
  2606.                 }
  2607.             ],
  2608.             "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
  2609.             "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
  2610.             "time": "2016-09-20T12:50:39+00:00"
  2611.         },
  2612.         {
  2613.             "name": "vlucas/phpdotenv",
  2614.             "version": "v2.4.0",
  2615.             "source": {
  2616.                 "type": "git",
  2617.                 "url": "https://github.com/vlucas/phpdotenv.git",
  2618.                 "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
  2619.             },
  2620.             "dist": {
  2621.                 "type": "zip",
  2622.                 "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
  2623.                 "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
  2624.                 "shasum": ""
  2625.             },
  2626.             "require": {
  2627.                 "php": ">=5.3.9"
  2628.             },
  2629.             "require-dev": {
  2630.                 "phpunit/phpunit": "^4.8 || ^5.0"
  2631.             },
  2632.             "type": "library",
  2633.             "extra": {
  2634.                 "branch-alias": {
  2635.                     "dev-master": "2.4-dev"
  2636.                 }
  2637.             },
  2638.             "autoload": {
  2639.                 "psr-4": {
  2640.                     "Dotenv\\": "src/"
  2641.                 }
  2642.             },
  2643.             "notification-url": "https://packagist.org/downloads/",
  2644.             "license": [
  2645.                 "BSD-3-Clause-Attribution"
  2646.             ],
  2647.             "authors": [
  2648.                 {
  2649.                     "name": "Vance Lucas",
  2650.                     "email": "vance@vancelucas.com",
  2651.                     "homepage": "http://www.vancelucas.com"
  2652.                 }
  2653.             ],
  2654.             "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  2655.             "keywords": [
  2656.                 "dotenv",
  2657.                 "env",
  2658.                 "environment"
  2659.             ],
  2660.             "time": "2016-09-01T10:05:43+00:00"
  2661.         },
  2662.         {
  2663. <<<<<<< HEAD
  2664.             "name": "yajra/laravel-datatables-oracle",
  2665.             "version": "v6.24.1",
  2666.             "source": {
  2667.                 "type": "git",
  2668.                 "url": "https://github.com/yajra/laravel-datatables.git",
  2669.                 "reference": "593a9205c7d9816d2d8b639ca08000ae5c5f378c"
  2670.             },
  2671.             "dist": {
  2672.                 "type": "zip",
  2673.                 "url": "https://api.github.com/repos/yajra/laravel-datatables/zipball/593a9205c7d9816d2d8b639ca08000ae5c5f378c",
  2674.                 "reference": "593a9205c7d9816d2d8b639ca08000ae5c5f378c",
  2675.                 "shasum": ""
  2676.             },
  2677.             "require": {
  2678.                 "dompdf/dompdf": "^0.7",
  2679.                 "illuminate/database": "~5.0",
  2680.                 "illuminate/filesystem": "~5.0",
  2681.                 "illuminate/http": "~5.0",
  2682.                 "illuminate/support": "~5.0",
  2683.                 "illuminate/view": "~5.0",
  2684.                 "laravelcollective/html": "~5.0",
  2685.                 "league/fractal": "~0.14",
  2686.                 "maatwebsite/excel": "^2.0",
  2687.                 "php": ">=5.5.9"
  2688.             },
  2689.             "require-dev": {
  2690.                 "mockery/mockery": "~0.9",
  2691.                 "phpunit/phpunit": "~4.0"
  2692.             },
  2693.             "suggest": {
  2694.                 "barryvdh/laravel-snappy": "Allows exporting of dataTable to PDF using the print view."
  2695.             },
  2696.             "type": "library",
  2697.             "autoload": {
  2698.                 "psr-4": {
  2699.                     "Yajra\\Datatables\\": "src/"
  2700. =======
  2701.             "name": "yajra/laravel-datatables-buttons",
  2702.             "version": "v3.1.0",
  2703.             "source": {
  2704.                 "type": "git",
  2705.                 "url": "https://github.com/yajra/laravel-datatables-buttons.git",
  2706.                 "reference": "bdac3a82432388381bab6d83a3ea5fe4f4b3ace3"
  2707.             },
  2708.             "dist": {
  2709.                 "type": "zip",
  2710.                 "url": "https://api.github.com/repos/yajra/laravel-datatables-buttons/zipball/bdac3a82432388381bab6d83a3ea5fe4f4b3ace3",
  2711.                 "reference": "bdac3a82432388381bab6d83a3ea5fe4f4b3ace3",
  2712.                 "shasum": ""
  2713.             },
  2714.             "require": {
  2715.                 "illuminate/console": "5.4.*|5.5.*",
  2716.                 "maatwebsite/excel": "^2.0",
  2717.                 "php": ">=7.0",
  2718.                 "yajra/laravel-datatables-html": "3.*",
  2719.                 "yajra/laravel-datatables-oracle": "8.*"
  2720.             },
  2721.             "require-dev": {
  2722.                 "mockery/mockery": "0.9.*",
  2723.                 "phpunit/phpunit": "~6.0"
  2724.             },
  2725.             "suggest": {
  2726.                 "barryvdh/laravel-snappy": "Allows exporting of dataTable to PDF using the print view.",
  2727.                 "dompdf/dompdf": "Allows exporting of dataTable to PDF using the DomPDF."
  2728.             },
  2729.             "type": "library",
  2730.             "extra": {
  2731.                 "branch-alias": {
  2732.                     "dev-master": "3.0-dev"
  2733.                 },
  2734.                 "laravel": {
  2735.                     "providers": [
  2736.                         "Yajra\\DataTables\\ButtonsServiceProvider"
  2737.                     ]
  2738.                 }
  2739.             },
  2740.             "autoload": {
  2741.                 "psr-4": {
  2742.                     "Yajra\\DataTables\\": "src/"
  2743.                 }
  2744.             },
  2745.             "notification-url": "https://packagist.org/downloads/",
  2746.             "license": [
  2747.                 "MIT"
  2748.             ],
  2749.             "authors": [
  2750.                 {
  2751.                     "name": "Arjay Angeles",
  2752.                     "email": "aqangeles@gmail.com"
  2753.                 }
  2754.             ],
  2755.             "description": "Laravel DataTables Buttons Plugin.",
  2756.             "keywords": [
  2757.                 "buttons",
  2758.                 "datatables",
  2759.                 "jquery",
  2760.                 "laravel"
  2761.             ],
  2762.             "time": "2017-10-27T07:50:56+00:00"
  2763.         },
  2764.         {
  2765.             "name": "yajra/laravel-datatables-html",
  2766.             "version": "v3.2.1",
  2767.             "source": {
  2768.                 "type": "git",
  2769.                 "url": "https://github.com/yajra/laravel-datatables-html.git",
  2770.                 "reference": "4e1604f6e4b092c2c0205da8e2d23e98bbe80a86"
  2771.             },
  2772.             "dist": {
  2773.                 "type": "zip",
  2774.                 "url": "https://api.github.com/repos/yajra/laravel-datatables-html/zipball/4e1604f6e4b092c2c0205da8e2d23e98bbe80a86",
  2775.                 "reference": "4e1604f6e4b092c2c0205da8e2d23e98bbe80a86",
  2776.                 "shasum": ""
  2777.             },
  2778.             "require": {
  2779.                 "laravelcollective/html": "5.4.*|5.5.*",
  2780.                 "php": ">=7.0",
  2781.                 "yajra/laravel-datatables-oracle": "8.*"
  2782.             },
  2783.             "require-dev": {
  2784.                 "mockery/mockery": "0.9.*",
  2785.                 "phpunit/phpunit": "~6.0"
  2786.             },
  2787.             "type": "library",
  2788.             "extra": {
  2789.                 "branch-alias": {
  2790.                     "dev-master": "3.0-dev"
  2791.                 },
  2792.                 "laravel": {
  2793.                     "providers": [
  2794.                         "Yajra\\DataTables\\HtmlServiceProvider"
  2795.                     ]
  2796.                 }
  2797.             },
  2798.             "autoload": {
  2799.                 "psr-4": {
  2800.                     "Yajra\\DataTables\\": "src/"
  2801. >>>>>>> 2ab5339d561c0fc70e60e1c6c99bc39808a858bc
  2802.                 }
  2803.             },
  2804.             "notification-url": "https://packagist.org/downloads/",
  2805.             "license": [
  2806.                 "MIT"
  2807.             ],
  2808.             "authors": [
  2809.                 {
  2810.                     "name": "Arjay Angeles",
  2811.                     "email": "aqangeles@gmail.com"
  2812.                 }
  2813.             ],
  2814. <<<<<<< HEAD
  2815.             "description": "jQuery DataTables API for Laravel 4|5",
  2816.             "keywords": [
  2817.                 "datatable",
  2818.                 "datatables",
  2819.                 "datatables jquery plugin",
  2820.                 "laravel",
  2821.                 "laravel4",
  2822.                 "laravel5"
  2823.             ],
  2824.             "time": "2017-01-24T02:46:52+00:00"
  2825. =======
  2826.             "description": "Laravel DataTables HTML builder plugin for Laravel 5.4+.",
  2827.             "keywords": [
  2828.                 "JS",
  2829.                 "datatables",
  2830.                 "html",
  2831.                 "jquery",
  2832.                 "laravel"
  2833.             ],
  2834.             "time": "2017-10-17T03:32:26+00:00"
  2835.         },
  2836.         {
  2837.             "name": "yajra/laravel-datatables-oracle",
  2838.             "version": "v8.3.1",
  2839.             "source": {
  2840.                 "type": "git",
  2841.                 "url": "https://github.com/yajra/laravel-datatables.git",
  2842.                 "reference": "b5ecb425414b1baf2ce2f82fe2849e77e51230e0"
  2843.             },
  2844.             "dist": {
  2845.                 "type": "zip",
  2846.                 "url": "https://api.github.com/repos/yajra/laravel-datatables/zipball/b5ecb425414b1baf2ce2f82fe2849e77e51230e0",
  2847.                 "reference": "b5ecb425414b1baf2ce2f82fe2849e77e51230e0",
  2848.                 "shasum": ""
  2849.             },
  2850.             "require": {
  2851.                 "illuminate/database": "5.4.*|5.5.*",
  2852.                 "illuminate/filesystem": "5.4.*|5.5.*",
  2853.                 "illuminate/http": "5.4.*|5.5.*",
  2854.                 "illuminate/support": "5.4.*|5.5.*",
  2855.                 "illuminate/view": "5.4.*|5.5.*",
  2856.                 "php": ">=7.0"
  2857.             },
  2858.             "require-dev": {
  2859.                 "orchestra/testbench": "~3.5"
  2860.             },
  2861.             "suggest": {
  2862.                 "yajra/laravel-datatables-buttons": "Plugin for server-side exporting of dataTable.",
  2863.                 "yajra/laravel-datatables-fractal": "Plugin for server-side response using Fractal.",
  2864.                 "yajra/laravel-datatables-html": "Plugin for server-side HTML builder of dataTable."
  2865.             },
  2866.             "type": "library",
  2867.             "extra": {
  2868.                 "branch-alias": {
  2869.                     "dev-master": "8.0-dev"
  2870.                 },
  2871.                 "laravel": {
  2872.                     "providers": [
  2873.                         "Yajra\\DataTables\\DataTablesServiceProvider"
  2874.                     ],
  2875.                     "aliases": {
  2876.                         "DataTables": "Yajra\\DataTables\\Facades\\DataTables"
  2877.                     }
  2878.                 }
  2879.             },
  2880.             "autoload": {
  2881.                 "psr-4": {
  2882.                     "Yajra\\DataTables\\": "src/"
  2883.                 },
  2884.                 "files": [
  2885.                     "src/helper.php"
  2886.                 ]
  2887.             },
  2888.             "notification-url": "https://packagist.org/downloads/",
  2889.             "license": [
  2890.                 "MIT"
  2891.             ],
  2892.             "authors": [
  2893.                 {
  2894.                     "name": "Arjay Angeles",
  2895.                     "email": "aqangeles@gmail.com"
  2896.                 }
  2897.             ],
  2898.             "description": "jQuery DataTables API for Laravel 4|5",
  2899.             "keywords": [
  2900.                 "datatables",
  2901.                 "jquery",
  2902.                 "laravel"
  2903.             ],
  2904.             "time": "2017-10-27T06:13:31+00:00"
  2905. >>>>>>> 2ab5339d561c0fc70e60e1c6c99bc39808a858bc
  2906.         }
  2907.     ],
  2908.     "packages-dev": [
  2909.         {
  2910.             "name": "doctrine/instantiator",
  2911.             "version": "1.0.5",
  2912.             "source": {
  2913.                 "type": "git",
  2914.                 "url": "https://github.com/doctrine/instantiator.git",
  2915.                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  2916.             },
  2917.             "dist": {
  2918.                 "type": "zip",
  2919.                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  2920.                 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  2921.                 "shasum": ""
  2922.             },
  2923.             "require": {
  2924.                 "php": ">=5.3,<8.0-DEV"
  2925.             },
  2926.             "require-dev": {
  2927.                 "athletic/athletic": "~0.1.8",
  2928.                 "ext-pdo": "*",
  2929.                 "ext-phar": "*",
  2930.                 "phpunit/phpunit": "~4.0",
  2931.                 "squizlabs/php_codesniffer": "~2.0"
  2932.             },
  2933.             "type": "library",
  2934.             "extra": {
  2935.                 "branch-alias": {
  2936.                     "dev-master": "1.0.x-dev"
  2937.                 }
  2938.             },
  2939.             "autoload": {
  2940.                 "psr-4": {
  2941.                     "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  2942.                 }
  2943.             },
  2944.             "notification-url": "https://packagist.org/downloads/",
  2945.             "license": [
  2946.                 "MIT"
  2947.             ],
  2948.             "authors": [
  2949.                 {
  2950.                     "name": "Marco Pivetta",
  2951.                     "email": "ocramius@gmail.com",
  2952.                     "homepage": "http://ocramius.github.com/"
  2953.                 }
  2954.             ],
  2955.             "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  2956.             "homepage": "https://github.com/doctrine/instantiator",
  2957.             "keywords": [
  2958.                 "constructor",
  2959.                 "instantiate"
  2960.             ],
  2961.             "time": "2015-06-14T21:17:01+00:00"
  2962.         },
  2963.         {
  2964.             "name": "filp/whoops",
  2965.             "version": "2.1.12",
  2966.             "source": {
  2967.                 "type": "git",
  2968.                 "url": "https://github.com/filp/whoops.git",
  2969.                 "reference": "a99f0b151846021ba7a73b4e3cba3ebc9f14f03e"
  2970.             },
  2971.             "dist": {
  2972.                 "type": "zip",
  2973.                 "url": "https://api.github.com/repos/filp/whoops/zipball/a99f0b151846021ba7a73b4e3cba3ebc9f14f03e",
  2974.                 "reference": "a99f0b151846021ba7a73b4e3cba3ebc9f14f03e",
  2975.                 "shasum": ""
  2976.             },
  2977.             "require": {
  2978.                 "php": "^5.5.9 || ^7.0",
  2979.                 "psr/log": "^1.0.1"
  2980.             },
  2981.             "require-dev": {
  2982.                 "mockery/mockery": "0.9.*",
  2983.                 "phpunit/phpunit": "^4.8 || ^5.0",
  2984.                 "symfony/var-dumper": "^2.6 || ^3.0"
  2985.             },
  2986.             "suggest": {
  2987.                 "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
  2988.                 "whoops/soap": "Formats errors as SOAP responses"
  2989.             },
  2990.             "type": "library",
  2991.             "extra": {
  2992.                 "branch-alias": {
  2993.                     "dev-master": "2.0-dev"
  2994.                 }
  2995.             },
  2996.             "autoload": {
  2997.                 "psr-4": {
  2998.                     "Whoops\\": "src/Whoops/"
  2999.                 }
  3000.             },
  3001.             "notification-url": "https://packagist.org/downloads/",
  3002.             "license": [
  3003.                 "MIT"
  3004.             ],
  3005.             "authors": [
  3006.                 {
  3007.                     "name": "Filipe Dobreira",
  3008.                     "homepage": "https://github.com/filp",
  3009.                     "role": "Developer"
  3010.                 }
  3011.             ],
  3012.             "description": "php error handling for cool kids",
  3013.             "homepage": "https://filp.github.io/whoops/",
  3014.             "keywords": [
  3015.                 "error",
  3016.                 "exception",
  3017.                 "handling",
  3018.                 "library",
  3019.                 "throwable",
  3020.                 "whoops"
  3021.             ],
  3022.             "time": "2017-10-15T13:05:10+00:00"
  3023.         },
  3024.         {
  3025.             "name": "fzaninotto/faker",
  3026.             "version": "v1.7.1",
  3027.             "source": {
  3028.                 "type": "git",
  3029.                 "url": "https://github.com/fzaninotto/Faker.git",
  3030.                 "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d"
  3031.             },
  3032.             "dist": {
  3033.                 "type": "zip",
  3034.                 "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
  3035.                 "reference": "d3ed4cc37051c1ca52d22d76b437d14809fc7e0d",
  3036.                 "shasum": ""
  3037.             },
  3038.             "require": {
  3039.                 "php": "^5.3.3 || ^7.0"
  3040.             },
  3041.             "require-dev": {
  3042.                 "ext-intl": "*",
  3043.                 "phpunit/phpunit": "^4.0 || ^5.0",
  3044.                 "squizlabs/php_codesniffer": "^1.5"
  3045.             },
  3046.             "type": "library",
  3047.             "extra": {
  3048.                 "branch-alias": {
  3049.                     "dev-master": "1.8-dev"
  3050.                 }
  3051.             },
  3052.             "autoload": {
  3053.                 "psr-4": {
  3054.                     "Faker\\": "src/Faker/"
  3055.                 }
  3056.             },
  3057.             "notification-url": "https://packagist.org/downloads/",
  3058.             "license": [
  3059.                 "MIT"
  3060.             ],
  3061.             "authors": [
  3062.                 {
  3063.                     "name": "François Zaninotto"
  3064.                 }
  3065.             ],
  3066.             "description": "Faker is a PHP library that generates fake data for you.",
  3067.             "keywords": [
  3068.                 "data",
  3069.                 "faker",
  3070.                 "fixtures"
  3071.             ],
  3072.             "time": "2017-08-15T16:48:10+00:00"
  3073.         },
  3074.         {
  3075.             "name": "hamcrest/hamcrest-php",
  3076.             "version": "v1.2.2",
  3077.             "source": {
  3078.                 "type": "git",
  3079.                 "url": "https://github.com/hamcrest/hamcrest-php.git",
  3080.                 "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
  3081.             },
  3082.             "dist": {
  3083.                 "type": "zip",
  3084.                 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
  3085.                 "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
  3086.                 "shasum": ""
  3087.             },
  3088.             "require": {
  3089.                 "php": ">=5.3.2"
  3090.             },
  3091.             "replace": {
  3092.                 "cordoval/hamcrest-php": "*",
  3093.                 "davedevelopment/hamcrest-php": "*",
  3094.                 "kodova/hamcrest-php": "*"
  3095.             },
  3096.             "require-dev": {
  3097.                 "phpunit/php-file-iterator": "1.3.3",
  3098.                 "satooshi/php-coveralls": "dev-master"
  3099.             },
  3100.             "type": "library",
  3101.             "autoload": {
  3102.                 "classmap": [
  3103.                     "hamcrest"
  3104.                 ],
  3105.                 "files": [
  3106.                     "hamcrest/Hamcrest.php"
  3107.                 ]
  3108.             },
  3109.             "notification-url": "https://packagist.org/downloads/",
  3110.             "license": [
  3111.                 "BSD"
  3112.             ],
  3113.             "description": "This is the PHP port of Hamcrest Matchers",
  3114.             "keywords": [
  3115.                 "test"
  3116.             ],
  3117.             "time": "2015-05-11T14:41:42+00:00"
  3118.         },
  3119.         {
  3120.             "name": "mockery/mockery",
  3121.             "version": "0.9.9",
  3122.             "source": {
  3123.                 "type": "git",
  3124.                 "url": "https://github.com/mockery/mockery.git",
  3125.                 "reference": "6fdb61243844dc924071d3404bb23994ea0b6856"
  3126.             },
  3127.             "dist": {
  3128.                 "type": "zip",
  3129.                 "url": "https://api.github.com/repos/mockery/mockery/zipball/6fdb61243844dc924071d3404bb23994ea0b6856",
  3130.                 "reference": "6fdb61243844dc924071d3404bb23994ea0b6856",
  3131.                 "shasum": ""
  3132.             },
  3133.             "require": {
  3134.                 "hamcrest/hamcrest-php": "~1.1",
  3135.                 "lib-pcre": ">=7.0",
  3136.                 "php": ">=5.3.2"
  3137.             },
  3138.             "require-dev": {
  3139.                 "phpunit/phpunit": "~4.0"
  3140.             },
  3141.             "type": "library",
  3142.             "extra": {
  3143.                 "branch-alias": {
  3144.                     "dev-master": "0.9.x-dev"
  3145.                 }
  3146.             },
  3147.             "autoload": {
  3148.                 "psr-0": {
  3149.                     "Mockery": "library/"
  3150.                 }
  3151.             },
  3152.             "notification-url": "https://packagist.org/downloads/",
  3153.             "license": [
  3154.                 "BSD-3-Clause"
  3155.             ],
  3156.             "authors": [
  3157.                 {
  3158.                     "name": "Pádraic Brady",
  3159.                     "email": "padraic.brady@gmail.com",
  3160.                     "homepage": "http://blog.astrumfutura.com"
  3161.                 },
  3162.                 {
  3163.                     "name": "Dave Marshall",
  3164.                     "email": "dave.marshall@atstsolutions.co.uk",
  3165.                     "homepage": "http://davedevelopment.co.uk"
  3166.                 }
  3167.             ],
  3168.             "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
  3169.             "homepage": "http://github.com/padraic/mockery",
  3170.             "keywords": [
  3171.                 "BDD",
  3172.                 "TDD",
  3173.                 "library",
  3174.                 "mock",
  3175.                 "mock objects",
  3176.                 "mockery",
  3177.                 "stub",
  3178.                 "test",
  3179.                 "test double",
  3180.                 "testing"
  3181.             ],
  3182.             "time": "2017-02-28T12:52:32+00:00"
  3183.         },
  3184.         {
  3185.             "name": "myclabs/deep-copy",
  3186.             "version": "1.7.0",
  3187.             "source": {
  3188.                 "type": "git",
  3189.                 "url": "https://github.com/myclabs/DeepCopy.git",
  3190.                 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
  3191.             },
  3192.             "dist": {
  3193.                 "type": "zip",
  3194.                 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
  3195.                 "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
  3196.                 "shasum": ""
  3197.             },
  3198.             "require": {
  3199.                 "php": "^5.6 || ^7.0"
  3200.             },
  3201.             "require-dev": {
  3202.                 "doctrine/collections": "^1.0",
  3203.                 "doctrine/common": "^2.6",
  3204.                 "phpunit/phpunit": "^4.1"
  3205.             },
  3206.             "type": "library",
  3207.             "autoload": {
  3208.                 "psr-4": {
  3209.                     "DeepCopy\\": "src/DeepCopy/"
  3210.                 },
  3211.                 "files": [
  3212.                     "src/DeepCopy/deep_copy.php"
  3213.                 ]
  3214.             },
  3215.             "notification-url": "https://packagist.org/downloads/",
  3216.             "license": [
  3217.                 "MIT"
  3218.             ],
  3219.             "description": "Create deep copies (clones) of your objects",
  3220.             "keywords": [
  3221.                 "clone",
  3222.                 "copy",
  3223.                 "duplicate",
  3224.                 "object",
  3225.                 "object graph"
  3226.             ],
  3227.             "time": "2017-10-19T19:58:43+00:00"
  3228.         },
  3229.         {
  3230.             "name": "phar-io/manifest",
  3231.             "version": "1.0.1",
  3232.             "source": {
  3233.                 "type": "git",
  3234.                 "url": "https://github.com/phar-io/manifest.git",
  3235.                 "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
  3236.             },
  3237.             "dist": {
  3238.                 "type": "zip",
  3239.                 "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
  3240.                 "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
  3241.                 "shasum": ""
  3242.             },
  3243.             "require": {
  3244.                 "ext-dom": "*",
  3245.                 "ext-phar": "*",
  3246.                 "phar-io/version": "^1.0.1",
  3247.                 "php": "^5.6 || ^7.0"
  3248.             },
  3249.             "type": "library",
  3250.             "extra": {
  3251.                 "branch-alias": {
  3252.                     "dev-master": "1.0.x-dev"
  3253.                 }
  3254.             },
  3255.             "autoload": {
  3256.                 "classmap": [
  3257.                     "src/"
  3258.                 ]
  3259.             },
  3260.             "notification-url": "https://packagist.org/downloads/",
  3261.             "license": [
  3262.                 "BSD-3-Clause"
  3263.             ],
  3264.             "authors": [
  3265.                 {
  3266.                     "name": "Arne Blankerts",
  3267.                     "email": "arne@blankerts.de",
  3268.                     "role": "Developer"
  3269.                 },
  3270.                 {
  3271.                     "name": "Sebastian Heuer",
  3272.                     "email": "sebastian@phpeople.de",
  3273.                     "role": "Developer"
  3274.                 },
  3275.                 {
  3276.                     "name": "Sebastian Bergmann",
  3277.                     "email": "sebastian@phpunit.de",
  3278.                     "role": "Developer"
  3279.                 }
  3280.             ],
  3281.             "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  3282.             "time": "2017-03-05T18:14:27+00:00"
  3283.         },
  3284.         {
  3285.             "name": "phar-io/version",
  3286.             "version": "1.0.1",
  3287.             "source": {
  3288.                 "type": "git",
  3289.                 "url": "https://github.com/phar-io/version.git",
  3290.                 "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
  3291.             },
  3292.             "dist": {
  3293.                 "type": "zip",
  3294.                 "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
  3295.                 "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
  3296.                 "shasum": ""
  3297.             },
  3298.             "require": {
  3299.                 "php": "^5.6 || ^7.0"
  3300.             },
  3301.             "type": "library",
  3302.             "autoload": {
  3303.                 "classmap": [
  3304.                     "src/"
  3305.                 ]
  3306.             },
  3307.             "notification-url": "https://packagist.org/downloads/",
  3308.             "license": [
  3309.                 "BSD-3-Clause"
  3310.             ],
  3311.             "authors": [
  3312.                 {
  3313.                     "name": "Arne Blankerts",
  3314.                     "email": "arne@blankerts.de",
  3315.                     "role": "Developer"
  3316.                 },
  3317.                 {
  3318.                     "name": "Sebastian Heuer",
  3319.                     "email": "sebastian@phpeople.de",
  3320.                     "role": "Developer"
  3321.                 },
  3322.                 {
  3323.                     "name": "Sebastian Bergmann",
  3324.                     "email": "sebastian@phpunit.de",
  3325.                     "role": "Developer"
  3326.                 }
  3327.             ],
  3328.             "description": "Library for handling version information and constraints",
  3329.             "time": "2017-03-05T17:38:23+00:00"
  3330.         },
  3331.         {
  3332.             "name": "phpdocumentor/reflection-common",
  3333.             "version": "1.0.1",
  3334.             "source": {
  3335.                 "type": "git",
  3336.                 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  3337.                 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
  3338.             },
  3339.             "dist": {
  3340.                 "type": "zip",
  3341.                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  3342.                 "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  3343.                 "shasum": ""
  3344.             },
  3345.             "require": {
  3346.                 "php": ">=5.5"
  3347.             },
  3348.             "require-dev": {
  3349.                 "phpunit/phpunit": "^4.6"
  3350.             },
  3351.             "type": "library",
  3352.             "extra": {
  3353.                 "branch-alias": {
  3354.                     "dev-master": "1.0.x-dev"
  3355.                 }
  3356.             },
  3357.             "autoload": {
  3358.                 "psr-4": {
  3359.                     "phpDocumentor\\Reflection\\": [
  3360.                         "src"
  3361.                     ]
  3362.                 }
  3363.             },
  3364.             "notification-url": "https://packagist.org/downloads/",
  3365.             "license": [
  3366.                 "MIT"
  3367.             ],
  3368.             "authors": [
  3369.                 {
  3370.                     "name": "Jaap van Otterdijk",
  3371.                     "email": "opensource@ijaap.nl"
  3372.                 }
  3373.             ],
  3374.             "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  3375.             "homepage": "http://www.phpdoc.org",
  3376.             "keywords": [
  3377.                 "FQSEN",
  3378.                 "phpDocumentor",
  3379.                 "phpdoc",
  3380.                 "reflection",
  3381.                 "static analysis"
  3382.             ],
  3383.             "time": "2017-09-11T18:02:19+00:00"
  3384.         },
  3385.         {
  3386.             "name": "phpdocumentor/reflection-docblock",
  3387.             "version": "4.1.1",
  3388.             "source": {
  3389.                 "type": "git",
  3390.                 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  3391.                 "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2"
  3392.             },
  3393.             "dist": {
  3394.                 "type": "zip",
  3395.                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/2d3d238c433cf69caeb4842e97a3223a116f94b2",
  3396.                 "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2",
  3397.                 "shasum": ""
  3398.             },
  3399.             "require": {
  3400.                 "php": "^7.0",
  3401.                 "phpdocumentor/reflection-common": "^1.0@dev",
  3402.                 "phpdocumentor/type-resolver": "^0.4.0",
  3403.                 "webmozart/assert": "^1.0"
  3404.             },
  3405.             "require-dev": {
  3406.                 "mockery/mockery": "^0.9.4",
  3407.                 "phpunit/phpunit": "^4.4"
  3408.             },
  3409.             "type": "library",
  3410.             "autoload": {
  3411.                 "psr-4": {
  3412.                     "phpDocumentor\\Reflection\\": [
  3413.                         "src/"
  3414.                     ]
  3415.                 }
  3416.             },
  3417.             "notification-url": "https://packagist.org/downloads/",
  3418.             "license": [
  3419.                 "MIT"
  3420.             ],
  3421.             "authors": [
  3422.                 {
  3423.                     "name": "Mike van Riel",
  3424.                     "email": "me@mikevanriel.com"
  3425.                 }
  3426.             ],
  3427.             "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  3428.             "time": "2017-08-30T18:51:59+00:00"
  3429.         },
  3430.         {
  3431.             "name": "phpdocumentor/type-resolver",
  3432.             "version": "0.4.0",
  3433.             "source": {
  3434.                 "type": "git",
  3435.                 "url": "https://github.com/phpDocumentor/TypeResolver.git",
  3436.                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
  3437.             },
  3438.             "dist": {
  3439.                 "type": "zip",
  3440.                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
  3441.                 "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
  3442.                 "shasum": ""
  3443.             },
  3444.             "require": {
  3445.                 "php": "^5.5 || ^7.0",
  3446.                 "phpdocumentor/reflection-common": "^1.0"
  3447.             },
  3448.             "require-dev": {
  3449.                 "mockery/mockery": "^0.9.4",
  3450.                 "phpunit/phpunit": "^5.2||^4.8.24"
  3451.             },
  3452.             "type": "library",
  3453.             "extra": {
  3454.                 "branch-alias": {
  3455.                     "dev-master": "1.0.x-dev"
  3456.                 }
  3457.             },
  3458.             "autoload": {
  3459.                 "psr-4": {
  3460.                     "phpDocumentor\\Reflection\\": [
  3461.                         "src/"
  3462.                     ]
  3463.                 }
  3464.             },
  3465.             "notification-url": "https://packagist.org/downloads/",
  3466.             "license": [
  3467.                 "MIT"
  3468.             ],
  3469.             "authors": [
  3470.                 {
  3471.                     "name": "Mike van Riel",
  3472.                     "email": "me@mikevanriel.com"
  3473.                 }
  3474.             ],
  3475.             "time": "2017-07-14T14:27:02+00:00"
  3476.         },
  3477.         {
  3478.             "name": "phpspec/prophecy",
  3479.             "version": "v1.7.2",
  3480.             "source": {
  3481.                 "type": "git",
  3482.                 "url": "https://github.com/phpspec/prophecy.git",
  3483.                 "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6"
  3484.             },
  3485.             "dist": {
  3486.                 "type": "zip",
  3487.                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
  3488.                 "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
  3489.                 "shasum": ""
  3490.             },
  3491.             "require": {
  3492.                 "doctrine/instantiator": "^1.0.2",
  3493.                 "php": "^5.3|^7.0",
  3494.                 "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
  3495.                 "sebastian/comparator": "^1.1|^2.0",
  3496.                 "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  3497.             },
  3498.             "require-dev": {
  3499.                 "phpspec/phpspec": "^2.5|^3.2",
  3500.                 "phpunit/phpunit": "^4.8 || ^5.6.5"
  3501.             },
  3502.             "type": "library",
  3503.             "extra": {
  3504.                 "branch-alias": {
  3505.                     "dev-master": "1.7.x-dev"
  3506.                 }
  3507.             },
  3508.             "autoload": {
  3509.                 "psr-0": {
  3510.                     "Prophecy\\": "src/"
  3511.                 }
  3512.             },
  3513.             "notification-url": "https://packagist.org/downloads/",
  3514.             "license": [
  3515.                 "MIT"
  3516.             ],
  3517.             "authors": [
  3518.                 {
  3519.                     "name": "Konstantin Kudryashov",
  3520.                     "email": "ever.zet@gmail.com",
  3521.                     "homepage": "http://everzet.com"
  3522.                 },
  3523.                 {
  3524.                     "name": "Marcello Duarte",
  3525.                     "email": "marcello.duarte@gmail.com"
  3526.                 }
  3527.             ],
  3528.             "description": "Highly opinionated mocking framework for PHP 5.3+",
  3529.             "homepage": "https://github.com/phpspec/prophecy",
  3530.             "keywords": [
  3531.                 "Double",
  3532.                 "Dummy",
  3533.                 "fake",
  3534.                 "mock",
  3535.                 "spy",
  3536.                 "stub"
  3537.             ],
  3538.             "time": "2017-09-04T11:05:03+00:00"
  3539.         },
  3540.         {
  3541.             "name": "phpunit/php-code-coverage",
  3542.             "version": "5.2.2",
  3543.             "source": {
  3544.                 "type": "git",
  3545.                 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  3546.                 "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b"
  3547.             },
  3548.             "dist": {
  3549.                 "type": "zip",
  3550.                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/8ed1902a57849e117b5651fc1a5c48110946c06b",
  3551.                 "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b",
  3552.                 "shasum": ""
  3553.             },
  3554.             "require": {
  3555.                 "ext-dom": "*",
  3556.                 "ext-xmlwriter": "*",
  3557.                 "php": "^7.0",
  3558.                 "phpunit/php-file-iterator": "^1.4.2",
  3559.                 "phpunit/php-text-template": "^1.2.1",
  3560.                 "phpunit/php-token-stream": "^1.4.11 || ^2.0",
  3561.                 "sebastian/code-unit-reverse-lookup": "^1.0.1",
  3562.                 "sebastian/environment": "^3.0",
  3563.                 "sebastian/version": "^2.0.1",
  3564.                 "theseer/tokenizer": "^1.1"
  3565.             },
  3566.             "require-dev": {
  3567.                 "ext-xdebug": "^2.5",
  3568.                 "phpunit/phpunit": "^6.0"
  3569.             },
  3570.             "suggest": {
  3571.                 "ext-xdebug": "^2.5.5"
  3572.             },
  3573.             "type": "library",
  3574.             "extra": {
  3575.                 "branch-alias": {
  3576.                     "dev-master": "5.2.x-dev"
  3577.                 }
  3578.             },
  3579.             "autoload": {
  3580.                 "classmap": [
  3581.                     "src/"
  3582.                 ]
  3583.             },
  3584.             "notification-url": "https://packagist.org/downloads/",
  3585.             "license": [
  3586.                 "BSD-3-Clause"
  3587.             ],
  3588.             "authors": [
  3589.                 {
  3590.                     "name": "Sebastian Bergmann",
  3591.                     "email": "sb@sebastian-bergmann.de",
  3592.                     "role": "lead"
  3593.                 }
  3594.             ],
  3595.             "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  3596.             "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  3597.             "keywords": [
  3598.                 "coverage",
  3599.                 "testing",
  3600.                 "xunit"
  3601.             ],
  3602.             "time": "2017-08-03T12:40:43+00:00"
  3603.         },
  3604.         {
  3605.             "name": "phpunit/php-file-iterator",
  3606.             "version": "1.4.2",
  3607.             "source": {
  3608.                 "type": "git",
  3609.                 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  3610.                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
  3611.             },
  3612.             "dist": {
  3613.                 "type": "zip",
  3614.                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  3615.                 "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  3616.                 "shasum": ""
  3617.             },
  3618.             "require": {
  3619.                 "php": ">=5.3.3"
  3620.             },
  3621.             "type": "library",
  3622.             "extra": {
  3623.                 "branch-alias": {
  3624.                     "dev-master": "1.4.x-dev"
  3625.                 }
  3626.             },
  3627.             "autoload": {
  3628.                 "classmap": [
  3629.                     "src/"
  3630.                 ]
  3631.             },
  3632.             "notification-url": "https://packagist.org/downloads/",
  3633.             "license": [
  3634.                 "BSD-3-Clause"
  3635.             ],
  3636.             "authors": [
  3637.                 {
  3638.                     "name": "Sebastian Bergmann",
  3639.                     "email": "sb@sebastian-bergmann.de",
  3640.                     "role": "lead"
  3641.                 }
  3642.             ],
  3643.             "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  3644.             "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  3645.             "keywords": [
  3646.                 "filesystem",
  3647.                 "iterator"
  3648.             ],
  3649.             "time": "2016-10-03T07:40:28+00:00"
  3650.         },
  3651.         {
  3652.             "name": "phpunit/php-text-template",
  3653.             "version": "1.2.1",
  3654.             "source": {
  3655.                 "type": "git",
  3656.                 "url": "https://github.com/sebastianbergmann/php-text-template.git",
  3657.                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  3658.             },
  3659.             "dist": {
  3660.                 "type": "zip",
  3661.                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  3662.                 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  3663.                 "shasum": ""
  3664.             },
  3665.             "require": {
  3666.                 "php": ">=5.3.3"
  3667.             },
  3668.             "type": "library",
  3669.             "autoload": {
  3670.                 "classmap": [
  3671.                     "src/"
  3672.                 ]
  3673.             },
  3674.             "notification-url": "https://packagist.org/downloads/",
  3675.             "license": [
  3676.                 "BSD-3-Clause"
  3677.             ],
  3678.             "authors": [
  3679.                 {
  3680.                     "name": "Sebastian Bergmann",
  3681.                     "email": "sebastian@phpunit.de",
  3682.                     "role": "lead"
  3683.                 }
  3684.             ],
  3685.             "description": "Simple template engine.",
  3686.             "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  3687.             "keywords": [
  3688.                 "template"
  3689.             ],
  3690.             "time": "2015-06-21T13:50:34+00:00"
  3691.         },
  3692.         {
  3693.             "name": "phpunit/php-timer",
  3694.             "version": "1.0.9",
  3695.             "source": {
  3696.                 "type": "git",
  3697.                 "url": "https://github.com/sebastianbergmann/php-timer.git",
  3698.                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  3699.             },
  3700.             "dist": {
  3701.                 "type": "zip",
  3702.                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  3703.                 "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  3704.                 "shasum": ""
  3705.             },
  3706.             "require": {
  3707.                 "php": "^5.3.3 || ^7.0"
  3708.             },
  3709.             "require-dev": {
  3710.                 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  3711.             },
  3712.             "type": "library",
  3713.             "extra": {
  3714.                 "branch-alias": {
  3715.                     "dev-master": "1.0-dev"
  3716.                 }
  3717.             },
  3718.             "autoload": {
  3719.                 "classmap": [
  3720.                     "src/"
  3721.                 ]
  3722.             },
  3723.             "notification-url": "https://packagist.org/downloads/",
  3724.             "license": [
  3725.                 "BSD-3-Clause"
  3726.             ],
  3727.             "authors": [
  3728.                 {
  3729.                     "name": "Sebastian Bergmann",
  3730.                     "email": "sb@sebastian-bergmann.de",
  3731.                     "role": "lead"
  3732.                 }
  3733.             ],
  3734.             "description": "Utility class for timing",
  3735.             "homepage": "https://github.com/sebastianbergmann/php-timer/",
  3736.             "keywords": [
  3737.                 "timer"
  3738.             ],
  3739.             "time": "2017-02-26T11:10:40+00:00"
  3740.         },
  3741.         {
  3742.             "name": "phpunit/php-token-stream",
  3743.             "version": "2.0.1",
  3744.             "source": {
  3745.                 "type": "git",
  3746.                 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  3747.                 "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0"
  3748.             },
  3749.             "dist": {
  3750.                 "type": "zip",
  3751.                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9a02332089ac48e704c70f6cefed30c224e3c0b0",
  3752.                 "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0",
  3753.                 "shasum": ""
  3754.             },
  3755.             "require": {
  3756.                 "ext-tokenizer": "*",
  3757.                 "php": "^7.0"
  3758.             },
  3759.             "require-dev": {
  3760.                 "phpunit/phpunit": "^6.2.4"
  3761.             },
  3762.             "type": "library",
  3763.             "extra": {
  3764.                 "branch-alias": {
  3765.                     "dev-master": "2.0-dev"
  3766.                 }
  3767.             },
  3768.             "autoload": {
  3769.                 "classmap": [
  3770.                     "src/"
  3771.                 ]
  3772.             },
  3773.             "notification-url": "https://packagist.org/downloads/",
  3774.             "license": [
  3775.                 "BSD-3-Clause"
  3776.             ],
  3777.             "authors": [
  3778.                 {
  3779.                     "name": "Sebastian Bergmann",
  3780.                     "email": "sebastian@phpunit.de"
  3781.                 }
  3782.             ],
  3783.             "description": "Wrapper around PHP's tokenizer extension.",
  3784.             "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  3785.             "keywords": [
  3786.                 "tokenizer"
  3787.             ],
  3788.             "time": "2017-08-20T05:47:52+00:00"
  3789.         },
  3790.         {
  3791.             "name": "phpunit/phpunit",
  3792.             "version": "6.4.3",
  3793.             "source": {
  3794.                 "type": "git",
  3795.                 "url": "https://github.com/sebastianbergmann/phpunit.git",
  3796.                 "reference": "06b28548fd2b4a20c3cd6e247dc86331a7d4db13"
  3797.             },
  3798.             "dist": {
  3799.                 "type": "zip",
  3800.                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/06b28548fd2b4a20c3cd6e247dc86331a7d4db13",
  3801.                 "reference": "06b28548fd2b4a20c3cd6e247dc86331a7d4db13",
  3802.                 "shasum": ""
  3803.             },
  3804.             "require": {
  3805.                 "ext-dom": "*",
  3806.                 "ext-json": "*",
  3807.                 "ext-libxml": "*",
  3808.                 "ext-mbstring": "*",
  3809.                 "ext-xml": "*",
  3810.                 "myclabs/deep-copy": "^1.6.1",
  3811.                 "phar-io/manifest": "^1.0.1",
  3812.                 "phar-io/version": "^1.0",
  3813.                 "php": "^7.0",
  3814.                 "phpspec/prophecy": "^1.7",
  3815.                 "phpunit/php-code-coverage": "^5.2.2",
  3816.                 "phpunit/php-file-iterator": "^1.4.2",
  3817.                 "phpunit/php-text-template": "^1.2.1",
  3818.                 "phpunit/php-timer": "^1.0.9",
  3819.                 "phpunit/phpunit-mock-objects": "^4.0.3",
  3820.                 "sebastian/comparator": "^2.0.2",
  3821.                 "sebastian/diff": "^2.0",
  3822.                 "sebastian/environment": "^3.1",
  3823.                 "sebastian/exporter": "^3.1",
  3824.                 "sebastian/global-state": "^2.0",
  3825.                 "sebastian/object-enumerator": "^3.0.3",
  3826.                 "sebastian/resource-operations": "^1.0",
  3827.                 "sebastian/version": "^2.0.1"
  3828.             },
  3829.             "conflict": {
  3830.                 "phpdocumentor/reflection-docblock": "3.0.2",
  3831.                 "phpunit/dbunit": "<3.0"
  3832.             },
  3833.             "require-dev": {
  3834.                 "ext-pdo": "*"
  3835.             },
  3836.             "suggest": {
  3837.                 "ext-xdebug": "*",
  3838.                 "phpunit/php-invoker": "^1.1"
  3839.             },
  3840.             "bin": [
  3841.                 "phpunit"
  3842.             ],
  3843.             "type": "library",
  3844.             "extra": {
  3845.                 "branch-alias": {
  3846.                     "dev-master": "6.4.x-dev"
  3847.                 }
  3848.             },
  3849.             "autoload": {
  3850.                 "classmap": [
  3851.                     "src/"
  3852.                 ]
  3853.             },
  3854.             "notification-url": "https://packagist.org/downloads/",
  3855.             "license": [
  3856.                 "BSD-3-Clause"
  3857.             ],
  3858.             "authors": [
  3859.                 {
  3860.                     "name": "Sebastian Bergmann",
  3861.                     "email": "sebastian@phpunit.de",
  3862.                     "role": "lead"
  3863.                 }
  3864.             ],
  3865.             "description": "The PHP Unit Testing framework.",
  3866.             "homepage": "https://phpunit.de/",
  3867.             "keywords": [
  3868.                 "phpunit",
  3869.                 "testing",
  3870.                 "xunit"
  3871.             ],
  3872.             "time": "2017-10-16T13:18:59+00:00"
  3873.         },
  3874.         {
  3875.             "name": "phpunit/phpunit-mock-objects",
  3876.             "version": "4.0.4",
  3877.             "source": {
  3878.                 "type": "git",
  3879.                 "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  3880.                 "reference": "2f789b59ab89669015ad984afa350c4ec577ade0"
  3881.             },
  3882.             "dist": {
  3883.                 "type": "zip",
  3884.                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/2f789b59ab89669015ad984afa350c4ec577ade0",
  3885.                 "reference": "2f789b59ab89669015ad984afa350c4ec577ade0",
  3886.                 "shasum": ""
  3887.             },
  3888.             "require": {
  3889.                 "doctrine/instantiator": "^1.0.5",
  3890.                 "php": "^7.0",
  3891.                 "phpunit/php-text-template": "^1.2.1",
  3892.                 "sebastian/exporter": "^3.0"
  3893.             },
  3894.             "conflict": {
  3895.                 "phpunit/phpunit": "<6.0"
  3896.             },
  3897.             "require-dev": {
  3898.                 "phpunit/phpunit": "^6.0"
  3899.             },
  3900.             "suggest": {
  3901.                 "ext-soap": "*"
  3902.             },
  3903.             "type": "library",
  3904.             "extra": {
  3905.                 "branch-alias": {
  3906.                     "dev-master": "4.0.x-dev"
  3907.                 }
  3908.             },
  3909.             "autoload": {
  3910.                 "classmap": [
  3911.                     "src/"
  3912.                 ]
  3913.             },
  3914.             "notification-url": "https://packagist.org/downloads/",
  3915.             "license": [
  3916.                 "BSD-3-Clause"
  3917.             ],
  3918.             "authors": [
  3919.                 {
  3920.                     "name": "Sebastian Bergmann",
  3921.                     "email": "sb@sebastian-bergmann.de",
  3922.                     "role": "lead"
  3923.                 }
  3924.             ],
  3925.             "description": "Mock Object library for PHPUnit",
  3926.             "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  3927.             "keywords": [
  3928.                 "mock",
  3929.                 "xunit"
  3930.             ],
  3931.             "time": "2017-08-03T14:08:16+00:00"
  3932.         },
  3933.         {
  3934.             "name": "sebastian/code-unit-reverse-lookup",
  3935.             "version": "1.0.1",
  3936.             "source": {
  3937.                 "type": "git",
  3938.                 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  3939.                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  3940.             },
  3941.             "dist": {
  3942.                 "type": "zip",
  3943.                 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  3944.                 "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  3945.                 "shasum": ""
  3946.             },
  3947.             "require": {
  3948.                 "php": "^5.6 || ^7.0"
  3949.             },
  3950.             "require-dev": {
  3951.                 "phpunit/phpunit": "^5.7 || ^6.0"
  3952.             },
  3953.             "type": "library",
  3954.             "extra": {
  3955.                 "branch-alias": {
  3956.                     "dev-master": "1.0.x-dev"
  3957.                 }
  3958.             },
  3959.             "autoload": {
  3960.                 "classmap": [
  3961.                     "src/"
  3962.                 ]
  3963.             },
  3964.             "notification-url": "https://packagist.org/downloads/",
  3965.             "license": [
  3966.                 "BSD-3-Clause"
  3967.             ],
  3968.             "authors": [
  3969.                 {
  3970.                     "name": "Sebastian Bergmann",
  3971.                     "email": "sebastian@phpunit.de"
  3972.                 }
  3973.             ],
  3974.             "description": "Looks up which function or method a line of code belongs to",
  3975.             "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  3976.             "time": "2017-03-04T06:30:41+00:00"
  3977.         },
  3978.         {
  3979.             "name": "sebastian/comparator",
  3980.             "version": "2.0.2",
  3981.             "source": {
  3982.                 "type": "git",
  3983.                 "url": "https://github.com/sebastianbergmann/comparator.git",
  3984.                 "reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a"
  3985.             },
  3986.             "dist": {
  3987.                 "type": "zip",
  3988.                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ae068fede81d06e7bb9bb46a367210a3d3e1fe6a",
  3989.                 "reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a",
  3990.                 "shasum": ""
  3991.             },
  3992.             "require": {
  3993.                 "php": "^7.0",
  3994.                 "sebastian/diff": "^2.0",
  3995.                 "sebastian/exporter": "^3.0"
  3996.             },
  3997.             "require-dev": {
  3998.                 "phpunit/phpunit": "^6.0"
  3999.             },
  4000.             "type": "library",
  4001.             "extra": {
  4002.                 "branch-alias": {
  4003.                     "dev-master": "2.0.x-dev"
  4004.                 }
  4005.             },
  4006.             "autoload": {
  4007.                 "classmap": [
  4008.                     "src/"
  4009.                 ]
  4010.             },
  4011.             "notification-url": "https://packagist.org/downloads/",
  4012.             "license": [
  4013.                 "BSD-3-Clause"
  4014.             ],
  4015.             "authors": [
  4016.                 {
  4017.                     "name": "Jeff Welch",
  4018.                     "email": "whatthejeff@gmail.com"
  4019.                 },
  4020.                 {
  4021.                     "name": "Volker Dusch",
  4022.                     "email": "github@wallbash.com"
  4023.                 },
  4024.                 {
  4025.                     "name": "Bernhard Schussek",
  4026.                     "email": "bschussek@2bepublished.at"
  4027.                 },
  4028.                 {
  4029.                     "name": "Sebastian Bergmann",
  4030.                     "email": "sebastian@phpunit.de"
  4031.                 }
  4032.             ],
  4033.             "description": "Provides the functionality to compare PHP values for equality",
  4034.             "homepage": "http://www.github.com/sebastianbergmann/comparator",
  4035.             "keywords": [
  4036.                 "comparator",
  4037.                 "compare",
  4038.                 "equality"
  4039.             ],
  4040.             "time": "2017-08-03T07:14:59+00:00"
  4041.         },
  4042.         {
  4043.             "name": "sebastian/diff",
  4044.             "version": "2.0.1",
  4045.             "source": {
  4046.                 "type": "git",
  4047.                 "url": "https://github.com/sebastianbergmann/diff.git",
  4048.                 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
  4049.             },
  4050.             "dist": {
  4051.                 "type": "zip",
  4052.                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
  4053.                 "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
  4054.                 "shasum": ""
  4055.             },
  4056.             "require": {
  4057.                 "php": "^7.0"
  4058.             },
  4059.             "require-dev": {
  4060.                 "phpunit/phpunit": "^6.2"
  4061.             },
  4062.             "type": "library",
  4063.             "extra": {
  4064.                 "branch-alias": {
  4065.                     "dev-master": "2.0-dev"
  4066.                 }
  4067.             },
  4068.             "autoload": {
  4069.                 "classmap": [
  4070.                     "src/"
  4071.                 ]
  4072.             },
  4073.             "notification-url": "https://packagist.org/downloads/",
  4074.             "license": [
  4075.                 "BSD-3-Clause"
  4076.             ],
  4077.             "authors": [
  4078.                 {
  4079.                     "name": "Kore Nordmann",
  4080.                     "email": "mail@kore-nordmann.de"
  4081.                 },
  4082.                 {
  4083.                     "name": "Sebastian Bergmann",
  4084.                     "email": "sebastian@phpunit.de"
  4085.                 }
  4086.             ],
  4087.             "description": "Diff implementation",
  4088.             "homepage": "https://github.com/sebastianbergmann/diff",
  4089.             "keywords": [
  4090.                 "diff"
  4091.             ],
  4092.             "time": "2017-08-03T08:09:46+00:00"
  4093.         },
  4094.         {
  4095.             "name": "sebastian/environment",
  4096.             "version": "3.1.0",
  4097.             "source": {
  4098.                 "type": "git",
  4099.                 "url": "https://github.com/sebastianbergmann/environment.git",
  4100.                 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
  4101.             },
  4102.             "dist": {
  4103.                 "type": "zip",
  4104.                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
  4105.                 "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
  4106.                 "shasum": ""
  4107.             },
  4108.             "require": {
  4109.                 "php": "^7.0"
  4110.             },
  4111.             "require-dev": {
  4112.                 "phpunit/phpunit": "^6.1"
  4113.             },
  4114.             "type": "library",
  4115.             "extra": {
  4116.                 "branch-alias": {
  4117.                     "dev-master": "3.1.x-dev"
  4118.                 }
  4119.             },
  4120.             "autoload": {
  4121.                 "classmap": [
  4122.                     "src/"
  4123.                 ]
  4124.             },
  4125.             "notification-url": "https://packagist.org/downloads/",
  4126.             "license": [
  4127.                 "BSD-3-Clause"
  4128.             ],
  4129.             "authors": [
  4130.                 {
  4131.                     "name": "Sebastian Bergmann",
  4132.                     "email": "sebastian@phpunit.de"
  4133.                 }
  4134.             ],
  4135.             "description": "Provides functionality to handle HHVM/PHP environments",
  4136.             "homepage": "http://www.github.com/sebastianbergmann/environment",
  4137.             "keywords": [
  4138.                 "Xdebug",
  4139.                 "environment",
  4140.                 "hhvm"
  4141.             ],
  4142.             "time": "2017-07-01T08:51:00+00:00"
  4143.         },
  4144.         {
  4145.             "name": "sebastian/exporter",
  4146.             "version": "3.1.0",
  4147.             "source": {
  4148.                 "type": "git",
  4149.                 "url": "https://github.com/sebastianbergmann/exporter.git",
  4150.                 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
  4151.             },
  4152.             "dist": {
  4153.                 "type": "zip",
  4154.                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
  4155.                 "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
  4156.                 "shasum": ""
  4157.             },
  4158.             "require": {
  4159.                 "php": "^7.0",
  4160.                 "sebastian/recursion-context": "^3.0"
  4161.             },
  4162.             "require-dev": {
  4163.                 "ext-mbstring": "*",
  4164.                 "phpunit/phpunit": "^6.0"
  4165.             },
  4166.             "type": "library",
  4167.             "extra": {
  4168.                 "branch-alias": {
  4169.                     "dev-master": "3.1.x-dev"
  4170.                 }
  4171.             },
  4172.             "autoload": {
  4173.                 "classmap": [
  4174.                     "src/"
  4175.                 ]
  4176.             },
  4177.             "notification-url": "https://packagist.org/downloads/",
  4178.             "license": [
  4179.                 "BSD-3-Clause"
  4180.             ],
  4181.             "authors": [
  4182.                 {
  4183.                     "name": "Jeff Welch",
  4184.                     "email": "whatthejeff@gmail.com"
  4185.                 },
  4186.                 {
  4187.                     "name": "Volker Dusch",
  4188.                     "email": "github@wallbash.com"
  4189.                 },
  4190.                 {
  4191.                     "name": "Bernhard Schussek",
  4192.                     "email": "bschussek@2bepublished.at"
  4193.                 },
  4194.                 {
  4195.                     "name": "Sebastian Bergmann",
  4196.                     "email": "sebastian@phpunit.de"
  4197.                 },
  4198.                 {
  4199.                     "name": "Adam Harvey",
  4200.                     "email": "aharvey@php.net"
  4201.                 }
  4202.             ],
  4203.             "description": "Provides the functionality to export PHP variables for visualization",
  4204.             "homepage": "http://www.github.com/sebastianbergmann/exporter",
  4205.             "keywords": [
  4206.                 "export",
  4207.                 "exporter"
  4208.             ],
  4209.             "time": "2017-04-03T13:19:02+00:00"
  4210.         },
  4211.         {
  4212.             "name": "sebastian/global-state",
  4213.             "version": "2.0.0",
  4214.             "source": {
  4215.                 "type": "git",
  4216.                 "url": "https://github.com/sebastianbergmann/global-state.git",
  4217.                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
  4218.             },
  4219.             "dist": {
  4220.                 "type": "zip",
  4221.                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  4222.                 "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  4223.                 "shasum": ""
  4224.             },
  4225.             "require": {
  4226.                 "php": "^7.0"
  4227.             },
  4228.             "require-dev": {
  4229.                 "phpunit/phpunit": "^6.0"
  4230.             },
  4231.             "suggest": {
  4232.                 "ext-uopz": "*"
  4233.             },
  4234.             "type": "library",
  4235.             "extra": {
  4236.                 "branch-alias": {
  4237.                     "dev-master": "2.0-dev"
  4238.                 }
  4239.             },
  4240.             "autoload": {
  4241.                 "classmap": [
  4242.                     "src/"
  4243.                 ]
  4244.             },
  4245.             "notification-url": "https://packagist.org/downloads/",
  4246.             "license": [
  4247.                 "BSD-3-Clause"
  4248.             ],
  4249.             "authors": [
  4250.                 {
  4251.                     "name": "Sebastian Bergmann",
  4252.                     "email": "sebastian@phpunit.de"
  4253.                 }
  4254.             ],
  4255.             "description": "Snapshotting of global state",
  4256.             "homepage": "http://www.github.com/sebastianbergmann/global-state",
  4257.             "keywords": [
  4258.                 "global state"
  4259.             ],
  4260.             "time": "2017-04-27T15:39:26+00:00"
  4261.         },
  4262.         {
  4263.             "name": "sebastian/object-enumerator",
  4264.             "version": "3.0.3",
  4265.             "source": {
  4266.                 "type": "git",
  4267.                 "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  4268.                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
  4269.             },
  4270.             "dist": {
  4271.                 "type": "zip",
  4272.                 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  4273.                 "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  4274.                 "shasum": ""
  4275.             },
  4276.             "require": {
  4277.                 "php": "^7.0",
  4278.                 "sebastian/object-reflector": "^1.1.1",
  4279.                 "sebastian/recursion-context": "^3.0"
  4280.             },
  4281.             "require-dev": {
  4282.                 "phpunit/phpunit": "^6.0"
  4283.             },
  4284.             "type": "library",
  4285.             "extra": {
  4286.                 "branch-alias": {
  4287.                     "dev-master": "3.0.x-dev"
  4288.                 }
  4289.             },
  4290.             "autoload": {
  4291.                 "classmap": [
  4292.                     "src/"
  4293.                 ]
  4294.             },
  4295.             "notification-url": "https://packagist.org/downloads/",
  4296.             "license": [
  4297.                 "BSD-3-Clause"
  4298.             ],
  4299.             "authors": [
  4300.                 {
  4301.                     "name": "Sebastian Bergmann",
  4302.                     "email": "sebastian@phpunit.de"
  4303.                 }
  4304.             ],
  4305.             "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  4306.             "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  4307.             "time": "2017-08-03T12:35:26+00:00"
  4308.         },
  4309.         {
  4310.             "name": "sebastian/object-reflector",
  4311.             "version": "1.1.1",
  4312.             "source": {
  4313.                 "type": "git",
  4314.                 "url": "https://github.com/sebastianbergmann/object-reflector.git",
  4315.                 "reference": "773f97c67f28de00d397be301821b06708fca0be"
  4316.             },
  4317.             "dist": {
  4318.                 "type": "zip",
  4319.                 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
  4320.                 "reference": "773f97c67f28de00d397be301821b06708fca0be",
  4321.                 "shasum": ""
  4322.             },
  4323.             "require": {
  4324.                 "php": "^7.0"
  4325.             },
  4326.             "require-dev": {
  4327.                 "phpunit/phpunit": "^6.0"
  4328.             },
  4329.             "type": "library",
  4330.             "extra": {
  4331.                 "branch-alias": {
  4332.                     "dev-master": "1.1-dev"
  4333.                 }
  4334.             },
  4335.             "autoload": {
  4336.                 "classmap": [
  4337.                     "src/"
  4338.                 ]
  4339.             },
  4340.             "notification-url": "https://packagist.org/downloads/",
  4341.             "license": [
  4342.                 "BSD-3-Clause"
  4343.             ],
  4344.             "authors": [
  4345.                 {
  4346.                     "name": "Sebastian Bergmann",
  4347.                     "email": "sebastian@phpunit.de"
  4348.                 }
  4349.             ],
  4350.             "description": "Allows reflection of object attributes, including inherited and non-public ones",
  4351.             "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  4352.             "time": "2017-03-29T09:07:27+00:00"
  4353.         },
  4354.         {
  4355.             "name": "sebastian/recursion-context",
  4356.             "version": "3.0.0",
  4357.             "source": {
  4358.                 "type": "git",
  4359.                 "url": "https://github.com/sebastianbergmann/recursion-context.git",
  4360.                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
  4361.             },
  4362.             "dist": {
  4363.                 "type": "zip",
  4364.                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  4365.                 "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  4366.                 "shasum": ""
  4367.             },
  4368.             "require": {
  4369.                 "php": "^7.0"
  4370.             },
  4371.             "require-dev": {
  4372.                 "phpunit/phpunit": "^6.0"
  4373.             },
  4374.             "type": "library",
  4375.             "extra": {
  4376.                 "branch-alias": {
  4377.                     "dev-master": "3.0.x-dev"
  4378.                 }
  4379.             },
  4380.             "autoload": {
  4381.                 "classmap": [
  4382.                     "src/"
  4383.                 ]
  4384.             },
  4385.             "notification-url": "https://packagist.org/downloads/",
  4386.             "license": [
  4387.                 "BSD-3-Clause"
  4388.             ],
  4389.             "authors": [
  4390.                 {
  4391.                     "name": "Jeff Welch",
  4392.                     "email": "whatthejeff@gmail.com"
  4393.                 },
  4394.                 {
  4395.                     "name": "Sebastian Bergmann",
  4396.                     "email": "sebastian@phpunit.de"
  4397.                 },
  4398.                 {
  4399.                     "name": "Adam Harvey",
  4400.                     "email": "aharvey@php.net"
  4401.                 }
  4402.             ],
  4403.             "description": "Provides functionality to recursively process PHP variables",
  4404.             "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  4405.             "time": "2017-03-03T06:23:57+00:00"
  4406.         },
  4407.         {
  4408.             "name": "sebastian/resource-operations",
  4409.             "version": "1.0.0",
  4410.             "source": {
  4411.                 "type": "git",
  4412.                 "url": "https://github.com/sebastianbergmann/resource-operations.git",
  4413.                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  4414.             },
  4415.             "dist": {
  4416.                 "type": "zip",
  4417.                 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  4418.                 "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  4419.                 "shasum": ""
  4420.             },
  4421.             "require": {
  4422.                 "php": ">=5.6.0"
  4423.             },
  4424.             "type": "library",
  4425.             "extra": {
  4426.                 "branch-alias": {
  4427.                     "dev-master": "1.0.x-dev"
  4428.                 }
  4429.             },
  4430.             "autoload": {
  4431.                 "classmap": [
  4432.                     "src/"
  4433.                 ]
  4434.             },
  4435.             "notification-url": "https://packagist.org/downloads/",
  4436.             "license": [
  4437.                 "BSD-3-Clause"
  4438.             ],
  4439.             "authors": [
  4440.                 {
  4441.                     "name": "Sebastian Bergmann",
  4442.                     "email": "sebastian@phpunit.de"
  4443.                 }
  4444.             ],
  4445.             "description": "Provides a list of PHP built-in functions that operate on resources",
  4446.             "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  4447.             "time": "2015-07-28T20:34:47+00:00"
  4448.         },
  4449.         {
  4450.             "name": "sebastian/version",
  4451.             "version": "2.0.1",
  4452.             "source": {
  4453.                 "type": "git",
  4454.                 "url": "https://github.com/sebastianbergmann/version.git",
  4455.                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  4456.             },
  4457.             "dist": {
  4458.                 "type": "zip",
  4459.                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  4460.                 "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  4461.                 "shasum": ""
  4462.             },
  4463.             "require": {
  4464.                 "php": ">=5.6"
  4465.             },
  4466.             "type": "library",
  4467.             "extra": {
  4468.                 "branch-alias": {
  4469.                     "dev-master": "2.0.x-dev"
  4470.                 }
  4471.             },
  4472.             "autoload": {
  4473.                 "classmap": [
  4474.                     "src/"
  4475.                 ]
  4476.             },
  4477.             "notification-url": "https://packagist.org/downloads/",
  4478.             "license": [
  4479.                 "BSD-3-Clause"
  4480.             ],
  4481.             "authors": [
  4482.                 {
  4483.                     "name": "Sebastian Bergmann",
  4484.                     "email": "sebastian@phpunit.de",
  4485.                     "role": "lead"
  4486.                 }
  4487.             ],
  4488.             "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  4489.             "homepage": "https://github.com/sebastianbergmann/version",
  4490.             "time": "2016-10-03T07:35:21+00:00"
  4491.         },
  4492.         {
  4493.             "name": "theseer/tokenizer",
  4494.             "version": "1.1.0",
  4495.             "source": {
  4496.                 "type": "git",
  4497.                 "url": "https://github.com/theseer/tokenizer.git",
  4498.                 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
  4499.             },
  4500.             "dist": {
  4501.                 "type": "zip",
  4502.                 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
  4503.                 "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
  4504.                 "shasum": ""
  4505.             },
  4506.             "require": {
  4507.                 "ext-dom": "*",
  4508.                 "ext-tokenizer": "*",
  4509.                 "ext-xmlwriter": "*",
  4510.                 "php": "^7.0"
  4511.             },
  4512.             "type": "library",
  4513.             "autoload": {
  4514.                 "classmap": [
  4515.                     "src/"
  4516.                 ]
  4517.             },
  4518.             "notification-url": "https://packagist.org/downloads/",
  4519.             "license": [
  4520.                 "BSD-3-Clause"
  4521.             ],
  4522.             "authors": [
  4523.                 {
  4524.                     "name": "Arne Blankerts",
  4525.                     "email": "arne@blankerts.de",
  4526.                     "role": "Developer"
  4527.                 }
  4528.             ],
  4529.             "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  4530.             "time": "2017-04-07T12:08:54+00:00"
  4531.         },
  4532.         {
  4533.             "name": "webmozart/assert",
  4534.             "version": "1.2.0",
  4535.             "source": {
  4536.                 "type": "git",
  4537.                 "url": "https://github.com/webmozart/assert.git",
  4538.                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
  4539.             },
  4540.             "dist": {
  4541.                 "type": "zip",
  4542.                 "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
  4543.                 "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
  4544.                 "shasum": ""
  4545.             },
  4546.             "require": {
  4547.                 "php": "^5.3.3 || ^7.0"
  4548.             },
  4549.             "require-dev": {
  4550.                 "phpunit/phpunit": "^4.6",
  4551.                 "sebastian/version": "^1.0.1"
  4552.             },
  4553.             "type": "library",
  4554.             "extra": {
  4555.                 "branch-alias": {
  4556.                     "dev-master": "1.3-dev"
  4557.                 }
  4558.             },
  4559.             "autoload": {
  4560.                 "psr-4": {
  4561.                     "Webmozart\\Assert\\": "src/"
  4562.                 }
  4563.             },
  4564.             "notification-url": "https://packagist.org/downloads/",
  4565.             "license": [
  4566.                 "MIT"
  4567.             ],
  4568.             "authors": [
  4569.                 {
  4570.                     "name": "Bernhard Schussek",
  4571.                     "email": "bschussek@gmail.com"
  4572.                 }
  4573.             ],
  4574.             "description": "Assertions to validate method input/output with nice error messages.",
  4575.             "keywords": [
  4576.                 "assert",
  4577.                 "check",
  4578.                 "validate"
  4579.             ],
  4580.             "time": "2016-11-23T20:04:58+00:00"
  4581.         }
  4582.     ],
  4583.     "aliases": [],
  4584.     "minimum-stability": "stable",
  4585.     "stability-flags": [],
  4586.     "prefer-stable": false,
  4587.     "prefer-lowest": false,
  4588.     "platform": {
  4589.         "php": ">=7.0.0"
  4590.     },
  4591.     "platform-dev": []
  4592. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement