Dotclear

Changeset 3722:ad7626387d12


Ignore:
Timestamp:
02/26/18 17:19:56 (6 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Update composer

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • composer.json

    r3675 r3722  
    1616          "atoum/atoum": "dev-master", 
    1717          "fzaninotto/faker": "dev-master", 
     18    "atoum/reports-extension": "dev-master", 
    1819          "behat/behat": "<3", 
    1920          "behat/common-contexts": "1.2.*", 
  • composer.lock

    r2931 r3722  
    22    "_readme": [ 
    33        "This file locks the dependencies of your project to a known state", 
    4         "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", 
     4        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", 
    55        "This file is @generated automatically" 
    66    ], 
    7     "hash": "bc439eb42a30bc88c556bd61b674de78", 
     7    "content-hash": "c24e3712f8faee67c3bb060754eab41c", 
    88    "packages": [], 
    99    "packages-dev": [ 
     
    1414                "type": "git", 
    1515                "url": "https://github.com/atoum/atoum.git", 
    16                 "reference": "cb723f92f3ed7b95c158f224035f403a559ed366" 
    17             }, 
    18             "dist": { 
    19                 "type": "zip", 
    20                 "url": "https://api.github.com/repos/atoum/atoum/zipball/cb723f92f3ed7b95c158f224035f403a559ed366", 
    21                 "reference": "cb723f92f3ed7b95c158f224035f403a559ed366", 
     16                "reference": "24ec4c46f4036113439e1e38e92252d65a328bfa" 
     17            }, 
     18            "dist": { 
     19                "type": "zip", 
     20                "url": "https://api.github.com/repos/atoum/atoum/zipball/24ec4c46f4036113439e1e38e92252d65a328bfa", 
     21                "reference": "24ec4c46f4036113439e1e38e92252d65a328bfa", 
    2222                "shasum": "" 
    2323            }, 
     
    2525                "ext-hash": "*", 
    2626                "ext-json": "*", 
    27                 "ext-session": "*", 
    2827                "ext-tokenizer": "*", 
    2928                "ext-xml": "*", 
    30                 "php": ">=5.3.3" 
     29                "php": "^5.6.0 || ^7.0.0 <7.4.0" 
    3130            }, 
    3231            "replace": { 
    3332                "mageekguy/atoum": "*" 
    3433            }, 
     34            "require-dev": { 
     35                "friendsofphp/php-cs-fixer": "~1.12" 
     36            }, 
    3537            "suggest": { 
    36                 "ext-mbstring": "Provides support for UTF-8 strings" 
     38                "atoum/stubs": "Provides IDE support (like autocompletion) for atoum", 
     39                "ext-mbstring": "Provides support for UTF-8 strings", 
     40                "ext-xdebug": "Provides code coverage report (>= 2.3)" 
    3741            }, 
    3842            "bin": [ 
     
    4246            "extra": { 
    4347                "branch-alias": { 
    44                     "dev-master": "1.x-dev" 
     48                    "dev-master": "3.x-dev" 
    4549                } 
    4650            }, 
     
    5256            "notification-url": "https://packagist.org/downloads/", 
    5357            "license": [ 
    54                 "BSD" 
     58                "BSD-3-Clause" 
    5559            ], 
    5660            "authors": [ 
     
    8589                "unit testing" 
    8690            ], 
    87             "time": "2015-01-19 13:03:03" 
     91            "time": "2017-11-06T21:02:33+00:00" 
     92        }, 
     93        { 
     94            "name": "atoum/reports-extension", 
     95            "version": "dev-master", 
     96            "source": { 
     97                "type": "git", 
     98                "url": "https://github.com/atoum/reports-extension.git", 
     99                "reference": "3bbaf96c240086cb5944b2cb90f11d1b41f82c54" 
     100            }, 
     101            "dist": { 
     102                "type": "zip", 
     103                "url": "https://api.github.com/repos/atoum/reports-extension/zipball/3bbaf96c240086cb5944b2cb90f11d1b41f82c54", 
     104                "reference": "3bbaf96c240086cb5944b2cb90f11d1b41f82c54", 
     105                "shasum": "" 
     106            }, 
     107            "require": { 
     108                "atoum/atoum": "^2.9 || ^3.0", 
     109                "php": "^5.4.0 || ^7.0.0", 
     110                "symfony/filesystem": "^2.6 | ^3.0 | ^4.0", 
     111                "twig/twig": "^1.18 | ^2.0" 
     112            }, 
     113            "require-dev": { 
     114                "friendsofphp/php-cs-fixer": "^2" 
     115            }, 
     116            "type": "library", 
     117            "autoload": { 
     118                "psr-4": { 
     119                    "mageekguy\\atoum\\reports\\": "classes" 
     120                }, 
     121                "files": [ 
     122                    "configuration.php" 
     123                ] 
     124            }, 
     125            "notification-url": "https://packagist.org/downloads/", 
     126            "license": [ 
     127                "BSD-3-Clause" 
     128            ], 
     129            "authors": [ 
     130                { 
     131                    "name": "jubianchi", 
     132                    "email": "contact@jubianchi.fr" 
     133                } 
     134            ], 
     135            "description": "atoum Reports extension", 
     136            "homepage": "http://www.atoum.org", 
     137            "keywords": [ 
     138                "TDD", 
     139                "atoum", 
     140                "atoum-extension", 
     141                "reports", 
     142                "test", 
     143                "unit testing" 
     144            ], 
     145            "time": "2018-02-08T08:02:15+00:00" 
    88146        }, 
    89147        { 
    90148            "name": "behat/behat", 
    91             "version": "2.5.x-dev", 
     149            "version": "v2.5.4", 
    92150            "source": { 
    93151                "type": "git", 
    94152                "url": "https://github.com/Behat/Behat.git", 
    95                 "reference": "51d9a2fb1c802a681c2717e48b4b8d184595bd18" 
    96             }, 
    97             "dist": { 
    98                 "type": "zip", 
    99                 "url": "https://api.github.com/repos/Behat/Behat/zipball/51d9a2fb1c802a681c2717e48b4b8d184595bd18", 
    100                 "reference": "51d9a2fb1c802a681c2717e48b4b8d184595bd18", 
     153                "reference": "ba257dd19d47b6e196c4e43995a2d2db4dd95991" 
     154            }, 
     155            "dist": { 
     156                "type": "zip", 
     157                "url": "https://api.github.com/repos/Behat/Behat/zipball/ba257dd19d47b6e196c4e43995a2d2db4dd95991", 
     158                "reference": "ba257dd19d47b6e196c4e43995a2d2db4dd95991", 
    101159                "shasum": "" 
    102160            }, 
     
    147205                "Symfony2" 
    148206            ], 
    149             "time": "2015-01-23 22:15:44" 
     207            "time": "2015-01-23T22:18:15+00:00" 
    150208        }, 
    151209        { 
     
    155213                "type": "git", 
    156214                "url": "https://github.com/Behat/CommonContexts.git", 
    157                 "reference": "570fb7b5abae498c21c2e39cad9c557b7c8ce7e0" 
    158             }, 
    159             "dist": { 
    160                 "type": "zip", 
    161                 "url": "https://api.github.com/repos/Behat/CommonContexts/zipball/570fb7b5abae498c21c2e39cad9c557b7c8ce7e0", 
    162                 "reference": "570fb7b5abae498c21c2e39cad9c557b7c8ce7e0", 
     215                "reference": "93261a0c60e881748e19bf36e63b304253f68ea0" 
     216            }, 
     217            "dist": { 
     218                "type": "zip", 
     219                "url": "https://api.github.com/repos/Behat/CommonContexts/zipball/93261a0c60e881748e19bf36e63b304253f68ea0", 
     220                "reference": "93261a0c60e881748e19bf36e63b304253f68ea0", 
    163221                "shasum": "" 
    164222            }, 
     
    192250            "authors": [ 
    193251                { 
    194                     "name": "Johannes Schmitt", 
    195                     "email": "schmittjoh@gmail.com", 
    196                     "homepage": "https://github.com/schmittjoh", 
    197                     "role": "Developer of wrapped JMSSerializerBundle" 
    198                 }, 
    199                 { 
    200252                    "name": "Konstantin Kudryashov", 
    201253                    "email": "ever.zet@gmail.com", 
     
    211263                    "email": "geoffrey.bachelet@gmail.com", 
    212264                    "homepage": "https://github.com/ubermuda" 
     265                }, 
     266                { 
     267                    "name": "Johannes M. Schmitt", 
     268                    "email": "schmittjoh@gmail.com", 
     269                    "homepage": "https://github.com/schmittjoh" 
    213270                } 
    214271            ], 
     
    221278                "Symfony2" 
    222279            ], 
    223             "time": "2014-05-07 08:29:47" 
     280            "time": "2016-04-07T12:32:24+00:00" 
    224281        }, 
    225282        { 
     
    282339                "parser" 
    283340            ], 
    284             "time": "2014-06-06 00:48:18" 
     341            "time": "2014-06-06T00:48:18+00:00" 
    285342        }, 
    286343        { 
     
    337394                "web" 
    338395            ], 
    339             "time": "2013-03-02 15:53:18" 
     396            "time": "2013-03-02T15:53:18+00:00" 
    340397        }, 
    341398        { 
     
    392449                "testing" 
    393450            ], 
    394             "time": "2013-04-13 12:17:15" 
     451            "time": "2013-04-13T12:17:15+00:00" 
    395452        }, 
    396453        { 
     
    442499                "web" 
    443500            ], 
    444             "time": "2014-04-27 11:55:27" 
     501            "time": "2014-04-27T11:55:27+00:00" 
    445502        }, 
    446503        { 
     
    493550                "testing" 
    494551            ], 
    495             "time": "2013-07-03 18:43:54" 
     552            "time": "2013-07-03T18:43:54+00:00" 
    496553        }, 
    497554        { 
     
    501558                "type": "git", 
    502559                "url": "https://github.com/doctrine/instantiator.git", 
    503                 "reference": "3d9669e597439e8d205baf315efb757038fb4dea" 
    504             }, 
    505             "dist": { 
    506                 "type": "zip", 
    507                 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/3d9669e597439e8d205baf315efb757038fb4dea", 
    508                 "reference": "3d9669e597439e8d205baf315efb757038fb4dea", 
    509                 "shasum": "" 
    510             }, 
    511             "require": { 
    512                 "php": ">=5.3,<8.0-DEV" 
    513             }, 
    514             "require-dev": { 
    515                 "athletic/athletic": "~0.1.8", 
     560                "reference": "dcbbb92ee8534a4244559f3b0e5702dd30b43f47" 
     561            }, 
     562            "dist": { 
     563                "type": "zip", 
     564                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/dcbbb92ee8534a4244559f3b0e5702dd30b43f47", 
     565                "reference": "dcbbb92ee8534a4244559f3b0e5702dd30b43f47", 
     566                "shasum": "" 
     567            }, 
     568            "require": { 
     569                "php": "^7.1" 
     570            }, 
     571            "require-dev": { 
     572                "doctrine/coding-standard": "~2.1.0", 
    516573                "ext-pdo": "*", 
    517574                "ext-phar": "*", 
    518                 "phpunit/phpunit": "~4.0", 
    519                 "squizlabs/php_codesniffer": "~2.0" 
    520             }, 
    521             "type": "library", 
    522             "extra": { 
    523                 "branch-alias": { 
    524                     "dev-master": "1.0.x-dev" 
     575                "phpunit/phpunit": "^6.5.5" 
     576            }, 
     577            "type": "library", 
     578            "extra": { 
     579                "branch-alias": { 
     580                    "dev-master": "1.2.x-dev" 
    525581                } 
    526582            }, 
     
    547603                "instantiate" 
    548604            ], 
    549             "time": "2015-01-16 19:29:51" 
     605            "time": "2018-01-29T06:31:30+00:00" 
    550606        }, 
    551607        { 
     
    603659                "scraper" 
    604660            ], 
    605             "time": "2014-10-09 15:52:51" 
     661            "time": "2014-10-09T15:52:51+00:00" 
    606662        }, 
    607663        { 
     
    611667                "type": "git", 
    612668                "url": "https://github.com/fzaninotto/Faker.git", 
    613                 "reference": "9b9ec8d3d3d1f05df2fddb49a6257bbc235d32ea" 
    614             }, 
    615             "dist": { 
    616                 "type": "zip", 
    617                 "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/9b9ec8d3d3d1f05df2fddb49a6257bbc235d32ea", 
    618                 "reference": "9b9ec8d3d3d1f05df2fddb49a6257bbc235d32ea", 
    619                 "shasum": "" 
    620             }, 
    621             "require": { 
    622                 "php": ">=5.3.3" 
    623             }, 
    624             "require-dev": { 
    625                 "phpunit/phpunit": "~4.0", 
    626                 "squizlabs/php_codesniffer": "~1.5" 
    627             }, 
    628             "suggest": { 
    629                 "ext-intl": "*" 
    630             }, 
    631             "type": "library", 
    632             "extra": { 
    633                 "branch-alias": { 
    634                     "dev-master": "1.5.x-dev" 
     669                "reference": "5dce1159142a1ba0fcab4672cb295bf7d8f98824" 
     670            }, 
     671            "dist": { 
     672                "type": "zip", 
     673                "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/5dce1159142a1ba0fcab4672cb295bf7d8f98824", 
     674                "reference": "5dce1159142a1ba0fcab4672cb295bf7d8f98824", 
     675                "shasum": "" 
     676            }, 
     677            "require": { 
     678                "php": "^5.3.3 || ^7.0" 
     679            }, 
     680            "require-dev": { 
     681                "ext-intl": "*", 
     682                "phpunit/phpunit": "^4.8.35 || ^5.7", 
     683                "squizlabs/php_codesniffer": "^1.5" 
     684            }, 
     685            "type": "library", 
     686            "extra": { 
     687                "branch-alias": { 
     688                    "dev-master": "1.8-dev" 
    635689                } 
    636690            }, 
     
    655709                "fixtures" 
    656710            ], 
    657             "time": "2015-01-26 15:14:28" 
     711            "time": "2018-02-14T13:50:47+00:00" 
    658712        }, 
    659713        { 
     
    663717            "source": { 
    664718                "type": "git", 
    665                 "url": "https://github.com/guzzle/common.git", 
     719                "url": "https://github.com/Guzzle3/common.git", 
    666720                "reference": "2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc" 
    667721            }, 
    668722            "dist": { 
    669723                "type": "zip", 
    670                 "url": "https://api.github.com/repos/guzzle/common/zipball/2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc", 
     724                "url": "https://api.github.com/repos/Guzzle3/common/zipball/2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc", 
    671725                "reference": "2e36af7cf2ce3ea1f2d7c2831843b883a8e7b7dc", 
    672726                "shasum": "" 
     
    699753                "exception" 
    700754            ], 
    701             "time": "2014-08-11 04:32:36" 
     755            "abandoned": "guzzle/guzzle", 
     756            "time": "2014-08-11T04:32:36+00:00" 
    702757        }, 
    703758        { 
     
    707762            "source": { 
    708763                "type": "git", 
    709                 "url": "https://github.com/guzzle/http.git", 
     764                "url": "https://github.com/Guzzle3/http.git", 
    710765                "reference": "1e8dd1e2ba9dc42332396f39fbfab950b2301dc5" 
    711766            }, 
    712767            "dist": { 
    713768                "type": "zip", 
    714                 "url": "https://api.github.com/repos/guzzle/http/zipball/1e8dd1e2ba9dc42332396f39fbfab950b2301dc5", 
     769                "url": "https://api.github.com/repos/Guzzle3/http/zipball/1e8dd1e2ba9dc42332396f39fbfab950b2301dc5", 
    715770                "reference": "1e8dd1e2ba9dc42332396f39fbfab950b2301dc5", 
    716771                "shasum": "" 
     
    756811                "http client" 
    757812            ], 
    758             "time": "2014-08-11 04:32:36" 
     813            "abandoned": "guzzle/guzzle", 
     814            "time": "2014-08-11T04:32:36+00:00" 
    759815        }, 
    760816        { 
     
    764820            "source": { 
    765821                "type": "git", 
    766                 "url": "https://github.com/guzzle/parser.git", 
     822                "url": "https://github.com/Guzzle3/parser.git", 
    767823                "reference": "6874d171318a8e93eb6d224cf85e4678490b625c" 
    768824            }, 
    769825            "dist": { 
    770826                "type": "zip", 
    771                 "url": "https://api.github.com/repos/guzzle/parser/zipball/6874d171318a8e93eb6d224cf85e4678490b625c", 
     827                "url": "https://api.github.com/repos/Guzzle3/parser/zipball/6874d171318a8e93eb6d224cf85e4678490b625c", 
    772828                "reference": "6874d171318a8e93eb6d224cf85e4678490b625c", 
    773829                "shasum": "" 
     
    800856                "url" 
    801857            ], 
    802             "time": "2014-02-05 18:29:46" 
     858            "abandoned": "guzzle/guzzle", 
     859            "time": "2014-02-05T18:29:46+00:00" 
    803860        }, 
    804861        { 
     
    808865            "source": { 
    809866                "type": "git", 
    810                 "url": "https://github.com/guzzle/stream.git", 
     867                "url": "https://github.com/Guzzle3/stream.git", 
    811868                "reference": "60c7fed02e98d2c518dae8f97874c8f4622100f0" 
    812869            }, 
    813870            "dist": { 
    814871                "type": "zip", 
    815                 "url": "https://api.github.com/repos/guzzle/stream/zipball/60c7fed02e98d2c518dae8f97874c8f4622100f0", 
     872                "url": "https://api.github.com/repos/Guzzle3/stream/zipball/60c7fed02e98d2c518dae8f97874c8f4622100f0", 
    816873                "reference": "60c7fed02e98d2c518dae8f97874c8f4622100f0", 
    817874                "shasum": "" 
     
    853910                "stream" 
    854911            ], 
    855             "time": "2014-05-01 21:36:02" 
     912            "abandoned": "guzzle/guzzle", 
     913            "time": "2014-05-01T21:36:02+00:00" 
     914        }, 
     915        { 
     916            "name": "phpdocumentor/reflection-common", 
     917            "version": "dev-master", 
     918            "source": { 
     919                "type": "git", 
     920                "url": "https://github.com/phpDocumentor/ReflectionCommon.git", 
     921                "reference": "81339187a96c6fdb70cd876b129891f8ca501508" 
     922            }, 
     923            "dist": { 
     924                "type": "zip", 
     925                "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/81339187a96c6fdb70cd876b129891f8ca501508", 
     926                "reference": "81339187a96c6fdb70cd876b129891f8ca501508", 
     927                "shasum": "" 
     928            }, 
     929            "require": { 
     930                "php": ">=7.1" 
     931            }, 
     932            "require-dev": { 
     933                "phpunit/phpunit": "^6" 
     934            }, 
     935            "type": "library", 
     936            "extra": { 
     937                "branch-alias": { 
     938                    "dev-master": "2.x-dev" 
     939                } 
     940            }, 
     941            "autoload": { 
     942                "psr-4": { 
     943                    "phpDocumentor\\Reflection\\": [ 
     944                        "src" 
     945                    ] 
     946                } 
     947            }, 
     948            "notification-url": "https://packagist.org/downloads/", 
     949            "license": [ 
     950                "MIT" 
     951            ], 
     952            "authors": [ 
     953                { 
     954                    "name": "Jaap van Otterdijk", 
     955                    "email": "opensource@ijaap.nl" 
     956                } 
     957            ], 
     958            "description": "Common reflection classes used by phpdocumentor to reflect the code structure", 
     959            "homepage": "http://www.phpdoc.org", 
     960            "keywords": [ 
     961                "FQSEN", 
     962                "phpDocumentor", 
     963                "phpdoc", 
     964                "reflection", 
     965                "static analysis" 
     966            ], 
     967            "time": "2018-02-14T18:58:54+00:00" 
    856968        }, 
    857969        { 
     
    861973                "type": "git", 
    862974                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", 
    863                 "reference": "fd0ac2007401505fb596fdfb859ec4e103d69e55" 
    864             }, 
    865             "dist": { 
    866                 "type": "zip", 
    867                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/fd0ac2007401505fb596fdfb859ec4e103d69e55", 
    868                 "reference": "fd0ac2007401505fb596fdfb859ec4e103d69e55", 
    869                 "shasum": "" 
    870             }, 
    871             "require": { 
    872                 "php": ">=5.3.3" 
    873             }, 
    874             "require-dev": { 
    875                 "phpunit/phpunit": "~4.0" 
    876             }, 
    877             "suggest": { 
    878                 "dflydev/markdown": "~1.0", 
    879                 "erusev/parsedown": "~1.0" 
    880             }, 
    881             "type": "library", 
    882             "extra": { 
    883                 "branch-alias": { 
    884                     "dev-master": "2.0.x-dev" 
    885                 } 
    886             }, 
    887             "autoload": { 
    888                 "psr-0": { 
    889                     "phpDocumentor": [ 
    890                         "src/" 
    891                     ] 
     975                "reference": "182609736818dc750d42470c0be2a5ed74bad3bd" 
     976            }, 
     977            "dist": { 
     978                "type": "zip", 
     979                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/182609736818dc750d42470c0be2a5ed74bad3bd", 
     980                "reference": "182609736818dc750d42470c0be2a5ed74bad3bd", 
     981                "shasum": "" 
     982            }, 
     983            "require": { 
     984                "php": ">=7.1", 
     985                "phpdocumentor/type-resolver": "^0", 
     986                "webmozart/assert": "^1" 
     987            }, 
     988            "require-dev": { 
     989                "doctrine/instantiator": "^1", 
     990                "mockery/mockery": "^1" 
     991            }, 
     992            "type": "library", 
     993            "extra": { 
     994                "branch-alias": { 
     995                    "dev-master": "4.x-dev" 
     996                } 
     997            }, 
     998            "autoload": { 
     999                "psr-4": { 
     1000                    "phpDocumentor\\Reflection\\": "src" 
    8921001                } 
    8931002            }, 
     
    8991008                { 
    9001009                    "name": "Mike van Riel", 
    901                     "email": "mike.vanriel@naenius.com" 
    902                 } 
    903             ], 
    904             "time": "2014-09-02 14:26:20" 
     1010                    "email": "me@mikevanriel.com" 
     1011                } 
     1012            ], 
     1013            "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", 
     1014            "time": "2018-02-14T19:00:58+00:00" 
     1015        }, 
     1016        { 
     1017            "name": "phpdocumentor/type-resolver", 
     1018            "version": "dev-master", 
     1019            "source": { 
     1020                "type": "git", 
     1021                "url": "https://github.com/phpDocumentor/TypeResolver.git", 
     1022                "reference": "69bf1b199584f2004365a150c2e6cfbe852b6d66" 
     1023            }, 
     1024            "dist": { 
     1025                "type": "zip", 
     1026                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/69bf1b199584f2004365a150c2e6cfbe852b6d66", 
     1027                "reference": "69bf1b199584f2004365a150c2e6cfbe852b6d66", 
     1028                "shasum": "" 
     1029            }, 
     1030            "require": { 
     1031                "php": ">=7.1", 
     1032                "phpdocumentor/reflection-common": "^2" 
     1033            }, 
     1034            "require-dev": { 
     1035                "mockery/mockery": "^1.0", 
     1036                "phpunit/phpunit": "^6.5" 
     1037            }, 
     1038            "type": "library", 
     1039            "extra": { 
     1040                "branch-alias": { 
     1041                    "dev-master": "0.x-dev" 
     1042                } 
     1043            }, 
     1044            "autoload": { 
     1045                "psr-4": { 
     1046                    "phpDocumentor\\Reflection\\": "src" 
     1047                } 
     1048            }, 
     1049            "notification-url": "https://packagist.org/downloads/", 
     1050            "license": [ 
     1051                "MIT" 
     1052            ], 
     1053            "authors": [ 
     1054                { 
     1055                    "name": "Mike van Riel", 
     1056                    "email": "me@mikevanriel.com" 
     1057                } 
     1058            ], 
     1059            "time": "2018-02-14T18:59:20+00:00" 
    9051060        }, 
    9061061        { 
     
    9101065                "type": "git", 
    9111066                "url": "https://github.com/phpspec/prophecy.git", 
    912                 "reference": "d647e27524f9f7edc37baf63a114b52f5975808f" 
    913             }, 
    914             "dist": { 
    915                 "type": "zip", 
    916                 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/d647e27524f9f7edc37baf63a114b52f5975808f", 
    917                 "reference": "d647e27524f9f7edc37baf63a114b52f5975808f", 
     1067                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401" 
     1068            }, 
     1069            "dist": { 
     1070                "type": "zip", 
     1071                "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401", 
     1072                "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401", 
    9181073                "shasum": "" 
    9191074            }, 
    9201075            "require": { 
    9211076                "doctrine/instantiator": "^1.0.2", 
    922                 "phpdocumentor/reflection-docblock": "~2.0", 
    923                 "sebastian/comparator": "~1.1" 
    924             }, 
    925             "require-dev": { 
    926                 "phpspec/phpspec": "~2.0" 
    927             }, 
    928             "type": "library", 
    929             "extra": { 
    930                 "branch-alias": { 
    931                     "dev-master": "1.3.x-dev" 
     1077                "php": "^5.3|^7.0", 
     1078                "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", 
     1079                "sebastian/comparator": "^1.1|^2.0", 
     1080                "sebastian/recursion-context": "^1.0|^2.0|^3.0" 
     1081            }, 
     1082            "require-dev": { 
     1083                "phpspec/phpspec": "^2.5|^3.2", 
     1084                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5" 
     1085            }, 
     1086            "type": "library", 
     1087            "extra": { 
     1088                "branch-alias": { 
     1089                    "dev-master": "1.7.x-dev" 
    9321090                } 
    9331091            }, 
     
    9621120                "stub" 
    9631121            ], 
    964             "time": "2015-01-26 10:50:16" 
     1122            "time": "2018-02-19T10:16:54+00:00" 
    9651123        }, 
    9661124        { 
    9671125            "name": "phpunit/php-code-coverage", 
    968             "version": "dev-master", 
     1126            "version": "2.2.x-dev", 
    9691127            "source": { 
    9701128                "type": "git", 
    9711129                "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 
    972                 "reference": "34cc484af1ca149188d0d9e91412191e398e0b67" 
    973             }, 
    974             "dist": { 
    975                 "type": "zip", 
    976                 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/34cc484af1ca149188d0d9e91412191e398e0b67", 
    977                 "reference": "34cc484af1ca149188d0d9e91412191e398e0b67", 
     1130                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" 
     1131            }, 
     1132            "dist": { 
     1133                "type": "zip", 
     1134                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", 
     1135                "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", 
    9781136                "shasum": "" 
    9791137            }, 
     
    9831141                "phpunit/php-text-template": "~1.2", 
    9841142                "phpunit/php-token-stream": "~1.3", 
    985                 "sebastian/environment": "~1.0", 
     1143                "sebastian/environment": "^1.3.2", 
    9861144                "sebastian/version": "~1.0" 
    9871145            }, 
     
    9981156            "extra": { 
    9991157                "branch-alias": { 
    1000                     "dev-master": "2.0.x-dev" 
     1158                    "dev-master": "2.2.x-dev" 
    10011159                } 
    10021160            }, 
     
    10241182                "xunit" 
    10251183            ], 
    1026             "time": "2015-01-24 10:06:35" 
     1184            "time": "2015-10-06T15:47:00+00:00" 
    10271185        }, 
    10281186        { 
    10291187            "name": "phpunit/php-file-iterator", 
    1030             "version": "1.3.4", 
     1188            "version": "1.4.x-dev", 
    10311189            "source": { 
    10321190                "type": "git", 
    10331191                "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 
    1034                 "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb" 
    1035             }, 
    1036             "dist": { 
    1037                 "type": "zip", 
    1038                 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb", 
    1039                 "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb", 
     1192                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4" 
     1193            }, 
     1194            "dist": { 
     1195                "type": "zip", 
     1196                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4", 
     1197                "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4", 
    10401198                "shasum": "" 
    10411199            }, 
     
    10441202            }, 
    10451203            "type": "library", 
     1204            "extra": { 
     1205                "branch-alias": { 
     1206                    "dev-master": "1.4.x-dev" 
     1207                } 
     1208            }, 
    10461209            "autoload": { 
    10471210                "classmap": [ 
    1048                     "File/" 
     1211                    "src/" 
    10491212                ] 
    10501213            }, 
    10511214            "notification-url": "https://packagist.org/downloads/", 
    1052             "include-path": [ 
    1053                 "" 
    1054             ], 
    10551215            "license": [ 
    10561216                "BSD-3-Clause" 
     
    10691229                "iterator" 
    10701230            ], 
    1071             "time": "2013-10-10 15:34:57" 
     1231            "time": "2017-11-27T13:52:08+00:00" 
    10721232        }, 
    10731233        { 
    10741234            "name": "phpunit/php-text-template", 
    1075             "version": "1.2.0", 
     1235            "version": "1.2.1", 
    10761236            "source": { 
    10771237                "type": "git", 
    10781238                "url": "https://github.com/sebastianbergmann/php-text-template.git", 
    1079                 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a" 
    1080             }, 
    1081             "dist": { 
    1082                 "type": "zip", 
    1083                 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", 
    1084                 "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a", 
     1239                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" 
     1240            }, 
     1241            "dist": { 
     1242                "type": "zip", 
     1243                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 
     1244                "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 
    10851245                "shasum": "" 
    10861246            }, 
     
    10911251            "autoload": { 
    10921252                "classmap": [ 
    1093                     "Text/" 
     1253                    "src/" 
    10941254                ] 
    10951255            }, 
    10961256            "notification-url": "https://packagist.org/downloads/", 
    1097             "include-path": [ 
    1098                 "" 
    1099             ], 
     1257            "license": [ 
     1258                "BSD-3-Clause" 
     1259            ], 
     1260            "authors": [ 
     1261                { 
     1262                    "name": "Sebastian Bergmann", 
     1263                    "email": "sebastian@phpunit.de", 
     1264                    "role": "lead" 
     1265                } 
     1266            ], 
     1267            "description": "Simple template engine.", 
     1268            "homepage": "https://github.com/sebastianbergmann/php-text-template/", 
     1269            "keywords": [ 
     1270                "template" 
     1271            ], 
     1272            "time": "2015-06-21T13:50:34+00:00" 
     1273        }, 
     1274        { 
     1275            "name": "phpunit/php-timer", 
     1276            "version": "1.0.x-dev", 
     1277            "source": { 
     1278                "type": "git", 
     1279                "url": "https://github.com/sebastianbergmann/php-timer.git", 
     1280                "reference": "9513098641797ce5f459dbc1de5a54c29b0ec1fb" 
     1281            }, 
     1282            "dist": { 
     1283                "type": "zip", 
     1284                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/9513098641797ce5f459dbc1de5a54c29b0ec1fb", 
     1285                "reference": "9513098641797ce5f459dbc1de5a54c29b0ec1fb", 
     1286                "shasum": "" 
     1287            }, 
     1288            "require": { 
     1289                "php": "^5.3.3 || ^7.0" 
     1290            }, 
     1291            "require-dev": { 
     1292                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" 
     1293            }, 
     1294            "type": "library", 
     1295            "extra": { 
     1296                "branch-alias": { 
     1297                    "dev-master": "1.0-dev" 
     1298                } 
     1299            }, 
     1300            "autoload": { 
     1301                "classmap": [ 
     1302                    "src/" 
     1303                ] 
     1304            }, 
     1305            "notification-url": "https://packagist.org/downloads/", 
    11001306            "license": [ 
    11011307                "BSD-3-Clause" 
     
    11081314                } 
    11091315            ], 
    1110             "description": "Simple template engine.", 
    1111             "homepage": "https://github.com/sebastianbergmann/php-text-template/", 
    1112             "keywords": [ 
    1113                 "template" 
    1114             ], 
    1115             "time": "2014-01-30 17:20:04" 
    1116         }, 
    1117         { 
    1118             "name": "phpunit/php-timer", 
    1119             "version": "1.0.5", 
    1120             "source": { 
    1121                 "type": "git", 
    1122                 "url": "https://github.com/sebastianbergmann/php-timer.git", 
    1123                 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c" 
    1124             }, 
    1125             "dist": { 
    1126                 "type": "zip", 
    1127                 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c", 
    1128                 "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c", 
    1129                 "shasum": "" 
    1130             }, 
    1131             "require": { 
    1132                 "php": ">=5.3.3" 
    1133             }, 
    1134             "type": "library", 
    1135             "autoload": { 
    1136                 "classmap": [ 
    1137                     "PHP/" 
    1138                 ] 
    1139             }, 
    1140             "notification-url": "https://packagist.org/downloads/", 
    1141             "include-path": [ 
    1142                 "" 
    1143             ], 
    1144             "license": [ 
    1145                 "BSD-3-Clause" 
    1146             ], 
    1147             "authors": [ 
    1148                 { 
    1149                     "name": "Sebastian Bergmann", 
    1150                     "email": "sb@sebastian-bergmann.de", 
    1151                     "role": "lead" 
    1152                 } 
    1153             ], 
    11541316            "description": "Utility class for timing", 
    11551317            "homepage": "https://github.com/sebastianbergmann/php-timer/", 
     
    11571319                "timer" 
    11581320            ], 
    1159             "time": "2013-08-02 07:42:54" 
     1321            "time": "2018-01-06T05:27:16+00:00" 
    11601322        }, 
    11611323        { 
    11621324            "name": "phpunit/php-token-stream", 
    1163             "version": "dev-master", 
     1325            "version": "1.4.x-dev", 
    11641326            "source": { 
    11651327                "type": "git", 
    11661328                "url": "https://github.com/sebastianbergmann/php-token-stream.git", 
    1167                 "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74" 
    1168             }, 
    1169             "dist": { 
    1170                 "type": "zip", 
    1171                 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/db32c18eba00b121c145575fcbcd4d4d24e6db74", 
    1172                 "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74", 
     1329                "reference": "58bd196ce8bc49389307b3787934a5117db80fea" 
     1330            }, 
     1331            "dist": { 
     1332                "type": "zip", 
     1333                "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/58bd196ce8bc49389307b3787934a5117db80fea", 
     1334                "reference": "58bd196ce8bc49389307b3787934a5117db80fea", 
    11731335                "shasum": "" 
    11741336            }, 
     
    12061368                "tokenizer" 
    12071369            ], 
    1208             "time": "2015-01-17 09:51:32" 
     1370            "time": "2017-12-04T15:11:28+00:00" 
    12091371        }, 
    12101372        { 
    12111373            "name": "phpunit/phpunit", 
    1212             "version": "dev-master", 
     1374            "version": "4.8.x-dev", 
    12131375            "source": { 
    12141376                "type": "git", 
    12151377                "url": "https://github.com/sebastianbergmann/phpunit.git", 
    1216                 "reference": "3d6600da7eb6cb37d25143eea3fd09875c3ede49" 
    1217             }, 
    1218             "dist": { 
    1219                 "type": "zip", 
    1220                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3d6600da7eb6cb37d25143eea3fd09875c3ede49", 
    1221                 "reference": "3d6600da7eb6cb37d25143eea3fd09875c3ede49", 
     1378                "reference": "18e5f52e8412d23e739f7d8744e177039860e800" 
     1379            }, 
     1380            "dist": { 
     1381                "type": "zip", 
     1382                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/18e5f52e8412d23e739f7d8744e177039860e800", 
     1383                "reference": "18e5f52e8412d23e739f7d8744e177039860e800", 
    12221384                "shasum": "" 
    12231385            }, 
     
    12291391                "ext-spl": "*", 
    12301392                "php": ">=5.3.3", 
    1231                 "phpspec/prophecy": "~1.3.1", 
    1232                 "phpunit/php-code-coverage": "~2.0", 
    1233                 "phpunit/php-file-iterator": "~1.3", 
     1393                "phpspec/prophecy": "^1.3.1", 
     1394                "phpunit/php-code-coverage": "~2.1", 
     1395                "phpunit/php-file-iterator": "~1.4", 
    12341396                "phpunit/php-text-template": "~1.2", 
    1235                 "phpunit/php-timer": "~1.0", 
     1397                "phpunit/php-timer": "^1.0.6", 
    12361398                "phpunit/phpunit-mock-objects": "~2.3", 
    1237                 "sebastian/comparator": "~1.1", 
     1399                "sebastian/comparator": "~1.2.2", 
    12381400                "sebastian/diff": "~1.2", 
    1239                 "sebastian/environment": "~1.2", 
    1240                 "sebastian/exporter": "~1.0", 
     1401                "sebastian/environment": "~1.3", 
     1402                "sebastian/exporter": "~1.2", 
    12411403                "sebastian/global-state": "~1.0", 
    12421404                "sebastian/version": "~1.0", 
     
    12521414            "extra": { 
    12531415                "branch-alias": { 
    1254                     "dev-master": "4.6.x-dev" 
     1416                    "dev-master": "4.8.x-dev" 
    12551417                } 
    12561418            }, 
     
    12781440                "xunit" 
    12791441            ], 
    1280             "time": "2015-01-24 14:25:39" 
     1442            "time": "2017-06-23T12:44:27+00:00" 
    12811443        }, 
    12821444        { 
    12831445            "name": "phpunit/phpunit-mock-objects", 
    1284             "version": "dev-master", 
     1446            "version": "2.3.x-dev", 
    12851447            "source": { 
    12861448                "type": "git", 
    12871449                "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", 
    1288                 "reference": "b752b41e3fead4feee99f3a2f2972cef517abb8b" 
    1289             }, 
    1290             "dist": { 
    1291                 "type": "zip", 
    1292                 "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/b752b41e3fead4feee99f3a2f2972cef517abb8b", 
    1293                 "reference": "b752b41e3fead4feee99f3a2f2972cef517abb8b", 
    1294                 "shasum": "" 
    1295             }, 
    1296             "require": { 
    1297                 "doctrine/instantiator": "~1.0,>=1.0.2", 
     1450                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" 
     1451            }, 
     1452            "dist": { 
     1453                "type": "zip", 
     1454                "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", 
     1455                "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", 
     1456                "shasum": "" 
     1457            }, 
     1458            "require": { 
     1459                "doctrine/instantiator": "^1.0.2", 
    12981460                "php": ">=5.3.3", 
    1299                 "phpunit/php-text-template": "~1.2" 
    1300             }, 
    1301             "require-dev": { 
    1302                 "phpunit/phpunit": "4.4.*@dev" 
     1461                "phpunit/php-text-template": "~1.2", 
     1462                "sebastian/exporter": "~1.2" 
     1463            }, 
     1464            "require-dev": { 
     1465                "phpunit/phpunit": "~4.4" 
    13031466            }, 
    13041467            "suggest": { 
     
    13081471            "extra": { 
    13091472                "branch-alias": { 
    1310                     "dev-master": "2.4.x-dev" 
     1473                    "dev-master": "2.3.x-dev" 
    13111474                } 
    13121475            }, 
     
    13331496                "xunit" 
    13341497            ], 
    1335             "time": "2015-01-18 10:44:19" 
     1498            "time": "2015-10-02T06:51:40+00:00" 
     1499        }, 
     1500        { 
     1501            "name": "psr/log", 
     1502            "version": "dev-master", 
     1503            "source": { 
     1504                "type": "git", 
     1505                "url": "https://github.com/php-fig/log.git", 
     1506                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" 
     1507            }, 
     1508            "dist": { 
     1509                "type": "zip", 
     1510                "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", 
     1511                "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", 
     1512                "shasum": "" 
     1513            }, 
     1514            "require": { 
     1515                "php": ">=5.3.0" 
     1516            }, 
     1517            "type": "library", 
     1518            "extra": { 
     1519                "branch-alias": { 
     1520                    "dev-master": "1.0.x-dev" 
     1521                } 
     1522            }, 
     1523            "autoload": { 
     1524                "psr-4": { 
     1525                    "Psr\\Log\\": "Psr/Log/" 
     1526                } 
     1527            }, 
     1528            "notification-url": "https://packagist.org/downloads/", 
     1529            "license": [ 
     1530                "MIT" 
     1531            ], 
     1532            "authors": [ 
     1533                { 
     1534                    "name": "PHP-FIG", 
     1535                    "homepage": "http://www.php-fig.org/" 
     1536                } 
     1537            ], 
     1538            "description": "Common interface for logging libraries", 
     1539            "homepage": "https://github.com/php-fig/log", 
     1540            "keywords": [ 
     1541                "log", 
     1542                "psr", 
     1543                "psr-3" 
     1544            ], 
     1545            "time": "2016-10-10T12:19:37+00:00" 
    13361546        }, 
    13371547        { 
    13381548            "name": "sebastian/comparator", 
    1339             "version": "dev-master", 
     1549            "version": "1.2.x-dev", 
    13401550            "source": { 
    13411551                "type": "git", 
    13421552                "url": "https://github.com/sebastianbergmann/comparator.git", 
    1343                 "reference": "6a1e846331bb3cc1a305168125d047fb86260e3d" 
    1344             }, 
    1345             "dist": { 
    1346                 "type": "zip", 
    1347                 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6a1e846331bb3cc1a305168125d047fb86260e3d", 
    1348                 "reference": "6a1e846331bb3cc1a305168125d047fb86260e3d", 
     1553                "reference": "18a5d97c25f408f48acaf6d1b9f4079314c5996a" 
     1554            }, 
     1555            "dist": { 
     1556                "type": "zip", 
     1557                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/18a5d97c25f408f48acaf6d1b9f4079314c5996a", 
     1558                "reference": "18a5d97c25f408f48acaf6d1b9f4079314c5996a", 
    13491559                "shasum": "" 
    13501560            }, 
    13511561            "require": { 
    13521562                "php": ">=5.3.3", 
    1353                 "sebastian/diff": "~1.1", 
    1354                 "sebastian/exporter": "~1.0" 
    1355             }, 
    1356             "require-dev": { 
    1357                 "phpunit/phpunit": "~4.1" 
    1358             }, 
    1359             "type": "library", 
    1360             "extra": { 
    1361                 "branch-alias": { 
    1362                     "dev-master": "1.1.x-dev" 
     1563                "sebastian/diff": "~1.2", 
     1564                "sebastian/exporter": "~1.2 || ~2.0" 
     1565            }, 
     1566            "require-dev": { 
     1567                "phpunit/phpunit": "~4.4" 
     1568            }, 
     1569            "type": "library", 
     1570            "extra": { 
     1571                "branch-alias": { 
     1572                    "dev-master": "1.2.x-dev" 
    13631573                } 
    13641574            }, 
     
    13971607                "equality" 
    13981608            ], 
    1399             "time": "2015-01-05 16:29:00" 
     1609            "time": "2017-03-07T10:34:43+00:00" 
    14001610        }, 
    14011611        { 
    14021612            "name": "sebastian/diff", 
    1403             "version": "dev-master", 
     1613            "version": "1.4.x-dev", 
    14041614            "source": { 
    14051615                "type": "git", 
    14061616                "url": "https://github.com/sebastianbergmann/diff.git", 
    1407                 "reference": "6dc90302a4cdf8486c221a0ad3a4da53859fcfa5" 
    1408             }, 
    1409             "dist": { 
    1410                 "type": "zip", 
    1411                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/6dc90302a4cdf8486c221a0ad3a4da53859fcfa5", 
    1412                 "reference": "6dc90302a4cdf8486c221a0ad3a4da53859fcfa5", 
    1413                 "shasum": "" 
    1414             }, 
    1415             "require": { 
    1416                 "php": ">=5.3.3" 
    1417             }, 
    1418             "require-dev": { 
    1419                 "phpunit/phpunit": "~4.2" 
    1420             }, 
    1421             "type": "library", 
    1422             "extra": { 
    1423                 "branch-alias": { 
    1424                     "dev-master": "1.2-dev" 
     1617                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" 
     1618            }, 
     1619            "dist": { 
     1620                "type": "zip", 
     1621                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", 
     1622                "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", 
     1623                "shasum": "" 
     1624            }, 
     1625            "require": { 
     1626                "php": "^5.3.3 || ^7.0" 
     1627            }, 
     1628            "require-dev": { 
     1629                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" 
     1630            }, 
     1631            "type": "library", 
     1632            "extra": { 
     1633                "branch-alias": { 
     1634                    "dev-master": "1.4-dev" 
    14251635                } 
    14261636            }, 
     
    14451655            ], 
    14461656            "description": "Diff implementation", 
    1447             "homepage": "http://www.github.com/sebastianbergmann/diff", 
     1657            "homepage": "https://github.com/sebastianbergmann/diff", 
    14481658            "keywords": [ 
    14491659                "diff" 
    14501660            ], 
    1451             "time": "2015-01-01 09:20:29" 
     1661            "time": "2017-05-22T07:24:03+00:00" 
    14521662        }, 
    14531663        { 
    14541664            "name": "sebastian/environment", 
    1455             "version": "dev-master", 
     1665            "version": "1.3.x-dev", 
    14561666            "source": { 
    14571667                "type": "git", 
    14581668                "url": "https://github.com/sebastianbergmann/environment.git", 
    1459                 "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e" 
    1460             }, 
    1461             "dist": { 
    1462                 "type": "zip", 
    1463                 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5a8c7d31914337b69923db26c4221b81ff5a196e", 
    1464                 "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e", 
    1465                 "shasum": "" 
    1466             }, 
    1467             "require": { 
    1468                 "php": ">=5.3.3" 
    1469             }, 
    1470             "require-dev": { 
    1471                 "phpunit/phpunit": "~4.4" 
     1669                "reference": "67f55699c2810ff0f2cc47478bbdeda8567e68ee" 
     1670            }, 
     1671            "dist": { 
     1672                "type": "zip", 
     1673                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/67f55699c2810ff0f2cc47478bbdeda8567e68ee", 
     1674                "reference": "67f55699c2810ff0f2cc47478bbdeda8567e68ee", 
     1675                "shasum": "" 
     1676            }, 
     1677            "require": { 
     1678                "php": "^5.3.3 || ^7.0" 
     1679            }, 
     1680            "require-dev": { 
     1681                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" 
    14721682            }, 
    14731683            "type": "library", 
     
    14991709                "hhvm" 
    15001710            ], 
    1501             "time": "2015-01-01 10:01:08" 
     1711            "time": "2017-02-28T08:18:59+00:00" 
    15021712        }, 
    15031713        { 
    15041714            "name": "sebastian/exporter", 
    1505             "version": "dev-master", 
     1715            "version": "1.2.x-dev", 
    15061716            "source": { 
    15071717                "type": "git", 
    15081718                "url": "https://github.com/sebastianbergmann/exporter.git", 
    1509                 "reference": "35ab8d385eef068186c83e23ae83c96b0288b3ee" 
    1510             }, 
    1511             "dist": { 
    1512                 "type": "zip", 
    1513                 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/35ab8d385eef068186c83e23ae83c96b0288b3ee", 
    1514                 "reference": "35ab8d385eef068186c83e23ae83c96b0288b3ee", 
    1515                 "shasum": "" 
    1516             }, 
    1517             "require": { 
    1518                 "php": ">=5.3.3", 
    1519                 "sebastian/recursion-context": "~1.0" 
    1520             }, 
    1521             "require-dev": { 
    1522                 "phpunit/phpunit": "~4.4" 
    1523             }, 
    1524             "type": "library", 
    1525             "extra": { 
    1526                 "branch-alias": { 
    1527                     "dev-master": "1.1.x-dev" 
     1719                "reference": "dcd43bcc0fd3551bd2ede0081882d549bb78225d" 
     1720            }, 
     1721            "dist": { 
     1722                "type": "zip", 
     1723                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/dcd43bcc0fd3551bd2ede0081882d549bb78225d", 
     1724                "reference": "dcd43bcc0fd3551bd2ede0081882d549bb78225d", 
     1725                "shasum": "" 
     1726            }, 
     1727            "require": { 
     1728                "php": "^5.3.3 || ^7.0", 
     1729                "sebastian/recursion-context": "^1.0" 
     1730            }, 
     1731            "require-dev": { 
     1732                "ext-mbstring": "*", 
     1733                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" 
     1734            }, 
     1735            "type": "library", 
     1736            "extra": { 
     1737                "branch-alias": { 
     1738                    "dev-master": "1.2.x-dev" 
    15281739                } 
    15291740            }, 
     
    15651776                "exporter" 
    15661777            ], 
    1567             "time": "2015-01-24 09:57:24" 
     1778            "time": "2017-02-26T13:09:30+00:00" 
    15681779        }, 
    15691780        { 
    15701781            "name": "sebastian/global-state", 
    1571             "version": "dev-master", 
     1782            "version": "1.1.x-dev", 
    15721783            "source": { 
    15731784                "type": "git", 
    15741785                "url": "https://github.com/sebastianbergmann/global-state.git", 
    1575                 "reference": "007c441df427cf0e175372fcbb9d196bce7eb743" 
    1576             }, 
    1577             "dist": { 
    1578                 "type": "zip", 
    1579                 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/007c441df427cf0e175372fcbb9d196bce7eb743", 
    1580                 "reference": "007c441df427cf0e175372fcbb9d196bce7eb743", 
     1786                "reference": "cea85a84b00f2795341ebbbca4fa396347f2494e" 
     1787            }, 
     1788            "dist": { 
     1789                "type": "zip", 
     1790                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/cea85a84b00f2795341ebbbca4fa396347f2494e", 
     1791                "reference": "cea85a84b00f2795341ebbbca4fa396347f2494e", 
    15811792                "shasum": "" 
    15821793            }, 
     
    15851796            }, 
    15861797            "require-dev": { 
    1587                 "phpunit/phpunit": "~4.2" 
     1798                "phpunit/phpunit": "~4.2|~5.0" 
    15881799            }, 
    15891800            "suggest": { 
     
    16161827                "global state" 
    16171828            ], 
    1618             "time": "2015-01-20 04:09:31" 
     1829            "time": "2017-02-23T14:11:06+00:00" 
    16191830        }, 
    16201831        { 
    16211832            "name": "sebastian/recursion-context", 
    1622             "version": "dev-master", 
     1833            "version": "1.0.x-dev", 
    16231834            "source": { 
    16241835                "type": "git", 
    16251836                "url": "https://github.com/sebastianbergmann/recursion-context.git", 
    1626                 "reference": "3989662bbb30a29d20d9faa04a846af79b276252" 
    1627             }, 
    1628             "dist": { 
    1629                 "type": "zip", 
    1630                 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/3989662bbb30a29d20d9faa04a846af79b276252", 
    1631                 "reference": "3989662bbb30a29d20d9faa04a846af79b276252", 
     1837                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7" 
     1838            }, 
     1839            "dist": { 
     1840                "type": "zip", 
     1841                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7", 
     1842                "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7", 
    16321843                "shasum": "" 
    16331844            }, 
     
    16691880            "description": "Provides functionality to recursively process PHP variables", 
    16701881            "homepage": "http://www.github.com/sebastianbergmann/recursion-context", 
    1671             "time": "2015-01-24 09:48:32" 
     1882            "time": "2016-10-03T07:41:43+00:00" 
    16721883        }, 
    16731884        { 
    16741885            "name": "sebastian/version", 
    1675             "version": "1.0.4", 
     1886            "version": "1.0.6", 
    16761887            "source": { 
    16771888                "type": "git", 
    16781889                "url": "https://github.com/sebastianbergmann/version.git", 
    1679                 "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b" 
    1680             }, 
    1681             "dist": { 
    1682                 "type": "zip", 
    1683                 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/a77d9123f8e809db3fbdea15038c27a95da4058b", 
    1684                 "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b", 
     1890                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6" 
     1891            }, 
     1892            "dist": { 
     1893                "type": "zip", 
     1894                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", 
     1895                "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6", 
    16851896                "shasum": "" 
    16861897            }, 
     
    17041915            "description": "Library that helps with managing the version number of Git-hosted PHP projects", 
    17051916            "homepage": "https://github.com/sebastianbergmann/version", 
    1706             "time": "2014-12-15 14:25:24" 
     1917            "time": "2015-06-21T13:59:46+00:00" 
    17071918        }, 
    17081919        { 
    17091920            "name": "symfony/browser-kit", 
    1710             "version": "2.7.x-dev", 
    1711             "target-dir": "Symfony/Component/BrowserKit", 
    1712             "source": { 
    1713                 "type": "git", 
    1714                 "url": "https://github.com/symfony/BrowserKit.git", 
    1715                 "reference": "432c0593d5367b1bb8aa893cb2272172934ad371" 
    1716             }, 
    1717             "dist": { 
    1718                 "type": "zip", 
    1719                 "url": "https://api.github.com/repos/symfony/BrowserKit/zipball/432c0593d5367b1bb8aa893cb2272172934ad371", 
    1720                 "reference": "432c0593d5367b1bb8aa893cb2272172934ad371", 
     1921            "version": "2.8.x-dev", 
     1922            "source": { 
     1923                "type": "git", 
     1924                "url": "https://github.com/symfony/browser-kit.git", 
     1925                "reference": "e49a78bcf09ba2e6d03e63e80211f889c037add5" 
     1926            }, 
     1927            "dist": { 
     1928                "type": "zip", 
     1929                "url": "https://api.github.com/repos/symfony/browser-kit/zipball/e49a78bcf09ba2e6d03e63e80211f889c037add5", 
     1930                "reference": "e49a78bcf09ba2e6d03e63e80211f889c037add5", 
    17211931                "shasum": "" 
    17221932            }, 
    17231933            "require": { 
    17241934                "php": ">=5.3.9", 
    1725                 "symfony/dom-crawler": "~2.0,>=2.0.5|~3.0.0" 
    1726             }, 
    1727             "require-dev": { 
    1728                 "symfony/css-selector": "~2.0,>=2.0.5|~3.0.0", 
    1729                 "symfony/process": "~2.0,>=2.0.5|~3.0.0" 
     1935                "symfony/dom-crawler": "~2.1|~3.0.0" 
     1936            }, 
     1937            "require-dev": { 
     1938                "symfony/css-selector": "^2.0.5|~3.0.0", 
     1939                "symfony/process": "~2.3.34|^2.7.6|~3.0.0" 
    17301940            }, 
    17311941            "suggest": { 
     
    17351945            "extra": { 
    17361946                "branch-alias": { 
    1737                     "dev-master": "2.7-dev" 
     1947                    "dev-master": "2.8-dev" 
     1948                } 
     1949            }, 
     1950            "autoload": { 
     1951                "psr-4": { 
     1952                    "Symfony\\Component\\BrowserKit\\": "" 
     1953                }, 
     1954                "exclude-from-classmap": [ 
     1955                    "/Tests/" 
     1956                ] 
     1957            }, 
     1958            "notification-url": "https://packagist.org/downloads/", 
     1959            "license": [ 
     1960                "MIT" 
     1961            ], 
     1962            "authors": [ 
     1963                { 
     1964                    "name": "Fabien Potencier", 
     1965                    "email": "fabien@symfony.com" 
     1966                }, 
     1967                { 
     1968                    "name": "Symfony Community", 
     1969                    "homepage": "https://symfony.com/contributors" 
     1970                } 
     1971            ], 
     1972            "description": "Symfony BrowserKit Component", 
     1973            "homepage": "https://symfony.com", 
     1974            "time": "2018-01-03T07:36:31+00:00" 
     1975        }, 
     1976        { 
     1977            "name": "symfony/config", 
     1978            "version": "2.2.x-dev", 
     1979            "target-dir": "Symfony/Component/Config", 
     1980            "source": { 
     1981                "type": "git", 
     1982                "url": "https://github.com/symfony/config.git", 
     1983                "reference": "6952d55b2c51f0dd62b2c43a1449069c19c9b80e" 
     1984            }, 
     1985            "dist": { 
     1986                "type": "zip", 
     1987                "url": "https://api.github.com/repos/symfony/config/zipball/6952d55b2c51f0dd62b2c43a1449069c19c9b80e", 
     1988                "reference": "6952d55b2c51f0dd62b2c43a1449069c19c9b80e", 
     1989                "shasum": "" 
     1990            }, 
     1991            "require": { 
     1992                "php": ">=5.3.3" 
     1993            }, 
     1994            "type": "library", 
     1995            "extra": { 
     1996                "branch-alias": { 
     1997                    "dev-master": "2.2-dev" 
    17381998                } 
    17391999            }, 
    17402000            "autoload": { 
    17412001                "psr-0": { 
    1742                     "Symfony\\Component\\BrowserKit\\": "" 
     2002                    "Symfony\\Component\\Config\\": "" 
    17432003                } 
    17442004            }, 
     
    17572017                } 
    17582018            ], 
    1759             "description": "Symfony BrowserKit Component", 
    1760             "homepage": "http://symfony.com", 
    1761             "time": "2015-01-09 06:51:41" 
    1762         }, 
    1763         { 
    1764             "name": "symfony/config", 
    1765             "version": "2.7.x-dev", 
    1766             "target-dir": "Symfony/Component/Config", 
    1767             "source": { 
    1768                 "type": "git", 
    1769                 "url": "https://github.com/symfony/Config.git", 
    1770                 "reference": "1624dd47e1f4dc89ae4e7ca4a0476325042f8e82" 
    1771             }, 
    1772             "dist": { 
    1773                 "type": "zip", 
    1774                 "url": "https://api.github.com/repos/symfony/Config/zipball/1624dd47e1f4dc89ae4e7ca4a0476325042f8e82", 
    1775                 "reference": "1624dd47e1f4dc89ae4e7ca4a0476325042f8e82", 
    1776                 "shasum": "" 
    1777             }, 
    1778             "require": { 
    1779                 "php": ">=5.3.9", 
    1780                 "symfony/filesystem": "~2.3|~3.0.0" 
    1781             }, 
    1782             "type": "library", 
    1783             "extra": { 
    1784                 "branch-alias": { 
    1785                     "dev-master": "2.7-dev" 
    1786                 } 
    1787             }, 
    1788             "autoload": { 
    1789                 "psr-0": { 
    1790                     "Symfony\\Component\\Config\\": "" 
    1791                 } 
    1792             }, 
    1793             "notification-url": "https://packagist.org/downloads/", 
    1794             "license": [ 
    1795                 "MIT" 
    1796             ], 
    1797             "authors": [ 
    1798                 { 
    1799                     "name": "Symfony Community", 
    1800                     "homepage": "http://symfony.com/contributors" 
    1801                 }, 
    1802                 { 
    1803                     "name": "Fabien Potencier", 
    1804                     "email": "fabien@symfony.com" 
    1805                 } 
    1806             ], 
    18072019            "description": "Symfony Config Component", 
    18082020            "homepage": "http://symfony.com", 
    1809             "time": "2015-01-25 04:39:35" 
     2021            "time": "2013-11-25T08:44:14+00:00" 
    18102022        }, 
    18112023        { 
    18122024            "name": "symfony/console", 
    1813             "version": "2.7.x-dev", 
    1814             "target-dir": "Symfony/Component/Console", 
    1815             "source": { 
    1816                 "type": "git", 
    1817                 "url": "https://github.com/symfony/Console.git", 
    1818                 "reference": "9f041fb5735b0d25d117e77ab8597a8376c74fbd" 
    1819             }, 
    1820             "dist": { 
    1821                 "type": "zip", 
    1822                 "url": "https://api.github.com/repos/symfony/Console/zipball/9f041fb5735b0d25d117e77ab8597a8376c74fbd", 
    1823                 "reference": "9f041fb5735b0d25d117e77ab8597a8376c74fbd", 
    1824                 "shasum": "" 
    1825             }, 
    1826             "require": { 
    1827                 "php": ">=5.3.9" 
     2025            "version": "2.8.x-dev", 
     2026            "source": { 
     2027                "type": "git", 
     2028                "url": "https://github.com/symfony/console.git", 
     2029                "reference": "a6ff8b2ffa4eb43046828b303af2e3fedadacc27" 
     2030            }, 
     2031            "dist": { 
     2032                "type": "zip", 
     2033                "url": "https://api.github.com/repos/symfony/console/zipball/a6ff8b2ffa4eb43046828b303af2e3fedadacc27", 
     2034                "reference": "a6ff8b2ffa4eb43046828b303af2e3fedadacc27", 
     2035                "shasum": "" 
     2036            }, 
     2037            "require": { 
     2038                "php": ">=5.3.9", 
     2039                "symfony/debug": "^2.7.2|~3.0.0", 
     2040                "symfony/polyfill-mbstring": "~1.0" 
    18282041            }, 
    18292042            "require-dev": { 
     
    18402053            "extra": { 
    18412054                "branch-alias": { 
    1842                     "dev-master": "2.7-dev" 
    1843                 } 
    1844             }, 
    1845             "autoload": { 
    1846                 "psr-0": { 
     2055                    "dev-master": "2.8-dev" 
     2056                } 
     2057            }, 
     2058            "autoload": { 
     2059                "psr-4": { 
    18472060                    "Symfony\\Component\\Console\\": "" 
    1848                 } 
    1849             }, 
    1850             "notification-url": "https://packagist.org/downloads/", 
    1851             "license": [ 
    1852                 "MIT" 
    1853             ], 
    1854             "authors": [ 
    1855                 { 
    1856                     "name": "Symfony Community", 
    1857                     "homepage": "http://symfony.com/contributors" 
    1858                 }, 
     2061                }, 
     2062                "exclude-from-classmap": [ 
     2063                    "/Tests/" 
     2064                ] 
     2065            }, 
     2066            "notification-url": "https://packagist.org/downloads/", 
     2067            "license": [ 
     2068                "MIT" 
     2069            ], 
     2070            "authors": [ 
    18592071                { 
    18602072                    "name": "Fabien Potencier", 
    18612073                    "email": "fabien@symfony.com" 
     2074                }, 
     2075                { 
     2076                    "name": "Symfony Community", 
     2077                    "homepage": "https://symfony.com/contributors" 
    18622078                } 
    18632079            ], 
    18642080            "description": "Symfony Console Component", 
    1865             "homepage": "http://symfony.com", 
    1866             "time": "2015-01-25 05:59:26" 
     2081            "homepage": "https://symfony.com", 
     2082            "time": "2018-02-26T15:33:21+00:00" 
    18672083        }, 
    18682084        { 
     
    18722088            "source": { 
    18732089                "type": "git", 
    1874                 "url": "https://github.com/symfony/CssSelector.git", 
    1875                 "reference": "202ff2f0ba271d1a77f937b3ae177887da9241d7" 
    1876             }, 
    1877             "dist": { 
    1878                 "type": "zip", 
    1879                 "url": "https://api.github.com/repos/symfony/CssSelector/zipball/202ff2f0ba271d1a77f937b3ae177887da9241d7", 
    1880                 "reference": "202ff2f0ba271d1a77f937b3ae177887da9241d7", 
     2090                "url": "https://github.com/symfony/css-selector.git", 
     2091                "reference": "e750fff4bd738e54414fbfdd48ede6b0e99ab808" 
     2092            }, 
     2093            "dist": { 
     2094                "type": "zip", 
     2095                "url": "https://api.github.com/repos/symfony/css-selector/zipball/e750fff4bd738e54414fbfdd48ede6b0e99ab808", 
     2096                "reference": "e750fff4bd738e54414fbfdd48ede6b0e99ab808", 
    18812097                "shasum": "" 
    18822098            }, 
     
    18932109                "psr-0": { 
    18942110                    "Symfony\\Component\\CssSelector\\": "" 
    1895                 } 
    1896             }, 
    1897             "notification-url": "https://packagist.org/downloads/", 
    1898             "license": [ 
    1899                 "MIT" 
    1900             ], 
    1901             "authors": [ 
    1902                 { 
    1903                     "name": "Symfony Community", 
    1904                     "homepage": "http://symfony.com/contributors" 
    1905                 }, 
     2111                }, 
     2112                "exclude-from-classmap": [ 
     2113                    "/Tests/" 
     2114                ] 
     2115            }, 
     2116            "notification-url": "https://packagist.org/downloads/", 
     2117            "license": [ 
     2118                "MIT" 
     2119            ], 
     2120            "authors": [ 
    19062121                { 
    19072122                    "name": "Jean-François Simon", 
     
    19112126                    "name": "Fabien Potencier", 
    19122127                    "email": "fabien@symfony.com" 
     2128                }, 
     2129                { 
     2130                    "name": "Symfony Community", 
     2131                    "homepage": "https://symfony.com/contributors" 
    19132132                } 
    19142133            ], 
    19152134            "description": "Symfony CssSelector Component", 
    1916             "homepage": "http://symfony.com", 
    1917             "time": "2015-01-01 12:56:52" 
     2135            "homepage": "https://symfony.com", 
     2136            "time": "2016-03-04T07:12:06+00:00" 
     2137        }, 
     2138        { 
     2139            "name": "symfony/debug", 
     2140            "version": "3.0.x-dev", 
     2141            "source": { 
     2142                "type": "git", 
     2143                "url": "https://github.com/symfony/debug.git", 
     2144                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a" 
     2145            }, 
     2146            "dist": { 
     2147                "type": "zip", 
     2148                "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a", 
     2149                "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a", 
     2150                "shasum": "" 
     2151            }, 
     2152            "require": { 
     2153                "php": ">=5.5.9", 
     2154                "psr/log": "~1.0" 
     2155            }, 
     2156            "conflict": { 
     2157                "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" 
     2158            }, 
     2159            "require-dev": { 
     2160                "symfony/class-loader": "~2.8|~3.0", 
     2161                "symfony/http-kernel": "~2.8|~3.0" 
     2162            }, 
     2163            "type": "library", 
     2164            "extra": { 
     2165                "branch-alias": { 
     2166                    "dev-master": "3.0-dev" 
     2167                } 
     2168            }, 
     2169            "autoload": { 
     2170                "psr-4": { 
     2171                    "Symfony\\Component\\Debug\\": "" 
     2172                }, 
     2173                "exclude-from-classmap": [ 
     2174                    "/Tests/" 
     2175                ] 
     2176            }, 
     2177            "notification-url": "https://packagist.org/downloads/", 
     2178            "license": [ 
     2179                "MIT" 
     2180            ], 
     2181            "authors": [ 
     2182                { 
     2183                    "name": "Fabien Potencier", 
     2184                    "email": "fabien@symfony.com" 
     2185                }, 
     2186                { 
     2187                    "name": "Symfony Community", 
     2188                    "homepage": "https://symfony.com/contributors" 
     2189                } 
     2190            ], 
     2191            "description": "Symfony Debug Component", 
     2192            "homepage": "https://symfony.com", 
     2193            "time": "2016-07-30T07:22:48+00:00" 
    19182194        }, 
    19192195        { 
    19202196            "name": "symfony/dependency-injection", 
    1921             "version": "2.7.x-dev", 
    1922             "target-dir": "Symfony/Component/DependencyInjection", 
    1923             "source": { 
    1924                 "type": "git", 
    1925                 "url": "https://github.com/symfony/DependencyInjection.git", 
    1926                 "reference": "acf2e8e27c53b8af7963ca00809ccde1d1e977f4" 
    1927             }, 
    1928             "dist": { 
    1929                 "type": "zip", 
    1930                 "url": "https://api.github.com/repos/symfony/DependencyInjection/zipball/acf2e8e27c53b8af7963ca00809ccde1d1e977f4", 
    1931                 "reference": "acf2e8e27c53b8af7963ca00809ccde1d1e977f4", 
     2197            "version": "2.8.x-dev", 
     2198            "source": { 
     2199                "type": "git", 
     2200                "url": "https://github.com/symfony/dependency-injection.git", 
     2201                "reference": "3d7cbf34cd75ede7f94b9b990f85bd089e15cd55" 
     2202            }, 
     2203            "dist": { 
     2204                "type": "zip", 
     2205                "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/3d7cbf34cd75ede7f94b9b990f85bd089e15cd55", 
     2206                "reference": "3d7cbf34cd75ede7f94b9b990f85bd089e15cd55", 
    19322207                "shasum": "" 
    19332208            }, 
     
    19412216                "symfony/config": "~2.2|~3.0.0", 
    19422217                "symfony/expression-language": "~2.6|~3.0.0", 
    1943                 "symfony/yaml": "~2.1|~3.0.0" 
     2218                "symfony/yaml": "~2.3.42|~2.7.14|~2.8.7|~3.0.7" 
    19442219            }, 
    19452220            "suggest": { 
    19462221                "symfony/config": "", 
     2222                "symfony/expression-language": "For using expressions in service container configuration", 
    19472223                "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", 
    19482224                "symfony/yaml": "" 
     
    19512227            "extra": { 
    19522228                "branch-alias": { 
    1953                     "dev-master": "2.7-dev" 
    1954                 } 
    1955             }, 
    1956             "autoload": { 
    1957                 "psr-0": { 
     2229                    "dev-master": "2.8-dev" 
     2230                } 
     2231            }, 
     2232            "autoload": { 
     2233                "psr-4": { 
    19582234                    "Symfony\\Component\\DependencyInjection\\": "" 
    1959                 } 
    1960             }, 
    1961             "notification-url": "https://packagist.org/downloads/", 
    1962             "license": [ 
    1963                 "MIT" 
    1964             ], 
    1965             "authors": [ 
    1966                 { 
    1967                     "name": "Symfony Community", 
    1968                     "homepage": "http://symfony.com/contributors" 
    1969                 }, 
     2235                }, 
     2236                "exclude-from-classmap": [ 
     2237                    "/Tests/" 
     2238                ] 
     2239            }, 
     2240            "notification-url": "https://packagist.org/downloads/", 
     2241            "license": [ 
     2242                "MIT" 
     2243            ], 
     2244            "authors": [ 
    19702245                { 
    19712246                    "name": "Fabien Potencier", 
    19722247                    "email": "fabien@symfony.com" 
     2248                }, 
     2249                { 
     2250                    "name": "Symfony Community", 
     2251                    "homepage": "https://symfony.com/contributors" 
    19732252                } 
    19742253            ], 
    19752254            "description": "Symfony DependencyInjection Component", 
    1976             "homepage": "http://symfony.com", 
    1977             "time": "2015-01-25 04:39:35" 
     2255            "homepage": "https://symfony.com", 
     2256            "time": "2018-02-19T16:23:47+00:00" 
    19782257        }, 
    19792258        { 
     
    19832262            "source": { 
    19842263                "type": "git", 
    1985                 "url": "https://github.com/symfony/DomCrawler.git", 
    1986                 "reference": "3702395bfcd327a92d620337208f69b92dde0c4a" 
    1987             }, 
    1988             "dist": { 
    1989                 "type": "zip", 
    1990                 "url": "https://api.github.com/repos/symfony/DomCrawler/zipball/3702395bfcd327a92d620337208f69b92dde0c4a", 
    1991                 "reference": "3702395bfcd327a92d620337208f69b92dde0c4a", 
     2264                "url": "https://github.com/symfony/dom-crawler.git", 
     2265                "reference": "b1a52aeafe4dd31914c75e72fc9b9ca3a3e5981d" 
     2266            }, 
     2267            "dist": { 
     2268                "type": "zip", 
     2269                "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/b1a52aeafe4dd31914c75e72fc9b9ca3a3e5981d", 
     2270                "reference": "b1a52aeafe4dd31914c75e72fc9b9ca3a3e5981d", 
    19922271                "shasum": "" 
    19932272            }, 
     
    20102289                "psr-0": { 
    20112290                    "Symfony\\Component\\DomCrawler\\": "" 
    2012                 } 
    2013             }, 
    2014             "notification-url": "https://packagist.org/downloads/", 
    2015             "license": [ 
    2016                 "MIT" 
    2017             ], 
    2018             "authors": [ 
    2019                 { 
    2020                     "name": "Symfony Community", 
    2021                     "homepage": "http://symfony.com/contributors" 
    2022                 }, 
     2291                }, 
     2292                "exclude-from-classmap": [ 
     2293                    "/Tests/" 
     2294                ] 
     2295            }, 
     2296            "notification-url": "https://packagist.org/downloads/", 
     2297            "license": [ 
     2298                "MIT" 
     2299            ], 
     2300            "authors": [ 
    20232301                { 
    20242302                    "name": "Fabien Potencier", 
    20252303                    "email": "fabien@symfony.com" 
     2304                }, 
     2305                { 
     2306                    "name": "Symfony Community", 
     2307                    "homepage": "https://symfony.com/contributors" 
    20262308                } 
    20272309            ], 
    20282310            "description": "Symfony DomCrawler Component", 
    2029             "homepage": "http://symfony.com", 
    2030             "time": "2015-01-03 13:14:51" 
     2311            "homepage": "https://symfony.com", 
     2312            "time": "2016-04-06T13:13:46+00:00" 
    20312313        }, 
    20322314        { 
    20332315            "name": "symfony/event-dispatcher", 
    2034             "version": "2.7.x-dev", 
    2035             "target-dir": "Symfony/Component/EventDispatcher", 
    2036             "source": { 
    2037                 "type": "git", 
    2038                 "url": "https://github.com/symfony/EventDispatcher.git", 
    2039                 "reference": "7a26717d431dfb092198d7c55f06788b2de5aaf7" 
    2040             }, 
    2041             "dist": { 
    2042                 "type": "zip", 
    2043                 "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/7a26717d431dfb092198d7c55f06788b2de5aaf7", 
    2044                 "reference": "7a26717d431dfb092198d7c55f06788b2de5aaf7", 
     2316            "version": "2.8.x-dev", 
     2317            "source": { 
     2318                "type": "git", 
     2319                "url": "https://github.com/symfony/event-dispatcher.git", 
     2320                "reference": "f5d2d7dcc33b89e20c2696ea9afcbddf6540081c" 
     2321            }, 
     2322            "dist": { 
     2323                "type": "zip", 
     2324                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f5d2d7dcc33b89e20c2696ea9afcbddf6540081c", 
     2325                "reference": "f5d2d7dcc33b89e20c2696ea9afcbddf6540081c", 
    20452326                "shasum": "" 
    20462327            }, 
     
    20502331            "require-dev": { 
    20512332                "psr/log": "~1.0", 
    2052                 "symfony/config": "~2.0,>=2.0.5|~3.0.0", 
     2333                "symfony/config": "^2.0.5|~3.0.0", 
    20532334                "symfony/dependency-injection": "~2.6|~3.0.0", 
    20542335                "symfony/expression-language": "~2.6|~3.0.0", 
     
    20622343            "extra": { 
    20632344                "branch-alias": { 
    2064                     "dev-master": "2.7-dev" 
    2065                 } 
    2066             }, 
    2067             "autoload": { 
    2068                 "psr-0": { 
     2345                    "dev-master": "2.8-dev" 
     2346                } 
     2347            }, 
     2348            "autoload": { 
     2349                "psr-4": { 
    20692350                    "Symfony\\Component\\EventDispatcher\\": "" 
    2070                 } 
    2071             }, 
    2072             "notification-url": "https://packagist.org/downloads/", 
    2073             "license": [ 
    2074                 "MIT" 
    2075             ], 
    2076             "authors": [ 
    2077                 { 
    2078                     "name": "Symfony Community", 
    2079                     "homepage": "http://symfony.com/contributors" 
    2080                 }, 
     2351                }, 
     2352                "exclude-from-classmap": [ 
     2353                    "/Tests/" 
     2354                ] 
     2355            }, 
     2356            "notification-url": "https://packagist.org/downloads/", 
     2357            "license": [ 
     2358                "MIT" 
     2359            ], 
     2360            "authors": [ 
    20812361                { 
    20822362                    "name": "Fabien Potencier", 
    20832363                    "email": "fabien@symfony.com" 
     2364                }, 
     2365                { 
     2366                    "name": "Symfony Community", 
     2367                    "homepage": "https://symfony.com/contributors" 
    20842368                } 
    20852369            ], 
    20862370            "description": "Symfony EventDispatcher Component", 
    2087             "homepage": "http://symfony.com", 
    2088             "time": "2015-01-16 15:11:56" 
     2371            "homepage": "https://symfony.com", 
     2372            "time": "2018-02-11T16:53:59+00:00" 
    20892373        }, 
    20902374        { 
    20912375            "name": "symfony/filesystem", 
    20922376            "version": "dev-master", 
    2093             "target-dir": "Symfony/Component/Filesystem", 
    2094             "source": { 
    2095                 "type": "git", 
    2096                 "url": "https://github.com/symfony/Filesystem.git", 
    2097                 "reference": "9e98e082d75e36d704f83c741443a526a41a3cfa" 
    2098             }, 
    2099             "dist": { 
    2100                 "type": "zip", 
    2101                 "url": "https://api.github.com/repos/symfony/Filesystem/zipball/9e98e082d75e36d704f83c741443a526a41a3cfa", 
    2102                 "reference": "9e98e082d75e36d704f83c741443a526a41a3cfa", 
    2103                 "shasum": "" 
    2104             }, 
    2105             "require": { 
    2106                 "php": ">=5.5.9" 
    2107             }, 
    2108             "type": "library", 
    2109             "extra": { 
    2110                 "branch-alias": { 
    2111                     "dev-master": "3.0-dev" 
    2112                 } 
    2113             }, 
    2114             "autoload": { 
    2115                 "psr-0": { 
     2377            "source": { 
     2378                "type": "git", 
     2379                "url": "https://github.com/symfony/filesystem.git", 
     2380                "reference": "da8a42afd52b7652e626bafae09ed07c64ea3c30" 
     2381            }, 
     2382            "dist": { 
     2383                "type": "zip", 
     2384                "url": "https://api.github.com/repos/symfony/filesystem/zipball/da8a42afd52b7652e626bafae09ed07c64ea3c30", 
     2385                "reference": "da8a42afd52b7652e626bafae09ed07c64ea3c30", 
     2386                "shasum": "" 
     2387            }, 
     2388            "require": { 
     2389                "php": "^7.1.3" 
     2390            }, 
     2391            "type": "library", 
     2392            "extra": { 
     2393                "branch-alias": { 
     2394                    "dev-master": "4.1-dev" 
     2395                } 
     2396            }, 
     2397            "autoload": { 
     2398                "psr-4": { 
    21162399                    "Symfony\\Component\\Filesystem\\": "" 
    2117                 } 
    2118             }, 
    2119             "notification-url": "https://packagist.org/downloads/", 
    2120             "license": [ 
    2121                 "MIT" 
    2122             ], 
    2123             "authors": [ 
    2124                 { 
    2125                     "name": "Symfony Community", 
    2126                     "homepage": "http://symfony.com/contributors" 
    2127                 }, 
     2400                }, 
     2401                "exclude-from-classmap": [ 
     2402                    "/Tests/" 
     2403                ] 
     2404            }, 
     2405            "notification-url": "https://packagist.org/downloads/", 
     2406            "license": [ 
     2407                "MIT" 
     2408            ], 
     2409            "authors": [ 
    21282410                { 
    21292411                    "name": "Fabien Potencier", 
    21302412                    "email": "fabien@symfony.com" 
     2413                }, 
     2414                { 
     2415                    "name": "Symfony Community", 
     2416                    "homepage": "https://symfony.com/contributors" 
    21312417                } 
    21322418            ], 
    21332419            "description": "Symfony Filesystem Component", 
    2134             "homepage": "http://symfony.com", 
    2135             "time": "2015-01-04 10:51:22" 
     2420            "homepage": "https://symfony.com", 
     2421            "time": "2018-02-22T11:40:25+00:00" 
    21362422        }, 
    21372423        { 
    21382424            "name": "symfony/finder", 
    2139             "version": "2.7.x-dev", 
    2140             "target-dir": "Symfony/Component/Finder", 
    2141             "source": { 
    2142                 "type": "git", 
    2143                 "url": "https://github.com/symfony/Finder.git", 
    2144                 "reference": "0c737de96a94d14a51738d285ad426a102baac0e" 
    2145             }, 
    2146             "dist": { 
    2147                 "type": "zip", 
    2148                 "url": "https://api.github.com/repos/symfony/Finder/zipball/0c737de96a94d14a51738d285ad426a102baac0e", 
    2149                 "reference": "0c737de96a94d14a51738d285ad426a102baac0e", 
     2425            "version": "2.8.x-dev", 
     2426            "source": { 
     2427                "type": "git", 
     2428                "url": "https://github.com/symfony/finder.git", 
     2429                "reference": "7099de3ebc97d3af98c464076d12dfca3ade0252" 
     2430            }, 
     2431            "dist": { 
     2432                "type": "zip", 
     2433                "url": "https://api.github.com/repos/symfony/finder/zipball/7099de3ebc97d3af98c464076d12dfca3ade0252", 
     2434                "reference": "7099de3ebc97d3af98c464076d12dfca3ade0252", 
    21502435                "shasum": "" 
    21512436            }, 
     
    21562441            "extra": { 
    21572442                "branch-alias": { 
    2158                     "dev-master": "2.7-dev" 
    2159                 } 
    2160             }, 
    2161             "autoload": { 
    2162                 "psr-0": { 
     2443                    "dev-master": "2.8-dev" 
     2444                } 
     2445            }, 
     2446            "autoload": { 
     2447                "psr-4": { 
    21632448                    "Symfony\\Component\\Finder\\": "" 
    2164                 } 
    2165             }, 
    2166             "notification-url": "https://packagist.org/downloads/", 
    2167             "license": [ 
    2168                 "MIT" 
    2169             ], 
    2170             "authors": [ 
    2171                 { 
    2172                     "name": "Symfony Community", 
    2173                     "homepage": "http://symfony.com/contributors" 
    2174                 }, 
     2449                }, 
     2450                "exclude-from-classmap": [ 
     2451                    "/Tests/" 
     2452                ] 
     2453            }, 
     2454            "notification-url": "https://packagist.org/downloads/", 
     2455            "license": [ 
     2456                "MIT" 
     2457            ], 
     2458            "authors": [ 
    21752459                { 
    21762460                    "name": "Fabien Potencier", 
    21772461                    "email": "fabien@symfony.com" 
     2462                }, 
     2463                { 
     2464                    "name": "Symfony Community", 
     2465                    "homepage": "https://symfony.com/contributors" 
    21782466                } 
    21792467            ], 
    21802468            "description": "Symfony Finder Component", 
    2181             "homepage": "http://symfony.com", 
    2182             "time": "2015-01-09 06:51:41" 
     2469            "homepage": "https://symfony.com", 
     2470            "time": "2018-02-11T16:53:59+00:00" 
     2471        }, 
     2472        { 
     2473            "name": "symfony/polyfill-mbstring", 
     2474            "version": "dev-master", 
     2475            "source": { 
     2476                "type": "git", 
     2477                "url": "https://github.com/symfony/polyfill-mbstring.git", 
     2478                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b" 
     2479            }, 
     2480            "dist": { 
     2481                "type": "zip", 
     2482                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b", 
     2483                "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b", 
     2484                "shasum": "" 
     2485            }, 
     2486            "require": { 
     2487                "php": ">=5.3.3" 
     2488            }, 
     2489            "suggest": { 
     2490                "ext-mbstring": "For best performance" 
     2491            }, 
     2492            "type": "library", 
     2493            "extra": { 
     2494                "branch-alias": { 
     2495                    "dev-master": "1.7-dev" 
     2496                } 
     2497            }, 
     2498            "autoload": { 
     2499                "psr-4": { 
     2500                    "Symfony\\Polyfill\\Mbstring\\": "" 
     2501                }, 
     2502                "files": [ 
     2503                    "bootstrap.php" 
     2504                ] 
     2505            }, 
     2506            "notification-url": "https://packagist.org/downloads/", 
     2507            "license": [ 
     2508                "MIT" 
     2509            ], 
     2510            "authors": [ 
     2511                { 
     2512                    "name": "Nicolas Grekas", 
     2513                    "email": "p@tchwork.com" 
     2514                }, 
     2515                { 
     2516                    "name": "Symfony Community", 
     2517                    "homepage": "https://symfony.com/contributors" 
     2518                } 
     2519            ], 
     2520            "description": "Symfony polyfill for the Mbstring extension", 
     2521            "homepage": "https://symfony.com", 
     2522            "keywords": [ 
     2523                "compatibility", 
     2524                "mbstring", 
     2525                "polyfill", 
     2526                "portable", 
     2527                "shim" 
     2528            ], 
     2529            "time": "2018-01-30T19:27:44+00:00" 
    21832530        }, 
    21842531        { 
    21852532            "name": "symfony/process", 
    2186             "version": "2.7.x-dev", 
    2187             "target-dir": "Symfony/Component/Process", 
    2188             "source": { 
    2189                 "type": "git", 
    2190                 "url": "https://github.com/symfony/Process.git", 
    2191                 "reference": "f3ab493718070b936e21b202422466db35c1c298" 
    2192             }, 
    2193             "dist": { 
    2194                 "type": "zip", 
    2195                 "url": "https://api.github.com/repos/symfony/Process/zipball/f3ab493718070b936e21b202422466db35c1c298", 
    2196                 "reference": "f3ab493718070b936e21b202422466db35c1c298", 
     2533            "version": "2.8.x-dev", 
     2534            "source": { 
     2535                "type": "git", 
     2536                "url": "https://github.com/symfony/process.git", 
     2537                "reference": "756f614c5061729ea245ac6717231f7e3bfb74f9" 
     2538            }, 
     2539            "dist": { 
     2540                "type": "zip", 
     2541                "url": "https://api.github.com/repos/symfony/process/zipball/756f614c5061729ea245ac6717231f7e3bfb74f9", 
     2542                "reference": "756f614c5061729ea245ac6717231f7e3bfb74f9", 
    21972543                "shasum": "" 
    21982544            }, 
     
    22032549            "extra": { 
    22042550                "branch-alias": { 
    2205                     "dev-master": "2.7-dev" 
    2206                 } 
    2207             }, 
    2208             "autoload": { 
    2209                 "psr-0": { 
     2551                    "dev-master": "2.8-dev" 
     2552                } 
     2553            }, 
     2554            "autoload": { 
     2555                "psr-4": { 
    22102556                    "Symfony\\Component\\Process\\": "" 
    2211                 } 
    2212             }, 
    2213             "notification-url": "https://packagist.org/downloads/", 
    2214             "license": [ 
    2215                 "MIT" 
    2216             ], 
    2217             "authors": [ 
    2218                 { 
    2219                     "name": "Symfony Community", 
    2220                     "homepage": "http://symfony.com/contributors" 
    2221                 }, 
     2557                }, 
     2558                "exclude-from-classmap": [ 
     2559                    "/Tests/" 
     2560                ] 
     2561            }, 
     2562            "notification-url": "https://packagist.org/downloads/", 
     2563            "license": [ 
     2564                "MIT" 
     2565            ], 
     2566            "authors": [ 
    22222567                { 
    22232568                    "name": "Fabien Potencier", 
    22242569                    "email": "fabien@symfony.com" 
     2570                }, 
     2571                { 
     2572                    "name": "Symfony Community", 
     2573                    "homepage": "https://symfony.com/contributors" 
    22252574                } 
    22262575            ], 
    22272576            "description": "Symfony Process Component", 
    2228             "homepage": "http://symfony.com", 
    2229             "time": "2015-01-25 04:39:35" 
     2577            "homepage": "https://symfony.com", 
     2578            "time": "2018-02-12T17:44:58+00:00" 
    22302579        }, 
    22312580        { 
     
    22842633            "description": "Symfony Translation Component", 
    22852634            "homepage": "http://symfony.com", 
    2286             "time": "2013-11-25 08:44:14" 
     2635            "time": "2013-11-25T08:44:14+00:00" 
    22872636        }, 
    22882637        { 
    22892638            "name": "symfony/yaml", 
    2290             "version": "2.7.x-dev", 
    2291             "target-dir": "Symfony/Component/Yaml", 
    2292             "source": { 
    2293                 "type": "git", 
    2294                 "url": "https://github.com/symfony/Yaml.git", 
    2295                 "reference": "02ba3dc638c5d3f0ab3b47ddb74f98c11dcc0c60" 
    2296             }, 
    2297             "dist": { 
    2298                 "type": "zip", 
    2299                 "url": "https://api.github.com/repos/symfony/Yaml/zipball/02ba3dc638c5d3f0ab3b47ddb74f98c11dcc0c60", 
    2300                 "reference": "02ba3dc638c5d3f0ab3b47ddb74f98c11dcc0c60", 
     2639            "version": "2.8.x-dev", 
     2640            "source": { 
     2641                "type": "git", 
     2642                "url": "https://github.com/symfony/yaml.git", 
     2643                "reference": "be720fcfae4614df204190d57795351059946a77" 
     2644            }, 
     2645            "dist": { 
     2646                "type": "zip", 
     2647                "url": "https://api.github.com/repos/symfony/yaml/zipball/be720fcfae4614df204190d57795351059946a77", 
     2648                "reference": "be720fcfae4614df204190d57795351059946a77", 
    23012649                "shasum": "" 
    23022650            }, 
     
    23072655            "extra": { 
    23082656                "branch-alias": { 
    2309                     "dev-master": "2.7-dev" 
    2310                 } 
    2311             }, 
    2312             "autoload": { 
    2313                 "psr-0": { 
     2657                    "dev-master": "2.8-dev" 
     2658                } 
     2659            }, 
     2660            "autoload": { 
     2661                "psr-4": { 
    23142662                    "Symfony\\Component\\Yaml\\": "" 
    2315                 } 
    2316             }, 
    2317             "notification-url": "https://packagist.org/downloads/", 
    2318             "license": [ 
    2319                 "MIT" 
    2320             ], 
    2321             "authors": [ 
    2322                 { 
    2323                     "name": "Symfony Community", 
    2324                     "homepage": "http://symfony.com/contributors" 
    2325                 }, 
     2663                }, 
     2664                "exclude-from-classmap": [ 
     2665                    "/Tests/" 
     2666                ] 
     2667            }, 
     2668            "notification-url": "https://packagist.org/downloads/", 
     2669            "license": [ 
     2670                "MIT" 
     2671            ], 
     2672            "authors": [ 
    23262673                { 
    23272674                    "name": "Fabien Potencier", 
    23282675                    "email": "fabien@symfony.com" 
     2676                }, 
     2677                { 
     2678                    "name": "Symfony Community", 
     2679                    "homepage": "https://symfony.com/contributors" 
    23292680                } 
    23302681            ], 
    23312682            "description": "Symfony Yaml Component", 
    2332             "homepage": "http://symfony.com", 
    2333             "time": "2015-01-25 04:39:35" 
     2683            "homepage": "https://symfony.com", 
     2684            "time": "2018-01-03T07:36:31+00:00" 
     2685        }, 
     2686        { 
     2687            "name": "twig/twig", 
     2688            "version": "2.x-dev", 
     2689            "source": { 
     2690                "type": "git", 
     2691                "url": "https://github.com/twigphp/Twig.git", 
     2692                "reference": "45990c3644032f255824a6a3819ba5d828236eef" 
     2693            }, 
     2694            "dist": { 
     2695                "type": "zip", 
     2696                "url": "https://api.github.com/repos/twigphp/Twig/zipball/45990c3644032f255824a6a3819ba5d828236eef", 
     2697                "reference": "45990c3644032f255824a6a3819ba5d828236eef", 
     2698                "shasum": "" 
     2699            }, 
     2700            "require": { 
     2701                "php": "^7.0", 
     2702                "symfony/polyfill-mbstring": "~1.0" 
     2703            }, 
     2704            "require-dev": { 
     2705                "psr/container": "^1.0", 
     2706                "symfony/debug": "~2.7", 
     2707                "symfony/phpunit-bridge": "~3.3@dev" 
     2708            }, 
     2709            "type": "library", 
     2710            "extra": { 
     2711                "branch-alias": { 
     2712                    "dev-master": "2.4-dev" 
     2713                } 
     2714            }, 
     2715            "autoload": { 
     2716                "psr-0": { 
     2717                    "Twig_": "lib/" 
     2718                }, 
     2719                "psr-4": { 
     2720                    "Twig\\": "src/" 
     2721                } 
     2722            }, 
     2723            "notification-url": "https://packagist.org/downloads/", 
     2724            "license": [ 
     2725                "BSD-3-Clause" 
     2726            ], 
     2727            "authors": [ 
     2728                { 
     2729                    "name": "Fabien Potencier", 
     2730                    "email": "fabien@symfony.com", 
     2731                    "homepage": "http://fabien.potencier.org", 
     2732                    "role": "Lead Developer" 
     2733                }, 
     2734                { 
     2735                    "name": "Armin Ronacher", 
     2736                    "email": "armin.ronacher@active-4.com", 
     2737                    "role": "Project Founder" 
     2738                }, 
     2739                { 
     2740                    "name": "Twig Team", 
     2741                    "homepage": "http://twig.sensiolabs.org/contributors", 
     2742                    "role": "Contributors" 
     2743                } 
     2744            ], 
     2745            "description": "Twig, the flexible, fast, and secure template language for PHP", 
     2746            "homepage": "http://twig.sensiolabs.org", 
     2747            "keywords": [ 
     2748                "templating" 
     2749            ], 
     2750            "time": "2018-01-30T13:51:48+00:00" 
     2751        }, 
     2752        { 
     2753            "name": "webmozart/assert", 
     2754            "version": "dev-master", 
     2755            "source": { 
     2756                "type": "git", 
     2757                "url": "https://github.com/webmozart/assert.git", 
     2758                "reference": "0df1908962e7a3071564e857d86874dad1ef204a" 
     2759            }, 
     2760            "dist": { 
     2761                "type": "zip", 
     2762                "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a", 
     2763                "reference": "0df1908962e7a3071564e857d86874dad1ef204a", 
     2764                "shasum": "" 
     2765            }, 
     2766            "require": { 
     2767                "php": "^5.3.3 || ^7.0" 
     2768            }, 
     2769            "require-dev": { 
     2770                "phpunit/phpunit": "^4.6", 
     2771                "sebastian/version": "^1.0.1" 
     2772            }, 
     2773            "type": "library", 
     2774            "extra": { 
     2775                "branch-alias": { 
     2776                    "dev-master": "1.3-dev" 
     2777                } 
     2778            }, 
     2779            "autoload": { 
     2780                "psr-4": { 
     2781                    "Webmozart\\Assert\\": "src/" 
     2782                } 
     2783            }, 
     2784            "notification-url": "https://packagist.org/downloads/", 
     2785            "license": [ 
     2786                "MIT" 
     2787            ], 
     2788            "authors": [ 
     2789                { 
     2790                    "name": "Bernhard Schussek", 
     2791                    "email": "bschussek@gmail.com" 
     2792                } 
     2793            ], 
     2794            "description": "Assertions to validate method input/output with nice error messages.", 
     2795            "keywords": [ 
     2796                "assert", 
     2797                "check", 
     2798                "validate" 
     2799            ], 
     2800            "time": "2018-01-29T19:49:41+00:00" 
    23342801        } 
    23352802    ], 
     
    23382805    "stability-flags": { 
    23392806        "atoum/atoum": 20, 
    2340         "fzaninotto/faker": 20 
     2807        "fzaninotto/faker": 20, 
     2808        "atoum/reports-extension": 20, 
     2809        "behat/mink": 20, 
     2810        "symfony/dom-crawler": 20 
    23412811    }, 
    23422812    "prefer-stable": false, 
    23432813    "prefer-lowest": false, 
    23442814    "platform": { 
    2345         "php": ">5.3.0" 
     2815        "php": ">5.5.0" 
    23462816    }, 
    23472817    "platform-dev": [] 
Note: See TracChangeset for help on using the changeset viewer.

Sites map