Advertisement
Guest User

Untitled

a guest
Dec 21st, 2017
1,091
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 69.78 KB | None | 0 0
  1. [
  2.     {
  3.         "name": "psr/http-message",
  4.         "version": "1.0.1",
  5.         "version_normalized": "1.0.1.0",
  6.         "source": {
  7.             "type": "git",
  8.             "url": "https://github.com/php-fig/http-message.git",
  9.             "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  10.         },
  11.         "dist": {
  12.             "type": "zip",
  13.             "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  14.             "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  15.             "shasum": ""
  16.         },
  17.         "require": {
  18.             "php": ">=5.3.0"
  19.         },
  20.         "time": "2016-08-06 14:39:51",
  21.         "type": "library",
  22.         "extra": {
  23.             "branch-alias": {
  24.                 "dev-master": "1.0.x-dev"
  25.             }
  26.         },
  27.         "installation-source": "dist",
  28.         "autoload": {
  29.             "psr-4": {
  30.                 "Psr\\Http\\Message\\": "src/"
  31.             }
  32.         },
  33.         "notification-url": "https://packagist.org/downloads/",
  34.         "license": [
  35.             "MIT"
  36.         ],
  37.         "authors": [
  38.             {
  39.                 "name": "PHP-FIG",
  40.                 "homepage": "http://www.php-fig.org/"
  41.             }
  42.         ],
  43.         "description": "Common interface for HTTP messages",
  44.         "homepage": "https://github.com/php-fig/http-message",
  45.         "keywords": [
  46.             "http",
  47.             "http-message",
  48.             "psr",
  49.             "psr-7",
  50.             "request",
  51.             "response"
  52.         ]
  53.     },
  54.     {
  55.         "name": "mmucklo/inflect",
  56.         "version": "v0.3.0",
  57.         "version_normalized": "0.3.0.0",
  58.         "source": {
  59.             "type": "git",
  60.             "url": "https://github.com/mmucklo/inflect.git",
  61.             "reference": "b665bcd3d4c23b6aa1990b6405ff96dd437689e9"
  62.         },
  63.         "dist": {
  64.             "type": "zip",
  65.             "url": "https://api.github.com/repos/mmucklo/inflect/zipball/b665bcd3d4c23b6aa1990b6405ff96dd437689e9",
  66.             "reference": "b665bcd3d4c23b6aa1990b6405ff96dd437689e9",
  67.             "shasum": ""
  68.         },
  69.         "require": {
  70.             "php": ">=5.3.17"
  71.         },
  72.         "require-dev": {
  73.             "phpunit/phpunit": "3.7.*"
  74.         },
  75.         "time": "2015-05-16 04:16:08",
  76.         "type": "library",
  77.         "installation-source": "dist",
  78.         "autoload": {
  79.             "psr-0": {
  80.                 "Inflect": "src/"
  81.             }
  82.         },
  83.         "notification-url": "https://packagist.org/downloads/",
  84.         "license": [
  85.             "MIT"
  86.         ],
  87.         "authors": [
  88.             {
  89.                 "name": "Sho Kuwamoto",
  90.                 "email": "sho@kuwamoto.org"
  91.             },
  92.             {
  93.                 "name": "Matthew J. Mucklo",
  94.                 "email": "mmucklo@gmail.com"
  95.             }
  96.         ],
  97.         "description": "inflect - a memoizing inflector for php",
  98.         "keywords": [
  99.             "inflect",
  100.             "inflector",
  101.             "pluralize",
  102.             "singularize",
  103.             "urlify"
  104.         ]
  105.     },
  106.     {
  107.         "name": "swiftmailer/swiftmailer",
  108.         "version": "v5.4.8",
  109.         "version_normalized": "5.4.8.0",
  110.         "source": {
  111.             "type": "git",
  112.             "url": "https://github.com/swiftmailer/swiftmailer.git",
  113.             "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517"
  114.         },
  115.         "dist": {
  116.             "type": "zip",
  117.             "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/9a06dc570a0367850280eefd3f1dc2da45aef517",
  118.             "reference": "9a06dc570a0367850280eefd3f1dc2da45aef517",
  119.             "shasum": ""
  120.         },
  121.         "require": {
  122.             "php": ">=5.3.3"
  123.         },
  124.         "require-dev": {
  125.             "mockery/mockery": "~0.9.1",
  126.             "symfony/phpunit-bridge": "~3.2"
  127.         },
  128.         "time": "2017-05-01 15:54:03",
  129.         "type": "library",
  130.         "extra": {
  131.             "branch-alias": {
  132.                 "dev-master": "5.4-dev"
  133.             }
  134.         },
  135.         "installation-source": "dist",
  136.         "autoload": {
  137.             "files": [
  138.                 "lib/swift_required.php"
  139.             ]
  140.         },
  141.         "notification-url": "https://packagist.org/downloads/",
  142.         "license": [
  143.             "MIT"
  144.         ],
  145.         "authors": [
  146.             {
  147.                 "name": "Chris Corbyn"
  148.             },
  149.             {
  150.                 "name": "Fabien Potencier",
  151.                 "email": "fabien@symfony.com"
  152.             }
  153.         ],
  154.         "description": "Swiftmailer, free feature-rich PHP mailer",
  155.         "homepage": "http://swiftmailer.org",
  156.         "keywords": [
  157.             "email",
  158.             "mail",
  159.             "mailer"
  160.         ]
  161.     },
  162.     {
  163.         "name": "sendgrid/php-http-client",
  164.         "version": "3.8.0",
  165.         "version_normalized": "3.8.0.0",
  166.         "source": {
  167.             "type": "git",
  168.             "url": "https://github.com/sendgrid/php-http-client.git",
  169.             "reference": "929018c62b7fcd99b3b356216ae75fff4d47b5a1"
  170.         },
  171.         "dist": {
  172.             "type": "zip",
  173.             "url": "https://api.github.com/repos/sendgrid/php-http-client/zipball/929018c62b7fcd99b3b356216ae75fff4d47b5a1",
  174.             "reference": "929018c62b7fcd99b3b356216ae75fff4d47b5a1",
  175.             "shasum": ""
  176.         },
  177.         "require": {
  178.             "php": ">=5.6"
  179.         },
  180.         "require-dev": {
  181.             "phpunit/phpunit": "~4.4",
  182.             "squizlabs/php_codesniffer": "~2.0"
  183.         },
  184.         "time": "2017-09-13 16:52:38",
  185.         "type": "library",
  186.         "installation-source": "dist",
  187.         "autoload": {
  188.             "psr-4": {
  189.                 "SendGrid\\": "lib/"
  190.             }
  191.         },
  192.         "notification-url": "https://packagist.org/downloads/",
  193.         "license": [
  194.             "MIT"
  195.         ],
  196.         "authors": [
  197.             {
  198.                 "name": "Matt Bernier",
  199.                 "email": "dx@sendgrid.com"
  200.             },
  201.             {
  202.                 "name": "Elmer Thomas",
  203.                 "email": "elmer@thinkingserious.com"
  204.             }
  205.         ],
  206.         "description": "HTTP REST client, simplified for PHP",
  207.         "homepage": "http://github.com/sendgrid/php-http-client",
  208.         "keywords": [
  209.             "api",
  210.             "fluent",
  211.             "http",
  212.             "rest",
  213.             "sendgrid"
  214.         ]
  215.     },
  216.     {
  217.         "name": "sendgrid/sendgrid",
  218.         "version": "6.0.0",
  219.         "version_normalized": "6.0.0.0",
  220.         "source": {
  221.             "type": "git",
  222.             "url": "https://github.com/sendgrid/sendgrid-php.git",
  223.             "reference": "8db454e4b5674b545c207a162b64202b0d63259b"
  224.         },
  225.         "dist": {
  226.             "type": "zip",
  227.             "url": "https://api.github.com/repos/sendgrid/sendgrid-php/zipball/8db454e4b5674b545c207a162b64202b0d63259b",
  228.             "reference": "8db454e4b5674b545c207a162b64202b0d63259b",
  229.             "shasum": ""
  230.         },
  231.         "require": {
  232.             "php": ">=5.6",
  233.             "sendgrid/php-http-client": "~3.7"
  234.         },
  235.         "replace": {
  236.             "sendgrid/sendgrid-php": "*"
  237.         },
  238.         "require-dev": {
  239.             "phpunit/phpunit": "4.*",
  240.             "squizlabs/php_codesniffer": "2.*"
  241.         },
  242.         "time": "2017-07-01 04:30:16",
  243.         "type": "library",
  244.         "installation-source": "dist",
  245.         "autoload": {
  246.             "files": [
  247.                 "lib/SendGrid.php",
  248.                 "lib/helpers/mail/Mail.php"
  249.             ]
  250.         },
  251.         "notification-url": "https://packagist.org/downloads/",
  252.         "license": [
  253.             "MIT"
  254.         ],
  255.         "description": "This library allows you to quickly and easily send emails through SendGrid using PHP.",
  256.         "homepage": "http://github.com/sendgrid/sendgrid-php",
  257.         "keywords": [
  258.             "email",
  259.             "grid",
  260.             "send",
  261.             "sendgrid"
  262.         ]
  263.     },
  264.     {
  265.         "name": "guzzlehttp/promises",
  266.         "version": "v1.3.1",
  267.         "version_normalized": "1.3.1.0",
  268.         "source": {
  269.             "type": "git",
  270.             "url": "https://github.com/guzzle/promises.git",
  271.             "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
  272.         },
  273.         "dist": {
  274.             "type": "zip",
  275.             "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  276.             "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
  277.             "shasum": ""
  278.         },
  279.         "require": {
  280.             "php": ">=5.5.0"
  281.         },
  282.         "require-dev": {
  283.             "phpunit/phpunit": "^4.0"
  284.         },
  285.         "time": "2016-12-20 10:07:11",
  286.         "type": "library",
  287.         "extra": {
  288.             "branch-alias": {
  289.                 "dev-master": "1.4-dev"
  290.             }
  291.         },
  292.         "installation-source": "dist",
  293.         "autoload": {
  294.             "psr-4": {
  295.                 "GuzzleHttp\\Promise\\": "src/"
  296.             },
  297.             "files": [
  298.                 "src/functions_include.php"
  299.             ]
  300.         },
  301.         "notification-url": "https://packagist.org/downloads/",
  302.         "license": [
  303.             "MIT"
  304.         ],
  305.         "authors": [
  306.             {
  307.                 "name": "Michael Dowling",
  308.                 "email": "mtdowling@gmail.com",
  309.                 "homepage": "https://github.com/mtdowling"
  310.             }
  311.         ],
  312.         "description": "Guzzle promises library",
  313.         "keywords": [
  314.             "promise"
  315.         ]
  316.     },
  317.     {
  318.         "name": "guzzlehttp/psr7",
  319.         "version": "1.4.2",
  320.         "version_normalized": "1.4.2.0",
  321.         "source": {
  322.             "type": "git",
  323.             "url": "https://github.com/guzzle/psr7.git",
  324.             "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
  325.         },
  326.         "dist": {
  327.             "type": "zip",
  328.             "url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  329.             "reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
  330.             "shasum": ""
  331.         },
  332.         "require": {
  333.             "php": ">=5.4.0",
  334.             "psr/http-message": "~1.0"
  335.         },
  336.         "provide": {
  337.             "psr/http-message-implementation": "1.0"
  338.         },
  339.         "require-dev": {
  340.             "phpunit/phpunit": "~4.0"
  341.         },
  342.         "time": "2017-03-20 17:10:46",
  343.         "type": "library",
  344.         "extra": {
  345.             "branch-alias": {
  346.                 "dev-master": "1.4-dev"
  347.             }
  348.         },
  349.         "installation-source": "dist",
  350.         "autoload": {
  351.             "psr-4": {
  352.                 "GuzzleHttp\\Psr7\\": "src/"
  353.             },
  354.             "files": [
  355.                 "src/functions_include.php"
  356.             ]
  357.         },
  358.         "notification-url": "https://packagist.org/downloads/",
  359.         "license": [
  360.             "MIT"
  361.         ],
  362.         "authors": [
  363.             {
  364.                 "name": "Michael Dowling",
  365.                 "email": "mtdowling@gmail.com",
  366.                 "homepage": "https://github.com/mtdowling"
  367.             },
  368.             {
  369.                 "name": "Tobias Schultze",
  370.                 "homepage": "https://github.com/Tobion"
  371.             }
  372.         ],
  373.         "description": "PSR-7 message implementation that also provides common utility methods",
  374.         "keywords": [
  375.             "http",
  376.             "message",
  377.             "request",
  378.             "response",
  379.             "stream",
  380.             "uri",
  381.             "url"
  382.         ]
  383.     },
  384.     {
  385.         "name": "guzzlehttp/guzzle",
  386.         "version": "6.3.0",
  387.         "version_normalized": "6.3.0.0",
  388.         "source": {
  389.             "type": "git",
  390.             "url": "https://github.com/guzzle/guzzle.git",
  391.             "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
  392.         },
  393.         "dist": {
  394.             "type": "zip",
  395.             "url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  396.             "reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
  397.             "shasum": ""
  398.         },
  399.         "require": {
  400.             "guzzlehttp/promises": "^1.0",
  401.             "guzzlehttp/psr7": "^1.4",
  402.             "php": ">=5.5"
  403.         },
  404.         "require-dev": {
  405.             "ext-curl": "*",
  406.             "phpunit/phpunit": "^4.0 || ^5.0",
  407.             "psr/log": "^1.0"
  408.         },
  409.         "suggest": {
  410.             "psr/log": "Required for using the Log middleware"
  411.         },
  412.         "time": "2017-06-22 18:50:49",
  413.         "type": "library",
  414.         "extra": {
  415.             "branch-alias": {
  416.                 "dev-master": "6.2-dev"
  417.             }
  418.         },
  419.         "installation-source": "dist",
  420.         "autoload": {
  421.             "files": [
  422.                 "src/functions_include.php"
  423.             ],
  424.             "psr-4": {
  425.                 "GuzzleHttp\\": "src/"
  426.             }
  427.         },
  428.         "notification-url": "https://packagist.org/downloads/",
  429.         "license": [
  430.             "MIT"
  431.         ],
  432.         "authors": [
  433.             {
  434.                 "name": "Michael Dowling",
  435.                 "email": "mtdowling@gmail.com",
  436.                 "homepage": "https://github.com/mtdowling"
  437.             }
  438.         ],
  439.         "description": "Guzzle is a PHP HTTP client library",
  440.         "homepage": "http://guzzlephp.org/",
  441.         "keywords": [
  442.             "client",
  443.             "curl",
  444.             "framework",
  445.             "http",
  446.             "http client",
  447.             "rest",
  448.             "web service"
  449.         ]
  450.     },
  451.     {
  452. <<<<<<< HEAD
  453.         "name": "firebase/php-jwt",
  454.         "version": "v5.0.0",
  455.         "version_normalized": "5.0.0.0",
  456.         "source": {
  457.             "type": "git",
  458.             "url": "https://github.com/firebase/php-jwt.git",
  459.             "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e"
  460.         },
  461.         "dist": {
  462.             "type": "zip",
  463.             "url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
  464.             "reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e",
  465.             "shasum": ""
  466.         },
  467.         "require": {
  468.             "php": ">=5.3.0"
  469.         },
  470.         "require-dev": {
  471.             "phpunit/phpunit": " 4.8.35"
  472.         },
  473.         "time": "2017-06-27 22:17:23",
  474.         "type": "library",
  475.         "installation-source": "dist",
  476.         "autoload": {
  477.             "psr-4": {
  478.                 "Firebase\\JWT\\": "src"
  479.             }
  480.         },
  481. =======
  482.         "name": "sebastian/version",
  483.         "version": "2.0.1",
  484.         "version_normalized": "2.0.1.0",
  485.         "source": {
  486.             "type": "git",
  487.             "url": "https://github.com/sebastianbergmann/version.git",
  488.             "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  489.         },
  490.         "dist": {
  491.             "type": "zip",
  492.             "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  493.             "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  494.             "shasum": ""
  495.         },
  496.         "require": {
  497.             "php": ">=5.6"
  498.         },
  499.         "time": "2016-10-03 07:35:21",
  500.         "type": "library",
  501.         "extra": {
  502.             "branch-alias": {
  503.                 "dev-master": "2.0.x-dev"
  504.             }
  505.         },
  506.         "installation-source": "dist",
  507.         "autoload": {
  508.             "classmap": [
  509.                 "src/"
  510.             ]
  511.         },
  512.         "notification-url": "https://packagist.org/downloads/",
  513.         "license": [
  514.             "BSD-3-Clause"
  515.         ],
  516.         "authors": [
  517.             {
  518.                 "name": "Sebastian Bergmann",
  519.                 "email": "sebastian@phpunit.de",
  520.                 "role": "lead"
  521.             }
  522.         ],
  523.         "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  524.         "homepage": "https://github.com/sebastianbergmann/version"
  525.     },
  526.     {
  527.         "name": "sebastian/resource-operations",
  528.         "version": "1.0.0",
  529.         "version_normalized": "1.0.0.0",
  530.         "source": {
  531.             "type": "git",
  532.             "url": "https://github.com/sebastianbergmann/resource-operations.git",
  533.             "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
  534.         },
  535.         "dist": {
  536.             "type": "zip",
  537.             "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  538.             "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
  539.             "shasum": ""
  540.         },
  541.         "require": {
  542.             "php": ">=5.6.0"
  543.         },
  544.         "time": "2015-07-28 20:34:47",
  545.         "type": "library",
  546.         "extra": {
  547.             "branch-alias": {
  548.                 "dev-master": "1.0.x-dev"
  549.             }
  550.         },
  551.         "installation-source": "dist",
  552.         "autoload": {
  553.             "classmap": [
  554.                 "src/"
  555.             ]
  556.         },
  557.         "notification-url": "https://packagist.org/downloads/",
  558.         "license": [
  559.             "BSD-3-Clause"
  560.         ],
  561.         "authors": [
  562.             {
  563.                 "name": "Sebastian Bergmann",
  564.                 "email": "sebastian@phpunit.de"
  565.             }
  566.         ],
  567.         "description": "Provides a list of PHP built-in functions that operate on resources",
  568.         "homepage": "https://www.github.com/sebastianbergmann/resource-operations"
  569.     },
  570.     {
  571.         "name": "sebastian/recursion-context",
  572.         "version": "3.0.0",
  573.         "version_normalized": "3.0.0.0",
  574.         "source": {
  575.             "type": "git",
  576.             "url": "https://github.com/sebastianbergmann/recursion-context.git",
  577.             "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
  578.         },
  579.         "dist": {
  580.             "type": "zip",
  581.             "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  582.             "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  583.             "shasum": ""
  584.         },
  585.         "require": {
  586.             "php": "^7.0"
  587.         },
  588.         "require-dev": {
  589.             "phpunit/phpunit": "^6.0"
  590.         },
  591.         "time": "2017-03-03 06:23:57",
  592.         "type": "library",
  593.         "extra": {
  594.             "branch-alias": {
  595.                 "dev-master": "3.0.x-dev"
  596.             }
  597.         },
  598.         "installation-source": "dist",
  599.         "autoload": {
  600.             "classmap": [
  601.                 "src/"
  602.             ]
  603.         },
  604. >>>>>>> c334a1da6921be2d48d917de539de27ffda1b5a4
  605.         "notification-url": "https://packagist.org/downloads/",
  606.         "license": [
  607.             "BSD-3-Clause"
  608.         ],
  609.         "authors": [
  610.             {
  611. <<<<<<< HEAD
  612.                 "name": "Neuman Vong",
  613.                 "email": "neuman+pear@twilio.com",
  614.                 "role": "Developer"
  615.             },
  616.             {
  617.                 "name": "Anant Narayanan",
  618.                 "email": "anant@php.net",
  619.                 "role": "Developer"
  620.             }
  621.         ],
  622.         "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  623.         "homepage": "https://github.com/firebase/php-jwt"
  624.     },
  625.     {
  626.         "name": "phpmailer/phpmailer",
  627.         "version": "v5.2.26",
  628.         "version_normalized": "5.2.26.0",
  629.         "source": {
  630.             "type": "git",
  631.             "url": "https://github.com/PHPMailer/PHPMailer.git",
  632.             "reference": "70362997bda4376378be7d92d81e2200550923f7"
  633.         },
  634.         "dist": {
  635.             "type": "zip",
  636.             "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/70362997bda4376378be7d92d81e2200550923f7",
  637.             "reference": "70362997bda4376378be7d92d81e2200550923f7",
  638.             "shasum": ""
  639.         },
  640.         "require": {
  641.             "ext-ctype": "*",
  642.             "php": ">=5.0.0"
  643.         },
  644.         "require-dev": {
  645.             "doctrine/annotations": "1.2.*",
  646.             "jms/serializer": "0.16.*",
  647.             "phpdocumentor/phpdocumentor": "2.*",
  648.             "phpunit/phpunit": "4.8.*",
  649.             "symfony/debug": "2.8.*",
  650.             "symfony/filesystem": "2.8.*",
  651.             "symfony/translation": "2.8.*",
  652.             "symfony/yaml": "2.8.*",
  653.             "zendframework/zend-cache": "2.5.1",
  654.             "zendframework/zend-config": "2.5.1",
  655.             "zendframework/zend-eventmanager": "2.5.1",
  656.             "zendframework/zend-filter": "2.5.1",
  657.             "zendframework/zend-i18n": "2.5.1",
  658.             "zendframework/zend-json": "2.5.1",
  659.             "zendframework/zend-math": "2.5.1",
  660.             "zendframework/zend-serializer": "2.5.*",
  661.             "zendframework/zend-servicemanager": "2.5.*",
  662.             "zendframework/zend-stdlib": "2.5.1"
  663.         },
  664.         "suggest": {
  665.             "league/oauth2-google": "Needed for Google XOAUTH2 authentication"
  666.         },
  667.         "time": "2017-11-04 09:26:05",
  668.         "type": "library",
  669.         "installation-source": "dist",
  670.         "autoload": {
  671.             "classmap": [
  672.                 "class.phpmailer.php",
  673.                 "class.phpmaileroauth.php",
  674.                 "class.phpmaileroauthgoogle.php",
  675.                 "class.smtp.php",
  676.                 "class.pop3.php",
  677.                 "extras/EasyPeasyICS.php",
  678.                 "extras/ntlm_sasl_client.php"
  679. =======
  680.                 "name": "Jeff Welch",
  681.                 "email": "whatthejeff@gmail.com"
  682.             },
  683.             {
  684.                 "name": "Sebastian Bergmann",
  685.                 "email": "sebastian@phpunit.de"
  686.             },
  687.             {
  688.                 "name": "Adam Harvey",
  689.                 "email": "aharvey@php.net"
  690.             }
  691.         ],
  692.         "description": "Provides functionality to recursively process PHP variables",
  693.         "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
  694.     },
  695.     {
  696.         "name": "sebastian/object-reflector",
  697.         "version": "1.1.1",
  698.         "version_normalized": "1.1.1.0",
  699.         "source": {
  700.             "type": "git",
  701.             "url": "https://github.com/sebastianbergmann/object-reflector.git",
  702.             "reference": "773f97c67f28de00d397be301821b06708fca0be"
  703.         },
  704.         "dist": {
  705.             "type": "zip",
  706.             "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
  707.             "reference": "773f97c67f28de00d397be301821b06708fca0be",
  708.             "shasum": ""
  709.         },
  710.         "require": {
  711.             "php": "^7.0"
  712.         },
  713.         "require-dev": {
  714.             "phpunit/phpunit": "^6.0"
  715.         },
  716.         "time": "2017-03-29 09:07:27",
  717.         "type": "library",
  718.         "extra": {
  719.             "branch-alias": {
  720.                 "dev-master": "1.1-dev"
  721.             }
  722.         },
  723.         "installation-source": "dist",
  724.         "autoload": {
  725.             "classmap": [
  726.                 "src/"
  727.             ]
  728.         },
  729.         "notification-url": "https://packagist.org/downloads/",
  730.         "license": [
  731.             "BSD-3-Clause"
  732.         ],
  733.         "authors": [
  734.             {
  735.                 "name": "Sebastian Bergmann",
  736.                 "email": "sebastian@phpunit.de"
  737.             }
  738.         ],
  739.         "description": "Allows reflection of object attributes, including inherited and non-public ones",
  740.         "homepage": "https://github.com/sebastianbergmann/object-reflector/"
  741.     },
  742.     {
  743.         "name": "sebastian/object-enumerator",
  744.         "version": "3.0.3",
  745.         "version_normalized": "3.0.3.0",
  746.         "source": {
  747.             "type": "git",
  748.             "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  749.             "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
  750.         },
  751.         "dist": {
  752.             "type": "zip",
  753.             "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  754.             "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  755.             "shasum": ""
  756.         },
  757.         "require": {
  758.             "php": "^7.0",
  759.             "sebastian/object-reflector": "^1.1.1",
  760.             "sebastian/recursion-context": "^3.0"
  761.         },
  762.         "require-dev": {
  763.             "phpunit/phpunit": "^6.0"
  764.         },
  765.         "time": "2017-08-03 12:35:26",
  766.         "type": "library",
  767.         "extra": {
  768.             "branch-alias": {
  769.                 "dev-master": "3.0.x-dev"
  770.             }
  771.         },
  772.         "installation-source": "dist",
  773.         "autoload": {
  774.             "classmap": [
  775.                 "src/"
  776.             ]
  777.         },
  778.         "notification-url": "https://packagist.org/downloads/",
  779.         "license": [
  780.             "BSD-3-Clause"
  781.         ],
  782.         "authors": [
  783.             {
  784.                 "name": "Sebastian Bergmann",
  785.                 "email": "sebastian@phpunit.de"
  786.             }
  787.         ],
  788.         "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  789.         "homepage": "https://github.com/sebastianbergmann/object-enumerator/"
  790.     },
  791.     {
  792.         "name": "sebastian/global-state",
  793.         "version": "2.0.0",
  794.         "version_normalized": "2.0.0.0",
  795.         "source": {
  796.             "type": "git",
  797.             "url": "https://github.com/sebastianbergmann/global-state.git",
  798.             "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
  799.         },
  800.         "dist": {
  801.             "type": "zip",
  802.             "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  803.             "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  804.             "shasum": ""
  805.         },
  806.         "require": {
  807.             "php": "^7.0"
  808.         },
  809.         "require-dev": {
  810.             "phpunit/phpunit": "^6.0"
  811.         },
  812.         "suggest": {
  813.             "ext-uopz": "*"
  814.         },
  815.         "time": "2017-04-27 15:39:26",
  816.         "type": "library",
  817.         "extra": {
  818.             "branch-alias": {
  819.                 "dev-master": "2.0-dev"
  820.             }
  821.         },
  822.         "installation-source": "dist",
  823.         "autoload": {
  824.             "classmap": [
  825.                 "src/"
  826.             ]
  827.         },
  828.         "notification-url": "https://packagist.org/downloads/",
  829.         "license": [
  830.             "BSD-3-Clause"
  831.         ],
  832.         "authors": [
  833.             {
  834.                 "name": "Sebastian Bergmann",
  835.                 "email": "sebastian@phpunit.de"
  836.             }
  837.         ],
  838.         "description": "Snapshotting of global state",
  839.         "homepage": "http://www.github.com/sebastianbergmann/global-state",
  840.         "keywords": [
  841.             "global state"
  842.         ]
  843.     },
  844.     {
  845.         "name": "sebastian/exporter",
  846.         "version": "3.1.0",
  847.         "version_normalized": "3.1.0.0",
  848.         "source": {
  849.             "type": "git",
  850.             "url": "https://github.com/sebastianbergmann/exporter.git",
  851.             "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
  852.         },
  853.         "dist": {
  854.             "type": "zip",
  855.             "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
  856.             "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
  857.             "shasum": ""
  858.         },
  859.         "require": {
  860.             "php": "^7.0",
  861.             "sebastian/recursion-context": "^3.0"
  862.         },
  863.         "require-dev": {
  864.             "ext-mbstring": "*",
  865.             "phpunit/phpunit": "^6.0"
  866.         },
  867.         "time": "2017-04-03 13:19:02",
  868.         "type": "library",
  869.         "extra": {
  870.             "branch-alias": {
  871.                 "dev-master": "3.1.x-dev"
  872.             }
  873.         },
  874.         "installation-source": "dist",
  875.         "autoload": {
  876.             "classmap": [
  877.                 "src/"
  878. >>>>>>> c334a1da6921be2d48d917de539de27ffda1b5a4
  879.             ]
  880.         },
  881.         "notification-url": "https://packagist.org/downloads/",
  882.         "license": [
  883. <<<<<<< HEAD
  884.             "LGPL-2.1"
  885.         ],
  886.         "authors": [
  887.             {
  888.                 "name": "Jim Jagielski",
  889.                 "email": "jimjag@gmail.com"
  890.             },
  891.             {
  892.                 "name": "Marcus Bointon",
  893.                 "email": "phpmailer@synchromedia.co.uk"
  894.             },
  895.             {
  896.                 "name": "Andy Prevost",
  897.                 "email": "codeworxtech@users.sourceforge.net"
  898.             },
  899.             {
  900.                 "name": "Brent R. Matzelle"
  901.             }
  902.         ],
  903.         "description": "PHPMailer is a full-featured email creation and transfer class for PHP"
  904.     },
  905.     {
  906.         "name": "phalcon/incubator",
  907.         "version": "v3.2.5",
  908.         "version_normalized": "3.2.5.0",
  909.         "source": {
  910.             "type": "git",
  911.             "url": "https://github.com/phalcon/incubator.git",
  912.             "reference": "3362a5058f7b46b5da27d6905b90b4878b0a7655"
  913.         },
  914.         "dist": {
  915.             "type": "zip",
  916.             "url": "https://api.github.com/repos/phalcon/incubator/zipball/3362a5058f7b46b5da27d6905b90b4878b0a7655",
  917.             "reference": "3362a5058f7b46b5da27d6905b90b4878b0a7655",
  918.             "shasum": ""
  919.         },
  920.         "require": {
  921.             "ext-phalcon": "^3.2",
  922.             "php": ">=5.5",
  923.             "swiftmailer/swiftmailer": "~5.2"
  924.         },
  925.         "require-dev": {
  926.             "codeception/aerospike-module": "^1.0",
  927.             "codeception/codeception": "^2.3",
  928.             "codeception/mockery-module": "0.2.2",
  929.             "codeception/specify": "^0.4",
  930.             "codeception/verify": "^0.3",
  931.             "doctrine/instantiator": "1.0.5",
  932.             "phalcon/dd": "^1.1",
  933.             "phpdocumentor/reflection-docblock": "2.0.4",
  934.             "phpunit/phpunit": "^4.8",
  935.             "squizlabs/php_codesniffer": "^2.9",
  936.             "vlucas/phpdotenv": "^2.4"
  937.         },
  938.         "suggest": {
  939.             "duncan3dc/fork-helper": "To use extended class to access the beanstalk queue service",
  940.             "ext-aerospike": "*",
  941.             "phalcon/ide-stubs": "Phalcon IDE Stubs",
  942.             "sergeyklay/aerospike-php-stubs": "The most complete Aerospike PHP stubs which allows autocomplete in modern IDEs"
  943.         },
  944.         "time": "2017-10-23 09:00:14",
  945.         "type": "library",
  946.         "installation-source": "dist",
  947.         "autoload": {
  948.             "psr-4": {
  949.                 "Phalcon\\": "Library/Phalcon/"
  950.             }
  951.         },
  952. =======
  953.             "BSD-3-Clause"
  954.         ],
  955.         "authors": [
  956.             {
  957.                 "name": "Jeff Welch",
  958.                 "email": "whatthejeff@gmail.com"
  959.             },
  960.             {
  961.                 "name": "Volker Dusch",
  962.                 "email": "github@wallbash.com"
  963.             },
  964.             {
  965.                 "name": "Bernhard Schussek",
  966.                 "email": "bschussek@2bepublished.at"
  967.             },
  968.             {
  969.                 "name": "Sebastian Bergmann",
  970.                 "email": "sebastian@phpunit.de"
  971.             },
  972.             {
  973.                 "name": "Adam Harvey",
  974.                 "email": "aharvey@php.net"
  975.             }
  976.         ],
  977.         "description": "Provides the functionality to export PHP variables for visualization",
  978.         "homepage": "http://www.github.com/sebastianbergmann/exporter",
  979.         "keywords": [
  980.             "export",
  981.             "exporter"
  982.         ]
  983.     },
  984.     {
  985.         "name": "sebastian/environment",
  986.         "version": "3.1.0",
  987.         "version_normalized": "3.1.0.0",
  988.         "source": {
  989.             "type": "git",
  990.             "url": "https://github.com/sebastianbergmann/environment.git",
  991.             "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
  992.         },
  993.         "dist": {
  994.             "type": "zip",
  995.             "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
  996.             "reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
  997.             "shasum": ""
  998.         },
  999.         "require": {
  1000.             "php": "^7.0"
  1001.         },
  1002.         "require-dev": {
  1003.             "phpunit/phpunit": "^6.1"
  1004.         },
  1005.         "time": "2017-07-01 08:51:00",
  1006.         "type": "library",
  1007.         "extra": {
  1008.             "branch-alias": {
  1009.                 "dev-master": "3.1.x-dev"
  1010.             }
  1011.         },
  1012.         "installation-source": "dist",
  1013.         "autoload": {
  1014.             "classmap": [
  1015.                 "src/"
  1016.             ]
  1017.         },
  1018.         "notification-url": "https://packagist.org/downloads/",
  1019.         "license": [
  1020.             "BSD-3-Clause"
  1021.         ],
  1022.         "authors": [
  1023.             {
  1024.                 "name": "Sebastian Bergmann",
  1025.                 "email": "sebastian@phpunit.de"
  1026.             }
  1027.         ],
  1028.         "description": "Provides functionality to handle HHVM/PHP environments",
  1029.         "homepage": "http://www.github.com/sebastianbergmann/environment",
  1030.         "keywords": [
  1031.             "Xdebug",
  1032.             "environment",
  1033.             "hhvm"
  1034.         ]
  1035.     },
  1036.     {
  1037.         "name": "sebastian/diff",
  1038.         "version": "2.0.1",
  1039.         "version_normalized": "2.0.1.0",
  1040.         "source": {
  1041.             "type": "git",
  1042.             "url": "https://github.com/sebastianbergmann/diff.git",
  1043.             "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
  1044.         },
  1045.         "dist": {
  1046.             "type": "zip",
  1047.             "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
  1048.             "reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
  1049.             "shasum": ""
  1050.         },
  1051.         "require": {
  1052.             "php": "^7.0"
  1053.         },
  1054.         "require-dev": {
  1055.             "phpunit/phpunit": "^6.2"
  1056.         },
  1057.         "time": "2017-08-03 08:09:46",
  1058.         "type": "library",
  1059.         "extra": {
  1060.             "branch-alias": {
  1061.                 "dev-master": "2.0-dev"
  1062.             }
  1063.         },
  1064.         "installation-source": "dist",
  1065.         "autoload": {
  1066.             "classmap": [
  1067.                 "src/"
  1068.             ]
  1069.         },
  1070.         "notification-url": "https://packagist.org/downloads/",
  1071.         "license": [
  1072.             "BSD-3-Clause"
  1073.         ],
  1074.         "authors": [
  1075.             {
  1076.                 "name": "Kore Nordmann",
  1077.                 "email": "mail@kore-nordmann.de"
  1078.             },
  1079.             {
  1080.                 "name": "Sebastian Bergmann",
  1081.                 "email": "sebastian@phpunit.de"
  1082.             }
  1083.         ],
  1084.         "description": "Diff implementation",
  1085.         "homepage": "https://github.com/sebastianbergmann/diff",
  1086.         "keywords": [
  1087.             "diff"
  1088.         ]
  1089.     },
  1090.     {
  1091.         "name": "sebastian/comparator",
  1092.         "version": "2.0.2",
  1093.         "version_normalized": "2.0.2.0",
  1094.         "source": {
  1095.             "type": "git",
  1096.             "url": "https://github.com/sebastianbergmann/comparator.git",
  1097.             "reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a"
  1098.         },
  1099.         "dist": {
  1100.             "type": "zip",
  1101.             "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ae068fede81d06e7bb9bb46a367210a3d3e1fe6a",
  1102.             "reference": "ae068fede81d06e7bb9bb46a367210a3d3e1fe6a",
  1103.             "shasum": ""
  1104.         },
  1105.         "require": {
  1106.             "php": "^7.0",
  1107.             "sebastian/diff": "^2.0",
  1108.             "sebastian/exporter": "^3.0"
  1109.         },
  1110.         "require-dev": {
  1111.             "phpunit/phpunit": "^6.0"
  1112.         },
  1113.         "time": "2017-08-03 07:14:59",
  1114.         "type": "library",
  1115.         "extra": {
  1116.             "branch-alias": {
  1117.                 "dev-master": "2.0.x-dev"
  1118.             }
  1119.         },
  1120.         "installation-source": "dist",
  1121.         "autoload": {
  1122.             "classmap": [
  1123.                 "src/"
  1124.             ]
  1125.         },
  1126. >>>>>>> c334a1da6921be2d48d917de539de27ffda1b5a4
  1127.         "notification-url": "https://packagist.org/downloads/",
  1128.         "license": [
  1129.             "BSD-3-Clause"
  1130.         ],
  1131.         "authors": [
  1132.             {
  1133. <<<<<<< HEAD
  1134.                 "name": "Phalcon Team",
  1135.                 "email": "team@phalconphp.com",
  1136.                 "homepage": "https://phalconphp.com/en/team"
  1137.             },
  1138.             {
  1139.                 "name": "Contributors",
  1140.                 "homepage": "https://github.com/phalcon/incubator/graphs/contributors"
  1141.             }
  1142.         ],
  1143.         "description": "Adapters, prototypes or functionality that can be potentially incorporated to the C-framework.",
  1144.         "homepage": "https://phalconphp.com",
  1145.         "keywords": [
  1146.             "framework",
  1147.             "incubator",
  1148.             "phalcon"
  1149.         ]
  1150.     },
  1151.     {
  1152.         "name": "zendesk/zendesk_api_client_php",
  1153.         "version": "dev-master",
  1154.         "version_normalized": "9999999-dev",
  1155.         "source": {
  1156.             "type": "git",
  1157.             "url": "https://github.com/zendesk/zendesk_api_client_php.git",
  1158.             "reference": "9ff98e708efaf83f3b90322fe422323d5a3834c6"
  1159.         },
  1160.         "dist": {
  1161.             "type": "zip",
  1162.             "url": "https://api.github.com/repos/zendesk/zendesk_api_client_php/zipball/9ff98e708efaf83f3b90322fe422323d5a3834c6",
  1163.             "reference": "9ff98e708efaf83f3b90322fe422323d5a3834c6",
  1164.             "shasum": ""
  1165.         },
  1166.         "require": {
  1167.             "guzzlehttp/guzzle": "^6.0",
  1168.             "mmucklo/inflect": "0.3.*",
  1169.             "php": ">=5.5.0"
  1170.         },
  1171.         "require-dev": {
  1172.             "fzaninotto/faker": ">=1.5.0",
  1173.             "phpmd/phpmd": "@stable",
  1174.             "phpunit/phpunit": "4.5.*",
  1175.             "squizlabs/php_codesniffer": "2.*"
  1176.         },
  1177.         "time": "2017-12-14 02:17:18",
  1178.         "type": "library",
  1179.         "installation-source": "source",
  1180.         "autoload": {
  1181.             "psr-0": {
  1182.                 "Zendesk\\API\\": "src/"
  1183. =======
  1184.                 "name": "Jeff Welch",
  1185.                 "email": "whatthejeff@gmail.com"
  1186.             },
  1187.             {
  1188.                 "name": "Volker Dusch",
  1189.                 "email": "github@wallbash.com"
  1190.             },
  1191.             {
  1192.                 "name": "Bernhard Schussek",
  1193.                 "email": "bschussek@2bepublished.at"
  1194.             },
  1195.             {
  1196.                 "name": "Sebastian Bergmann",
  1197.                 "email": "sebastian@phpunit.de"
  1198.             }
  1199.         ],
  1200.         "description": "Provides the functionality to compare PHP values for equality",
  1201.         "homepage": "http://www.github.com/sebastianbergmann/comparator",
  1202.         "keywords": [
  1203.             "comparator",
  1204.             "compare",
  1205.             "equality"
  1206.         ]
  1207.     },
  1208.     {
  1209.         "name": "doctrine/instantiator",
  1210.         "version": "1.0.5",
  1211.         "version_normalized": "1.0.5.0",
  1212.         "source": {
  1213.             "type": "git",
  1214.             "url": "https://github.com/doctrine/instantiator.git",
  1215.             "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  1216.         },
  1217.         "dist": {
  1218.             "type": "zip",
  1219.             "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  1220.             "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  1221.             "shasum": ""
  1222.         },
  1223.         "require": {
  1224.             "php": ">=5.3,<8.0-DEV"
  1225.         },
  1226.         "require-dev": {
  1227.             "athletic/athletic": "~0.1.8",
  1228.             "ext-pdo": "*",
  1229.             "ext-phar": "*",
  1230.             "phpunit/phpunit": "~4.0",
  1231.             "squizlabs/php_codesniffer": "~2.0"
  1232.         },
  1233.         "time": "2015-06-14 21:17:01",
  1234.         "type": "library",
  1235.         "extra": {
  1236.             "branch-alias": {
  1237.                 "dev-master": "1.0.x-dev"
  1238.             }
  1239.         },
  1240.         "installation-source": "dist",
  1241.         "autoload": {
  1242.             "psr-4": {
  1243.                 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  1244. >>>>>>> c334a1da6921be2d48d917de539de27ffda1b5a4
  1245.             }
  1246.         },
  1247.         "notification-url": "https://packagist.org/downloads/",
  1248.         "license": [
  1249. <<<<<<< HEAD
  1250.             "Apache License Version 2.0"
  1251.         ],
  1252.         "description": "PHP Client for Zendesk REST API. See http://developer.zendesk.com/api-docs",
  1253.         "homepage": "https://github.com/zendesk/zendesk_api_client_php"
  1254. =======
  1255.             "MIT"
  1256.         ],
  1257.         "authors": [
  1258.             {
  1259.                 "name": "Marco Pivetta",
  1260.                 "email": "ocramius@gmail.com",
  1261.                 "homepage": "http://ocramius.github.com/"
  1262.             }
  1263.         ],
  1264.         "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  1265.         "homepage": "https://github.com/doctrine/instantiator",
  1266.         "keywords": [
  1267.             "constructor",
  1268.             "instantiate"
  1269.         ]
  1270.     },
  1271.     {
  1272.         "name": "phpunit/php-text-template",
  1273.         "version": "1.2.1",
  1274.         "version_normalized": "1.2.1.0",
  1275.         "source": {
  1276.             "type": "git",
  1277.             "url": "https://github.com/sebastianbergmann/php-text-template.git",
  1278.             "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  1279.         },
  1280.         "dist": {
  1281.             "type": "zip",
  1282.             "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1283.             "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1284.             "shasum": ""
  1285.         },
  1286.         "require": {
  1287.             "php": ">=5.3.3"
  1288.         },
  1289.         "time": "2015-06-21 13:50:34",
  1290.         "type": "library",
  1291.         "installation-source": "dist",
  1292.         "autoload": {
  1293.             "classmap": [
  1294.                 "src/"
  1295.             ]
  1296.         },
  1297.         "notification-url": "https://packagist.org/downloads/",
  1298.         "license": [
  1299.             "BSD-3-Clause"
  1300.         ],
  1301.         "authors": [
  1302.             {
  1303.                 "name": "Sebastian Bergmann",
  1304.                 "email": "sebastian@phpunit.de",
  1305.                 "role": "lead"
  1306.             }
  1307.         ],
  1308.         "description": "Simple template engine.",
  1309.         "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  1310.         "keywords": [
  1311.             "template"
  1312.         ]
  1313.     },
  1314.     {
  1315.         "name": "phpunit/phpunit-mock-objects",
  1316.         "version": "4.0.4",
  1317.         "version_normalized": "4.0.4.0",
  1318.         "source": {
  1319.             "type": "git",
  1320.             "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  1321.             "reference": "2f789b59ab89669015ad984afa350c4ec577ade0"
  1322.         },
  1323.         "dist": {
  1324.             "type": "zip",
  1325.             "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/2f789b59ab89669015ad984afa350c4ec577ade0",
  1326.             "reference": "2f789b59ab89669015ad984afa350c4ec577ade0",
  1327.             "shasum": ""
  1328.         },
  1329.         "require": {
  1330.             "doctrine/instantiator": "^1.0.5",
  1331.             "php": "^7.0",
  1332.             "phpunit/php-text-template": "^1.2.1",
  1333.             "sebastian/exporter": "^3.0"
  1334.         },
  1335.         "conflict": {
  1336.             "phpunit/phpunit": "<6.0"
  1337.         },
  1338.         "require-dev": {
  1339.             "phpunit/phpunit": "^6.0"
  1340.         },
  1341.         "suggest": {
  1342.             "ext-soap": "*"
  1343.         },
  1344.         "time": "2017-08-03 14:08:16",
  1345.         "type": "library",
  1346.         "extra": {
  1347.             "branch-alias": {
  1348.                 "dev-master": "4.0.x-dev"
  1349.             }
  1350.         },
  1351.         "installation-source": "dist",
  1352.         "autoload": {
  1353.             "classmap": [
  1354.                 "src/"
  1355.             ]
  1356.         },
  1357.         "notification-url": "https://packagist.org/downloads/",
  1358.         "license": [
  1359.             "BSD-3-Clause"
  1360.         ],
  1361.         "authors": [
  1362.             {
  1363.                 "name": "Sebastian Bergmann",
  1364.                 "email": "sb@sebastian-bergmann.de",
  1365.                 "role": "lead"
  1366.             }
  1367.         ],
  1368.         "description": "Mock Object library for PHPUnit",
  1369.         "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  1370.         "keywords": [
  1371.             "mock",
  1372.             "xunit"
  1373.         ]
  1374.     },
  1375.     {
  1376.         "name": "phpunit/php-timer",
  1377.         "version": "1.0.9",
  1378.         "version_normalized": "1.0.9.0",
  1379.         "source": {
  1380.             "type": "git",
  1381.             "url": "https://github.com/sebastianbergmann/php-timer.git",
  1382.             "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
  1383.         },
  1384.         "dist": {
  1385.             "type": "zip",
  1386.             "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  1387.             "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
  1388.             "shasum": ""
  1389.         },
  1390.         "require": {
  1391.             "php": "^5.3.3 || ^7.0"
  1392.         },
  1393.         "require-dev": {
  1394.             "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  1395.         },
  1396.         "time": "2017-02-26 11:10:40",
  1397.         "type": "library",
  1398.         "extra": {
  1399.             "branch-alias": {
  1400.                 "dev-master": "1.0-dev"
  1401.             }
  1402.         },
  1403.         "installation-source": "dist",
  1404.         "autoload": {
  1405.             "classmap": [
  1406.                 "src/"
  1407.             ]
  1408.         },
  1409.         "notification-url": "https://packagist.org/downloads/",
  1410.         "license": [
  1411.             "BSD-3-Clause"
  1412.         ],
  1413.         "authors": [
  1414.             {
  1415.                 "name": "Sebastian Bergmann",
  1416.                 "email": "sb@sebastian-bergmann.de",
  1417.                 "role": "lead"
  1418.             }
  1419.         ],
  1420.         "description": "Utility class for timing",
  1421.         "homepage": "https://github.com/sebastianbergmann/php-timer/",
  1422.         "keywords": [
  1423.             "timer"
  1424.         ]
  1425.     },
  1426.     {
  1427.         "name": "phpunit/php-file-iterator",
  1428.         "version": "1.4.2",
  1429.         "version_normalized": "1.4.2.0",
  1430.         "source": {
  1431.             "type": "git",
  1432.             "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  1433.             "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
  1434.         },
  1435.         "dist": {
  1436.             "type": "zip",
  1437.             "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  1438.             "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
  1439.             "shasum": ""
  1440.         },
  1441.         "require": {
  1442.             "php": ">=5.3.3"
  1443.         },
  1444.         "time": "2016-10-03 07:40:28",
  1445.         "type": "library",
  1446.         "extra": {
  1447.             "branch-alias": {
  1448.                 "dev-master": "1.4.x-dev"
  1449.             }
  1450.         },
  1451.         "installation-source": "dist",
  1452.         "autoload": {
  1453.             "classmap": [
  1454.                 "src/"
  1455.             ]
  1456.         },
  1457.         "notification-url": "https://packagist.org/downloads/",
  1458.         "license": [
  1459.             "BSD-3-Clause"
  1460.         ],
  1461.         "authors": [
  1462.             {
  1463.                 "name": "Sebastian Bergmann",
  1464.                 "email": "sb@sebastian-bergmann.de",
  1465.                 "role": "lead"
  1466.             }
  1467.         ],
  1468.         "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  1469.         "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  1470.         "keywords": [
  1471.             "filesystem",
  1472.             "iterator"
  1473.         ]
  1474.     },
  1475.     {
  1476.         "name": "theseer/tokenizer",
  1477.         "version": "1.1.0",
  1478.         "version_normalized": "1.1.0.0",
  1479.         "source": {
  1480.             "type": "git",
  1481.             "url": "https://github.com/theseer/tokenizer.git",
  1482.             "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
  1483.         },
  1484.         "dist": {
  1485.             "type": "zip",
  1486.             "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
  1487.             "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
  1488.             "shasum": ""
  1489.         },
  1490.         "require": {
  1491.             "ext-dom": "*",
  1492.             "ext-tokenizer": "*",
  1493.             "ext-xmlwriter": "*",
  1494.             "php": "^7.0"
  1495.         },
  1496.         "time": "2017-04-07 12:08:54",
  1497.         "type": "library",
  1498.         "installation-source": "dist",
  1499.         "autoload": {
  1500.             "classmap": [
  1501.                 "src/"
  1502.             ]
  1503.         },
  1504.         "notification-url": "https://packagist.org/downloads/",
  1505.         "license": [
  1506.             "BSD-3-Clause"
  1507.         ],
  1508.         "authors": [
  1509.             {
  1510.                 "name": "Arne Blankerts",
  1511.                 "email": "arne@blankerts.de",
  1512.                 "role": "Developer"
  1513.             }
  1514.         ],
  1515.         "description": "A small library for converting tokenized PHP source code into XML and potentially other formats"
  1516.     },
  1517.     {
  1518.         "name": "sebastian/code-unit-reverse-lookup",
  1519.         "version": "1.0.1",
  1520.         "version_normalized": "1.0.1.0",
  1521.         "source": {
  1522.             "type": "git",
  1523.             "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  1524.             "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  1525.         },
  1526.         "dist": {
  1527.             "type": "zip",
  1528.             "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  1529.             "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  1530.             "shasum": ""
  1531.         },
  1532.         "require": {
  1533.             "php": "^5.6 || ^7.0"
  1534.         },
  1535.         "require-dev": {
  1536.             "phpunit/phpunit": "^5.7 || ^6.0"
  1537.         },
  1538.         "time": "2017-03-04 06:30:41",
  1539.         "type": "library",
  1540.         "extra": {
  1541.             "branch-alias": {
  1542.                 "dev-master": "1.0.x-dev"
  1543.             }
  1544.         },
  1545.         "installation-source": "dist",
  1546.         "autoload": {
  1547.             "classmap": [
  1548.                 "src/"
  1549.             ]
  1550.         },
  1551.         "notification-url": "https://packagist.org/downloads/",
  1552.         "license": [
  1553.             "BSD-3-Clause"
  1554.         ],
  1555.         "authors": [
  1556.             {
  1557.                 "name": "Sebastian Bergmann",
  1558.                 "email": "sebastian@phpunit.de"
  1559.             }
  1560.         ],
  1561.         "description": "Looks up which function or method a line of code belongs to",
  1562.         "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/"
  1563.     },
  1564.     {
  1565.         "name": "phpunit/php-token-stream",
  1566.         "version": "2.0.1",
  1567.         "version_normalized": "2.0.1.0",
  1568.         "source": {
  1569.             "type": "git",
  1570.             "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  1571.             "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0"
  1572.         },
  1573.         "dist": {
  1574.             "type": "zip",
  1575.             "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9a02332089ac48e704c70f6cefed30c224e3c0b0",
  1576.             "reference": "9a02332089ac48e704c70f6cefed30c224e3c0b0",
  1577.             "shasum": ""
  1578.         },
  1579.         "require": {
  1580.             "ext-tokenizer": "*",
  1581.             "php": "^7.0"
  1582.         },
  1583.         "require-dev": {
  1584.             "phpunit/phpunit": "^6.2.4"
  1585.         },
  1586.         "time": "2017-08-20 05:47:52",
  1587.         "type": "library",
  1588.         "extra": {
  1589.             "branch-alias": {
  1590.                 "dev-master": "2.0-dev"
  1591.             }
  1592.         },
  1593.         "installation-source": "dist",
  1594.         "autoload": {
  1595.             "classmap": [
  1596.                 "src/"
  1597.             ]
  1598.         },
  1599.         "notification-url": "https://packagist.org/downloads/",
  1600.         "license": [
  1601.             "BSD-3-Clause"
  1602.         ],
  1603.         "authors": [
  1604.             {
  1605.                 "name": "Sebastian Bergmann",
  1606.                 "email": "sebastian@phpunit.de"
  1607.             }
  1608.         ],
  1609.         "description": "Wrapper around PHP's tokenizer extension.",
  1610.         "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  1611.         "keywords": [
  1612.             "tokenizer"
  1613.         ]
  1614.     },
  1615.     {
  1616.         "name": "phpunit/php-code-coverage",
  1617.         "version": "5.2.2",
  1618.         "version_normalized": "5.2.2.0",
  1619.         "source": {
  1620.             "type": "git",
  1621.             "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  1622.             "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b"
  1623.         },
  1624.         "dist": {
  1625.             "type": "zip",
  1626.             "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/8ed1902a57849e117b5651fc1a5c48110946c06b",
  1627.             "reference": "8ed1902a57849e117b5651fc1a5c48110946c06b",
  1628.             "shasum": ""
  1629.         },
  1630.         "require": {
  1631.             "ext-dom": "*",
  1632.             "ext-xmlwriter": "*",
  1633.             "php": "^7.0",
  1634.             "phpunit/php-file-iterator": "^1.4.2",
  1635.             "phpunit/php-text-template": "^1.2.1",
  1636.             "phpunit/php-token-stream": "^1.4.11 || ^2.0",
  1637.             "sebastian/code-unit-reverse-lookup": "^1.0.1",
  1638.             "sebastian/environment": "^3.0",
  1639.             "sebastian/version": "^2.0.1",
  1640.             "theseer/tokenizer": "^1.1"
  1641.         },
  1642.         "require-dev": {
  1643.             "ext-xdebug": "^2.5",
  1644.             "phpunit/phpunit": "^6.0"
  1645.         },
  1646.         "suggest": {
  1647.             "ext-xdebug": "^2.5.5"
  1648.         },
  1649.         "time": "2017-08-03 12:40:43",
  1650.         "type": "library",
  1651.         "extra": {
  1652.             "branch-alias": {
  1653.                 "dev-master": "5.2.x-dev"
  1654.             }
  1655.         },
  1656.         "installation-source": "dist",
  1657.         "autoload": {
  1658.             "classmap": [
  1659.                 "src/"
  1660.             ]
  1661.         },
  1662.         "notification-url": "https://packagist.org/downloads/",
  1663.         "license": [
  1664.             "BSD-3-Clause"
  1665.         ],
  1666.         "authors": [
  1667.             {
  1668.                 "name": "Sebastian Bergmann",
  1669.                 "email": "sb@sebastian-bergmann.de",
  1670.                 "role": "lead"
  1671.             }
  1672.         ],
  1673.         "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  1674.         "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  1675.         "keywords": [
  1676.             "coverage",
  1677.             "testing",
  1678.             "xunit"
  1679.         ]
  1680.     },
  1681.     {
  1682.         "name": "webmozart/assert",
  1683.         "version": "1.2.0",
  1684.         "version_normalized": "1.2.0.0",
  1685.         "source": {
  1686.             "type": "git",
  1687.             "url": "https://github.com/webmozart/assert.git",
  1688.             "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
  1689.         },
  1690.         "dist": {
  1691.             "type": "zip",
  1692.             "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
  1693.             "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
  1694.             "shasum": ""
  1695.         },
  1696.         "require": {
  1697.             "php": "^5.3.3 || ^7.0"
  1698.         },
  1699.         "require-dev": {
  1700.             "phpunit/phpunit": "^4.6",
  1701.             "sebastian/version": "^1.0.1"
  1702.         },
  1703.         "time": "2016-11-23 20:04:58",
  1704.         "type": "library",
  1705.         "extra": {
  1706.             "branch-alias": {
  1707.                 "dev-master": "1.3-dev"
  1708.             }
  1709.         },
  1710.         "installation-source": "dist",
  1711.         "autoload": {
  1712.             "psr-4": {
  1713.                 "Webmozart\\Assert\\": "src/"
  1714.             }
  1715.         },
  1716.         "notification-url": "https://packagist.org/downloads/",
  1717.         "license": [
  1718.             "MIT"
  1719.         ],
  1720.         "authors": [
  1721.             {
  1722.                 "name": "Bernhard Schussek",
  1723.                 "email": "bschussek@gmail.com"
  1724.             }
  1725.         ],
  1726.         "description": "Assertions to validate method input/output with nice error messages.",
  1727.         "keywords": [
  1728.             "assert",
  1729.             "check",
  1730.             "validate"
  1731.         ]
  1732.     },
  1733.     {
  1734.         "name": "phpdocumentor/reflection-common",
  1735.         "version": "1.0.1",
  1736.         "version_normalized": "1.0.1.0",
  1737.         "source": {
  1738.             "type": "git",
  1739.             "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  1740.             "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
  1741.         },
  1742.         "dist": {
  1743.             "type": "zip",
  1744.             "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  1745.             "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  1746.             "shasum": ""
  1747.         },
  1748.         "require": {
  1749.             "php": ">=5.5"
  1750.         },
  1751.         "require-dev": {
  1752.             "phpunit/phpunit": "^4.6"
  1753.         },
  1754.         "time": "2017-09-11 18:02:19",
  1755.         "type": "library",
  1756.         "extra": {
  1757.             "branch-alias": {
  1758.                 "dev-master": "1.0.x-dev"
  1759.             }
  1760.         },
  1761.         "installation-source": "dist",
  1762.         "autoload": {
  1763.             "psr-4": {
  1764.                 "phpDocumentor\\Reflection\\": [
  1765.                     "src"
  1766.                 ]
  1767.             }
  1768.         },
  1769.         "notification-url": "https://packagist.org/downloads/",
  1770.         "license": [
  1771.             "MIT"
  1772.         ],
  1773.         "authors": [
  1774.             {
  1775.                 "name": "Jaap van Otterdijk",
  1776.                 "email": "opensource@ijaap.nl"
  1777.             }
  1778.         ],
  1779.         "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  1780.         "homepage": "http://www.phpdoc.org",
  1781.         "keywords": [
  1782.             "FQSEN",
  1783.             "phpDocumentor",
  1784.             "phpdoc",
  1785.             "reflection",
  1786.             "static analysis"
  1787.         ]
  1788.     },
  1789.     {
  1790.         "name": "phpdocumentor/type-resolver",
  1791.         "version": "0.4.0",
  1792.         "version_normalized": "0.4.0.0",
  1793.         "source": {
  1794.             "type": "git",
  1795.             "url": "https://github.com/phpDocumentor/TypeResolver.git",
  1796.             "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
  1797.         },
  1798.         "dist": {
  1799.             "type": "zip",
  1800.             "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
  1801.             "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
  1802.             "shasum": ""
  1803.         },
  1804.         "require": {
  1805.             "php": "^5.5 || ^7.0",
  1806.             "phpdocumentor/reflection-common": "^1.0"
  1807.         },
  1808.         "require-dev": {
  1809.             "mockery/mockery": "^0.9.4",
  1810.             "phpunit/phpunit": "^5.2||^4.8.24"
  1811.         },
  1812.         "time": "2017-07-14 14:27:02",
  1813.         "type": "library",
  1814.         "extra": {
  1815.             "branch-alias": {
  1816.                 "dev-master": "1.0.x-dev"
  1817.             }
  1818.         },
  1819.         "installation-source": "dist",
  1820.         "autoload": {
  1821.             "psr-4": {
  1822.                 "phpDocumentor\\Reflection\\": [
  1823.                     "src/"
  1824.                 ]
  1825.             }
  1826.         },
  1827.         "notification-url": "https://packagist.org/downloads/",
  1828.         "license": [
  1829.             "MIT"
  1830.         ],
  1831.         "authors": [
  1832.             {
  1833.                 "name": "Mike van Riel",
  1834.                 "email": "me@mikevanriel.com"
  1835.             }
  1836.         ]
  1837.     },
  1838.     {
  1839.         "name": "phpdocumentor/reflection-docblock",
  1840.         "version": "4.1.1",
  1841.         "version_normalized": "4.1.1.0",
  1842.         "source": {
  1843.             "type": "git",
  1844.             "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  1845.             "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2"
  1846.         },
  1847.         "dist": {
  1848.             "type": "zip",
  1849.             "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/2d3d238c433cf69caeb4842e97a3223a116f94b2",
  1850.             "reference": "2d3d238c433cf69caeb4842e97a3223a116f94b2",
  1851.             "shasum": ""
  1852.         },
  1853.         "require": {
  1854.             "php": "^7.0",
  1855.             "phpdocumentor/reflection-common": "^1.0@dev",
  1856.             "phpdocumentor/type-resolver": "^0.4.0",
  1857.             "webmozart/assert": "^1.0"
  1858.         },
  1859.         "require-dev": {
  1860.             "mockery/mockery": "^0.9.4",
  1861.             "phpunit/phpunit": "^4.4"
  1862.         },
  1863.         "time": "2017-08-30 18:51:59",
  1864.         "type": "library",
  1865.         "installation-source": "dist",
  1866.         "autoload": {
  1867.             "psr-4": {
  1868.                 "phpDocumentor\\Reflection\\": [
  1869.                     "src/"
  1870.                 ]
  1871.             }
  1872.         },
  1873.         "notification-url": "https://packagist.org/downloads/",
  1874.         "license": [
  1875.             "MIT"
  1876.         ],
  1877.         "authors": [
  1878.             {
  1879.                 "name": "Mike van Riel",
  1880.                 "email": "me@mikevanriel.com"
  1881.             }
  1882.         ],
  1883.         "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock."
  1884.     },
  1885.     {
  1886.         "name": "phpspec/prophecy",
  1887.         "version": "v1.7.2",
  1888.         "version_normalized": "1.7.2.0",
  1889.         "source": {
  1890.             "type": "git",
  1891.             "url": "https://github.com/phpspec/prophecy.git",
  1892.             "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6"
  1893.         },
  1894.         "dist": {
  1895.             "type": "zip",
  1896.             "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
  1897.             "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6",
  1898.             "shasum": ""
  1899.         },
  1900.         "require": {
  1901.             "doctrine/instantiator": "^1.0.2",
  1902.             "php": "^5.3|^7.0",
  1903.             "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
  1904.             "sebastian/comparator": "^1.1|^2.0",
  1905.             "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  1906.         },
  1907.         "require-dev": {
  1908.             "phpspec/phpspec": "^2.5|^3.2",
  1909.             "phpunit/phpunit": "^4.8 || ^5.6.5"
  1910.         },
  1911.         "time": "2017-09-04 11:05:03",
  1912.         "type": "library",
  1913.         "extra": {
  1914.             "branch-alias": {
  1915.                 "dev-master": "1.7.x-dev"
  1916.             }
  1917.         },
  1918.         "installation-source": "dist",
  1919.         "autoload": {
  1920.             "psr-0": {
  1921.                 "Prophecy\\": "src/"
  1922.             }
  1923.         },
  1924.         "notification-url": "https://packagist.org/downloads/",
  1925.         "license": [
  1926.             "MIT"
  1927.         ],
  1928.         "authors": [
  1929.             {
  1930.                 "name": "Konstantin Kudryashov",
  1931.                 "email": "ever.zet@gmail.com",
  1932.                 "homepage": "http://everzet.com"
  1933.             },
  1934.             {
  1935.                 "name": "Marcello Duarte",
  1936.                 "email": "marcello.duarte@gmail.com"
  1937.             }
  1938.         ],
  1939.         "description": "Highly opinionated mocking framework for PHP 5.3+",
  1940.         "homepage": "https://github.com/phpspec/prophecy",
  1941.         "keywords": [
  1942.             "Double",
  1943.             "Dummy",
  1944.             "fake",
  1945.             "mock",
  1946.             "spy",
  1947.             "stub"
  1948.         ]
  1949.     },
  1950.     {
  1951.         "name": "phar-io/version",
  1952.         "version": "1.0.1",
  1953.         "version_normalized": "1.0.1.0",
  1954.         "source": {
  1955.             "type": "git",
  1956.             "url": "https://github.com/phar-io/version.git",
  1957.             "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
  1958.         },
  1959.         "dist": {
  1960.             "type": "zip",
  1961.             "url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
  1962.             "reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
  1963.             "shasum": ""
  1964.         },
  1965.         "require": {
  1966.             "php": "^5.6 || ^7.0"
  1967.         },
  1968.         "time": "2017-03-05 17:38:23",
  1969.         "type": "library",
  1970.         "installation-source": "dist",
  1971.         "autoload": {
  1972.             "classmap": [
  1973.                 "src/"
  1974.             ]
  1975.         },
  1976.         "notification-url": "https://packagist.org/downloads/",
  1977.         "license": [
  1978.             "BSD-3-Clause"
  1979.         ],
  1980.         "authors": [
  1981.             {
  1982.                 "name": "Arne Blankerts",
  1983.                 "email": "arne@blankerts.de",
  1984.                 "role": "Developer"
  1985.             },
  1986.             {
  1987.                 "name": "Sebastian Heuer",
  1988.                 "email": "sebastian@phpeople.de",
  1989.                 "role": "Developer"
  1990.             },
  1991.             {
  1992.                 "name": "Sebastian Bergmann",
  1993.                 "email": "sebastian@phpunit.de",
  1994.                 "role": "Developer"
  1995.             }
  1996.         ],
  1997.         "description": "Library for handling version information and constraints"
  1998.     },
  1999.     {
  2000.         "name": "phar-io/manifest",
  2001.         "version": "1.0.1",
  2002.         "version_normalized": "1.0.1.0",
  2003.         "source": {
  2004.             "type": "git",
  2005.             "url": "https://github.com/phar-io/manifest.git",
  2006.             "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
  2007.         },
  2008.         "dist": {
  2009.             "type": "zip",
  2010.             "url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
  2011.             "reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
  2012.             "shasum": ""
  2013.         },
  2014.         "require": {
  2015.             "ext-dom": "*",
  2016.             "ext-phar": "*",
  2017.             "phar-io/version": "^1.0.1",
  2018.             "php": "^5.6 || ^7.0"
  2019.         },
  2020.         "time": "2017-03-05 18:14:27",
  2021.         "type": "library",
  2022.         "extra": {
  2023.             "branch-alias": {
  2024.                 "dev-master": "1.0.x-dev"
  2025.             }
  2026.         },
  2027.         "installation-source": "dist",
  2028.         "autoload": {
  2029.             "classmap": [
  2030.                 "src/"
  2031.             ]
  2032.         },
  2033.         "notification-url": "https://packagist.org/downloads/",
  2034.         "license": [
  2035.             "BSD-3-Clause"
  2036.         ],
  2037.         "authors": [
  2038.             {
  2039.                 "name": "Arne Blankerts",
  2040.                 "email": "arne@blankerts.de",
  2041.                 "role": "Developer"
  2042.             },
  2043.             {
  2044.                 "name": "Sebastian Heuer",
  2045.                 "email": "sebastian@phpeople.de",
  2046.                 "role": "Developer"
  2047.             },
  2048.             {
  2049.                 "name": "Sebastian Bergmann",
  2050.                 "email": "sebastian@phpunit.de",
  2051.                 "role": "Developer"
  2052.             }
  2053.         ],
  2054.         "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)"
  2055.     },
  2056.     {
  2057.         "name": "myclabs/deep-copy",
  2058.         "version": "1.7.0",
  2059.         "version_normalized": "1.7.0.0",
  2060.         "source": {
  2061.             "type": "git",
  2062.             "url": "https://github.com/myclabs/DeepCopy.git",
  2063.             "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
  2064.         },
  2065.         "dist": {
  2066.             "type": "zip",
  2067.             "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
  2068.             "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
  2069.             "shasum": ""
  2070.         },
  2071.         "require": {
  2072.             "php": "^5.6 || ^7.0"
  2073.         },
  2074.         "require-dev": {
  2075.             "doctrine/collections": "^1.0",
  2076.             "doctrine/common": "^2.6",
  2077.             "phpunit/phpunit": "^4.1"
  2078.         },
  2079.         "time": "2017-10-19 19:58:43",
  2080.         "type": "library",
  2081.         "installation-source": "dist",
  2082.         "autoload": {
  2083.             "psr-4": {
  2084.                 "DeepCopy\\": "src/DeepCopy/"
  2085.             },
  2086.             "files": [
  2087.                 "src/DeepCopy/deep_copy.php"
  2088.             ]
  2089.         },
  2090.         "notification-url": "https://packagist.org/downloads/",
  2091.         "license": [
  2092.             "MIT"
  2093.         ],
  2094.         "description": "Create deep copies (clones) of your objects",
  2095.         "keywords": [
  2096.             "clone",
  2097.             "copy",
  2098.             "duplicate",
  2099.             "object",
  2100.             "object graph"
  2101.         ]
  2102.     },
  2103.     {
  2104.         "name": "phpunit/phpunit",
  2105.         "version": "6.4.3",
  2106.         "version_normalized": "6.4.3.0",
  2107.         "source": {
  2108.             "type": "git",
  2109.             "url": "https://github.com/sebastianbergmann/phpunit.git",
  2110.             "reference": "06b28548fd2b4a20c3cd6e247dc86331a7d4db13"
  2111.         },
  2112.         "dist": {
  2113.             "type": "zip",
  2114.             "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/06b28548fd2b4a20c3cd6e247dc86331a7d4db13",
  2115.             "reference": "06b28548fd2b4a20c3cd6e247dc86331a7d4db13",
  2116.             "shasum": ""
  2117.         },
  2118.         "require": {
  2119.             "ext-dom": "*",
  2120.             "ext-json": "*",
  2121.             "ext-libxml": "*",
  2122.             "ext-mbstring": "*",
  2123.             "ext-xml": "*",
  2124.             "myclabs/deep-copy": "^1.6.1",
  2125.             "phar-io/manifest": "^1.0.1",
  2126.             "phar-io/version": "^1.0",
  2127.             "php": "^7.0",
  2128.             "phpspec/prophecy": "^1.7",
  2129.             "phpunit/php-code-coverage": "^5.2.2",
  2130.             "phpunit/php-file-iterator": "^1.4.2",
  2131.             "phpunit/php-text-template": "^1.2.1",
  2132.             "phpunit/php-timer": "^1.0.9",
  2133.             "phpunit/phpunit-mock-objects": "^4.0.3",
  2134.             "sebastian/comparator": "^2.0.2",
  2135.             "sebastian/diff": "^2.0",
  2136.             "sebastian/environment": "^3.1",
  2137.             "sebastian/exporter": "^3.1",
  2138.             "sebastian/global-state": "^2.0",
  2139.             "sebastian/object-enumerator": "^3.0.3",
  2140.             "sebastian/resource-operations": "^1.0",
  2141.             "sebastian/version": "^2.0.1"
  2142.         },
  2143.         "conflict": {
  2144.             "phpdocumentor/reflection-docblock": "3.0.2",
  2145.             "phpunit/dbunit": "<3.0"
  2146.         },
  2147.         "require-dev": {
  2148.             "ext-pdo": "*"
  2149.         },
  2150.         "suggest": {
  2151.             "ext-xdebug": "*",
  2152.             "phpunit/php-invoker": "^1.1"
  2153.         },
  2154.         "time": "2017-10-16 13:18:59",
  2155.         "bin": [
  2156.             "phpunit"
  2157.         ],
  2158.         "type": "library",
  2159.         "extra": {
  2160.             "branch-alias": {
  2161.                 "dev-master": "6.4.x-dev"
  2162.             }
  2163.         },
  2164.         "installation-source": "dist",
  2165.         "autoload": {
  2166.             "classmap": [
  2167.                 "src/"
  2168.             ]
  2169.         },
  2170.         "notification-url": "https://packagist.org/downloads/",
  2171.         "license": [
  2172.             "BSD-3-Clause"
  2173.         ],
  2174.         "authors": [
  2175.             {
  2176.                 "name": "Sebastian Bergmann",
  2177.                 "email": "sebastian@phpunit.de",
  2178.                 "role": "lead"
  2179.             }
  2180.         ],
  2181.         "description": "The PHP Unit Testing framework.",
  2182.         "homepage": "https://phpunit.de/",
  2183.         "keywords": [
  2184.             "phpunit",
  2185.             "testing",
  2186.             "xunit"
  2187.         ]
  2188. >>>>>>> c334a1da6921be2d48d917de539de27ffda1b5a4
  2189.     }
  2190. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement