2015-08-01 18:42:48 +02:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2015-08-01 21:05:22 +02:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
2015-08-01 18:42:48 +02:00
"This file is @generated automatically"
],
2016-08-18 23:39:16 +02:00
"hash": "5bbd7bc1bd43ca8eb956fa204a745744",
"content-hash": "f704de5d69f83220e4c2482f10be367a",
2015-08-01 18:42:48 +02:00
"packages": [
2016-08-18 23:39:16 +02:00
{
"name": "container-interop/container-interop",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/container-interop/container-interop.git",
"reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/container-interop/container-interop/zipball/fc08354828f8fd3245f77a66b9e23a6bca48297e",
"reference": "fc08354828f8fd3245f77a66b9e23a6bca48297e",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Interop\\Container\\": "src/Interop/Container/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
"time": "2014-12-30 15:22:37"
},
2015-08-01 21:05:22 +02:00
{
2015-10-29 13:12:57 +01:00
"name": "flow/jsonpath",
"version": "0.3.1",
2015-08-01 21:05:22 +02:00
"source": {
"type": "git",
2015-10-29 13:12:57 +01:00
"url": "https://github.com/FlowCommunications/JSONPath.git",
"reference": "e064398010089f9efb46044f85ee63c458ae89e1"
2015-08-01 21:05:22 +02:00
},
"dist": {
"type": "zip",
2015-10-29 13:12:57 +01:00
"url": "https://api.github.com/repos/FlowCommunications/JSONPath/zipball/e064398010089f9efb46044f85ee63c458ae89e1",
"reference": "e064398010089f9efb46044f85ee63c458ae89e1",
2015-08-01 21:05:22 +02:00
"shasum": ""
},
"require-dev": {
2015-10-29 13:12:57 +01:00
"peekmo/jsonpath": "dev-master",
"phpunit/phpunit": "dev-master"
2015-08-01 21:05:22 +02:00
},
"type": "library",
"autoload": {
2015-10-29 13:12:57 +01:00
"psr-0": {
"Flow\\JSONPath": "src/",
"Flow\\JSONPath\\Test": "tests/"
2015-08-01 21:05:22 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-10-29 13:12:57 +01:00
"MIT"
2015-08-01 21:05:22 +02:00
],
"authors": [
{
2015-10-29 13:12:57 +01:00
"name": "Stephen Frank",
"email": "stephen@flowsa.com"
2015-08-01 21:05:22 +02:00
}
],
2015-10-29 13:12:57 +01:00
"description": "JSONPath implementation for parsing, searching and flattening arrays",
"time": "2015-10-12 07:39:47"
2015-08-01 21:05:22 +02:00
},
2016-08-18 23:39:16 +02:00
{
"name": "nikic/fast-route",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/nikic/FastRoute.git",
"reference": "8ea928195fa9b907f0d6e48312d323c1a13cc2af"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/8ea928195fa9b907f0d6e48312d323c1a13cc2af",
"reference": "8ea928195fa9b907f0d6e48312d323c1a13cc2af",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"FastRoute\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov",
"email": "nikic@php.net"
}
],
"description": "Fast request router for PHP",
"keywords": [
"router",
"routing"
],
"time": "2016-06-12 19:08:51"
},
{
"name": "pimple/pimple",
"version": "v3.0.2",
"source": {
"type": "git",
"url": "https://github.com/silexphp/Pimple.git",
"reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/silexphp/Pimple/zipball/a30f7d6e57565a2e1a316e1baf2a483f788b258a",
"reference": "a30f7d6e57565a2e1a316e1baf2a483f788b258a",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Pimple": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Pimple, a simple Dependency Injection Container",
"homepage": "http://pimple.sensiolabs.org",
"keywords": [
"container",
"dependency injection"
],
"time": "2015-09-11 15:10:35"
},
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"time": "2016-08-06 14:39:51"
},
2015-08-01 18:42:48 +02:00
{
"name": "slim/slim",
2016-08-18 23:39:16 +02:00
"version": "3.5.0",
2015-08-01 18:42:48 +02:00
"source": {
"type": "git",
"url": "https://github.com/slimphp/Slim.git",
2016-08-18 23:39:16 +02:00
"reference": "184352bc1913d7ba552ab4131d62f4730ddb0893"
2015-08-01 18:42:48 +02:00
},
"dist": {
"type": "zip",
2016-08-18 23:39:16 +02:00
"url": "https://api.github.com/repos/slimphp/Slim/zipball/184352bc1913d7ba552ab4131d62f4730ddb0893",
"reference": "184352bc1913d7ba552ab4131d62f4730ddb0893",
2015-08-01 18:42:48 +02:00
"shasum": ""
},
"require": {
2016-08-18 23:39:16 +02:00
"container-interop/container-interop": "^1.1",
"nikic/fast-route": "^1.0",
"php": ">=5.5.0",
"pimple/pimple": "^3.0",
"psr/http-message": "^1.0"
2015-08-01 18:42:48 +02:00
},
2016-08-18 23:39:16 +02:00
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0",
"squizlabs/php_codesniffer": "^2.5"
2015-08-01 18:42:48 +02:00
},
"type": "library",
"autoload": {
2016-08-18 23:39:16 +02:00
"psr-4": {
"Slim\\": "Slim"
2015-08-01 18:42:48 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2016-08-18 23:39:16 +02:00
{
"name": "Rob Allen",
"email": "rob@akrabat.com",
"homepage": "http://akrabat.com"
},
2015-08-01 18:42:48 +02:00
{
"name": "Josh Lockhart",
2016-08-18 23:39:16 +02:00
"email": "hello@joshlockhart.com",
"homepage": "https://joshlockhart.com"
},
{
"name": "Gabriel Manricks",
"email": "gmanricks@me.com",
"homepage": "http://gabrielmanricks.com"
},
{
"name": "Andrew Smith",
"email": "a.smith@silentworks.co.uk",
"homepage": "http://silentworks.co.uk"
2015-08-01 18:42:48 +02:00
}
],
2016-08-18 23:39:16 +02:00
"description": "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs",
"homepage": "http://slimframework.com",
2015-08-01 18:42:48 +02:00
"keywords": [
2016-08-18 23:39:16 +02:00
"api",
"framework",
"micro",
2015-08-01 18:42:48 +02:00
"router"
],
2016-08-18 23:39:16 +02:00
"time": "2016-07-26 15:12:13"
2015-08-01 18:42:48 +02:00
}
],
2015-10-29 13:35:35 +01:00
"packages-dev": [
2016-08-18 23:39:16 +02:00
{
"name": "behat/gherkin",
"version": "v4.4.1",
"source": {
"type": "git",
"url": "https://github.com/Behat/Gherkin.git",
"reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
"reference": "1576b485c0f92ef6d27da9c4bbfc57ee30cf6911",
"shasum": ""
},
"require": {
"php": ">=5.3.1"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
"symfony/yaml": "~2.1"
},
"suggest": {
"symfony/yaml": "If you want to parse features, represented in YAML files"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.4-dev"
}
},
"autoload": {
"psr-0": {
"Behat\\Gherkin": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
"description": "Gherkin DSL parser for PHP 5.3",
"homepage": "http://behat.org/",
"keywords": [
"BDD",
"Behat",
"Cucumber",
"DSL",
"gherkin",
"parser"
],
"time": "2015-12-30 14:47:00"
},
2015-10-29 13:35:35 +01:00
{
"name": "codeception/codeception",
2016-08-18 23:39:16 +02:00
"version": "2.2.4",
2015-10-29 13:35:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/Codeception/Codeception.git",
2016-08-18 23:39:16 +02:00
"reference": "ea617b8b55e6e33cdd47edeafde5d3f6466049e2"
2015-10-29 13:35:35 +01:00
},
"dist": {
"type": "zip",
2016-08-18 23:39:16 +02:00
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/ea617b8b55e6e33cdd47edeafde5d3f6466049e2",
"reference": "ea617b8b55e6e33cdd47edeafde5d3f6466049e2",
2015-10-29 13:35:35 +01:00
"shasum": ""
},
"require": {
2016-08-18 23:39:16 +02:00
"behat/gherkin": "~4.4.0",
2015-10-29 13:35:35 +01:00
"ext-json": "*",
"ext-mbstring": "*",
2016-08-18 23:39:16 +02:00
"facebook/webdriver": ">=1.0.1 <2.0",
2015-10-29 13:35:35 +01:00
"guzzlehttp/guzzle": ">=4.1.4 <7.0",
"guzzlehttp/psr7": "~1.0",
2016-08-18 23:39:16 +02:00
"php": ">=5.4.0 <8.0",
"phpunit/php-code-coverage": ">=2.1.3",
"phpunit/phpunit": ">4.8.20 <5.5",
"sebastian/comparator": "~1.1",
"sebastian/diff": "^1.4",
"symfony/browser-kit": ">=2.7 <4.0",
"symfony/console": ">=2.7 <4.0",
"symfony/css-selector": ">=2.7 <4.0",
"symfony/dom-crawler": ">=2.7 <4.0",
"symfony/event-dispatcher": ">=2.7 <4.0",
"symfony/finder": ">=2.7 <4.0",
"symfony/yaml": ">=2.7 <4.0"
2015-10-29 13:35:35 +01:00
},
"require-dev": {
"codeception/specify": "~0.3",
2016-08-18 23:39:16 +02:00
"facebook/php-sdk-v4": "~5.0",
2015-10-29 13:35:35 +01:00
"flow/jsonpath": "~0.2",
2016-08-18 23:39:16 +02:00
"league/factory-muffin": "^3.0",
"league/factory-muffin-faker": "^1.0",
"mongodb/mongodb": "^1.0",
2015-10-29 13:35:35 +01:00
"monolog/monolog": "~1.8",
2016-08-18 23:39:16 +02:00
"pda/pheanstalk": "~3.0",
"php-amqplib/php-amqplib": "~2.4",
"predis/predis": "^1.0",
"squizlabs/php_codesniffer": "~2.0"
2015-10-29 13:35:35 +01:00
},
"suggest": {
"codeception/specify": "BDD-style code blocks",
"codeception/verify": "BDD-style assertions",
2016-08-18 23:39:16 +02:00
"flow/jsonpath": "For using JSONPath in REST module",
"league/factory-muffin": "For DataFactory module",
"league/factory-muffin-faker": "For Faker support in DataFactory module",
"phpseclib/phpseclib": "for SFTP option in FTP Module",
"symfony/phpunit-bridge": "For phpunit-bridge support"
2015-10-29 13:35:35 +01:00
},
"bin": [
"codecept"
],
"type": "library",
"extra": {
"branch-alias": []
},
"autoload": {
"psr-4": {
"Codeception\\": "src\\Codeception",
"Codeception\\Extension\\": "ext"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Bodnarchuk",
"email": "davert@mail.ua",
"homepage": "http://codegyre.com"
}
],
"description": "BDD-style testing framework",
"homepage": "http://codeception.com/",
"keywords": [
"BDD",
"TDD",
"acceptance testing",
"functional testing",
"unit testing"
],
2016-08-18 23:39:16 +02:00
"time": "2016-08-14 12:28:58"
2015-10-29 13:35:35 +01:00
},
{
"name": "codeception/phpbuiltinserver",
"version": "v1.2.1",
"source": {
"type": "git",
"url": "https://github.com/tiger-seo/PhpBuiltinServer.git",
"reference": "730206313b7e85d9ed4838ba02a0aee24fce1239"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tiger-seo/PhpBuiltinServer/zipball/730206313b7e85d9ed4838ba02a0aee24fce1239",
"reference": "730206313b7e85d9ed4838ba02a0aee24fce1239",
"shasum": ""
},
"require": {
"codeception/codeception": ">=2.0.2",
"php": ">=5.4.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Codeception": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "tiger-seo",
"email": "tiger.seo@gmail.com"
}
],
"description": "PhpBuiltinServer extension for Codeception",
"keywords": [
"codeception"
],
"time": "2014-09-19 10:14:07"
},
{
"name": "doctrine/instantiator",
"version": "1.0.5",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
"shasum": ""
},
"require": {
"php": ">=5.3,<8.0-DEV"
},
"require-dev": {
"athletic/athletic": "~0.1.8",
"ext-pdo": "*",
"ext-phar": "*",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://github.com/doctrine/instantiator",
"keywords": [
"constructor",
"instantiate"
],
"time": "2015-06-14 21:17:01"
},
{
"name": "facebook/webdriver",
2016-08-18 23:39:16 +02:00
"version": "1.1.3",
2015-10-29 13:35:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/facebook/php-webdriver.git",
2016-08-18 23:39:16 +02:00
"reference": "b7186fb1bcfda956d237f59face250d06ef47253"
2015-10-29 13:35:35 +01:00
},
"dist": {
"type": "zip",
2016-08-18 23:39:16 +02:00
"url": "https://api.github.com/repos/facebook/php-webdriver/zipball/b7186fb1bcfda956d237f59face250d06ef47253",
"reference": "b7186fb1bcfda956d237f59face250d06ef47253",
2015-10-29 13:35:35 +01:00
"shasum": ""
},
"require": {
2016-08-18 23:39:16 +02:00
"ext-curl": "*",
2015-10-29 13:35:35 +01:00
"php": ">=5.3.19"
},
"require-dev": {
2016-08-18 23:39:16 +02:00
"friendsofphp/php-cs-fixer": "^1.11",
"phpunit/phpunit": "4.6.* || ~5.0",
"squizlabs/php_codesniffer": "^2.6"
2015-10-29 13:35:35 +01:00
},
"suggest": {
"phpdocumentor/phpdocumentor": "2.*"
},
"type": "library",
"autoload": {
"psr-4": {
"Facebook\\WebDriver\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "A PHP client for WebDriver",
"homepage": "https://github.com/facebook/php-webdriver",
"keywords": [
"facebook",
"php",
"selenium",
"webdriver"
],
2016-08-18 23:39:16 +02:00
"time": "2016-08-10 00:44:08"
2015-10-29 13:35:35 +01:00
},
{
"name": "guzzlehttp/guzzle",
2016-08-18 23:39:16 +02:00
"version": "6.2.1",
2015-10-29 13:35:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2016-08-18 23:39:16 +02:00
"reference": "3f808fba627f2c5b69e2501217bf31af349c1427"
2015-10-29 13:35:35 +01:00
},
"dist": {
"type": "zip",
2016-08-18 23:39:16 +02:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/3f808fba627f2c5b69e2501217bf31af349c1427",
"reference": "3f808fba627f2c5b69e2501217bf31af349c1427",
2015-10-29 13:35:35 +01:00
"shasum": ""
},
"require": {
2016-08-18 23:39:16 +02:00
"guzzlehttp/promises": "^1.0",
"guzzlehttp/psr7": "^1.3.1",
"php": ">=5.5"
2015-10-29 13:35:35 +01:00
},
"require-dev": {
"ext-curl": "*",
2016-08-18 23:39:16 +02:00
"phpunit/phpunit": "^4.0",
"psr/log": "^1.0"
2015-10-29 13:35:35 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-08-18 23:39:16 +02:00
"dev-master": "6.2-dev"
2015-10-29 13:35:35 +01:00
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
2016-08-18 23:39:16 +02:00
"time": "2016-07-15 17:22:37"
2015-10-29 13:35:35 +01:00
},
{
"name": "guzzlehttp/promises",
2016-08-18 23:39:16 +02:00
"version": "1.2.0",
2015-10-29 13:35:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2016-08-18 23:39:16 +02:00
"reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
2015-10-29 13:35:35 +01:00
},
"dist": {
"type": "zip",
2016-08-18 23:39:16 +02:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
"reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
2015-10-29 13:35:35 +01:00
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
2016-08-18 23:39:16 +02:00
"time": "2016-05-18 16:56:05"
2015-10-29 13:35:35 +01:00
},
{
"name": "guzzlehttp/psr7",
2016-08-18 23:39:16 +02:00
"version": "1.3.1",
2015-10-29 13:35:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2016-08-18 23:39:16 +02:00
"reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
2015-10-29 13:35:35 +01:00
},
"dist": {
"type": "zip",
2016-08-18 23:39:16 +02:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
"reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
2015-10-29 13:35:35 +01:00
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"psr/http-message": "~1.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
2016-08-18 23:39:16 +02:00
"dev-master": "1.4-dev"
2015-10-29 13:35:35 +01:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "PSR-7 message implementation",
"keywords": [
"http",
"message",
"stream",
"uri"
],
2016-08-18 23:39:16 +02:00
"time": "2016-06-24 23:00:38"
},
{
"name": "myclabs/deep-copy",
"version": "1.5.1",
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "a8773992b362b58498eed24bf85005f363c34771"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/a8773992b362b58498eed24bf85005f363c34771",
"reference": "a8773992b362b58498eed24bf85005f363c34771",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"doctrine/collections": "1.*",
"phpunit/phpunit": "~4.1"
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"homepage": "https://github.com/myclabs/DeepCopy",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
"time": "2015-11-20 12:04:31"
},
{
"name": "phpdocumentor/reflection-common",
"version": "1.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
"reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "^4.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": [
"src"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
"time": "2015-12-27 11:43:31"
2015-10-29 13:35:35 +01:00
},
{
"name": "phpdocumentor/reflection-docblock",
2016-08-18 23:39:16 +02:00
"version": "3.1.0",
2015-10-29 13:35:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2016-08-18 23:39:16 +02:00
"reference": "9270140b940ff02e58ec577c237274e92cd40cdd"
2015-10-29 13:35:35 +01:00
},
"dist": {
"type": "zip",
2016-08-18 23:39:16 +02:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd",
"reference": "9270140b940ff02e58ec577c237274e92cd40cdd",
2015-10-29 13:35:35 +01:00
"shasum": ""
},
"require": {
2016-08-18 23:39:16 +02:00
"php": ">=5.5",
"phpdocumentor/reflection-common": "^1.0@dev",
"phpdocumentor/type-resolver": "^0.2.0",
"webmozart/assert": "^1.0"
2015-10-29 13:35:35 +01:00
},
"require-dev": {
2016-08-18 23:39:16 +02:00
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^4.4"
2015-10-29 13:35:35 +01:00
},
2016-08-18 23:39:16 +02:00
"type": "library",
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"time": "2016-06-10 09:48:41"
},
{
"name": "phpdocumentor/type-resolver",
"version": "0.2",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
"reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
"shasum": ""
},
"require": {
"php": ">=5.5",
"phpdocumentor/reflection-common": "^1.0"
},
"require-dev": {
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^5.2||^4.8.24"
2015-10-29 13:35:35 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-08-18 23:39:16 +02:00
"dev-master": "1.0.x-dev"
2015-10-29 13:35:35 +01:00
}
},
"autoload": {
2016-08-18 23:39:16 +02:00
"psr-4": {
"phpDocumentor\\Reflection\\": [
2015-10-29 13:35:35 +01:00
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
2016-08-18 23:39:16 +02:00
"email": "me@mikevanriel.com"
2015-10-29 13:35:35 +01:00
}
],
2016-08-18 23:39:16 +02:00
"time": "2016-06-10 07:14:17"
2015-10-29 13:35:35 +01:00
},
{
"name": "phpspec/prophecy",
2016-08-18 23:39:16 +02:00
"version": "v1.6.1",
2015-10-29 13:35:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2016-08-18 23:39:16 +02:00
"reference": "58a8137754bc24b25740d4281399a4a3596058e0"
2015-10-29 13:35:35 +01:00
},
"dist": {
"type": "zip",
2016-08-18 23:39:16 +02:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
"reference": "58a8137754bc24b25740d4281399a4a3596058e0",
2015-10-29 13:35:35 +01:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
2016-08-18 23:39:16 +02:00
"php": "^5.3|^7.0",
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
"sebastian/comparator": "^1.1",
"sebastian/recursion-context": "^1.0"
2015-10-29 13:35:35 +01:00
},
"require-dev": {
2016-08-18 23:39:16 +02:00
"phpspec/phpspec": "^2.0"
2015-10-29 13:35:35 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-08-18 23:39:16 +02:00
"dev-master": "1.6.x-dev"
2015-10-29 13:35:35 +01:00
}
},
"autoload": {
"psr-0": {
"Prophecy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
}
],
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
2016-08-18 23:39:16 +02:00
"time": "2016-06-07 08:13:47"
2015-10-29 13:35:35 +01:00
},
{
"name": "phpunit/php-code-coverage",
2016-08-18 23:39:16 +02:00
"version": "4.0.1",
2015-10-29 13:35:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2016-08-18 23:39:16 +02:00
"reference": "5f3f7e736d6319d5f1fc402aff8b026da26709a3"
2015-10-29 13:35:35 +01:00
},
"dist": {
"type": "zip",
2016-08-18 23:39:16 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/5f3f7e736d6319d5f1fc402aff8b026da26709a3",
"reference": "5f3f7e736d6319d5f1fc402aff8b026da26709a3",
2015-10-29 13:35:35 +01:00
"shasum": ""
},
"require": {
2016-08-18 23:39:16 +02:00
"php": "^5.6 || ^7.0",
2015-10-29 13:35:35 +01:00
"phpunit/php-file-iterator": "~1.3",
"phpunit/php-text-template": "~1.2",
2016-08-18 23:39:16 +02:00
"phpunit/php-token-stream": "^1.4.2",
"sebastian/code-unit-reverse-lookup": "~1.0",
"sebastian/environment": "^1.3.2 || ^2.0",
"sebastian/version": "~1.0|~2.0"
2015-10-29 13:35:35 +01:00
},
"require-dev": {
"ext-xdebug": ">=2.1.4",
2016-08-18 23:39:16 +02:00
"phpunit/phpunit": "^5.4"
2015-10-29 13:35:35 +01:00
},
"suggest": {
"ext-dom": "*",
2016-08-18 23:39:16 +02:00
"ext-xdebug": ">=2.4.0",
2015-10-29 13:35:35 +01:00
"ext-xmlwriter": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2016-08-18 23:39:16 +02:00
"dev-master": "4.0.x-dev"
2015-10-29 13:35:35 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
2016-08-18 23:39:16 +02:00
"time": "2016-07-26 14:39:29"
2015-10-29 13:35:35 +01:00
},
{
"name": "phpunit/php-file-iterator",
"version": "1.4.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
"time": "2015-06-21 13:08:43"
},
{
"name": "phpunit/php-text-template",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
"time": "2015-06-21 13:50:34"
},
{
"name": "phpunit/php-timer",
2016-08-18 23:39:16 +02:00
"version": "1.0.8",
2015-10-29 13:35:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
2016-08-18 23:39:16 +02:00
"reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
2015-10-29 13:35:35 +01:00
},
"dist": {
"type": "zip",
2016-08-18 23:39:16 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
"reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
2015-10-29 13:35:35 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
2016-08-18 23:39:16 +02:00
"require-dev": {
"phpunit/phpunit": "~4|~5"
},
2015-10-29 13:35:35 +01:00
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
2016-08-18 23:39:16 +02:00
"time": "2016-05-12 18:03:57"
2015-10-29 13:35:35 +01:00
},
{
"name": "phpunit/php-token-stream",
"version": "1.4.8",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
"reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
"time": "2015-09-15 10:49:45"
},
{
"name": "phpunit/phpunit",
2016-08-18 23:39:16 +02:00
"version": "5.4.8",
2015-10-29 13:35:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2016-08-18 23:39:16 +02:00
"reference": "3132365e1430c091f208e120b8845d39c25f20e6"
2015-10-29 13:35:35 +01:00
},
"dist": {
"type": "zip",
2016-08-18 23:39:16 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3132365e1430c091f208e120b8845d39c25f20e6",
"reference": "3132365e1430c091f208e120b8845d39c25f20e6",
2015-10-29 13:35:35 +01:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-json": "*",
"ext-pcre": "*",
"ext-reflection": "*",
"ext-spl": "*",
2016-08-18 23:39:16 +02:00
"myclabs/deep-copy": "~1.3",
"php": "^5.6 || ^7.0",
2015-10-29 13:35:35 +01:00
"phpspec/prophecy": "^1.3.1",
2016-08-18 23:39:16 +02:00
"phpunit/php-code-coverage": "^4.0.1",
2015-10-29 13:35:35 +01:00
"phpunit/php-file-iterator": "~1.4",
"phpunit/php-text-template": "~1.2",
2016-08-18 23:39:16 +02:00
"phpunit/php-timer": "^1.0.6",
"phpunit/phpunit-mock-objects": "^3.2",
2015-10-29 13:35:35 +01:00
"sebastian/comparator": "~1.1",
"sebastian/diff": "~1.2",
2016-08-18 23:39:16 +02:00
"sebastian/environment": "^1.3 || ^2.0",
2015-10-29 13:35:35 +01:00
"sebastian/exporter": "~1.2",
"sebastian/global-state": "~1.0",
2016-08-18 23:39:16 +02:00
"sebastian/object-enumerator": "~1.0",
"sebastian/resource-operations": "~1.0",
"sebastian/version": "~1.0|~2.0",
2015-10-29 13:35:35 +01:00
"symfony/yaml": "~2.1|~3.0"
},
2016-08-18 23:39:16 +02:00
"conflict": {
"phpdocumentor/reflection-docblock": "3.0.2"
},
2015-10-29 13:35:35 +01:00
"suggest": {
"phpunit/php-invoker": "~1.1"
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2016-08-18 23:39:16 +02:00
"dev-master": "5.4.x-dev"
2015-10-29 13:35:35 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
2016-08-18 23:39:16 +02:00
"time": "2016-07-26 14:48:00"
2015-10-29 13:35:35 +01:00
},
{
"name": "phpunit/phpunit-mock-objects",
2016-08-18 23:39:16 +02:00
"version": "3.2.4",
2015-10-29 13:35:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2016-08-18 23:39:16 +02:00
"reference": "4e83390f64e7ce04fcaec2ce95cd72823b431d19"
2015-10-29 13:35:35 +01:00
},
"dist": {
"type": "zip",
2016-08-18 23:39:16 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/4e83390f64e7ce04fcaec2ce95cd72823b431d19",
"reference": "4e83390f64e7ce04fcaec2ce95cd72823b431d19",
2015-10-29 13:35:35 +01:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
2016-08-18 23:39:16 +02:00
"php": "^5.6 || ^7.0",
"phpunit/php-text-template": "^1.2",
"sebastian/exporter": "^1.2"
},
"conflict": {
"phpunit/phpunit": "<5.4.0"
2015-10-29 13:35:35 +01:00
},
"require-dev": {
2016-08-18 23:39:16 +02:00
"phpunit/phpunit": "^5.4"
2015-10-29 13:35:35 +01:00
},
"suggest": {
"ext-soap": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2016-08-18 23:39:16 +02:00
"dev-master": "3.2.x-dev"
2015-10-29 13:35:35 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
}
],
"description": "Mock Object library for PHPUnit",
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
"keywords": [
"mock",
"xunit"
],
2016-08-18 23:39:16 +02:00
"time": "2016-08-17 09:33:51"
2015-10-29 13:35:35 +01:00
},
{
2016-08-18 23:39:16 +02:00
"name": "sebastian/code-unit-reverse-lookup",
"version": "1.0.0",
2015-10-29 13:35:35 +01:00
"source": {
"type": "git",
2016-08-18 23:39:16 +02:00
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
2015-10-29 13:35:35 +01:00
},
"dist": {
"type": "zip",
2016-08-18 23:39:16 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
"reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
2015-10-29 13:35:35 +01:00
"shasum": ""
},
"require": {
2016-08-18 23:39:16 +02:00
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "~5"
2015-10-29 13:35:35 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
2016-08-18 23:39:16 +02:00
"classmap": [
"src/"
]
2015-10-29 13:35:35 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2016-08-18 23:39:16 +02:00
"BSD-3-Clause"
2015-10-29 13:35:35 +01:00
],
"authors": [
{
2016-08-18 23:39:16 +02:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2015-10-29 13:35:35 +01:00
}
],
2016-08-18 23:39:16 +02:00
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"time": "2016-02-13 06:45:14"
2015-10-29 13:35:35 +01:00
},
{
"name": "sebastian/comparator",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
"reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"sebastian/diff": "~1.2",
"sebastian/exporter": "~1.2"
},
"require-dev": {
"phpunit/phpunit": "~4.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "http://www.github.com/sebastianbergmann/comparator",
"keywords": [
"comparator",
"compare",
"equality"
],
"time": "2015-07-26 15:48:44"
},
{
"name": "sebastian/diff",
2016-08-18 23:39:16 +02:00
"version": "1.4.1",
2015-10-29 13:35:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2016-08-18 23:39:16 +02:00
"reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
2015-10-29 13:35:35 +01:00
},
"dist": {
"type": "zip",
2016-08-18 23:39:16 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
"reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
2015-10-29 13:35:35 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
2016-08-18 23:39:16 +02:00
"phpunit/phpunit": "~4.8"
2015-10-29 13:35:35 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-08-18 23:39:16 +02:00
"dev-master": "1.4-dev"
2015-10-29 13:35:35 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Diff implementation",
2016-08-18 23:39:16 +02:00
"homepage": "https://github.com/sebastianbergmann/diff",
2015-10-29 13:35:35 +01:00
"keywords": [
"diff"
],
2016-08-18 23:39:16 +02:00
"time": "2015-12-08 07:14:41"
2015-10-29 13:35:35 +01:00
},
{
"name": "sebastian/environment",
2016-08-18 23:39:16 +02:00
"version": "1.3.8",
2015-10-29 13:35:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2016-08-18 23:39:16 +02:00
"reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
2015-10-29 13:35:35 +01:00
},
"dist": {
"type": "zip",
2016-08-18 23:39:16 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
"reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
2015-10-29 13:35:35 +01:00
"shasum": ""
},
"require": {
2016-08-18 23:39:16 +02:00
"php": "^5.3.3 || ^7.0"
2015-10-29 13:35:35 +01:00
},
"require-dev": {
2016-08-18 23:39:16 +02:00
"phpunit/phpunit": "^4.8 || ^5.0"
2015-10-29 13:35:35 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
2016-08-18 23:39:16 +02:00
"time": "2016-08-18 05:49:44"
2015-10-29 13:35:35 +01:00
},
{
"name": "sebastian/exporter",
2016-08-18 23:39:16 +02:00
"version": "1.2.2",
2015-10-29 13:35:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2016-08-18 23:39:16 +02:00
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
2015-10-29 13:35:35 +01:00
},
"dist": {
"type": "zip",
2016-08-18 23:39:16 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
2015-10-29 13:35:35 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"sebastian/recursion-context": "~1.0"
},
"require-dev": {
2016-08-18 23:39:16 +02:00
"ext-mbstring": "*",
2015-10-29 13:35:35 +01:00
"phpunit/phpunit": "~4.4"
},
"type": "library",
"extra": {
"branch-alias": {
2016-08-18 23:39:16 +02:00
"dev-master": "1.3.x-dev"
2015-10-29 13:35:35 +01:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
2016-08-18 23:39:16 +02:00
"time": "2016-06-17 09:04:28"
2015-10-29 13:35:35 +01:00
},
{
"name": "sebastian/global-state",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.2"
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
"time": "2015-10-12 03:26:01"
},
2016-08-18 23:39:16 +02:00
{
"name": "sebastian/object-enumerator",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "d4ca2fb70344987502567bc50081c03e6192fb26"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/d4ca2fb70344987502567bc50081c03e6192fb26",
"reference": "d4ca2fb70344987502567bc50081c03e6192fb26",
"shasum": ""
},
"require": {
"php": ">=5.6",
"sebastian/recursion-context": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
"time": "2016-01-28 13:25:10"
},
2015-10-29 13:35:35 +01:00
{
"name": "sebastian/recursion-context",
2016-08-18 23:39:16 +02:00
"version": "1.0.2",
2015-10-29 13:35:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2016-08-18 23:39:16 +02:00
"reference": "913401df809e99e4f47b27cdd781f4a258d58791"
2015-10-29 13:35:35 +01:00
},
"dist": {
"type": "zip",
2016-08-18 23:39:16 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
"reference": "913401df809e99e4f47b27cdd781f4a258d58791",
2015-10-29 13:35:35 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.4"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2016-08-18 23:39:16 +02:00
"time": "2015-11-11 19:50:13"
},
{
"name": "sebastian/resource-operations",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
"time": "2015-07-28 20:34:47"
2015-10-29 13:35:35 +01:00
},
{
"name": "sebastian/version",
2016-08-18 23:39:16 +02:00
"version": "2.0.0",
2015-10-29 13:35:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
2016-08-18 23:39:16 +02:00
"reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
2015-10-29 13:35:35 +01:00
},
"dist": {
"type": "zip",
2016-08-18 23:39:16 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
"reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
2015-10-29 13:35:35 +01:00
"shasum": ""
},
2016-08-18 23:39:16 +02:00
"require": {
"php": ">=5.6"
},
2015-10-29 13:35:35 +01:00
"type": "library",
2016-08-18 23:39:16 +02:00
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
2015-10-29 13:35:35 +01:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
2016-08-18 23:39:16 +02:00
"time": "2016-02-04 12:56:52"
2015-10-29 13:35:35 +01:00
},
{
"name": "symfony/browser-kit",
2016-08-18 23:39:16 +02:00
"version": "v3.1.3",
2015-10-29 13:35:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
2016-08-18 23:39:16 +02:00
"reference": "d2a07cc11c5fa94820240b1e67592ffb18e347b9"
2015-10-29 13:35:35 +01:00
},
"dist": {
"type": "zip",
2016-08-18 23:39:16 +02:00
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/d2a07cc11c5fa94820240b1e67592ffb18e347b9",
"reference": "d2a07cc11c5fa94820240b1e67592ffb18e347b9",
2015-10-29 13:35:35 +01:00
"shasum": ""
},
"require": {
2016-08-18 23:39:16 +02:00
"php": ">=5.5.9",
"symfony/dom-crawler": "~2.8|~3.0"
2015-10-29 13:35:35 +01:00
},
"require-dev": {
2016-08-18 23:39:16 +02:00
"symfony/css-selector": "~2.8|~3.0",
"symfony/process": "~2.8|~3.0"
2015-10-29 13:35:35 +01:00
},
"suggest": {
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
2016-08-18 23:39:16 +02:00
"dev-master": "3.1-dev"
2015-10-29 13:35:35 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\BrowserKit\\": ""
2016-08-18 23:39:16 +02:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-10-29 13:35:35 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony BrowserKit Component",
"homepage": "https://symfony.com",
2016-08-18 23:39:16 +02:00
"time": "2016-07-26 08:04:17"
2015-10-29 13:35:35 +01:00
},
{
"name": "symfony/console",
2016-08-18 23:39:16 +02:00
"version": "v3.1.3",
2015-10-29 13:35:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2016-08-18 23:39:16 +02:00
"reference": "f9e638e8149e9e41b570ff092f8007c477ef0ce5"
2015-10-29 13:35:35 +01:00
},
"dist": {
"type": "zip",
2016-08-18 23:39:16 +02:00
"url": "https://api.github.com/repos/symfony/console/zipball/f9e638e8149e9e41b570ff092f8007c477ef0ce5",
"reference": "f9e638e8149e9e41b570ff092f8007c477ef0ce5",
2015-10-29 13:35:35 +01:00
"shasum": ""
},
"require": {
2016-08-18 23:39:16 +02:00
"php": ">=5.5.9",
"symfony/polyfill-mbstring": "~1.0"
2015-10-29 13:35:35 +01:00
},
"require-dev": {
"psr/log": "~1.0",
2016-08-18 23:39:16 +02:00
"symfony/event-dispatcher": "~2.8|~3.0",
"symfony/process": "~2.8|~3.0"
2015-10-29 13:35:35 +01:00
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
2016-08-18 23:39:16 +02:00
"dev-master": "3.1-dev"
2015-10-29 13:35:35 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
2016-08-18 23:39:16 +02:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-10-29 13:35:35 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
2016-08-18 23:39:16 +02:00
"time": "2016-07-26 08:04:17"
2015-10-29 13:35:35 +01:00
},
{
"name": "symfony/css-selector",
2016-08-18 23:39:16 +02:00
"version": "v3.1.3",
2015-10-29 13:35:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
2016-08-18 23:39:16 +02:00
"reference": "2851e1932d77ce727776154d659b232d061e816a"
2015-10-29 13:35:35 +01:00
},
"dist": {
"type": "zip",
2016-08-18 23:39:16 +02:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/2851e1932d77ce727776154d659b232d061e816a",
"reference": "2851e1932d77ce727776154d659b232d061e816a",
2015-10-29 13:35:35 +01:00
"shasum": ""
},
"require": {
2016-08-18 23:39:16 +02:00
"php": ">=5.5.9"
2015-10-29 13:35:35 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-08-18 23:39:16 +02:00
"dev-master": "3.1-dev"
2015-10-29 13:35:35 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\CssSelector\\": ""
2016-08-18 23:39:16 +02:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-10-29 13:35:35 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony CssSelector Component",
"homepage": "https://symfony.com",
2016-08-18 23:39:16 +02:00
"time": "2016-06-29 05:41:56"
2015-10-29 13:35:35 +01:00
},
{
"name": "symfony/dom-crawler",
2016-08-18 23:39:16 +02:00
"version": "v3.1.3",
2015-10-29 13:35:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
2016-08-18 23:39:16 +02:00
"reference": "c7b9b8db3a6f2bac76dcd9a9db5446f2591897f9"
2015-10-29 13:35:35 +01:00
},
"dist": {
"type": "zip",
2016-08-18 23:39:16 +02:00
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c7b9b8db3a6f2bac76dcd9a9db5446f2591897f9",
"reference": "c7b9b8db3a6f2bac76dcd9a9db5446f2591897f9",
2015-10-29 13:35:35 +01:00
"shasum": ""
},
"require": {
2016-08-18 23:39:16 +02:00
"php": ">=5.5.9",
"symfony/polyfill-mbstring": "~1.0"
2015-10-29 13:35:35 +01:00
},
"require-dev": {
2016-08-18 23:39:16 +02:00
"symfony/css-selector": "~2.8|~3.0"
2015-10-29 13:35:35 +01:00
},
"suggest": {
"symfony/css-selector": ""
},
"type": "library",
"extra": {
"branch-alias": {
2016-08-18 23:39:16 +02:00
"dev-master": "3.1-dev"
2015-10-29 13:35:35 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\DomCrawler\\": ""
2016-08-18 23:39:16 +02:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-10-29 13:35:35 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com",
2016-08-18 23:39:16 +02:00
"time": "2016-07-26 08:04:17"
2015-10-29 13:35:35 +01:00
},
{
"name": "symfony/event-dispatcher",
2016-08-18 23:39:16 +02:00
"version": "v3.1.3",
2015-10-29 13:35:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2016-08-18 23:39:16 +02:00
"reference": "c0c00c80b3a69132c4e55c3e7db32b4a387615e5"
2015-10-29 13:35:35 +01:00
},
"dist": {
"type": "zip",
2016-08-18 23:39:16 +02:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/c0c00c80b3a69132c4e55c3e7db32b4a387615e5",
"reference": "c0c00c80b3a69132c4e55c3e7db32b4a387615e5",
2015-10-29 13:35:35 +01:00
"shasum": ""
},
"require": {
2016-08-18 23:39:16 +02:00
"php": ">=5.5.9"
2015-10-29 13:35:35 +01:00
},
"require-dev": {
"psr/log": "~1.0",
2016-08-18 23:39:16 +02:00
"symfony/config": "~2.8|~3.0",
"symfony/dependency-injection": "~2.8|~3.0",
"symfony/expression-language": "~2.8|~3.0",
"symfony/stopwatch": "~2.8|~3.0"
2015-10-29 13:35:35 +01:00
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"extra": {
"branch-alias": {
2016-08-18 23:39:16 +02:00
"dev-master": "3.1-dev"
2015-10-29 13:35:35 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
2016-08-18 23:39:16 +02:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-10-29 13:35:35 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
2016-08-18 23:39:16 +02:00
"time": "2016-07-19 10:45:57"
2015-10-29 13:35:35 +01:00
},
{
"name": "symfony/finder",
2016-08-18 23:39:16 +02:00
"version": "v3.1.3",
2015-10-29 13:35:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2016-08-18 23:39:16 +02:00
"reference": "8201978de88a9fa0923e18601bb17f1df9c721e7"
2015-10-29 13:35:35 +01:00
},
"dist": {
"type": "zip",
2016-08-18 23:39:16 +02:00
"url": "https://api.github.com/repos/symfony/finder/zipball/8201978de88a9fa0923e18601bb17f1df9c721e7",
"reference": "8201978de88a9fa0923e18601bb17f1df9c721e7",
2015-10-29 13:35:35 +01:00
"shasum": ""
},
"require": {
2016-08-18 23:39:16 +02:00
"php": ">=5.5.9"
2015-10-29 13:35:35 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-08-18 23:39:16 +02:00
"dev-master": "3.1-dev"
2015-10-29 13:35:35 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
2016-08-18 23:39:16 +02:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-10-29 13:35:35 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Finder Component",
"homepage": "https://symfony.com",
2016-08-18 23:39:16 +02:00
"time": "2016-06-29 05:41:56"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "dff51f72b0706335131b00a7f49606168c582594"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
"reference": "dff51f72b0706335131b00a7f49606168c582594",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"time": "2016-05-18 14:26:46"
2015-10-29 13:35:35 +01:00
},
{
"name": "symfony/yaml",
2016-08-18 23:39:16 +02:00
"version": "v3.1.3",
2015-10-29 13:35:35 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2016-08-18 23:39:16 +02:00
"reference": "1819adf2066880c7967df7180f4f662b6f0567ac"
2015-10-29 13:35:35 +01:00
},
"dist": {
"type": "zip",
2016-08-18 23:39:16 +02:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/1819adf2066880c7967df7180f4f662b6f0567ac",
"reference": "1819adf2066880c7967df7180f4f662b6f0567ac",
2015-10-29 13:35:35 +01:00
"shasum": ""
},
"require": {
2016-08-18 23:39:16 +02:00
"php": ">=5.5.9"
2015-10-29 13:35:35 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-08-18 23:39:16 +02:00
"dev-master": "3.1-dev"
2015-10-29 13:35:35 +01:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
2016-08-18 23:39:16 +02:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-10-29 13:35:35 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
2016-08-18 23:39:16 +02:00
"time": "2016-07-17 14:02:08"
},
{
"name": "webmozart/assert",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
"reference": "bb2d123231c095735130cc8f6d31385a44c7b308"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozart/assert/zipball/bb2d123231c095735130cc8f6d31385a44c7b308",
"reference": "bb2d123231c095735130cc8f6d31385a44c7b308",
"shasum": ""
},
"require": {
"php": "^5.3.3|^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
"time": "2016-08-09 15:02:57"
2015-10-29 13:35:35 +01:00
}
],
2015-08-01 18:42:48 +02:00
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
2015-08-01 21:05:22 +02:00
"prefer-lowest": false,
2015-08-01 18:42:48 +02:00
"platform": [],
"platform-dev": []
}