daux.io/composer.lock

2029 regels
69 KiB
Plaintext

{
"_readme": [
"This file locks the dependencies of your project to a known state",
2016-04-02 13:37:58 +02:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
2015-04-23 10:24:50 +02:00
"This file is @generated automatically"
],
2017-03-02 18:16:36 +01:00
"content-hash": "05241ccdc78029e6cab7373c6fa3af99",
"packages": [
{
"name": "guzzlehttp/guzzle",
2017-03-02 18:16:36 +01:00
"version": "6.2.3",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2017-03-02 18:16:36 +01:00
"reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006"
},
"dist": {
"type": "zip",
2017-03-02 18:16:36 +01:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/8d6c6cc55186db87b7dc5009827429ba4e9dc006",
"reference": "8d6c6cc55186db87b7dc5009827429ba4e9dc006",
"shasum": ""
},
"require": {
2016-07-27 21:47:36 +02:00
"guzzlehttp/promises": "^1.0",
2017-03-02 18:16:36 +01:00
"guzzlehttp/psr7": "^1.4",
2016-07-27 21:47:36 +02:00
"php": ">=5.5"
},
"require-dev": {
"ext-curl": "*",
2016-07-27 21:47:36 +02:00
"phpunit/phpunit": "^4.0",
"psr/log": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
2016-04-09 16:42:46 +02:00
"dev-master": "6.2-dev"
}
},
"autoload": {
2016-04-09 16:42:46 +02:00
"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"
}
],
2016-04-09 16:42:46 +02:00
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
2017-03-02 18:16:36 +01:00
"time": "2017-02-28T22:50:30+00:00"
},
{
2016-04-09 16:42:46 +02:00
"name": "guzzlehttp/promises",
2017-03-02 18:16:36 +01:00
"version": "v1.3.1",
"source": {
"type": "git",
2016-04-09 16:42:46 +02:00
"url": "https://github.com/guzzle/promises.git",
2017-03-02 18:16:36 +01:00
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
},
"dist": {
"type": "zip",
2017-03-02 18:16:36 +01:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"shasum": ""
},
"require": {
2016-04-09 16:42:46 +02:00
"php": ">=5.5.0"
},
"require-dev": {
2017-03-02 18:16:36 +01:00
"phpunit/phpunit": "^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
2017-03-02 18:16:36 +01:00
"dev-master": "1.4-dev"
}
},
"autoload": {
"psr-4": {
2016-04-09 16:42:46 +02:00
"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"
}
],
2016-04-09 16:42:46 +02:00
"description": "Guzzle promises library",
"keywords": [
"promise"
],
2017-03-02 18:16:36 +01:00
"time": "2016-12-20T10:07:11+00:00"
},
{
2016-04-09 16:42:46 +02:00
"name": "guzzlehttp/psr7",
2017-03-02 18:16:36 +01:00
"version": "1.4.1",
"source": {
"type": "git",
2016-04-09 16:42:46 +02:00
"url": "https://github.com/guzzle/psr7.git",
2017-03-02 18:16:36 +01:00
"reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855"
},
"dist": {
"type": "zip",
2017-03-02 18:16:36 +01:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/0d6c7ca039329247e4f0f8f8f6506810e8248855",
"reference": "0d6c7ca039329247e4f0f8f8f6506810e8248855",
"shasum": ""
},
"require": {
2016-04-09 16:42:46 +02:00
"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-07-27 21:47:36 +02:00
"dev-master": "1.4-dev"
}
},
"autoload": {
"psr-4": {
2016-04-09 16:42:46 +02:00
"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"
2017-03-02 18:16:36 +01:00
},
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
}
],
2017-03-02 18:16:36 +01:00
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
2016-04-09 16:42:46 +02:00
"http",
"message",
2017-03-02 18:16:36 +01:00
"request",
"response",
2016-04-09 16:42:46 +02:00
"stream",
2017-03-02 18:16:36 +01:00
"uri",
"url"
],
2017-03-02 18:16:36 +01:00
"time": "2017-02-27T10:51:17+00:00"
},
{
"name": "league/commonmark",
2017-03-02 18:16:36 +01:00
"version": "0.15.3",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
2017-03-02 18:16:36 +01:00
"reference": "c8b43ee5821362216f8e9ac684f0f59de164edcc"
},
"dist": {
"type": "zip",
2017-03-02 18:16:36 +01:00
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/c8b43ee5821362216f8e9ac684f0f59de164edcc",
"reference": "c8b43ee5821362216f8e9ac684f0f59de164edcc",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.4.8"
},
"replace": {
"colinodell/commonmark-php": "*"
},
"require-dev": {
2016-07-27 21:47:36 +02:00
"cebe/markdown": "~1.0",
"erusev/parsedown": "~1.0",
2017-03-02 18:16:36 +01:00
"jgm/commonmark": "0.27",
"michelf/php-markdown": "~1.4",
2016-04-02 13:37:58 +02:00
"mikehaertl/php-shellcommand": "~1.2.0",
2016-01-25 14:58:26 +01:00
"phpunit/phpunit": "~4.3|~5.0",
2016-04-02 13:37:58 +02:00
"scrutinizer/ocular": "~1.1",
"symfony/finder": "~2.3|~3.0"
},
2016-01-25 14:58:26 +01:00
"suggest": {
"league/commonmark-extras": "Library of useful extensions including smart punctuation"
},
2015-10-21 23:26:42 +02:00
"bin": [
"bin/commonmark"
],
"type": "library",
"extra": {
"branch-alias": {
2016-09-26 20:25:24 +02:00
"dev-master": "0.16-dev"
}
},
"autoload": {
"psr-4": {
"League\\CommonMark\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
2016-04-02 13:37:58 +02:00
"homepage": "https://www.colinodell.com",
"role": "Lead Developer"
}
],
"description": "Markdown parser for PHP based on the CommonMark spec",
"homepage": "https://github.com/thephpleague/commonmark",
"keywords": [
"commonmark",
"markdown",
"parser"
],
2017-03-02 18:16:36 +01:00
"time": "2016-12-19T00:11:43+00:00"
},
2015-04-23 10:24:50 +02:00
{
"name": "league/plates",
2017-03-02 18:16:36 +01:00
"version": "3.3.0",
2015-04-23 10:24:50 +02:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/plates.git",
2017-03-02 18:16:36 +01:00
"reference": "b1684b6f127714497a0ef927ce42c0b44b45a8af"
2015-04-23 10:24:50 +02:00
},
"dist": {
"type": "zip",
2017-03-02 18:16:36 +01:00
"url": "https://api.github.com/repos/thephpleague/plates/zipball/b1684b6f127714497a0ef927ce42c0b44b45a8af",
"reference": "b1684b6f127714497a0ef927ce42c0b44b45a8af",
2015-04-23 10:24:50 +02:00
"shasum": ""
},
2017-03-02 18:16:36 +01:00
"require": {
"php": "^5.3 | ^7.0"
},
2015-04-23 10:24:50 +02:00
"require-dev": {
2017-03-02 18:16:36 +01:00
"mikey179/vfsstream": "^1.4",
2015-04-23 10:24:50 +02:00
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"League\\Plates\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jonathan Reinink",
"email": "jonathan@reinink.ca",
"role": "Developer"
}
],
"description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.",
"homepage": "http://platesphp.com",
"keywords": [
"league",
"package",
"templates",
"templating",
"views"
],
2017-03-02 18:16:36 +01:00
"time": "2016-12-28T00:14:17+00:00"
},
2016-04-12 08:38:52 +02:00
{
"name": "myclabs/deep-copy",
2017-03-02 18:16:36 +01:00
"version": "1.6.0",
2016-04-12 08:38:52 +02:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2017-03-02 18:16:36 +01:00
"reference": "5a5a9fc8025a08d8919be87d6884d5a92520cefe"
2016-04-12 08:38:52 +02:00
},
"dist": {
"type": "zip",
2017-03-02 18:16:36 +01:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/5a5a9fc8025a08d8919be87d6884d5a92520cefe",
"reference": "5a5a9fc8025a08d8919be87d6884d5a92520cefe",
2016-04-12 08:38:52 +02:00
"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"
],
2017-03-02 18:16:36 +01:00
"time": "2017-01-26T22:05:40+00:00"
2016-04-12 08:38:52 +02:00
},
{
2016-04-09 16:42:46 +02:00
"name": "psr/http-message",
2016-09-26 20:25:24 +02:00
"version": "1.0.1",
"source": {
"type": "git",
2016-04-09 16:42:46 +02:00
"url": "https://github.com/php-fig/http-message.git",
2016-09-26 20:25:24 +02:00
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
2016-09-26 20:25:24 +02:00
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
2016-04-09 16:42:46 +02:00
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2016-04-09 16:42:46 +02:00
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
2016-04-09 16:42:46 +02:00
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-04-09 16:42:46 +02:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
2016-04-09 16:42:46 +02:00
"description": "Common interface for HTTP messages",
2016-09-26 20:25:24 +02:00
"homepage": "https://github.com/php-fig/http-message",
2016-04-09 16:42:46 +02:00
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
2017-03-02 18:16:36 +01:00
"time": "2016-08-06T14:39:51+00:00"
},
{
"name": "psr/log",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"time": "2016-10-10T12:19:37+00:00"
2015-07-14 22:06:01 +02:00
},
{
"name": "symfony/console",
2017-03-02 18:16:36 +01:00
"version": "v3.2.4",
2015-07-14 22:06:01 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2017-03-02 18:16:36 +01:00
"reference": "0e5e6899f82230fcb1153bcaf0e106ffaa44b870"
2015-07-14 22:06:01 +02:00
},
"dist": {
"type": "zip",
2017-03-02 18:16:36 +01:00
"url": "https://api.github.com/repos/symfony/console/zipball/0e5e6899f82230fcb1153bcaf0e106ffaa44b870",
"reference": "0e5e6899f82230fcb1153bcaf0e106ffaa44b870",
2015-07-14 22:06:01 +02:00
"shasum": ""
},
"require": {
2016-04-02 13:37:58 +02:00
"php": ">=5.5.9",
2017-03-02 18:16:36 +01:00
"symfony/debug": "~2.8|~3.0",
2016-01-07 21:31:43 +01:00
"symfony/polyfill-mbstring": "~1.0"
2015-07-14 22:06:01 +02:00
},
"require-dev": {
"psr/log": "~1.0",
2016-04-02 13:37:58 +02:00
"symfony/event-dispatcher": "~2.8|~3.0",
2017-03-02 18:16:36 +01:00
"symfony/filesystem": "~2.8|~3.0",
2016-04-02 13:37:58 +02:00
"symfony/process": "~2.8|~3.0"
2015-07-14 22:06:01 +02:00
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
2017-03-02 18:16:36 +01:00
"symfony/filesystem": "",
2015-07-14 22:06:01 +02:00
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
2017-03-02 18:16:36 +01:00
"dev-master": "3.2-dev"
2015-07-14 22:06:01 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
2016-01-07 21:31:43 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-14 22:06:01 +02: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",
2017-03-02 18:16:36 +01:00
"time": "2017-02-16T14:07:22+00:00"
},
{
"name": "symfony/debug",
"version": "v3.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
"reference": "9b98854cb45bc59d100b7d4cc4cf9e05f21026b9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/9b98854cb45bc59d100b7d4cc4cf9e05f21026b9",
"reference": "9b98854cb45bc59d100b7d4cc4cf9e05f21026b9",
"shasum": ""
},
"require": {
"php": ">=5.5.9",
"psr/log": "~1.0"
},
"conflict": {
"symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
},
"require-dev": {
"symfony/class-loader": "~2.8|~3.0",
"symfony/http-kernel": "~2.8|~3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Debug\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"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 Debug Component",
"homepage": "https://symfony.com",
"time": "2017-02-16T16:34:18+00:00"
2015-07-14 23:35:47 +02:00
},
{
"name": "symfony/finder",
2017-03-02 18:16:36 +01:00
"version": "v3.2.4",
2015-07-14 23:35:47 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2017-03-02 18:16:36 +01:00
"reference": "8c71141cae8e2957946b403cc71a67213c0380d6"
2015-07-14 23:35:47 +02:00
},
"dist": {
"type": "zip",
2017-03-02 18:16:36 +01:00
"url": "https://api.github.com/repos/symfony/finder/zipball/8c71141cae8e2957946b403cc71a67213c0380d6",
"reference": "8c71141cae8e2957946b403cc71a67213c0380d6",
2015-07-14 23:35:47 +02:00
"shasum": ""
},
"require": {
2016-04-02 13:37:58 +02:00
"php": ">=5.5.9"
2015-07-14 23:35:47 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-03-02 18:16:36 +01:00
"dev-master": "3.2-dev"
2015-07-14 23:35:47 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
2016-01-07 21:31:43 +01:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-14 23:35:47 +02: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",
2017-03-02 18:16:36 +01:00
"time": "2017-01-02T20:32:22+00:00"
2016-01-07 21:31:43 +01:00
},
{
"name": "symfony/polyfill-mbstring",
2017-03-02 18:16:36 +01:00
"version": "v1.3.0",
2016-01-07 21:31:43 +01:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2017-03-02 18:16:36 +01:00
"reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
2016-01-07 21:31:43 +01:00
},
"dist": {
"type": "zip",
2017-03-02 18:16:36 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
"reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
2016-01-07 21:31:43 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2017-03-02 18:16:36 +01:00
"dev-master": "1.3-dev"
2016-01-07 21:31:43 +01:00
}
},
"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"
],
2017-03-02 18:16:36 +01:00
"time": "2016-11-14T01:06:16+00:00"
2015-10-21 23:26:42 +02:00
},
{
"name": "symfony/process",
2017-03-02 18:16:36 +01:00
"version": "v3.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2017-03-02 18:16:36 +01:00
"reference": "0ab87c1e7570b3534a6e51eb4ca8e9f6d7327856"
},
"dist": {
"type": "zip",
2017-03-02 18:16:36 +01:00
"url": "https://api.github.com/repos/symfony/process/zipball/0ab87c1e7570b3534a6e51eb4ca8e9f6d7327856",
"reference": "0ab87c1e7570b3534a6e51eb4ca8e9f6d7327856",
"shasum": ""
},
"require": {
"php": ">=5.5.9"
},
"type": "library",
"extra": {
"branch-alias": {
2017-03-02 18:16:36 +01:00
"dev-master": "3.2-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"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 Process Component",
"homepage": "https://symfony.com",
2017-03-02 18:16:36 +01:00
"time": "2017-02-16T14:07:22+00:00"
},
{
"name": "symfony/yaml",
2017-03-02 18:16:36 +01:00
"version": "v3.2.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2017-03-02 18:16:36 +01:00
"reference": "9724c684646fcb5387d579b4bfaa63ee0b0c64c8"
},
"dist": {
"type": "zip",
2017-03-02 18:16:36 +01:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/9724c684646fcb5387d579b4bfaa63ee0b0c64c8",
"reference": "9724c684646fcb5387d579b4bfaa63ee0b0c64c8",
"shasum": ""
},
"require": {
"php": ">=5.5.9"
},
2017-03-02 18:16:36 +01:00
"require-dev": {
"symfony/console": "~2.8|~3.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
"type": "library",
"extra": {
"branch-alias": {
2017-03-02 18:16:36 +01:00
"dev-master": "3.2-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"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",
2017-03-02 18:16:36 +01:00
"time": "2017-02-16T22:46:52+00:00"
},
2015-10-21 23:26:42 +02:00
{
"name": "webuni/commonmark-table-extension",
2017-03-02 18:16:36 +01:00
"version": "0.6.1",
2015-10-21 23:26:42 +02:00
"source": {
"type": "git",
"url": "https://github.com/webuni/commonmark-table-extension.git",
2017-03-02 18:16:36 +01:00
"reference": "ebbd69b63436283ec726658835b213ec634485e8"
2015-10-21 23:26:42 +02:00
},
"dist": {
"type": "zip",
2017-03-02 18:16:36 +01:00
"url": "https://api.github.com/repos/webuni/commonmark-table-extension/zipball/ebbd69b63436283ec726658835b213ec634485e8",
"reference": "ebbd69b63436283ec726658835b213ec634485e8",
2015-10-21 23:26:42 +02:00
"shasum": ""
},
"require": {
2016-09-26 20:25:24 +02:00
"league/commonmark": "^0.14|^0.15",
"php": "^5.5|^7.0"
2015-10-21 23:26:42 +02:00
},
"require-dev": {
2016-09-26 20:25:24 +02:00
"friendsofphp/php-cs-fixer": "^1.9",
"phpunit/phpunit": "^4.3|^5.0",
"sllh/php-cs-fixer-styleci-bridge": "^2.0",
"symfony/var-dumper": "^2.7|^3.0"
2015-10-21 23:26:42 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-09-26 20:25:24 +02:00
"dev-master": "0.7-dev"
2015-10-21 23:26:42 +02:00
}
},
"autoload": {
"psr-4": {
"Webuni\\CommonMark\\TableExtension\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Martin Hasoň",
"email": "martin.hason@gmail.com",
"role": "Lead Developer"
2017-03-02 18:16:36 +01:00
},
{
"name": "Webuni s.r.o.",
"homepage": "https://www.webuni.cz"
2015-10-21 23:26:42 +02:00
}
],
"description": "The table extension for CommonMark PHP implementation",
"homepage": "https://github.com/webuni/commonmark-table-extension",
"keywords": [
"commonmark",
"markdown",
"table"
],
2017-03-02 18:16:36 +01:00
"time": "2017-01-11T14:52:17+00:00"
},
{
"name": "webuni/front-matter",
2017-03-02 18:16:36 +01:00
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/webuni/front-matter.git",
2017-03-02 18:16:36 +01:00
"reference": "2c655c21e327e50708a847c5c6a4b52f1a111fdb"
},
"dist": {
"type": "zip",
2017-03-02 18:16:36 +01:00
"url": "https://api.github.com/repos/webuni/front-matter/zipball/2c655c21e327e50708a847c5c6a4b52f1a111fdb",
"reference": "2c655c21e327e50708a847c5c6a4b52f1a111fdb",
"shasum": ""
},
"require": {
2017-03-02 18:16:36 +01:00
"php": "^5.6|^7.0",
"symfony/yaml": "^2.3|^3.0"
},
"require-dev": {
2017-03-02 18:16:36 +01:00
"friendsofphp/php-cs-fixer": "^1.9",
"mthaml/mthaml": "^1.2",
2017-03-02 18:16:36 +01:00
"nette/neon": "^2.2",
"phpunit/phpunit": "^5.4",
"sllh/php-cs-fixer-styleci-bridge": "^2.0",
"symfony/var-dumper": "^3.0",
"twig/twig": "^1.27|^2.0",
"yosymfony/toml": "~0.3"
},
"suggest": {
"nette/neon": "If you want to use NEON as front matter",
"yosymfony/toml": "If you want to use TOML as front matter"
},
"type": "library",
"extra": {
"branch-alias": {
2017-03-02 18:16:36 +01:00
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Webuni\\FrontMatter\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Martin Hasoň",
2017-03-02 18:16:36 +01:00
"email": "martin.hason@gmail.com"
},
{
"name": "Webuni s.r.o.",
"homepage": "https://www.webuni.cz"
}
],
"description": "Front matter parser and dumper for PHP",
2017-03-02 18:16:36 +01:00
"homepage": "https://github.com/webuni/front-matter",
"keywords": [
"front-matter",
2017-03-02 18:16:36 +01:00
"json",
"neon",
"toml",
"yaml"
],
2017-03-02 18:16:36 +01:00
"time": "2016-12-30T14:37:21+00:00"
}
],
2015-10-28 00:01:41 +01:00
"packages-dev": [
{
"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"
],
2017-03-02 18:16:36 +01:00
"time": "2015-06-14T21:17:01+00:00"
2015-10-28 00:01:41 +01:00
},
{
"name": "mikey179/vfsStream",
2016-07-27 21:47:36 +02:00
"version": "v1.6.4",
"source": {
"type": "git",
"url": "https://github.com/mikey179/vfsStream.git",
2016-07-27 21:47:36 +02:00
"reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592"
},
"dist": {
"type": "zip",
2016-07-27 21:47:36 +02:00
"url": "https://api.github.com/repos/mikey179/vfsStream/zipball/0247f57b2245e8ad2e689d7cee754b45fbabd592",
"reference": "0247f57b2245e8ad2e689d7cee754b45fbabd592",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.6.x-dev"
}
},
"autoload": {
"psr-0": {
"org\\bovigo\\vfs\\": "src/main/php"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Frank Kleine",
"homepage": "http://frankkleine.de/",
"role": "Developer"
}
],
"description": "Virtual file system to mock the real file system in unit tests.",
"homepage": "http://vfs.bovigo.org/",
2017-03-02 18:16:36 +01:00
"time": "2016-07-18T14:02:57+00:00"
2016-07-27 21:47:36 +02:00
},
{
"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"
],
2017-03-02 18:16:36 +01:00
"time": "2015-12-27T11:43:31+00:00"
},
2015-10-28 00:01:41 +01:00
{
"name": "phpdocumentor/reflection-docblock",
2017-03-02 18:16:36 +01:00
"version": "3.1.1",
2015-10-28 00:01:41 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2017-03-02 18:16:36 +01:00
"reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
2015-10-28 00:01:41 +01:00
},
"dist": {
"type": "zip",
2017-03-02 18:16:36 +01:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
"reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2015-10-28 00:01:41 +01:00
"shasum": ""
},
"require": {
2016-07-27 21:47:36 +02:00
"php": ">=5.5",
"phpdocumentor/reflection-common": "^1.0@dev",
"phpdocumentor/type-resolver": "^0.2.0",
"webmozart/assert": "^1.0"
2015-10-28 00:01:41 +01:00
},
"require-dev": {
2016-07-27 21:47:36 +02:00
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^4.4"
2015-10-28 00:01:41 +01:00
},
2016-07-27 21:47:36 +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.",
2017-03-02 18:16:36 +01:00
"time": "2016-09-30T07:12:33+00:00"
2016-07-27 21:47:36 +02:00
},
{
"name": "phpdocumentor/type-resolver",
2017-03-02 18:16:36 +01:00
"version": "0.2.1",
2016-07-27 21:47:36 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2017-03-02 18:16:36 +01:00
"reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb"
2016-07-27 21:47:36 +02:00
},
"dist": {
"type": "zip",
2017-03-02 18:16:36 +01:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
"reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb",
2016-07-27 21:47:36 +02:00
"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-28 00:01:41 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-07-27 21:47:36 +02:00
"dev-master": "1.0.x-dev"
2015-10-28 00:01:41 +01:00
}
},
"autoload": {
2016-07-27 21:47:36 +02:00
"psr-4": {
"phpDocumentor\\Reflection\\": [
2015-10-28 00:01:41 +01:00
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
2016-07-27 21:47:36 +02:00
"email": "me@mikevanriel.com"
2015-10-28 00:01:41 +01:00
}
],
2017-03-02 18:16:36 +01:00
"time": "2016-11-25T06:54:22+00:00"
2015-10-28 00:01:41 +01:00
},
{
"name": "phpspec/prophecy",
2017-03-02 18:16:36 +01:00
"version": "v1.6.2",
2015-10-28 00:01:41 +01:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2017-03-02 18:16:36 +01:00
"reference": "6c52c2722f8460122f96f86346600e1077ce22cb"
2015-10-28 00:01:41 +01:00
},
"dist": {
"type": "zip",
2017-03-02 18:16:36 +01:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/6c52c2722f8460122f96f86346600e1077ce22cb",
"reference": "6c52c2722f8460122f96f86346600e1077ce22cb",
2015-10-28 00:01:41 +01:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
2016-04-02 13:37:58 +02:00
"php": "^5.3|^7.0",
2016-07-27 21:47:36 +02:00
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
"sebastian/comparator": "^1.1",
2017-03-02 18:16:36 +01:00
"sebastian/recursion-context": "^1.0|^2.0"
2015-10-28 00:01:41 +01:00
},
"require-dev": {
2017-03-02 18:16:36 +01:00
"phpspec/phpspec": "^2.0",
"phpunit/phpunit": "^4.8 || ^5.6.5"
2015-10-28 00:01:41 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-07-27 21:47:36 +02:00
"dev-master": "1.6.x-dev"
2015-10-28 00:01:41 +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"
],
2017-03-02 18:16:36 +01:00
"time": "2016-11-21T14:58:47+00:00"
2015-10-28 00:01:41 +01:00
},
{
"name": "phpunit/php-code-coverage",
2016-09-26 20:58:36 +02:00
"version": "2.2.4",
2015-10-28 00:01:41 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2016-09-26 20:58:36 +02:00
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
2015-10-28 00:01:41 +01:00
},
"dist": {
"type": "zip",
2016-09-26 20:58:36 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
"reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
2015-10-28 00:01:41 +01:00
"shasum": ""
},
"require": {
2016-09-26 20:58:36 +02:00
"php": ">=5.3.3",
2015-10-28 00:01:41 +01:00
"phpunit/php-file-iterator": "~1.3",
"phpunit/php-text-template": "~1.2",
2016-09-26 20:58:36 +02:00
"phpunit/php-token-stream": "~1.3",
"sebastian/environment": "^1.3.2",
"sebastian/version": "~1.0"
2015-10-28 00:01:41 +01:00
},
"require-dev": {
"ext-xdebug": ">=2.1.4",
2016-09-26 20:58:36 +02:00
"phpunit/phpunit": "~4"
2015-10-28 00:01:41 +01:00
},
"suggest": {
"ext-dom": "*",
2016-09-26 20:58:36 +02:00
"ext-xdebug": ">=2.2.1",
2015-10-28 00:01:41 +01:00
"ext-xmlwriter": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2016-09-26 20:58:36 +02:00
"dev-master": "2.2.x-dev"
2015-10-28 00:01:41 +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"
],
2017-03-02 18:16:36 +01:00
"time": "2015-10-06T15:47:00+00:00"
2015-10-28 00:01:41 +01:00
},
{
"name": "phpunit/php-file-iterator",
2017-03-02 18:16:36 +01:00
"version": "1.4.2",
2015-10-28 00:01:41 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2017-03-02 18:16:36 +01:00
"reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5"
2015-10-28 00:01:41 +01:00
},
"dist": {
"type": "zip",
2017-03-02 18:16:36 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
"reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5",
2015-10-28 00:01:41 +01:00
"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"
],
2017-03-02 18:16:36 +01:00
"time": "2016-10-03T07:40:28+00:00"
2015-10-28 00:01:41 +01:00
},
{
"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"
],
2017-03-02 18:16:36 +01:00
"time": "2015-06-21T13:50:34+00:00"
2015-10-28 00:01:41 +01:00
},
{
"name": "phpunit/php-timer",
2017-03-02 18:16:36 +01:00
"version": "1.0.9",
2015-10-28 00:01:41 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
2017-03-02 18:16:36 +01:00
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2015-10-28 00:01:41 +01:00
},
"dist": {
"type": "zip",
2017-03-02 18:16:36 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2015-10-28 00:01:41 +01:00
"shasum": ""
},
"require": {
2017-03-02 18:16:36 +01:00
"php": "^5.3.3 || ^7.0"
2015-10-28 00:01:41 +01:00
},
2016-07-27 21:47:36 +02:00
"require-dev": {
2017-03-02 18:16:36 +01:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2016-07-27 21:47:36 +02:00
},
2015-10-28 00:01:41 +01:00
"type": "library",
2017-03-02 18:16:36 +01:00
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
2015-10-28 00:01:41 +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": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
2017-03-02 18:16:36 +01:00
"time": "2017-02-26T11:10:40+00:00"
2015-10-28 00:01:41 +01:00
},
{
"name": "phpunit/php-token-stream",
2017-03-02 18:16:36 +01:00
"version": "1.4.11",
2015-10-28 00:01:41 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2017-03-02 18:16:36 +01:00
"reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7"
2015-10-28 00:01:41 +01:00
},
"dist": {
"type": "zip",
2017-03-02 18:16:36 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7",
"reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7",
2015-10-28 00:01:41 +01:00
"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"
],
2017-03-02 18:16:36 +01:00
"time": "2017-02-27T10:12:30+00:00"
2015-10-28 00:01:41 +01:00
},
{
"name": "phpunit/phpunit",
2017-03-02 18:16:36 +01:00
"version": "4.8.35",
2015-10-28 00:01:41 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2017-03-02 18:16:36 +01:00
"reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87"
2015-10-28 00:01:41 +01:00
},
"dist": {
"type": "zip",
2017-03-02 18:16:36 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/791b1a67c25af50e230f841ee7a9c6eba507dc87",
"reference": "791b1a67c25af50e230f841ee7a9c6eba507dc87",
2015-10-28 00:01:41 +01:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-json": "*",
2016-09-26 20:58:36 +02:00
"ext-pcre": "*",
"ext-reflection": "*",
"ext-spl": "*",
"php": ">=5.3.3",
2015-10-28 00:01:41 +01:00
"phpspec/prophecy": "^1.3.1",
2016-09-26 20:58:36 +02:00
"phpunit/php-code-coverage": "~2.1",
2015-10-28 00:01:41 +01:00
"phpunit/php-file-iterator": "~1.4",
"phpunit/php-text-template": "~1.2",
2016-07-27 21:47:36 +02:00
"phpunit/php-timer": "^1.0.6",
2016-09-26 20:58:36 +02:00
"phpunit/phpunit-mock-objects": "~2.3",
2017-03-02 18:16:36 +01:00
"sebastian/comparator": "~1.2.2",
2015-10-28 00:01:41 +01:00
"sebastian/diff": "~1.2",
2016-09-26 20:58:36 +02:00
"sebastian/environment": "~1.3",
2015-10-28 00:01:41 +01:00
"sebastian/exporter": "~1.2",
"sebastian/global-state": "~1.0",
2016-09-26 20:58:36 +02:00
"sebastian/version": "~1.0",
2015-10-28 00:01:41 +01:00
"symfony/yaml": "~2.1|~3.0"
},
"suggest": {
"phpunit/php-invoker": "~1.1"
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2016-09-26 20:58:36 +02:00
"dev-master": "4.8.x-dev"
2015-10-28 00:01:41 +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"
],
2017-03-02 18:16:36 +01:00
"time": "2017-02-06T05:18:07+00:00"
2015-10-28 00:01:41 +01:00
},
{
"name": "phpunit/phpunit-mock-objects",
2016-09-26 20:58:36 +02:00
"version": "2.3.8",
2015-10-28 00:01:41 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2016-09-26 20:58:36 +02:00
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
2015-10-28 00:01:41 +01:00
},
"dist": {
"type": "zip",
2016-09-26 20:58:36 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
"reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
2015-10-28 00:01:41 +01:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
2016-09-26 20:58:36 +02:00
"php": ">=5.3.3",
"phpunit/php-text-template": "~1.2",
"sebastian/exporter": "~1.2"
2015-10-28 00:01:41 +01:00
},
"require-dev": {
2016-09-26 20:58:36 +02:00
"phpunit/phpunit": "~4.4"
2015-10-28 00:01:41 +01:00
},
"suggest": {
"ext-soap": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2016-09-26 20:58:36 +02:00
"dev-master": "2.3.x-dev"
2015-10-28 00:01:41 +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"
],
2017-03-02 18:16:36 +01:00
"time": "2015-10-02T06:51:40+00:00"
2015-10-28 00:01:41 +01:00
},
{
"name": "sebastian/comparator",
2017-03-02 18:16:36 +01:00
"version": "1.2.4",
2015-10-28 00:01:41 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2017-03-02 18:16:36 +01:00
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
2015-10-28 00:01:41 +01:00
},
"dist": {
"type": "zip",
2017-03-02 18:16:36 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
2015-10-28 00:01:41 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"sebastian/diff": "~1.2",
2017-03-02 18:16:36 +01:00
"sebastian/exporter": "~1.2 || ~2.0"
2015-10-28 00:01:41 +01:00
},
"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"
],
2017-03-02 18:16:36 +01:00
"time": "2017-01-29T09:50:25+00:00"
2015-10-28 00:01:41 +01:00
},
{
"name": "sebastian/diff",
2016-01-07 21:31:43 +01:00
"version": "1.4.1",
2015-10-28 00:01:41 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2016-01-07 21:31:43 +01:00
"reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
2015-10-28 00:01:41 +01:00
},
"dist": {
"type": "zip",
2016-01-07 21:31:43 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
"reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
2015-10-28 00:01:41 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
2016-01-07 21:31:43 +01:00
"phpunit/phpunit": "~4.8"
2015-10-28 00:01:41 +01:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-01-07 21:31:43 +01:00
"dev-master": "1.4-dev"
2015-10-28 00:01:41 +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-01-07 21:31:43 +01:00
"homepage": "https://github.com/sebastianbergmann/diff",
2015-10-28 00:01:41 +01:00
"keywords": [
"diff"
],
2017-03-02 18:16:36 +01:00
"time": "2015-12-08T07:14:41+00:00"
2015-10-28 00:01:41 +01:00
},
{
"name": "sebastian/environment",
2016-09-26 20:25:24 +02:00
"version": "1.3.8",
2015-10-28 00:01:41 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2016-09-26 20:25:24 +02:00
"reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
2015-10-28 00:01:41 +01:00
},
"dist": {
"type": "zip",
2016-09-26 20:25:24 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
"reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
2015-10-28 00:01:41 +01:00
"shasum": ""
},
"require": {
2016-09-26 20:25:24 +02:00
"php": "^5.3.3 || ^7.0"
2015-10-28 00:01:41 +01:00
},
"require-dev": {
2016-09-26 20:25:24 +02:00
"phpunit/phpunit": "^4.8 || ^5.0"
2015-10-28 00:01:41 +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"
],
2017-03-02 18:16:36 +01:00
"time": "2016-08-18T05:49:44+00:00"
2015-10-28 00:01:41 +01:00
},
{
"name": "sebastian/exporter",
2016-07-27 21:47:36 +02:00
"version": "1.2.2",
2015-10-28 00:01:41 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2016-07-27 21:47:36 +02:00
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
2015-10-28 00:01:41 +01:00
},
"dist": {
"type": "zip",
2016-07-27 21:47:36 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
2015-10-28 00:01:41 +01:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"sebastian/recursion-context": "~1.0"
},
"require-dev": {
2016-07-27 21:47:36 +02:00
"ext-mbstring": "*",
2015-10-28 00:01:41 +01:00
"phpunit/phpunit": "~4.4"
},
"type": "library",
"extra": {
"branch-alias": {
2016-07-27 21:47:36 +02:00
"dev-master": "1.3.x-dev"
2015-10-28 00:01:41 +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"
],
2017-03-02 18:16:36 +01:00
"time": "2016-06-17T09:04:28+00:00"
2015-10-28 00:01:41 +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"
],
2017-03-02 18:16:36 +01:00
"time": "2015-10-12T03:26:01+00:00"
2015-10-28 00:01:41 +01:00
},
{
"name": "sebastian/recursion-context",
2016-01-07 21:31:43 +01:00
"version": "1.0.2",
2015-10-28 00:01:41 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2016-01-07 21:31:43 +01:00
"reference": "913401df809e99e4f47b27cdd781f4a258d58791"
2015-10-28 00:01:41 +01:00
},
"dist": {
"type": "zip",
2016-01-07 21:31:43 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
"reference": "913401df809e99e4f47b27cdd781f4a258d58791",
2015-10-28 00:01:41 +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",
2017-03-02 18:16:36 +01:00
"time": "2015-11-11T19:50:13+00:00"
2015-10-28 00:01:41 +01:00
},
{
"name": "sebastian/version",
2016-09-26 20:58:36 +02:00
"version": "1.0.6",
2015-10-28 00:01:41 +01:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
2016-09-26 20:58:36 +02:00
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
2015-10-28 00:01:41 +01:00
},
"dist": {
"type": "zip",
2016-09-26 20:58:36 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
"reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
2015-10-28 00:01:41 +01:00
"shasum": ""
},
"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": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
2017-03-02 18:16:36 +01:00
"time": "2015-06-21T13:59:46+00:00"
2015-10-28 00:01:41 +01:00
},
2016-07-27 21:47:36 +02:00
{
"name": "webmozart/assert",
2017-03-02 18:16:36 +01:00
"version": "1.2.0",
2016-07-27 21:47:36 +02:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
2017-03-02 18:16:36 +01:00
"reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
2016-07-27 21:47:36 +02:00
},
"dist": {
"type": "zip",
2017-03-02 18:16:36 +01:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
"reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
2016-07-27 21:47:36 +02:00
"shasum": ""
},
"require": {
2017-03-02 18:16:36 +01:00
"php": "^5.3.3 || ^7.0"
2016-07-27 21:47:36 +02:00
},
"require-dev": {
2016-09-26 20:25:24 +02:00
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1"
2016-07-27 21:47:36 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-03-02 18:16:36 +01:00
"dev-master": "1.3-dev"
2016-07-27 21:47:36 +02:00
}
},
"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"
],
2017-03-02 18:16:36 +01:00
"time": "2016-11-23T20:04:58+00:00"
2015-10-28 00:01:41 +01:00
}
],
2015-04-23 10:24:50 +02:00
"aliases": [],
"minimum-stability": "stable",
2015-04-23 10:24:50 +02:00
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
2016-07-27 21:47:36 +02:00
"php": ">=5.5"
},
2015-04-23 10:24:50 +02:00
"platform-dev": []
}