2015-04-14 11:25:42 +08:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2015-05-14 12:48:00 +08:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
2015-04-14 11:25:42 +08:00
"This file is @generated automatically"
],
2016-11-11 07:47:34 +08:00
"hash": "6042e8e9600da0881e3f63b2e79ad742",
"content-hash": "59c508468d7f10d1a16b4d24228e7eab",
2015-04-14 11:25:42 +08:00
"packages": [],
"packages-dev": [
{
"name": "behat/behat",
2016-11-11 07:47:34 +08:00
"version": "v3.2.2",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
"url": "https://github.com/Behat/Behat.git",
2016-11-11 07:47:34 +08:00
"reference": "30aa3836825416f28581ee55fcfe6a5b0cdeeb85"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-11-11 07:47:34 +08:00
"url": "https://api.github.com/repos/Behat/Behat/zipball/30aa3836825416f28581ee55fcfe6a5b0cdeeb85",
"reference": "30aa3836825416f28581ee55fcfe6a5b0cdeeb85",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2016-10-03 11:50:51 +08:00
"behat/gherkin": "^4.4.4",
2016-03-04 15:12:58 +08:00
"behat/transliterator": "~1.0",
"ext-mbstring": "*",
"php": ">=5.3.3",
2016-10-03 11:50:51 +08:00
"symfony/class-loader": "~2.1||~3.0",
"symfony/config": "~2.3||~3.0",
"symfony/console": "~2.5||~3.0",
"symfony/dependency-injection": "~2.1||~3.0",
"symfony/event-dispatcher": "~2.1||~3.0",
"symfony/translation": "~2.3||~3.0",
"symfony/yaml": "~2.1||~3.0"
2015-04-14 11:25:42 +08:00
},
"require-dev": {
2016-10-03 11:50:51 +08:00
"herrera-io/box": "~1.6.1",
2016-04-01 10:31:21 +08:00
"phpunit/phpunit": "~4.5",
2016-10-03 11:50:51 +08:00
"symfony/process": "~2.5|~3.0"
2015-04-14 11:25:42 +08:00
},
"suggest": {
"behat/mink-extension": "for integration with Mink testing framework",
"behat/symfony2-extension": "for integration with Symfony2 web framework",
"behat/yii-extension": "for integration with Yii web framework"
},
"bin": [
"bin/behat"
],
"type": "library",
2016-03-04 15:12:58 +08:00
"extra": {
"branch-alias": {
2016-10-03 11:50:51 +08:00
"dev-master": "3.2.x-dev"
2016-03-04 15:12:58 +08:00
}
},
2015-04-14 11:25:42 +08:00
"autoload": {
"psr-0": {
2016-03-04 15:12:58 +08:00
"Behat\\Behat": "src/",
"Behat\\Testwork": "src/"
2015-04-14 11:25:42 +08:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
"description": "Scenario-oriented BDD framework for PHP 5.3",
"homepage": "http://behat.org/",
"keywords": [
2016-03-04 15:12:58 +08:00
"Agile",
2015-04-14 11:25:42 +08:00
"BDD",
2016-03-04 15:12:58 +08:00
"ScenarioBDD",
"Scrum",
"StoryBDD",
"User story",
"business",
"development",
"documentation",
"examples",
"symfony",
"testing"
2015-04-14 11:25:42 +08:00
],
2016-11-11 07:47:34 +08:00
"time": "2016-11-05 17:13:53"
2015-04-14 11:25:42 +08:00
},
{
"name": "behat/gherkin",
2016-11-11 07:47:34 +08:00
"version": "v4.4.5",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
"url": "https://github.com/Behat/Gherkin.git",
2016-11-11 07:47:34 +08:00
"reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-11-11 07:47:34 +08:00
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/5c14cff4f955b17d20d088dec1bde61c0539ec74",
"reference": "5c14cff4f955b17d20d088dec1bde61c0539ec74",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2016-03-04 15:12:58 +08:00
"php": ">=5.3.1"
2015-04-14 11:25:42 +08:00
},
"require-dev": {
2016-10-03 11:50:51 +08:00
"phpunit/phpunit": "~4.5|~5",
"symfony/phpunit-bridge": "~2.7|~3",
"symfony/yaml": "~2.3|~3"
2015-04-14 11:25:42 +08:00
},
"suggest": {
"symfony/yaml": "If you want to parse features, represented in YAML files"
},
"type": "library",
"extra": {
"branch-alias": {
2016-03-04 15:12:58 +08:00
"dev-master": "4.4-dev"
2015-04-14 11:25:42 +08:00
}
},
"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",
2016-03-04 15:12:58 +08:00
"Cucumber",
2015-04-14 11:25:42 +08:00
"DSL",
2016-03-04 15:12:58 +08:00
"gherkin",
2015-04-14 11:25:42 +08:00
"parser"
],
2016-11-11 07:47:34 +08:00
"time": "2016-10-30 11:50:56"
2015-04-14 11:25:42 +08:00
},
{
"name": "behat/mink",
2016-04-01 10:31:21 +08:00
"version": "v1.7.1",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
"url": "https://github.com/minkphp/Mink.git",
2016-04-01 10:31:21 +08:00
"reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-04-01 10:31:21 +08:00
"url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9",
"reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
"php": ">=5.3.1",
2016-04-01 10:31:21 +08:00
"symfony/css-selector": "~2.1|~3.0"
2016-03-04 15:12:58 +08:00
},
"require-dev": {
2016-04-01 10:31:21 +08:00
"symfony/phpunit-bridge": "~2.7|~3.0"
2015-04-14 11:25:42 +08:00
},
"suggest": {
"behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
"behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
"behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
"behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)"
},
"type": "library",
"extra": {
"branch-alias": {
2016-03-04 15:12:58 +08:00
"dev-master": "1.7.x-dev"
2015-04-14 11:25:42 +08:00
}
},
"autoload": {
2016-03-04 15:12:58 +08:00
"psr-4": {
"Behat\\Mink\\": "src/"
2015-04-14 11:25:42 +08:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
2016-03-04 15:12:58 +08:00
"description": "Browser controller/emulator abstraction for PHP",
2015-04-14 11:25:42 +08:00
"homepage": "http://mink.behat.org/",
"keywords": [
"browser",
"testing",
"web"
],
2016-04-01 10:31:21 +08:00
"time": "2016-03-05 08:26:18"
2015-04-14 11:25:42 +08:00
},
{
"name": "behat/mink-browserkit-driver",
2016-04-01 10:31:21 +08:00
"version": "v1.3.2",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
"url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
2016-04-01 10:31:21 +08:00
"reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-04-01 10:31:21 +08:00
"url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/10e67fb4a295efcd62ea0bf16025a85ea19534fb",
"reference": "10e67fb4a295efcd62ea0bf16025a85ea19534fb",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2016-04-01 10:31:21 +08:00
"behat/mink": "^1.7.1@dev",
2016-03-04 15:12:58 +08:00
"php": ">=5.3.6",
"symfony/browser-kit": "~2.3|~3.0",
"symfony/dom-crawler": "~2.3|~3.0"
2015-04-14 11:25:42 +08:00
},
"require-dev": {
2016-03-04 15:12:58 +08:00
"silex/silex": "~1.2",
"symfony/phpunit-bridge": "~2.7|~3.0"
2015-04-14 11:25:42 +08:00
},
"type": "mink-driver",
"extra": {
"branch-alias": {
2016-03-04 15:12:58 +08:00
"dev-master": "1.3.x-dev"
2015-04-14 11:25:42 +08:00
}
},
"autoload": {
2016-03-04 15:12:58 +08:00
"psr-4": {
"Behat\\Mink\\Driver\\": "src/"
2015-04-14 11:25:42 +08:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
"description": "Symfony2 BrowserKit driver for Mink framework",
"homepage": "http://mink.behat.org/",
"keywords": [
"Mink",
"Symfony2",
"browser",
"testing"
],
2016-04-01 10:31:21 +08:00
"time": "2016-03-05 08:59:47"
2015-04-14 11:25:42 +08:00
},
{
"name": "behat/mink-extension",
2016-03-04 15:12:58 +08:00
"version": "v2.2",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
"url": "https://github.com/Behat/MinkExtension.git",
2016-03-04 15:12:58 +08:00
"reference": "5b4bda64ff456104564317e212c823e45cad9d59"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-03-04 15:12:58 +08:00
"url": "https://api.github.com/repos/Behat/MinkExtension/zipball/5b4bda64ff456104564317e212c823e45cad9d59",
"reference": "5b4bda64ff456104564317e212c823e45cad9d59",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2016-03-04 15:12:58 +08:00
"behat/behat": "~3.0,>=3.0.5",
2015-10-05 10:52:12 +08:00
"behat/mink": "~1.5",
"php": ">=5.3.2",
2016-03-04 15:12:58 +08:00
"symfony/config": "~2.2|~3.0"
2015-04-14 11:25:42 +08:00
},
"require-dev": {
2016-03-04 15:12:58 +08:00
"behat/mink-goutte-driver": "~1.1",
"phpspec/phpspec": "~2.0"
2015-04-14 11:25:42 +08:00
},
"type": "behat-extension",
2016-03-04 15:12:58 +08:00
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
}
},
2015-04-14 11:25:42 +08:00
"autoload": {
"psr-0": {
"Behat\\MinkExtension": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2016-03-04 15:12:58 +08:00
{
"name": "Christophe Coevoet",
"email": "stof@notk.org"
},
2015-04-14 11:25:42 +08:00
{
"name": "Konstantin Kudryashov",
2016-03-04 15:12:58 +08:00
"email": "ever.zet@gmail.com"
2015-04-14 11:25:42 +08:00
}
],
"description": "Mink extension for Behat",
2016-03-04 15:12:58 +08:00
"homepage": "http://extensions.behat.org/mink",
2015-04-14 11:25:42 +08:00
"keywords": [
"browser",
"gui",
"test",
"web"
],
2016-03-04 15:12:58 +08:00
"time": "2016-02-15 07:55:18"
2015-04-14 11:25:42 +08:00
},
{
"name": "behat/mink-goutte-driver",
2016-04-01 10:31:21 +08:00
"version": "v1.2.1",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
"url": "https://github.com/minkphp/MinkGoutteDriver.git",
2016-04-01 10:31:21 +08:00
"reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-04-01 10:31:21 +08:00
"url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
"reference": "8b9ad6d2d95bc70b840d15323365f52fcdaea6ca",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2016-03-04 15:12:58 +08:00
"behat/mink": "~1.6@dev",
"behat/mink-browserkit-driver": "~1.2@dev",
"fabpot/goutte": "~1.0.4|~2.0|~3.1",
2015-04-14 11:25:42 +08:00
"php": ">=5.3.1"
},
2016-03-04 15:12:58 +08:00
"require-dev": {
2016-04-01 10:31:21 +08:00
"symfony/phpunit-bridge": "~2.7|~3.0"
2016-03-04 15:12:58 +08:00
},
2015-04-14 11:25:42 +08:00
"type": "mink-driver",
"extra": {
"branch-alias": {
2016-03-04 15:12:58 +08:00
"dev-master": "1.2.x-dev"
2015-04-14 11:25:42 +08:00
}
},
"autoload": {
2016-03-04 15:12:58 +08:00
"psr-4": {
"Behat\\Mink\\Driver\\": "src/"
2015-04-14 11:25:42 +08:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
"description": "Goutte driver for Mink framework",
"homepage": "http://mink.behat.org/",
"keywords": [
"browser",
"goutte",
"headless",
"testing"
],
2016-04-01 10:31:21 +08:00
"time": "2016-03-05 09:04:22"
2015-04-14 11:25:42 +08:00
},
{
"name": "behat/mink-selenium2-driver",
2016-04-01 10:31:21 +08:00
"version": "v1.3.1",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
"url": "https://github.com/minkphp/MinkSelenium2Driver.git",
2016-04-01 10:31:21 +08:00
"reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-04-01 10:31:21 +08:00
"url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288",
"reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2016-03-04 15:12:58 +08:00
"behat/mink": "~1.7@dev",
"instaclick/php-webdriver": "~1.1",
2015-04-14 11:25:42 +08:00
"php": ">=5.3.1"
},
2016-03-04 15:12:58 +08:00
"require-dev": {
"symfony/phpunit-bridge": "~2.7"
},
2015-04-14 11:25:42 +08:00
"type": "mink-driver",
"extra": {
"branch-alias": {
2016-03-04 15:12:58 +08:00
"dev-master": "1.3.x-dev"
2015-04-14 11:25:42 +08:00
}
},
"autoload": {
2016-03-04 15:12:58 +08:00
"psr-4": {
"Behat\\Mink\\Driver\\": "src/"
2015-04-14 11:25:42 +08:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Pete Otaqui",
"email": "pete@otaqui.com",
"homepage": "https://github.com/pete-otaqui"
}
],
"description": "Selenium2 (WebDriver) driver for Mink framework",
"homepage": "http://mink.behat.org/",
"keywords": [
"ajax",
"browser",
"javascript",
"selenium",
"testing",
"webdriver"
],
2016-04-01 10:31:21 +08:00
"time": "2016-03-05 09:10:18"
2016-03-04 15:12:58 +08:00
},
{
"name": "behat/transliterator",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/Behat/Transliterator.git",
"reference": "868e05be3a9f25ba6424c2dd4849567f50715003"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/Transliterator/zipball/868e05be3a9f25ba6424c2dd4849567f50715003",
"reference": "868e05be3a9f25ba6424c2dd4849567f50715003",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-0": {
"Behat\\Transliterator": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Artistic-1.0"
],
"description": "String transliterator",
"keywords": [
"i18n",
"slug",
"transliterator"
],
"time": "2015-09-28 16:26:35"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "doctrine/instantiator",
"version": "1.0.5",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/doctrine/instantiator.git",
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2015-10-05 10:52:12 +08:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
"reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2015-10-05 10:52:12 +08:00
"php": ">=5.3,<8.0-DEV"
2015-04-14 11:25:42 +08:00
},
"require-dev": {
2015-10-05 10:52:12 +08:00
"athletic/athletic": "~0.1.8",
"ext-pdo": "*",
"ext-phar": "*",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~2.0"
2015-04-14 11:25:42 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-10-05 10:52:12 +08:00
"dev-master": "1.0.x-dev"
2015-04-14 11:25:42 +08:00
}
},
"autoload": {
2015-10-05 10:52:12 +08:00
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2015-04-14 11:25:42 +08:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-10-05 10:52:12 +08:00
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
2015-04-14 11:25:42 +08:00
}
],
2015-10-05 10:52:12 +08:00
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://github.com/doctrine/instantiator",
2015-04-14 11:25:42 +08:00
"keywords": [
2015-10-05 10:52:12 +08:00
"constructor",
"instantiate"
2015-04-14 11:25:42 +08:00
],
2015-10-05 10:52:12 +08:00
"time": "2015-06-14 21:17:01"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "fabpot/goutte",
2016-07-04 14:02:43 +08:00
"version": "v3.1.2",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/FriendsOfPHP/Goutte.git",
2016-07-04 14:02:43 +08:00
"reference": "3cbc6ed222422a28400e470050f14928a153207e"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-07-04 14:02:43 +08:00
"url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3cbc6ed222422a28400e470050f14928a153207e",
"reference": "3cbc6ed222422a28400e470050f14928a153207e",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2016-07-04 14:02:43 +08:00
"guzzlehttp/guzzle": "^6.0",
"php": ">=5.5.0",
"symfony/browser-kit": "~2.1|~3.0",
"symfony/css-selector": "~2.1|~3.0",
"symfony/dom-crawler": "~2.1|~3.0"
2015-04-14 11:25:42 +08:00
},
2015-10-05 10:52:12 +08:00
"type": "application",
2015-04-14 11:25:42 +08:00
"extra": {
"branch-alias": {
2016-07-04 14:02:43 +08:00
"dev-master": "3.1-dev"
2015-04-14 11:25:42 +08:00
}
},
"autoload": {
2016-03-04 15:12:58 +08:00
"psr-4": {
"Goutte\\": "Goutte"
2015-04-14 11:25:42 +08:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-10-05 10:52:12 +08:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-04-14 11:25:42 +08:00
}
],
2015-10-05 10:52:12 +08:00
"description": "A simple PHP Web Scraper",
2016-03-04 15:12:58 +08:00
"homepage": "https://github.com/FriendsOfPHP/Goutte",
2015-04-14 11:25:42 +08:00
"keywords": [
2015-10-05 10:52:12 +08:00
"scraper"
2015-04-14 11:25:42 +08:00
],
2016-07-04 14:02:43 +08:00
"time": "2015-11-05 12:58:44"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "guzzlehttp/guzzle",
2016-11-11 07:47:34 +08:00
"version": "6.2.2",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/guzzle/guzzle.git",
2016-11-11 07:47:34 +08:00
"reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-11-11 07:47:34 +08:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60",
"reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2016-08-12 10:17:00 +08:00
"guzzlehttp/promises": "^1.0",
"guzzlehttp/psr7": "^1.3.1",
"php": ">=5.5"
2015-04-14 11:25:42 +08:00
},
2015-05-14 12:48:00 +08:00
"require-dev": {
2016-03-04 15:12:58 +08:00
"ext-curl": "*",
2016-08-12 10:17:00 +08:00
"phpunit/phpunit": "^4.0",
"psr/log": "^1.0"
2015-05-14 12:48:00 +08:00
},
2015-04-14 11:25:42 +08:00
"type": "library",
"extra": {
"branch-alias": {
2016-07-04 14:02:43 +08:00
"dev-master": "6.2-dev"
2015-04-14 11:25:42 +08:00
}
},
"autoload": {
2016-07-04 14:02:43 +08:00
"files": [
"src/functions_include.php"
],
2016-03-04 15:12:58 +08:00
"psr-4": {
"GuzzleHttp\\": "src/"
2015-04-14 11:25:42 +08:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-10-05 10:52:12 +08:00
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2015-04-14 11:25:42 +08:00
}
],
2016-07-04 14:02:43 +08:00
"description": "Guzzle is a PHP HTTP client library",
2015-10-05 10:52:12 +08:00
"homepage": "http://guzzlephp.org/",
2015-04-14 11:25:42 +08:00
"keywords": [
2015-10-05 10:52:12 +08:00
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
2015-04-14 11:25:42 +08:00
],
2016-11-11 07:47:34 +08:00
"time": "2016-10-08 15:01:37"
2016-03-04 15:12:58 +08:00
},
{
2016-07-04 14:02:43 +08:00
"name": "guzzlehttp/promises",
"version": "1.2.0",
2016-03-04 15:12:58 +08:00
"source": {
"type": "git",
2016-07-04 14:02:43 +08:00
"url": "https://github.com/guzzle/promises.git",
"reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
2016-03-04 15:12:58 +08:00
},
"dist": {
"type": "zip",
2016-07-04 14:02:43 +08:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
"reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
2016-03-04 15:12:58 +08:00
"shasum": ""
},
"require": {
2016-07-04 14:02:43 +08:00
"php": ">=5.5.0"
2016-03-04 15:12:58 +08:00
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
2016-07-04 14:02:43 +08:00
"dev-master": "1.0-dev"
2016-03-04 15:12:58 +08:00
}
},
"autoload": {
"psr-4": {
2016-07-04 14:02:43 +08:00
"GuzzleHttp\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
2016-03-04 15:12:58 +08:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
2016-07-04 14:02:43 +08:00
"description": "Guzzle promises library",
"keywords": [
"promise"
],
"time": "2016-05-18 16:56:05"
2016-03-04 15:12:58 +08:00
},
{
2016-07-04 14:02:43 +08:00
"name": "guzzlehttp/psr7",
"version": "1.3.1",
2016-03-04 15:12:58 +08:00
"source": {
"type": "git",
2016-07-04 14:02:43 +08:00
"url": "https://github.com/guzzle/psr7.git",
"reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
2016-03-04 15:12:58 +08:00
},
"dist": {
"type": "zip",
2016-07-04 14:02:43 +08:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
"reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
2016-03-04 15:12:58 +08:00
"shasum": ""
},
"require": {
2016-07-04 14:02:43 +08:00
"php": ">=5.4.0",
"psr/http-message": "~1.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
2016-03-04 15:12:58 +08:00
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
2016-07-04 14:02:43 +08:00
"dev-master": "1.4-dev"
2016-03-04 15:12:58 +08:00
}
},
"autoload": {
"psr-4": {
2016-07-04 14:02:43 +08:00
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
2016-03-04 15:12:58 +08:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
2016-07-04 14:02:43 +08:00
"description": "PSR-7 message implementation",
2016-03-04 15:12:58 +08:00
"keywords": [
2016-07-04 14:02:43 +08:00
"http",
"message",
"stream",
"uri"
2016-03-04 15:12:58 +08:00
],
2016-07-04 14:02:43 +08:00
"time": "2016-06-24 23:00:38"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "instaclick/php-webdriver",
2016-03-04 15:12:58 +08:00
"version": "1.4.3",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/instaclick/php-webdriver.git",
2016-03-04 15:12:58 +08:00
"reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-03-04 15:12:58 +08:00
"url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
"reference": "0c20707dcf30a32728fd6bdeeab996c887fdb2fb",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2015-10-05 10:52:12 +08:00
"ext-curl": "*",
2015-04-14 11:25:42 +08:00
"php": ">=5.3.2"
},
2016-03-04 15:12:58 +08:00
"require-dev": {
"satooshi/php-coveralls": "dev-master"
},
2015-04-14 11:25:42 +08:00
"type": "library",
"extra": {
"branch-alias": {
2016-03-04 15:12:58 +08:00
"dev-master": "1.4.x-dev"
2015-04-14 11:25:42 +08:00
}
},
"autoload": {
"psr-0": {
2015-10-05 10:52:12 +08:00
"WebDriver": "lib/"
2015-04-14 11:25:42 +08:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-10-05 10:52:12 +08:00
"Apache-2.0"
2015-04-14 11:25:42 +08:00
],
"authors": [
{
2015-10-05 10:52:12 +08:00
"name": "Justin Bishop",
"email": "jubishop@gmail.com",
"role": "Developer"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "Anthon Pang",
"email": "apang@softwaredevelopment.ca",
2016-03-04 15:12:58 +08:00
"role": "Fork Maintainer"
2015-04-14 11:25:42 +08:00
}
],
2015-10-05 10:52:12 +08:00
"description": "PHP WebDriver for Selenium 2",
"homepage": "http://instaclick.com/",
2015-04-14 11:25:42 +08:00
"keywords": [
2015-10-05 10:52:12 +08:00
"browser",
"selenium",
"webdriver",
"webtest"
2015-04-14 11:25:42 +08:00
],
2016-03-04 15:12:58 +08:00
"time": "2015-06-15 20:19:33"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "moodlehq/behat-extension",
2016-11-11 07:47:34 +08:00
"version": "v3.32.4",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/moodlehq/moodle-behat-extension.git",
2016-11-11 07:47:34 +08:00
"reference": "d363b92f62770acdd8cd878810777f3a61eada4d"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-11-11 07:47:34 +08:00
"url": "https://api.github.com/repos/moodlehq/moodle-behat-extension/zipball/d363b92f62770acdd8cd878810777f3a61eada4d",
"reference": "d363b92f62770acdd8cd878810777f3a61eada4d",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2016-10-03 11:50:51 +08:00
"behat/behat": "3.2.*",
2016-03-04 15:12:58 +08:00
"behat/mink": "~1.7",
2016-10-03 11:50:51 +08:00
"behat/mink-extension": "~2.2",
2016-03-04 15:12:58 +08:00
"behat/mink-goutte-driver": "~1.2",
"behat/mink-selenium2-driver": "~1.3",
2015-10-05 10:52:12 +08:00
"php": ">=5.4.4",
2016-03-04 15:12:58 +08:00
"symfony/process": "2.8.*"
2015-04-14 11:25:42 +08:00
},
"type": "library",
"autoload": {
"psr-0": {
2015-10-05 10:52:12 +08:00
"Moodle\\BehatExtension": "src/"
2015-04-14 11:25:42 +08:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-10-05 10:52:12 +08:00
"GPLv3"
2015-04-14 11:25:42 +08:00
],
"authors": [
{
2015-10-05 10:52:12 +08:00
"name": "David Monllaó",
"email": "david.monllao@gmail.com",
"homepage": "http://moodle.com",
"role": "Developer"
2015-04-14 11:25:42 +08:00
}
],
2015-10-05 10:52:12 +08:00
"description": "Moodle behat extension",
2015-04-14 11:25:42 +08:00
"keywords": [
2015-10-05 10:52:12 +08:00
"BDD",
"Behat",
"moodle"
2015-04-14 11:25:42 +08:00
],
2016-11-11 07:47:34 +08:00
"time": "2016-11-10 23:36:48"
2015-04-14 11:25:42 +08:00
},
2016-07-04 14:02:43 +08:00
{
"name": "myclabs/deep-copy",
2016-11-11 07:47:34 +08:00
"version": "1.5.5",
2016-07-04 14:02:43 +08:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2016-11-11 07:47:34 +08:00
"reference": "399c1f9781e222f6eb6cc238796f5200d1b7f108"
2016-07-04 14:02:43 +08:00
},
"dist": {
"type": "zip",
2016-11-11 07:47:34 +08:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/399c1f9781e222f6eb6cc238796f5200d1b7f108",
"reference": "399c1f9781e222f6eb6cc238796f5200d1b7f108",
2016-07-04 14:02:43 +08: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"
],
2016-11-11 07:47:34 +08:00
"time": "2016-10-31 17:19:45"
2016-07-04 14:02:43 +08: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"
],
"time": "2015-12-27 11:43:31"
},
2015-07-27 00:30:00 +09:30
{
2015-10-05 10:52:12 +08:00
"name": "phpdocumentor/reflection-docblock",
2016-10-03 11:50:51 +08:00
"version": "3.1.1",
2015-07-27 00:30:00 +09:30
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2016-10-03 11:50:51 +08:00
"reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e"
2015-07-27 00:30:00 +09:30
},
"dist": {
"type": "zip",
2016-10-03 11:50:51 +08:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e",
"reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e",
2015-07-27 00:30:00 +09:30
"shasum": ""
},
"require": {
2016-07-04 14:02:43 +08:00
"php": ">=5.5",
"phpdocumentor/reflection-common": "^1.0@dev",
"phpdocumentor/type-resolver": "^0.2.0",
"webmozart/assert": "^1.0"
2015-07-27 00:30:00 +09:30
},
"require-dev": {
2016-07-04 14:02:43 +08:00
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^4.4"
2015-10-05 10:52:12 +08:00
},
2016-07-04 14:02:43 +08: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.",
2016-10-03 11:50:51 +08:00
"time": "2016-09-30 07:12:33"
2016-07-04 14:02:43 +08:00
},
{
"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-07-27 00:30:00 +09:30
},
"type": "library",
"extra": {
"branch-alias": {
2016-07-04 14:02:43 +08:00
"dev-master": "1.0.x-dev"
2015-07-27 00:30:00 +09:30
}
},
"autoload": {
2016-07-04 14:02:43 +08:00
"psr-4": {
"phpDocumentor\\Reflection\\": [
2015-10-05 10:52:12 +08:00
"src/"
]
2015-07-27 00:30:00 +09:30
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-10-05 10:52:12 +08:00
"name": "Mike van Riel",
2016-07-04 14:02:43 +08:00
"email": "me@mikevanriel.com"
2015-07-27 00:30:00 +09:30
}
],
2016-07-04 14:02:43 +08:00
"time": "2016-06-10 07:14:17"
2015-07-27 00:30:00 +09:30
},
2015-04-14 11:25:42 +08:00
{
2015-10-05 10:52:12 +08:00
"name": "phpspec/prophecy",
2016-06-13 07:26:14 +08:00
"version": "v1.6.1",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/phpspec/prophecy.git",
2016-06-13 07:26:14 +08:00
"reference": "58a8137754bc24b25740d4281399a4a3596058e0"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-06-13 07:26:14 +08:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
"reference": "58a8137754bc24b25740d4281399a4a3596058e0",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2015-10-05 10:52:12 +08:00
"doctrine/instantiator": "^1.0.2",
2016-03-04 15:12:58 +08:00
"php": "^5.3|^7.0",
2016-06-13 07:26:14 +08:00
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
"sebastian/comparator": "^1.1",
"sebastian/recursion-context": "^1.0"
2015-10-05 10:52:12 +08:00
},
"require-dev": {
2016-06-13 07:26:14 +08:00
"phpspec/phpspec": "^2.0"
2015-04-14 11:25:42 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-13 07:26:14 +08:00
"dev-master": "1.6.x-dev"
2015-04-14 11:25:42 +08:00
}
},
"autoload": {
"psr-0": {
2015-10-05 10:52:12 +08:00
"Prophecy\\": "src/"
2015-04-14 11:25:42 +08:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-10-05 10:52:12 +08:00
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
2015-04-14 11:25:42 +08:00
}
],
2015-10-05 10:52:12 +08:00
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
2015-04-14 11:25:42 +08:00
"keywords": [
2015-10-05 10:52:12 +08:00
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
2015-04-14 11:25:42 +08:00
],
2016-06-13 07:26:14 +08:00
"time": "2016-06-07 08:13:47"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "phpunit/dbunit",
"version": "1.4.1",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/sebastianbergmann/dbunit.git",
"reference": "9aaee6447663ff1b0cd50c23637e04af74c5e2ae"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2015-10-05 10:52:12 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/9aaee6447663ff1b0cd50c23637e04af74c5e2ae",
"reference": "9aaee6447663ff1b0cd50c23637e04af74c5e2ae",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2015-10-05 10:52:12 +08:00
"ext-pdo": "*",
"ext-simplexml": "*",
"php": ">=5.3.3",
"phpunit/phpunit": "~4|~5",
"symfony/yaml": "~2.1|~3.0"
2015-04-14 11:25:42 +08:00
},
2015-10-05 10:52:12 +08:00
"bin": [
"composer/bin/dbunit"
],
"type": "library",
2015-04-14 11:25:42 +08:00
"extra": {
"branch-alias": {
2015-10-05 10:52:12 +08:00
"dev-master": "1.3.x-dev"
2015-04-14 11:25:42 +08:00
}
},
"autoload": {
2015-10-05 10:52:12 +08:00
"classmap": [
"PHPUnit/"
]
2015-04-14 11:25:42 +08:00
},
"notification-url": "https://packagist.org/downloads/",
2015-10-05 10:52:12 +08:00
"include-path": [
"",
"../../symfony/yaml/"
],
2015-04-14 11:25:42 +08:00
"license": [
2015-10-05 10:52:12 +08:00
"BSD-3-Clause"
2015-04-14 11:25:42 +08:00
],
"authors": [
{
2015-10-05 10:52:12 +08:00
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
2015-04-14 11:25:42 +08:00
}
],
2015-10-05 10:52:12 +08:00
"description": "DbUnit port for PHP/PHPUnit to support database interaction testing.",
"homepage": "https://github.com/sebastianbergmann/dbunit/",
2015-04-14 11:25:42 +08:00
"keywords": [
2015-10-05 10:52:12 +08:00
"database",
"testing",
"xunit"
2015-04-14 11:25:42 +08:00
],
2015-10-05 10:52:12 +08:00
"time": "2015-08-07 04:57:38"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "phpunit/php-code-coverage",
2016-11-11 07:47:34 +08:00
"version": "4.0.2",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2016-11-11 07:47:34 +08:00
"reference": "6cba06ff75a1a63a71033e1a01b89056f3af1e8d"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-11-11 07:47:34 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6cba06ff75a1a63a71033e1a01b89056f3af1e8d",
"reference": "6cba06ff75a1a63a71033e1a01b89056f3af1e8d",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2016-07-04 14:02:43 +08:00
"php": "^5.6 || ^7.0",
2015-10-05 10:52:12 +08:00
"phpunit/php-file-iterator": "~1.3",
"phpunit/php-text-template": "~1.2",
2016-07-04 14:02:43 +08:00
"phpunit/php-token-stream": "^1.4.2",
"sebastian/code-unit-reverse-lookup": "~1.0",
2016-08-12 10:17:00 +08:00
"sebastian/environment": "^1.3.2 || ^2.0",
2016-07-04 14:02:43 +08:00
"sebastian/version": "~1.0|~2.0"
2015-04-14 11:25:42 +08:00
},
"require-dev": {
2015-10-05 10:52:12 +08:00
"ext-xdebug": ">=2.1.4",
2016-07-04 14:02:43 +08:00
"phpunit/phpunit": "^5.4"
2015-10-05 10:52:12 +08:00
},
"suggest": {
"ext-dom": "*",
2016-07-04 14:02:43 +08:00
"ext-xdebug": ">=2.4.0",
2015-10-05 10:52:12 +08:00
"ext-xmlwriter": "*"
2015-04-14 11:25:42 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-07-04 14:02:43 +08:00
"dev-master": "4.0.x-dev"
2015-04-14 11:25:42 +08:00
}
},
"autoload": {
2015-10-05 10:52:12 +08:00
"classmap": [
"src/"
]
2015-04-14 11:25:42 +08:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-10-05 10:52:12 +08:00
"BSD-3-Clause"
2015-04-14 11:25:42 +08:00
],
"authors": [
{
2015-10-05 10:52:12 +08:00
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
2015-04-14 11:25:42 +08:00
}
],
2015-10-05 10:52:12 +08:00
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2015-04-14 11:25:42 +08:00
"keywords": [
2015-10-05 10:52:12 +08:00
"coverage",
"testing",
"xunit"
2015-04-14 11:25:42 +08:00
],
2016-11-11 07:47:34 +08:00
"time": "2016-11-01 05:06:24"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "phpunit/php-file-iterator",
"version": "1.4.1",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2015-10-05 10:52:12 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
"reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2015-10-05 10:52:12 +08:00
"php": ">=5.3.3"
2015-04-14 11:25:42 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-10-05 10:52:12 +08:00
"dev-master": "1.4.x-dev"
2015-04-14 11:25:42 +08:00
}
},
"autoload": {
2015-10-05 10:52:12 +08:00
"classmap": [
"src/"
]
2015-04-14 11:25:42 +08:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-10-05 10:52:12 +08:00
"BSD-3-Clause"
2015-04-14 11:25:42 +08:00
],
"authors": [
{
2015-10-05 10:52:12 +08:00
"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": [
2015-04-14 11:25:42 +08:00
{
2015-10-05 10:52:12 +08:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2015-04-14 11:25:42 +08:00
}
],
2015-10-05 10:52:12 +08:00
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
2015-04-14 11:25:42 +08:00
"keywords": [
2015-10-05 10:52:12 +08:00
"template"
2015-04-14 11:25:42 +08:00
],
2015-10-05 10:52:12 +08:00
"time": "2015-06-21 13:50:34"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "phpunit/php-timer",
2016-06-13 07:26:14 +08:00
"version": "1.0.8",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/sebastianbergmann/php-timer.git",
2016-06-13 07:26:14 +08:00
"reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-06-13 07:26:14 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
"reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2015-10-05 10:52:12 +08:00
"php": ">=5.3.3"
},
2016-06-13 07:26:14 +08:00
"require-dev": {
"phpunit/phpunit": "~4|~5"
},
2015-10-05 10:52:12 +08: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-06-13 07:26:14 +08:00
"time": "2016-05-12 18:03:57"
2015-10-05 10:52:12 +08: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"
2015-04-14 11:25:42 +08:00
},
"type": "library",
2015-10-05 10:52:12 +08:00
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
2015-04-14 11:25:42 +08:00
}
},
2015-10-05 10:52:12 +08:00
"autoload": {
"classmap": [
"src/"
]
},
2015-06-30 13:58:53 -07:00
"notification-url": "https://packagist.org/downloads/",
2015-04-14 11:25:42 +08:00
"license": [
2015-10-05 10:52:12 +08:00
"BSD-3-Clause"
2015-04-14 11:25:42 +08:00
],
"authors": [
{
2015-10-05 10:52:12 +08:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2015-04-14 11:25:42 +08:00
}
],
2015-10-05 10:52:12 +08:00
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
2015-04-14 11:25:42 +08:00
"keywords": [
2015-10-05 10:52:12 +08:00
"tokenizer"
2015-04-14 11:25:42 +08:00
],
2015-10-05 10:52:12 +08:00
"time": "2015-09-15 10:49:45"
2015-04-14 11:25:42 +08:00
},
2015-07-27 00:30:00 +09:30
{
2015-10-05 10:52:12 +08:00
"name": "phpunit/phpunit",
2016-10-04 08:30:05 +08:00
"version": "5.5.7",
2015-07-27 00:30:00 +09:30
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/sebastianbergmann/phpunit.git",
2016-10-04 08:30:05 +08:00
"reference": "3f67cee782c9abfaee5e32fd2f57cdd54bc257ba"
2015-07-27 00:30:00 +09:30
},
"dist": {
"type": "zip",
2016-10-04 08:30:05 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3f67cee782c9abfaee5e32fd2f57cdd54bc257ba",
"reference": "3f67cee782c9abfaee5e32fd2f57cdd54bc257ba",
2015-07-27 00:30:00 +09:30
"shasum": ""
},
"require": {
2015-10-05 10:52:12 +08:00
"ext-dom": "*",
"ext-json": "*",
2016-10-04 08:30:05 +08:00
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
2016-07-04 14:02:43 +08:00
"myclabs/deep-copy": "~1.3",
"php": "^5.6 || ^7.0",
2015-10-05 10:52:12 +08:00
"phpspec/prophecy": "^1.3.1",
2016-08-12 10:17:00 +08:00
"phpunit/php-code-coverage": "^4.0.1",
2015-10-05 10:52:12 +08:00
"phpunit/php-file-iterator": "~1.4",
"phpunit/php-text-template": "~1.2",
2016-06-13 07:26:14 +08:00
"phpunit/php-timer": "^1.0.6",
2016-07-04 14:02:43 +08:00
"phpunit/phpunit-mock-objects": "^3.2",
2015-10-05 10:52:12 +08:00
"sebastian/comparator": "~1.1",
"sebastian/diff": "~1.2",
2016-07-04 14:02:43 +08:00
"sebastian/environment": "^1.3 || ^2.0",
2015-10-05 10:52:12 +08:00
"sebastian/exporter": "~1.2",
"sebastian/global-state": "~1.0",
2016-07-04 14:02:43 +08:00
"sebastian/object-enumerator": "~1.0",
"sebastian/resource-operations": "~1.0",
"sebastian/version": "~1.0|~2.0",
2015-10-05 10:52:12 +08:00
"symfony/yaml": "~2.1|~3.0"
2015-07-27 00:30:00 +09:30
},
2016-07-04 14:02:43 +08:00
"conflict": {
"phpdocumentor/reflection-docblock": "3.0.2"
},
2016-10-04 08:30:05 +08:00
"require-dev": {
"ext-pdo": "*"
},
2015-07-27 00:30:00 +09:30
"suggest": {
2016-10-04 08:30:05 +08:00
"ext-tidy": "*",
"ext-xdebug": "*",
2015-10-05 10:52:12 +08:00
"phpunit/php-invoker": "~1.1"
2015-07-27 00:30:00 +09:30
},
2015-10-05 10:52:12 +08:00
"bin": [
"phpunit"
],
2015-07-27 00:30:00 +09:30
"type": "library",
"extra": {
"branch-alias": {
2016-10-04 08:30:05 +08:00
"dev-master": "5.5.x-dev"
2015-07-27 00:30:00 +09:30
}
},
"autoload": {
2015-10-05 10:52:12 +08:00
"classmap": [
"src/"
]
2015-07-27 00:30:00 +09:30
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-10-05 10:52:12 +08:00
"BSD-3-Clause"
2015-07-27 00:30:00 +09:30
],
"authors": [
{
2015-10-05 10:52:12 +08:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2015-07-27 00:30:00 +09:30
}
],
2015-10-05 10:52:12 +08:00
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
2016-10-04 08:30:05 +08:00
"time": "2016-10-03 13:04:15"
2015-07-27 00:30:00 +09:30
},
{
2015-10-05 10:52:12 +08:00
"name": "phpunit/phpunit-mock-objects",
2016-11-11 07:47:34 +08:00
"version": "3.4.0",
2015-07-27 00:30:00 +09:30
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
2016-11-11 07:47:34 +08:00
"reference": "238d7a2723bce689c79eeac9c7d5e1d623bb9dc2"
2015-07-27 00:30:00 +09:30
},
"dist": {
"type": "zip",
2016-11-11 07:47:34 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/238d7a2723bce689c79eeac9c7d5e1d623bb9dc2",
"reference": "238d7a2723bce689c79eeac9c7d5e1d623bb9dc2",
2015-07-27 00:30:00 +09:30
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
2016-07-04 14:02:43 +08:00
"php": "^5.6 || ^7.0",
"phpunit/php-text-template": "^1.2",
"sebastian/exporter": "^1.2"
},
"conflict": {
"phpunit/phpunit": "<5.4.0"
2015-07-27 00:30:00 +09:30
},
"require-dev": {
2016-07-04 14:02:43 +08:00
"phpunit/phpunit": "^5.4"
2015-10-05 10:52:12 +08:00
},
"suggest": {
"ext-soap": "*"
2015-07-27 00:30:00 +09:30
},
"type": "library",
"extra": {
"branch-alias": {
2016-07-04 14:02:43 +08:00
"dev-master": "3.2.x-dev"
2015-07-27 00:30:00 +09:30
}
},
"autoload": {
2015-10-05 10:52:12 +08:00
"classmap": [
"src/"
]
2015-07-27 00:30:00 +09:30
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-10-05 10:52:12 +08:00
"BSD-3-Clause"
2015-07-27 00:30:00 +09:30
],
"authors": [
{
2015-10-05 10:52:12 +08:00
"name": "Sebastian Bergmann",
"email": "sb@sebastian-bergmann.de",
"role": "lead"
2015-07-27 00:30:00 +09:30
}
],
2015-10-05 10:52:12 +08:00
"description": "Mock Object library for PHPUnit",
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
2015-07-27 00:30:00 +09:30
"keywords": [
"mock",
2015-10-05 10:52:12 +08:00
"xunit"
2015-07-27 00:30:00 +09:30
],
2016-11-11 07:47:34 +08:00
"time": "2016-10-09 07:01:45"
2015-07-27 00:30:00 +09:30
},
2016-03-04 15:12:58 +08:00
{
2016-07-04 14:02:43 +08:00
"name": "psr/http-message",
2016-08-12 10:17:00 +08:00
"version": "1.0.1",
2016-03-04 15:12:58 +08:00
"source": {
"type": "git",
2016-07-04 14:02:43 +08:00
"url": "https://github.com/php-fig/http-message.git",
2016-08-12 10:17:00 +08:00
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
2016-03-04 15:12:58 +08:00
},
"dist": {
"type": "zip",
2016-08-12 10:17:00 +08:00
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
2016-03-04 15:12:58 +08:00
"shasum": ""
},
"require": {
2016-07-04 14:02:43 +08:00
"php": ">=5.3.0"
2016-03-04 15:12:58 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-07-04 14:02:43 +08:00
"dev-master": "1.0.x-dev"
2016-03-04 15:12:58 +08:00
}
},
"autoload": {
"psr-4": {
2016-07-04 14:02:43 +08:00
"Psr\\Http\\Message\\": "src/"
}
2016-03-04 15:12:58 +08:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2016-07-04 14:02:43 +08:00
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
2016-08-12 10:17:00 +08:00
"homepage": "https://github.com/php-fig/http-message",
2016-07-04 14:02:43 +08:00
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
2016-08-12 10:17:00 +08:00
"time": "2016-08-06 14:39:51"
2016-07-04 14:02:43 +08:00
},
2016-10-04 08:30:05 +08:00
{
"name": "psr/log",
2016-11-11 07:47:34 +08:00
"version": "1.0.2",
2016-10-04 08:30:05 +08:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2016-11-11 07:47:34 +08:00
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2016-10-04 08:30:05 +08:00
},
"dist": {
"type": "zip",
2016-11-11 07:47:34 +08:00
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2016-10-04 08:30:05 +08:00
"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"
],
2016-11-11 07:47:34 +08:00
"time": "2016-10-10 12:19:37"
2016-10-04 08:30:05 +08:00
},
2016-07-04 14:02:43 +08:00
{
"name": "sebastian/code-unit-reverse-lookup",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
"reference": "c36f5e7cfce482fde5bf8d10d41a53591e0198fe",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"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"
2016-03-04 15:12:58 +08:00
}
],
2016-07-04 14:02:43 +08: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"
2016-03-04 15:12:58 +08:00
},
2015-04-14 11:25:42 +08:00
{
2015-10-05 10:52:12 +08:00
"name": "sebastian/comparator",
"version": "1.2.0",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2015-10-05 10:52:12 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
"reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
2015-10-05 10:52:12 +08:00
"sebastian/diff": "~1.2",
"sebastian/exporter": "~1.2"
},
"require-dev": {
"phpunit/phpunit": "~4.4"
2015-04-14 11:25:42 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2015-10-05 10:52:12 +08:00
"dev-master": "1.2.x-dev"
2015-04-14 11:25:42 +08:00
}
},
"autoload": {
"classmap": [
2015-10-05 10:52:12 +08:00
"src/"
2015-04-14 11:25:42 +08:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2015-10-05 10:52:12 +08:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
2015-04-14 11:25:42 +08:00
{
"name": "Sebastian Bergmann",
2015-10-05 10:52:12 +08:00
"email": "sebastian@phpunit.de"
2015-04-14 11:25:42 +08:00
}
],
2015-10-05 10:52:12 +08:00
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "http://www.github.com/sebastianbergmann/comparator",
2015-04-14 11:25:42 +08:00
"keywords": [
2015-10-05 10:52:12 +08:00
"comparator",
"compare",
"equality"
2015-04-14 11:25:42 +08:00
],
2015-10-05 10:52:12 +08:00
"time": "2015-07-26 15:48:44"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "sebastian/diff",
2016-01-05 11:04:37 +08:00
"version": "1.4.1",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/sebastianbergmann/diff.git",
2016-01-05 11:04:37 +08:00
"reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-01-05 11:04:37 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
"reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2015-10-05 10:52:12 +08:00
"php": ">=5.3.3"
2015-04-14 11:25:42 +08:00
},
"require-dev": {
2016-01-05 11:04:37 +08:00
"phpunit/phpunit": "~4.8"
2015-04-14 11:25:42 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-01-05 11:04:37 +08:00
"dev-master": "1.4-dev"
2015-04-14 11:25:42 +08:00
}
},
"autoload": {
"classmap": [
2015-07-27 00:30:00 +09:30
"src/"
2015-04-14 11:25:42 +08:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2015-10-05 10:52:12 +08:00
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
},
2015-04-14 11:25:42 +08:00
{
"name": "Sebastian Bergmann",
2015-10-05 10:52:12 +08:00
"email": "sebastian@phpunit.de"
2015-04-14 11:25:42 +08:00
}
],
2015-10-05 10:52:12 +08:00
"description": "Diff implementation",
2016-01-05 11:04:37 +08:00
"homepage": "https://github.com/sebastianbergmann/diff",
2015-04-14 11:25:42 +08:00
"keywords": [
2015-10-05 10:52:12 +08:00
"diff"
2015-04-14 11:25:42 +08:00
],
2016-01-05 11:04:37 +08:00
"time": "2015-12-08 07:14:41"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "sebastian/environment",
2016-10-03 11:50:51 +08:00
"version": "1.3.8",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/sebastianbergmann/environment.git",
2016-10-03 11:50:51 +08:00
"reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-10-03 11:50:51 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/be2c607e43ce4c89ecd60e75c6a85c126e754aea",
"reference": "be2c607e43ce4c89ecd60e75c6a85c126e754aea",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2016-10-03 11:50:51 +08:00
"php": "^5.3.3 || ^7.0"
2015-04-14 11:25:42 +08:00
},
2015-10-05 10:52:12 +08:00
"require-dev": {
2016-10-03 11:50:51 +08:00
"phpunit/phpunit": "^4.8 || ^5.0"
2015-10-05 10:52:12 +08:00
},
2015-04-14 11:25:42 +08:00
"type": "library",
"extra": {
"branch-alias": {
2015-10-05 10:52:12 +08:00
"dev-master": "1.3.x-dev"
2015-04-14 11:25:42 +08:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2015-10-05 10:52:12 +08:00
"email": "sebastian@phpunit.de"
2015-04-14 11:25:42 +08:00
}
],
2015-10-05 10:52:12 +08:00
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
2015-04-14 11:25:42 +08:00
"keywords": [
2015-10-05 10:52:12 +08:00
"Xdebug",
"environment",
"hhvm"
2015-04-14 11:25:42 +08:00
],
2016-10-03 11:50:51 +08:00
"time": "2016-08-18 05:49:44"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "sebastian/exporter",
2016-06-09 09:48:27 +08:00
"version": "1.2.2",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/sebastianbergmann/exporter.git",
2016-06-09 09:48:27 +08:00
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-06-09 09:48:27 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2015-10-05 10:52:12 +08:00
"php": ">=5.3.3",
"sebastian/recursion-context": "~1.0"
},
"require-dev": {
2016-06-09 09:48:27 +08:00
"ext-mbstring": "*",
2015-10-05 10:52:12 +08:00
"phpunit/phpunit": "~4.4"
2015-04-14 11:25:42 +08:00
},
"type": "library",
2015-10-05 10:52:12 +08:00
"extra": {
"branch-alias": {
2016-06-09 09:48:27 +08:00
"dev-master": "1.3.x-dev"
2015-10-05 10:52:12 +08:00
}
},
2015-04-14 11:25:42 +08:00
"autoload": {
"classmap": [
2015-06-30 13:58:53 -07:00
"src/"
2015-04-14 11:25:42 +08:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2015-10-05 10:52:12 +08:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
2015-04-14 11:25:42 +08:00
{
"name": "Sebastian Bergmann",
2015-10-05 10:52:12 +08:00
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2015-04-14 11:25:42 +08:00
}
],
2015-10-05 10:52:12 +08:00
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
2015-04-14 11:25:42 +08:00
"keywords": [
2015-10-05 10:52:12 +08:00
"export",
"exporter"
2015-04-14 11:25:42 +08:00
],
2016-06-09 09:48:27 +08:00
"time": "2016-06-17 09:04:28"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "sebastian/global-state",
2016-01-05 11:04:37 +08:00
"version": "1.1.1",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/sebastianbergmann/global-state.git",
2016-01-05 11:04:37 +08:00
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-01-05 11:04:37 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
2015-10-05 10:52:12 +08:00
"require-dev": {
"phpunit/phpunit": "~4.2"
},
"suggest": {
"ext-uopz": "*"
},
2015-04-14 11:25:42 +08:00
"type": "library",
2015-10-05 10:52:12 +08:00
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
2015-04-14 11:25:42 +08:00
"autoload": {
"classmap": [
2015-06-30 13:58:53 -07:00
"src/"
2015-04-14 11:25:42 +08:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2015-10-05 10:52:12 +08:00
"email": "sebastian@phpunit.de"
2015-04-14 11:25:42 +08:00
}
],
2015-10-05 10:52:12 +08:00
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
2015-04-14 11:25:42 +08:00
"keywords": [
2015-10-05 10:52:12 +08:00
"global state"
2015-04-14 11:25:42 +08:00
],
2016-01-05 11:04:37 +08:00
"time": "2015-10-12 03:26:01"
2015-04-14 11:25:42 +08:00
},
2016-07-04 14:02:43 +08: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-04-14 11:25:42 +08:00
{
2015-10-05 10:52:12 +08:00
"name": "sebastian/recursion-context",
2016-01-05 11:04:37 +08:00
"version": "1.0.2",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2016-01-05 11:04:37 +08:00
"reference": "913401df809e99e4f47b27cdd781f4a258d58791"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-01-05 11:04:37 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
"reference": "913401df809e99e4f47b27cdd781f4a258d58791",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
2015-07-27 00:30:00 +09:30
"require-dev": {
2015-10-05 10:52:12 +08:00
"phpunit/phpunit": "~4.4"
2015-07-27 00:30:00 +09:30
},
2015-04-14 11:25:42 +08:00
"type": "library",
"extra": {
"branch-alias": {
2015-10-05 10:52:12 +08:00
"dev-master": "1.0.x-dev"
2015-04-14 11:25:42 +08:00
}
},
"autoload": {
"classmap": [
2015-07-27 00:30:00 +09:30
"src/"
2015-04-14 11:25:42 +08:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2015-10-05 10:52:12 +08:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
2015-04-14 11:25:42 +08:00
{
"name": "Sebastian Bergmann",
2015-07-27 00:30:00 +09:30
"email": "sebastian@phpunit.de"
2015-10-05 10:52:12 +08:00
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2015-04-14 11:25:42 +08:00
}
],
2015-10-05 10:52:12 +08:00
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2016-01-05 11:04:37 +08:00
"time": "2015-11-11 19:50:13"
2015-04-14 11:25:42 +08:00
},
2016-07-04 14:02:43 +08:00
{
"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-04-14 11:25:42 +08:00
{
2015-10-05 10:52:12 +08:00
"name": "sebastian/version",
2016-07-04 14:02:43 +08:00
"version": "2.0.0",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/sebastianbergmann/version.git",
2016-07-04 14:02:43 +08:00
"reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-07-04 14:02:43 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
"reference": "c829badbd8fdf16a0bad8aa7fa7971c029f1b9c5",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
2016-07-04 14:02:43 +08:00
"require": {
"php": ">=5.6"
},
2015-04-14 11:25:42 +08:00
"type": "library",
2016-07-04 14:02:43 +08:00
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
2015-04-14 11:25:42 +08:00
"autoload": {
"classmap": [
2015-07-27 00:30:00 +09:30
"src/"
2015-04-14 11:25:42 +08:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
2015-10-05 10:52:12 +08:00
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
2016-07-04 14:02:43 +08:00
"time": "2016-02-04 12:56:52"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "symfony/browser-kit",
2016-11-11 07:47:34 +08:00
"version": "v3.1.6",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/symfony/browser-kit.git",
2016-10-04 08:30:05 +08:00
"reference": "901319a31c9b3cee7857b4aeeb81b5d64dfa34fc"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-10-04 08:30:05 +08:00
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/901319a31c9b3cee7857b4aeeb81b5d64dfa34fc",
"reference": "901319a31c9b3cee7857b4aeeb81b5d64dfa34fc",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2016-07-04 14:02:43 +08:00
"php": ">=5.5.9",
"symfony/dom-crawler": "~2.8|~3.0"
2015-07-27 00:30:00 +09:30
},
"require-dev": {
2016-07-04 14:02:43 +08:00
"symfony/css-selector": "~2.8|~3.0",
"symfony/process": "~2.8|~3.0"
2015-04-14 11:25:42 +08:00
},
"suggest": {
2015-10-05 10:52:12 +08:00
"symfony/process": ""
2015-04-14 11:25:42 +08:00
},
"type": "library",
2015-07-27 00:30:00 +09:30
"extra": {
"branch-alias": {
2016-07-04 14:02:43 +08:00
"dev-master": "3.1-dev"
2015-07-27 00:30:00 +09:30
}
},
2015-04-14 11:25:42 +08:00
"autoload": {
2015-10-05 10:52:12 +08:00
"psr-4": {
"Symfony\\Component\\BrowserKit\\": ""
2016-03-04 15:12:58 +08:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-04-14 11:25:42 +08:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-10-05 10:52:12 +08:00
"MIT"
2015-04-14 11:25:42 +08:00
],
"authors": [
{
2015-10-05 10:52:12 +08:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-04-14 11:25:42 +08:00
}
],
2015-10-05 10:52:12 +08:00
"description": "Symfony BrowserKit Component",
"homepage": "https://symfony.com",
2016-10-04 08:30:05 +08:00
"time": "2016-09-06 11:02:40"
2016-03-04 15:12:58 +08:00
},
{
"name": "symfony/class-loader",
2016-11-11 07:47:34 +08:00
"version": "v3.1.6",
2016-03-04 15:12:58 +08:00
"source": {
"type": "git",
"url": "https://github.com/symfony/class-loader.git",
2016-10-04 08:30:05 +08:00
"reference": "bcb072aba46ddf3b1a496438c63be6be647739aa"
2016-03-04 15:12:58 +08:00
},
"dist": {
"type": "zip",
2016-10-04 08:30:05 +08:00
"url": "https://api.github.com/repos/symfony/class-loader/zipball/bcb072aba46ddf3b1a496438c63be6be647739aa",
"reference": "bcb072aba46ddf3b1a496438c63be6be647739aa",
2016-03-04 15:12:58 +08:00
"shasum": ""
},
"require": {
2016-07-04 14:02:43 +08:00
"php": ">=5.5.9"
2016-03-04 15:12:58 +08:00
},
"require-dev": {
2016-07-04 14:02:43 +08:00
"symfony/finder": "~2.8|~3.0",
"symfony/polyfill-apcu": "~1.1"
},
"suggest": {
"symfony/polyfill-apcu": "For using ApcClassLoader on HHVM"
2016-03-04 15:12:58 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-07-04 14:02:43 +08:00
"dev-master": "3.1-dev"
2016-03-04 15:12:58 +08:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\ClassLoader\\": ""
},
"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 ClassLoader Component",
"homepage": "https://symfony.com",
2016-10-04 08:30:05 +08:00
"time": "2016-09-06 23:30:54"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "symfony/config",
2016-11-11 07:47:34 +08:00
"version": "v3.1.6",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/symfony/config.git",
2016-10-04 08:30:05 +08:00
"reference": "949e7e846743a7f9e46dc50eb639d5fde1f53341"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-10-04 08:30:05 +08:00
"url": "https://api.github.com/repos/symfony/config/zipball/949e7e846743a7f9e46dc50eb639d5fde1f53341",
"reference": "949e7e846743a7f9e46dc50eb639d5fde1f53341",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
2015-10-05 10:52:12 +08:00
"require": {
2016-07-04 14:02:43 +08:00
"php": ">=5.5.9",
"symfony/filesystem": "~2.8|~3.0"
2015-10-05 10:52:12 +08:00
},
2016-03-04 15:12:58 +08:00
"suggest": {
"symfony/yaml": "To use the yaml reference dumper"
},
2015-04-14 11:25:42 +08:00
"type": "library",
2015-10-05 10:52:12 +08:00
"extra": {
"branch-alias": {
2016-07-04 14:02:43 +08:00
"dev-master": "3.1-dev"
2015-10-05 10:52:12 +08:00
}
},
2015-04-14 11:25:42 +08:00
"autoload": {
2015-10-05 10:52:12 +08:00
"psr-4": {
"Symfony\\Component\\Config\\": ""
2016-01-05 11:04:37 +08:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-04-14 11:25:42 +08:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-10-05 10:52:12 +08:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-04-14 11:25:42 +08:00
}
],
2015-10-05 10:52:12 +08:00
"description": "Symfony Config Component",
"homepage": "https://symfony.com",
2016-10-04 08:30:05 +08:00
"time": "2016-09-25 08:27:07"
2015-04-14 11:25:42 +08:00
},
2015-07-27 00:30:00 +09:30
{
2015-10-05 10:52:12 +08:00
"name": "symfony/console",
2016-11-11 07:47:34 +08:00
"version": "v3.1.6",
2015-07-27 00:30:00 +09:30
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/symfony/console.git",
2016-11-11 07:47:34 +08:00
"reference": "c99da1119ae61e15de0e4829196b9fba6f73d065"
2015-07-27 00:30:00 +09:30
},
"dist": {
"type": "zip",
2016-11-11 07:47:34 +08:00
"url": "https://api.github.com/repos/symfony/console/zipball/c99da1119ae61e15de0e4829196b9fba6f73d065",
"reference": "c99da1119ae61e15de0e4829196b9fba6f73d065",
2015-07-27 00:30:00 +09:30
"shasum": ""
},
"require": {
2016-07-04 14:02:43 +08:00
"php": ">=5.5.9",
2016-10-04 08:30:05 +08:00
"symfony/debug": "~2.8|~3.0",
2016-01-05 11:04:37 +08:00
"symfony/polyfill-mbstring": "~1.0"
2015-07-27 00:30:00 +09:30
},
"require-dev": {
2015-10-05 10:52:12 +08:00
"psr/log": "~1.0",
2016-07-04 14:02:43 +08:00
"symfony/event-dispatcher": "~2.8|~3.0",
"symfony/process": "~2.8|~3.0"
2015-10-05 10:52:12 +08:00
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/process": ""
2015-07-27 00:30:00 +09:30
},
"type": "library",
"extra": {
"branch-alias": {
2016-07-04 14:02:43 +08:00
"dev-master": "3.1-dev"
2015-07-27 00:30:00 +09:30
}
},
"autoload": {
2015-10-05 10:52:12 +08:00
"psr-4": {
"Symfony\\Component\\Console\\": ""
2016-01-05 11:04:37 +08:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-27 00:30:00 +09:30
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-10-05 10:52:12 +08:00
"MIT"
2015-07-27 00:30:00 +09:30
],
"authors": [
{
2015-10-05 10:52:12 +08:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-07-27 00:30:00 +09:30
},
{
2015-10-05 10:52:12 +08:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
2015-07-27 00:30:00 +09:30
],
2015-10-05 10:52:12 +08:00
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
2016-11-11 07:47:34 +08:00
"time": "2016-10-06 01:44:51"
2015-07-27 00:30:00 +09:30
},
{
2015-10-05 10:52:12 +08:00
"name": "symfony/css-selector",
2016-11-11 07:47:34 +08:00
"version": "v3.1.6",
2015-07-27 00:30:00 +09:30
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/symfony/css-selector.git",
2016-10-04 08:30:05 +08:00
"reference": "ca809c64072e0fe61c1c7fb3c76cdc32265042ac"
2015-07-27 00:30:00 +09:30
},
"dist": {
"type": "zip",
2016-10-04 08:30:05 +08:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/ca809c64072e0fe61c1c7fb3c76cdc32265042ac",
"reference": "ca809c64072e0fe61c1c7fb3c76cdc32265042ac",
2015-07-27 00:30:00 +09:30
"shasum": ""
},
"require": {
2016-07-04 14:02:43 +08:00
"php": ">=5.5.9"
2015-07-27 00:30:00 +09:30
},
"type": "library",
"extra": {
"branch-alias": {
2016-07-04 14:02:43 +08:00
"dev-master": "3.1-dev"
2015-07-27 00:30:00 +09:30
}
},
"autoload": {
2015-10-05 10:52:12 +08:00
"psr-4": {
"Symfony\\Component\\CssSelector\\": ""
2016-03-04 15:12:58 +08:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-27 00:30:00 +09:30
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-10-05 10:52:12 +08:00
"MIT"
2015-07-27 00:30:00 +09:30
],
"authors": [
{
2015-10-05 10:52:12 +08:00
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
2015-07-27 00:30:00 +09:30
},
{
2015-10-05 10:52:12 +08:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-07-27 00:30:00 +09:30
}
],
2015-10-05 10:52:12 +08:00
"description": "Symfony CssSelector Component",
"homepage": "https://symfony.com",
2016-10-04 08:30:05 +08:00
"time": "2016-09-06 11:02:40"
},
{
"name": "symfony/debug",
2016-11-11 07:47:34 +08:00
"version": "v3.1.6",
2016-10-04 08:30:05 +08:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
"reference": "e2b3f74a67fc928adc3c1b9027f73e1bc01190a8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/e2b3f74a67fc928adc3c1b9027f73e1bc01190a8",
"reference": "e2b3f74a67fc928adc3c1b9027f73e1bc01190a8",
"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.1-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": "2016-09-06 11:02:40"
2015-07-27 00:30:00 +09:30
},
{
2015-10-05 10:52:12 +08:00
"name": "symfony/dependency-injection",
2016-11-11 07:47:34 +08:00
"version": "v3.1.6",
2015-07-27 00:30:00 +09:30
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/symfony/dependency-injection.git",
2016-11-11 07:47:34 +08:00
"reference": "c578891216090069cd6d2e573402e13e39b3ad5c"
2015-07-27 00:30:00 +09:30
},
"dist": {
"type": "zip",
2016-11-11 07:47:34 +08:00
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/c578891216090069cd6d2e573402e13e39b3ad5c",
"reference": "c578891216090069cd6d2e573402e13e39b3ad5c",
2015-07-27 00:30:00 +09:30
"shasum": ""
},
"require": {
2016-07-04 14:02:43 +08:00
"php": ">=5.5.9"
2015-07-27 00:30:00 +09:30
},
"require-dev": {
2016-07-04 14:02:43 +08:00
"symfony/config": "~2.8|~3.0",
"symfony/expression-language": "~2.8|~3.0",
2016-08-12 10:17:00 +08:00
"symfony/yaml": "~2.8.7|~3.0.7|~3.1.1|~3.2"
2015-10-05 10:52:12 +08:00
},
"suggest": {
"symfony/config": "",
2016-06-13 07:26:14 +08:00
"symfony/expression-language": "For using expressions in service container configuration",
2015-10-05 10:52:12 +08:00
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
"symfony/yaml": ""
2015-07-27 00:30:00 +09:30
},
"type": "library",
"extra": {
"branch-alias": {
2016-07-04 14:02:43 +08:00
"dev-master": "3.1-dev"
2015-07-27 00:30:00 +09:30
}
},
"autoload": {
2015-10-05 10:52:12 +08:00
"psr-4": {
"Symfony\\Component\\DependencyInjection\\": ""
2016-01-05 11:04:37 +08:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-27 00:30:00 +09:30
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-10-05 10:52:12 +08:00
"MIT"
2015-07-27 00:30:00 +09:30
],
"authors": [
{
2015-10-05 10:52:12 +08:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-07-27 00:30:00 +09:30
}
],
2015-10-05 10:52:12 +08:00
"description": "Symfony DependencyInjection Component",
"homepage": "https://symfony.com",
2016-11-11 07:47:34 +08:00
"time": "2016-10-24 15:52:44"
2015-07-27 00:30:00 +09:30
},
{
2015-10-05 10:52:12 +08:00
"name": "symfony/dom-crawler",
2016-11-11 07:47:34 +08:00
"version": "v3.1.6",
2015-07-27 00:30:00 +09:30
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/symfony/dom-crawler.git",
2016-11-11 07:47:34 +08:00
"reference": "59eee3c76eb89f21857798620ebdad7a05ad14f4"
2015-07-27 00:30:00 +09:30
},
"dist": {
"type": "zip",
2016-11-11 07:47:34 +08:00
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/59eee3c76eb89f21857798620ebdad7a05ad14f4",
"reference": "59eee3c76eb89f21857798620ebdad7a05ad14f4",
2015-07-27 00:30:00 +09:30
"shasum": ""
},
"require": {
2016-07-04 14:02:43 +08:00
"php": ">=5.5.9",
2016-03-04 15:12:58 +08:00
"symfony/polyfill-mbstring": "~1.0"
2015-07-27 00:30:00 +09:30
},
"require-dev": {
2016-07-04 14:02:43 +08:00
"symfony/css-selector": "~2.8|~3.0"
2015-10-05 10:52:12 +08:00
},
"suggest": {
"symfony/css-selector": ""
2015-07-27 00:30:00 +09:30
},
"type": "library",
"extra": {
"branch-alias": {
2016-07-04 14:02:43 +08:00
"dev-master": "3.1-dev"
2015-07-27 00:30:00 +09:30
}
},
"autoload": {
2015-10-05 10:52:12 +08:00
"psr-4": {
"Symfony\\Component\\DomCrawler\\": ""
2016-03-04 15:12:58 +08:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-27 00:30:00 +09:30
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-10-05 10:52:12 +08:00
"MIT"
2015-07-27 00:30:00 +09:30
],
"authors": [
{
2015-10-05 10:52:12 +08:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-07-27 00:30:00 +09:30
},
{
2015-10-05 10:52:12 +08:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-07-27 00:30:00 +09:30
}
],
2015-10-05 10:52:12 +08:00
"description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com",
2016-11-11 07:47:34 +08:00
"time": "2016-10-18 15:46:07"
2015-07-27 00:30:00 +09:30
},
{
2015-10-05 10:52:12 +08:00
"name": "symfony/event-dispatcher",
2016-11-11 07:47:34 +08:00
"version": "v3.1.6",
2015-07-27 00:30:00 +09:30
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/symfony/event-dispatcher.git",
2016-11-11 07:47:34 +08:00
"reference": "28b0832b2553ffb80cabef6a7a812ff1e670c0bc"
2015-07-27 00:30:00 +09:30
},
"dist": {
"type": "zip",
2016-11-11 07:47:34 +08:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/28b0832b2553ffb80cabef6a7a812ff1e670c0bc",
"reference": "28b0832b2553ffb80cabef6a7a812ff1e670c0bc",
2015-07-27 00:30:00 +09:30
"shasum": ""
},
"require": {
2016-07-04 14:02:43 +08:00
"php": ">=5.5.9"
2015-07-27 00:30:00 +09:30
},
"require-dev": {
2015-10-05 10:52:12 +08:00
"psr/log": "~1.0",
2016-07-04 14:02:43 +08: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-07-27 00:30:00 +09:30
},
"suggest": {
2015-10-05 10:52:12 +08:00
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
2015-07-27 00:30:00 +09:30
},
"type": "library",
"extra": {
"branch-alias": {
2016-07-04 14:02:43 +08:00
"dev-master": "3.1-dev"
2015-07-27 00:30:00 +09:30
}
},
"autoload": {
2015-10-05 10:52:12 +08:00
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
2016-01-05 11:04:37 +08:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-27 00:30:00 +09:30
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-10-05 10:52:12 +08:00
"MIT"
2015-07-27 00:30:00 +09:30
],
"authors": [
{
2015-10-05 10:52:12 +08:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-07-27 00:30:00 +09:30
}
],
2015-10-05 10:52:12 +08:00
"description": "Symfony EventDispatcher Component",
"homepage": "https://symfony.com",
2016-11-11 07:47:34 +08:00
"time": "2016-10-13 06:28:43"
2015-07-27 00:30:00 +09:30
},
{
2015-10-05 10:52:12 +08:00
"name": "symfony/filesystem",
2016-11-11 07:47:34 +08:00
"version": "v3.1.6",
2015-07-27 00:30:00 +09:30
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/symfony/filesystem.git",
2016-11-11 07:47:34 +08:00
"reference": "0565b61bf098cb4dc09f4f103f033138ae4f42c6"
2015-07-27 00:30:00 +09:30
},
"dist": {
"type": "zip",
2016-11-11 07:47:34 +08:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/0565b61bf098cb4dc09f4f103f033138ae4f42c6",
"reference": "0565b61bf098cb4dc09f4f103f033138ae4f42c6",
2015-07-27 00:30:00 +09:30
"shasum": ""
},
"require": {
2016-07-04 14:02:43 +08:00
"php": ">=5.5.9"
2015-07-27 00:30:00 +09:30
},
"type": "library",
"extra": {
"branch-alias": {
2016-07-04 14:02:43 +08:00
"dev-master": "3.1-dev"
2015-07-27 00:30:00 +09:30
}
},
"autoload": {
2015-10-05 10:52:12 +08:00
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
2016-03-04 15:12:58 +08:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-07-27 00:30:00 +09:30
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-10-05 10:52:12 +08:00
"MIT"
2015-07-27 00:30:00 +09:30
],
"authors": [
{
2015-10-05 10:52:12 +08:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-07-27 00:30:00 +09:30
},
{
2015-10-05 10:52:12 +08:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-07-27 00:30:00 +09:30
}
],
2015-10-05 10:52:12 +08:00
"description": "Symfony Filesystem Component",
"homepage": "https://symfony.com",
2016-11-11 07:47:34 +08:00
"time": "2016-10-18 04:30:12"
2015-07-27 00:30:00 +09:30
},
2016-01-05 11:04:37 +08:00
{
"name": "symfony/polyfill-mbstring",
2016-06-13 07:26:14 +08:00
"version": "v1.2.0",
2016-01-05 11:04:37 +08:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2016-06-13 07:26:14 +08:00
"reference": "dff51f72b0706335131b00a7f49606168c582594"
2016-01-05 11:04:37 +08:00
},
"dist": {
"type": "zip",
2016-06-13 07:26:14 +08:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
"reference": "dff51f72b0706335131b00a7f49606168c582594",
2016-01-05 11:04:37 +08:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2016-06-13 07:26:14 +08:00
"dev-master": "1.2-dev"
2016-01-05 11:04:37 +08: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"
],
2016-06-13 07:26:14 +08:00
"time": "2016-05-18 14:26:46"
2016-01-05 11:04:37 +08:00
},
2015-04-14 11:25:42 +08:00
{
2015-10-05 10:52:12 +08:00
"name": "symfony/process",
2016-11-11 07:47:34 +08:00
"version": "v2.8.13",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/symfony/process.git",
2016-10-04 08:30:05 +08:00
"reference": "024de37f8a6b9e5e8244d9eb3fcf3e467dd2a93f"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-10-04 08:30:05 +08:00
"url": "https://api.github.com/repos/symfony/process/zipball/024de37f8a6b9e5e8244d9eb3fcf3e467dd2a93f",
"reference": "024de37f8a6b9e5e8244d9eb3fcf3e467dd2a93f",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2015-10-05 10:52:12 +08:00
"php": ">=5.3.9"
},
2015-04-14 11:25:42 +08:00
"type": "library",
2015-10-05 10:52:12 +08:00
"extra": {
"branch-alias": {
2016-01-05 11:04:37 +08:00
"dev-master": "2.8-dev"
2015-10-05 10:52:12 +08:00
}
},
2015-04-14 11:25:42 +08:00
"autoload": {
2015-10-05 10:52:12 +08:00
"psr-4": {
"Symfony\\Component\\Process\\": ""
2016-01-05 11:04:37 +08:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-04-14 11:25:42 +08:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-10-05 10:52:12 +08:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-04-14 11:25:42 +08:00
}
],
2015-10-05 10:52:12 +08:00
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
2016-10-04 08:30:05 +08:00
"time": "2016-09-29 14:03:54"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "symfony/translation",
2016-11-11 07:47:34 +08:00
"version": "v3.1.6",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/symfony/translation.git",
2016-11-11 07:47:34 +08:00
"reference": "ff1285087397d2f64041b35e591f3025881c90cd"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-11-11 07:47:34 +08:00
"url": "https://api.github.com/repos/symfony/translation/zipball/ff1285087397d2f64041b35e591f3025881c90cd",
"reference": "ff1285087397d2f64041b35e591f3025881c90cd",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2016-07-04 14:02:43 +08:00
"php": ">=5.5.9",
2016-01-05 11:04:37 +08:00
"symfony/polyfill-mbstring": "~1.0"
2015-04-14 11:25:42 +08:00
},
2015-10-05 10:52:12 +08:00
"conflict": {
2016-07-04 14:02:43 +08:00
"symfony/config": "<2.8"
2015-04-14 11:25:42 +08:00
},
"require-dev": {
2015-10-05 10:52:12 +08:00
"psr/log": "~1.0",
2016-07-04 14:02:43 +08:00
"symfony/config": "~2.8|~3.0",
"symfony/intl": "~2.8|~3.0",
"symfony/yaml": "~2.8|~3.0"
2015-10-05 10:52:12 +08:00
},
"suggest": {
"psr/log": "To use logging capability in translator",
"symfony/config": "",
"symfony/yaml": ""
2015-04-14 11:25:42 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-07-04 14:02:43 +08:00
"dev-master": "3.1-dev"
2015-04-14 11:25:42 +08:00
}
},
"autoload": {
2015-10-05 10:52:12 +08:00
"psr-4": {
"Symfony\\Component\\Translation\\": ""
2016-01-05 11:04:37 +08:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-04-14 11:25:42 +08:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2015-05-14 12:48:00 +08:00
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-10-05 10:52:12 +08:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-04-14 11:25:42 +08:00
}
],
2015-10-05 10:52:12 +08:00
"description": "Symfony Translation Component",
"homepage": "https://symfony.com",
2016-11-11 07:47:34 +08:00
"time": "2016-10-18 04:30:12"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "symfony/yaml",
2016-11-11 07:47:34 +08:00
"version": "v3.1.6",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/symfony/yaml.git",
2016-11-11 07:47:34 +08:00
"reference": "7ff51b06c6c3d5cc6686df69004a42c69df09e27"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-11-11 07:47:34 +08:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/7ff51b06c6c3d5cc6686df69004a42c69df09e27",
"reference": "7ff51b06c6c3d5cc6686df69004a42c69df09e27",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2016-07-04 14:02:43 +08:00
"php": ">=5.5.9"
2015-10-05 10:52:12 +08:00
},
2015-04-14 11:25:42 +08:00
"type": "library",
"extra": {
"branch-alias": {
2016-07-04 14:02:43 +08:00
"dev-master": "3.1-dev"
2015-04-14 11:25:42 +08:00
}
},
"autoload": {
2015-10-05 10:52:12 +08:00
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
2016-01-05 11:04:37 +08:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-04-14 11:25:42 +08:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-10-05 10:52:12 +08:00
"MIT"
2015-04-14 11:25:42 +08:00
],
"authors": [
{
"name": "Fabien Potencier",
2015-10-05 10:52:12 +08:00
"email": "fabien@symfony.com"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2015-04-14 11:25:42 +08:00
}
],
2015-10-05 10:52:12 +08:00
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
2016-11-11 07:47:34 +08:00
"time": "2016-10-24 18:41:13"
2016-07-04 14:02:43 +08:00
},
{
"name": "webmozart/assert",
2016-08-12 10:17:00 +08:00
"version": "1.1.0",
2016-07-04 14:02:43 +08:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
2016-08-12 10:17:00 +08:00
"reference": "bb2d123231c095735130cc8f6d31385a44c7b308"
2016-07-04 14:02:43 +08:00
},
"dist": {
"type": "zip",
2016-08-12 10:17:00 +08:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/bb2d123231c095735130cc8f6d31385a44c7b308",
"reference": "bb2d123231c095735130cc8f6d31385a44c7b308",
2016-07-04 14:02:43 +08:00
"shasum": ""
},
"require": {
2016-08-12 10:17:00 +08:00
"php": "^5.3.3|^7.0"
2016-07-04 14:02:43 +08:00
},
"require-dev": {
2016-08-12 10:17:00 +08:00
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1"
2016-07-04 14:02:43 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-08-12 10:17:00 +08:00
"dev-master": "1.2-dev"
2016-07-04 14:02:43 +08: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"
],
2016-08-12 10:17:00 +08:00
"time": "2016-08-09 15:02:57"
2015-04-14 11:25:42 +08:00
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}