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"
],
2018-03-18 23:40:02 +01:00
"content-hash": "f047772340a956bbf2c02d91536b11c6",
2015-04-14 11:25:42 +08:00
"packages": [],
"packages-dev": [
{
"name": "behat/behat",
2017-05-29 03:27:24 +02:00
"version": "v3.3.1",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
"url": "https://github.com/Behat/Behat.git",
2017-05-29 03:27:24 +02:00
"reference": "44a58c1480d6144b2dc2c2bf02b9cef73c83840d"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2017-05-29 03:27:24 +02:00
"url": "https://api.github.com/repos/Behat/Behat/zipball/44a58c1480d6144b2dc2c2bf02b9cef73c83840d",
"reference": "44a58c1480d6144b2dc2c2bf02b9cef73c83840d",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2016-10-03 11:50:51 +08:00
"behat/gherkin": "^4.4.4",
2017-05-29 03:27:24 +02:00
"behat/transliterator": "^1.2",
2017-01-20 11:01:50 +08:00
"container-interop/container-interop": "^1.1",
2016-03-04 15:12:58 +08:00
"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
],
2017-09-30 09:56:23 +02:00
"time": "2017-05-15T16:49:16+00:00"
2015-04-14 11:25:42 +08:00
},
{
"name": "behat/gherkin",
2017-09-30 09:56:23 +02:00
"version": "v4.5.1",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
"url": "https://github.com/Behat/Gherkin.git",
2017-09-30 09:56:23 +02:00
"reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2017-09-30 09:56:23 +02:00
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
"reference": "74ac03d52c5e23ad8abd5c5cce4ab0e8dc1b530a",
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"
],
2017-09-30 09:56:23 +02:00
"time": "2017-08-30T11:04:43+00:00"
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"
],
2017-09-30 09:56:23 +02:00
"time": "2016-03-05T08:26:18+00:00"
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"
],
2017-09-30 09:56:23 +02:00
"time": "2016-03-05T08:59:47+00:00"
2015-04-14 11:25:42 +08:00
},
{
"name": "behat/mink-extension",
2018-03-18 23:40:02 +01:00
"version": "2.3.1",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
"url": "https://github.com/Behat/MinkExtension.git",
2018-03-18 23:40:02 +01:00
"reference": "80f7849ba53867181b7e412df9210e12fba50177"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2018-03-18 23:40:02 +01:00
"url": "https://api.github.com/repos/Behat/MinkExtension/zipball/80f7849ba53867181b7e412df9210e12fba50177",
"reference": "80f7849ba53867181b7e412df9210e12fba50177",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2017-11-26 20:27:00 +01:00
"behat/behat": "^3.0.5",
"behat/mink": "^1.5",
2015-10-05 10:52:12 +08:00
"php": ">=5.3.2",
2017-11-26 20:27:00 +01:00
"symfony/config": "^2.7|^3.0|^4.0"
2015-04-14 11:25:42 +08:00
},
"require-dev": {
2017-11-26 20:27:00 +01: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"
],
2018-03-18 23:40:02 +01:00
"time": "2018-02-06T15:36:30+00:00"
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"
],
2017-09-30 09:56:23 +02:00
"time": "2016-03-05T09:04:22+00:00"
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"
],
2017-09-30 09:56:23 +02:00
"time": "2016-03-05T09:10:18+00:00"
2016-03-04 15:12:58 +08:00
},
{
"name": "behat/transliterator",
2017-05-29 03:27:24 +02:00
"version": "v1.2.0",
2016-03-04 15:12:58 +08:00
"source": {
"type": "git",
"url": "https://github.com/Behat/Transliterator.git",
2017-05-29 03:27:24 +02:00
"reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c"
2016-03-04 15:12:58 +08:00
},
"dist": {
"type": "zip",
2017-05-29 03:27:24 +02:00
"url": "https://api.github.com/repos/Behat/Transliterator/zipball/826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
"reference": "826ce7e9c2a6664c0d1f381cbb38b1fb80a7ee2c",
2016-03-04 15:12:58 +08:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
2017-05-29 03:27:24 +02:00
"require-dev": {
"chuyskywalker/rolling-curl": "^3.1",
"php-yaoi/php-yaoi": "^1.0"
},
2016-03-04 15:12:58 +08:00
"type": "library",
"extra": {
"branch-alias": {
2017-05-29 03:27:24 +02:00
"dev-master": "1.2-dev"
2016-03-04 15:12:58 +08:00
}
},
"autoload": {
"psr-0": {
"Behat\\Transliterator": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Artistic-1.0"
],
"description": "String transliterator",
"keywords": [
"i18n",
"slug",
"transliterator"
],
2017-09-30 09:56:23 +02:00
"time": "2017-04-04T11:38:05+00:00"
2017-01-20 11:01:50 +08:00
},
{
"name": "container-interop/container-interop",
2017-05-29 03:27:24 +02:00
"version": "1.2.0",
2017-01-20 11:01:50 +08:00
"source": {
"type": "git",
"url": "https://github.com/container-interop/container-interop.git",
2017-05-29 03:27:24 +02:00
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
2017-01-20 11:01:50 +08:00
},
"dist": {
"type": "zip",
2017-05-29 03:27:24 +02:00
"url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
2017-01-20 11:01:50 +08:00
"shasum": ""
},
2017-05-29 03:27:24 +02:00
"require": {
"psr/container": "^1.0"
},
2017-01-20 11:01:50 +08:00
"type": "library",
"autoload": {
"psr-4": {
"Interop\\Container\\": "src/Interop/Container/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
2017-05-29 03:27:24 +02:00
"homepage": "https://github.com/container-interop/container-interop",
2017-09-30 09:56:23 +02:00
"time": "2017-02-14T19:40:03+00:00"
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
],
2017-09-30 09:56:23 +02:00
"time": "2015-06-14T21:17:01+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "fabpot/goutte",
2017-11-26 20:27:00 +01:00
"version": "v3.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/FriendsOfPHP/Goutte.git",
2017-11-26 20:27:00 +01:00
"reference": "395f61d7c2e15a813839769553a4de16fa3b3c96"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2017-11-26 20:27:00 +01:00
"url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/395f61d7c2e15a813839769553a4de16fa3b3c96",
"reference": "395f61d7c2e15a813839769553a4de16fa3b3c96",
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",
2017-11-26 20:27:00 +01:00
"symfony/browser-kit": "~2.1|~3.0|~4.0",
"symfony/css-selector": "~2.1|~3.0|~4.0",
"symfony/dom-crawler": "~2.1|~3.0|~4.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.3 || ^4"
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-12-12 09:22:53 +08:00
"dev-master": "3.2-dev"
2015-04-14 11:25:42 +08:00
}
},
"autoload": {
2016-03-04 15:12:58 +08:00
"psr-4": {
"Goutte\\": "Goutte"
2017-11-26 20:27:00 +01:00
},
"exclude-from-classmap": [
"Goutte/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
"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
],
2017-11-26 20:27:00 +01:00
"time": "2017-11-19T08:45:40+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "guzzlehttp/guzzle",
2017-09-30 09:56:23 +02:00
"version": "6.3.0",
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",
2017-09-30 09:56:23 +02:00
"reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2017-09-30 09:56:23 +02:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/f4db5a78a5ea468d4831de7f0bf9d9415e348699",
"reference": "f4db5a78a5ea468d4831de7f0bf9d9415e348699",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2016-08-12 10:17:00 +08:00
"guzzlehttp/promises": "^1.0",
2017-05-29 03:27:24 +02:00
"guzzlehttp/psr7": "^1.4",
2016-08-12 10:17:00 +08:00
"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": "*",
2017-09-30 09:56:23 +02:00
"phpunit/phpunit": "^4.0 || ^5.0",
2016-08-12 10:17:00 +08:00
"psr/log": "^1.0"
2015-05-14 12:48:00 +08:00
},
2017-09-30 09:56:23 +02:00
"suggest": {
"psr/log": "Required for using the Log middleware"
},
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
],
2017-09-30 09:56:23 +02:00
"time": "2017-06-22T18:50:49+00:00"
2016-03-04 15:12:58 +08:00
},
{
2016-07-04 14:02:43 +08:00
"name": "guzzlehttp/promises",
2017-01-20 11:01:50 +08:00
"version": "v1.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/promises.git",
2017-01-20 11:01:50 +08:00
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2016-03-04 15:12:58 +08:00
},
"dist": {
"type": "zip",
2017-01-20 11:01:50 +08:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
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": {
2017-01-20 11:01:50 +08:00
"phpunit/phpunit": "^4.0"
2016-03-04 15:12:58 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-01-20 11:01:50 +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\\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"
],
2017-09-30 09:56:23 +02:00
"time": "2016-12-20T10:07:11+00:00"
2016-03-04 15:12:58 +08:00
},
{
2016-07-04 14:02:43 +08:00
"name": "guzzlehttp/psr7",
2017-05-29 03:27:24 +02:00
"version": "1.4.2",
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",
2017-05-29 03:27:24 +02:00
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
2016-03-04 15:12:58 +08:00
},
"dist": {
"type": "zip",
2017-05-29 03:27:24 +02:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
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"
2017-05-29 03:27:24 +02:00
},
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
2016-03-04 15:12:58 +08:00
}
],
2017-05-29 03:27:24 +02:00
"description": "PSR-7 message implementation that also provides common utility methods",
2016-03-04 15:12:58 +08:00
"keywords": [
2016-07-04 14:02:43 +08:00
"http",
"message",
2017-05-29 03:27:24 +02:00
"request",
"response",
2016-07-04 14:02:43 +08:00
"stream",
2017-05-29 03:27:24 +02:00
"uri",
"url"
2016-03-04 15:12:58 +08:00
],
2017-09-30 09:56:23 +02:00
"time": "2017-03-20T17:10:46+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "instaclick/php-webdriver",
2017-09-30 09:56:23 +02:00
"version": "1.4.5",
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",
2017-09-30 09:56:23 +02:00
"reference": "6fa959452e774dcaed543faad3a9d1a37d803327"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2017-09-30 09:56:23 +02:00
"url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/6fa959452e774dcaed543faad3a9d1a37d803327",
"reference": "6fa959452e774dcaed543faad3a9d1a37d803327",
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": {
2017-09-30 09:56:23 +02:00
"phpunit/phpunit": "^4.8",
"satooshi/php-coveralls": "^1.0||^2.0"
2016-03-04 15:12:58 +08:00
},
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",
2017-09-30 09:56:23 +02: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
],
2017-09-30 09:56:23 +02:00
"time": "2017-06-30T04:02:48+00:00"
2015-04-14 11:25:42 +08:00
},
2016-01-05 18:14:16 +08:00
{
"name": "mikey179/vfsStream",
2017-09-30 09:56:23 +02:00
"version": "v1.6.5",
2016-01-05 18:14:16 +08:00
"source": {
"type": "git",
"url": "https://github.com/mikey179/vfsStream.git",
2017-09-30 09:56:23 +02:00
"reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
2016-01-05 18:14:16 +08:00
},
"dist": {
"type": "zip",
2017-09-30 09:56:23 +02:00
"url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
"reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
2016-01-05 18:14:16 +08:00
"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-09-30 09:56:23 +02:00
"time": "2017-08-01T08:02:14+00:00"
2016-01-05 18:14:16 +08:00
},
2015-04-14 11:25:42 +08:00
{
2015-10-05 10:52:12 +08:00
"name": "moodlehq/behat-extension",
2018-01-24 20:46:56 +01:00
"version": "v3.35.1",
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",
2018-01-24 20:46:56 +01:00
"reference": "e6e92fd551185f73603bad5694e854f3f6906e0e"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2018-01-24 20:46:56 +01:00
"url": "https://api.github.com/repos/moodlehq/moodle-behat-extension/zipball/e6e92fd551185f73603bad5694e854f3f6906e0e",
"reference": "e6e92fd551185f73603bad5694e854f3f6906e0e",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2017-01-20 11:01:50 +08:00
"behat/behat": "3.3.*",
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",
2017-09-30 09:56:23 +02:00
"guzzlehttp/guzzle": "^6.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
],
2018-01-24 20:46:56 +01:00
"time": "2018-01-24T14:09:40+00:00"
2015-04-14 11:25:42 +08:00
},
2016-07-04 14:02:43 +08:00
{
"name": "myclabs/deep-copy",
2017-11-02 19:43:29 +01:00
"version": "1.7.0",
2016-07-04 14:02:43 +08:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2017-11-02 19:43:29 +01:00
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
2016-07-04 14:02:43 +08:00
},
"dist": {
"type": "zip",
2017-11-02 19:43:29 +01:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
"reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
2016-07-04 14:02:43 +08:00
"shasum": ""
},
"require": {
2017-11-02 19:43:29 +01:00
"php": "^5.6 || ^7.0"
2016-07-04 14:02:43 +08:00
},
"require-dev": {
2017-11-02 19:43:29 +01:00
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
"phpunit/phpunit": "^4.1"
2016-07-04 14:02:43 +08:00
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
2017-11-02 19:43:29 +01:00
},
"files": [
"src/DeepCopy/deep_copy.php"
]
2016-07-04 14:02:43 +08:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
2017-11-02 19:43:29 +01:00
"time": "2017-10-19T19:58:43+00:00"
},
{
"name": "phar-io/manifest",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
"reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/2df402786ab5368a0169091f61a7c1e0eb6852d0",
"reference": "2df402786ab5368a0169091f61a7c1e0eb6852d0",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
"phar-io/version": "^1.0.1",
"php": "^5.6 || ^7.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": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
"time": "2017-03-05T18:14:27+00:00"
},
{
"name": "phar-io/version",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
"reference": "a70c0ced4be299a63d32fa96d9281d03e94041df"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/version/zipball/a70c0ced4be299a63d32fa96d9281d03e94041df",
"reference": "a70c0ced4be299a63d32fa96d9281d03e94041df",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
"time": "2017-03-05T17:38:23+00:00"
2016-07-04 14:02:43 +08:00
},
{
"name": "phpdocumentor/reflection-common",
2017-09-30 09:56:23 +02:00
"version": "1.0.1",
2016-07-04 14:02:43 +08:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2017-09-30 09:56:23 +02:00
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2016-07-04 14:02:43 +08:00
},
"dist": {
"type": "zip",
2017-09-30 09:56:23 +02:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2016-07-04 14:02:43 +08:00
"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-09-30 09:56:23 +02:00
"time": "2017-09-11T18:02:19+00:00"
2016-07-04 14:02:43 +08:00
},
2015-07-27 00:30:00 +09:30
{
2015-10-05 10:52:12 +08:00
"name": "phpdocumentor/reflection-docblock",
2018-03-18 23:40:02 +01:00
"version": "4.3.0",
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",
2018-03-18 23:40:02 +01:00
"reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2015-07-27 00:30:00 +09:30
},
"dist": {
"type": "zip",
2018-03-18 23:40:02 +01:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
"reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2015-07-27 00:30:00 +09:30
"shasum": ""
},
"require": {
2017-09-30 09:56:23 +02:00
"php": "^7.0",
2018-01-24 20:46:56 +01:00
"phpdocumentor/reflection-common": "^1.0.0",
2017-09-30 09:56:23 +02:00
"phpdocumentor/type-resolver": "^0.4.0",
2016-07-04 14:02:43 +08:00
"webmozart/assert": "^1.0"
2015-07-27 00:30:00 +09:30
},
"require-dev": {
2018-01-24 20:46:56 +01:00
"doctrine/instantiator": "~1.0.5",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.4"
2015-10-05 10:52:12 +08:00
},
2016-07-04 14:02:43 +08:00
"type": "library",
2018-01-24 20:46:56 +01:00
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
}
},
2016-07-04 14:02:43 +08:00
"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.",
2018-03-18 23:40:02 +01:00
"time": "2017-11-30T07:14:17+00:00"
2016-07-04 14:02:43 +08:00
},
{
"name": "phpdocumentor/type-resolver",
2017-09-30 09:56:23 +02:00
"version": "0.4.0",
2016-07-04 14:02:43 +08:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2017-09-30 09:56:23 +02:00
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2016-07-04 14:02:43 +08:00
},
"dist": {
"type": "zip",
2017-09-30 09:56:23 +02:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2016-07-04 14:02:43 +08:00
"shasum": ""
},
"require": {
2017-09-30 09:56:23 +02:00
"php": "^5.5 || ^7.0",
2016-07-04 14:02:43 +08:00
"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
}
],
2017-09-30 09:56:23 +02:00
"time": "2017-07-14T14:27:02+00:00"
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",
2018-03-18 23:40:02 +01:00
"version": "1.7.5",
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",
2018-03-18 23:40:02 +01:00
"reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2018-03-18 23:40:02 +01:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
"reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
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",
2017-09-30 09:56:23 +02:00
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2017-05-29 03:27:24 +02:00
"sebastian/comparator": "^1.1|^2.0",
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
2015-10-05 10:52:12 +08:00
},
"require-dev": {
2017-05-29 03:27:24 +02:00
"phpspec/phpspec": "^2.5|^3.2",
2018-03-18 23:40:02 +01:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
2015-04-14 11:25:42 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-09-30 09:56:23 +02:00
"dev-master": "1.7.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
],
2018-03-18 23:40:02 +01:00
"time": "2018-02-19T10:16:54+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "phpunit/dbunit",
2018-01-24 20:46:56 +01:00
"version": "3.0.3",
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",
2018-01-24 20:46:56 +01:00
"reference": "0fa4329e490480ab957fe7b1185ea0996ca11f44"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2018-01-24 20:46:56 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/0fa4329e490480ab957fe7b1185ea0996ca11f44",
"reference": "0fa4329e490480ab957fe7b1185ea0996ca11f44",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2015-10-05 10:52:12 +08:00
"ext-pdo": "*",
"ext-simplexml": "*",
2017-11-02 19:43:29 +01:00
"php": "^7.0",
"phpunit/phpunit": "^6.0",
2017-11-26 20:27:00 +01:00
"symfony/yaml": "^3.0 || ^4.0"
2015-04-14 11:25:42 +08:00
},
2015-10-05 10:52:12 +08:00
"type": "library",
2015-04-14 11:25:42 +08:00
"extra": {
"branch-alias": {
2017-11-02 19:43:29 +01:00
"dev-master": "3.0.x-dev"
2015-04-14 11:25:42 +08:00
}
},
"autoload": {
2015-10-05 10:52:12 +08:00
"classmap": [
2017-11-02 19:43:29 +01:00
"src/"
2015-10-05 10:52:12 +08:00
]
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",
2017-11-02 19:43:29 +01:00
"email": "sebastian@phpunit.de",
2015-10-05 10:52:12 +08:00
"role": "lead"
2015-04-14 11:25:42 +08:00
}
],
2017-11-02 19:43:29 +01:00
"description": "PHPUnit extension for database interaction testing",
2015-10-05 10:52:12 +08:00
"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
],
2018-01-24 20:46:56 +01:00
"time": "2018-01-23T13:32:26+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "phpunit/php-code-coverage",
2018-01-24 20:46:56 +01:00
"version": "5.3.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/php-code-coverage.git",
2018-01-24 20:46:56 +01:00
"reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2018-01-24 20:46:56 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/661f34d0bd3f1a7225ef491a70a020ad23a057a1",
"reference": "661f34d0bd3f1a7225ef491a70a020ad23a057a1",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2017-05-29 03:27:24 +02:00
"ext-dom": "*",
"ext-xmlwriter": "*",
2017-11-02 19:43:29 +01:00
"php": "^7.0",
"phpunit/php-file-iterator": "^1.4.2",
"phpunit/php-text-template": "^1.2.1",
2018-01-24 20:46:56 +01:00
"phpunit/php-token-stream": "^2.0.1",
2017-11-02 19:43:29 +01:00
"sebastian/code-unit-reverse-lookup": "^1.0.1",
"sebastian/environment": "^3.0",
"sebastian/version": "^2.0.1",
"theseer/tokenizer": "^1.1"
2015-04-14 11:25:42 +08:00
},
"require-dev": {
2017-11-02 19:43:29 +01:00
"phpunit/phpunit": "^6.0"
2015-10-05 10:52:12 +08:00
},
"suggest": {
2017-11-02 19:43:29 +01:00
"ext-xdebug": "^2.5.5"
2015-04-14 11:25:42 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-01-24 20:46:56 +01:00
"dev-master": "5.3.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",
2018-01-24 20:46:56 +01:00
"email": "sebastian@phpunit.de",
2015-10-05 10:52:12 +08:00
"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
],
2018-01-24 20:46:56 +01:00
"time": "2017-12-06T09:29:45+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "phpunit/php-file-iterator",
2018-01-24 20:46:56 +01:00
"version": "1.4.5",
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",
2018-01-24 20:46:56 +01:00
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2018-01-24 20:46:56 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
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"
],
2018-01-24 20:46:56 +01:00
"time": "2017-11-27T13:52:08+00:00"
2015-10-05 10:52:12 +08: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": [
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
],
2017-09-30 09:56:23 +02:00
"time": "2015-06-21T13:50:34+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "phpunit/php-timer",
2017-05-29 03:27:24 +02:00
"version": "1.0.9",
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",
2017-05-29 03:27:24 +02:00
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2017-05-29 03:27:24 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
"reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2017-05-29 03:27:24 +02:00
"php": "^5.3.3 || ^7.0"
2015-10-05 10:52:12 +08:00
},
2016-06-13 07:26:14 +08:00
"require-dev": {
2017-05-29 03:27:24 +02:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2016-06-13 07:26:14 +08:00
},
2015-10-05 10:52:12 +08:00
"type": "library",
2017-05-29 03:27:24 +02:00
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
2015-10-05 10:52:12 +08: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-09-30 09:56:23 +02:00
"time": "2017-02-26T11:10:40+00:00"
2015-10-05 10:52:12 +08:00
},
{
"name": "phpunit/php-token-stream",
2018-01-24 20:46:56 +01:00
"version": "2.0.2",
2015-10-05 10:52:12 +08:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2018-01-24 20:46:56 +01:00
"reference": "791198a2c6254db10131eecfe8c06670700904db"
2015-10-05 10:52:12 +08:00
},
"dist": {
"type": "zip",
2018-01-24 20:46:56 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
"reference": "791198a2c6254db10131eecfe8c06670700904db",
2015-10-05 10:52:12 +08:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2017-09-30 09:56:23 +02:00
"php": "^7.0"
2015-10-05 10:52:12 +08:00
},
"require-dev": {
2017-09-30 09:56:23 +02:00
"phpunit/phpunit": "^6.2.4"
2015-04-14 11:25:42 +08:00
},
"type": "library",
2015-10-05 10:52:12 +08:00
"extra": {
"branch-alias": {
2017-09-30 09:56:23 +02:00
"dev-master": "2.0-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
],
2018-01-24 20:46:56 +01:00
"time": "2017-11-27T05:48:46+00:00"
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",
2018-03-18 23:40:02 +01:00
"version": "6.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",
2018-03-18 23:40:02 +01:00
"reference": "6bd77b57707c236833d2b57b968e403df060c9d9"
2015-07-27 00:30:00 +09:30
},
"dist": {
"type": "zip",
2018-03-18 23:40:02 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6bd77b57707c236833d2b57b968e403df060c9d9",
"reference": "6bd77b57707c236833d2b57b968e403df060c9d9",
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": "*",
2017-11-02 19:43:29 +01:00
"myclabs/deep-copy": "^1.6.1",
"phar-io/manifest": "^1.0.1",
"phar-io/version": "^1.0",
"php": "^7.0",
"phpspec/prophecy": "^1.7",
2018-03-18 23:40:02 +01:00
"phpunit/php-code-coverage": "^5.3",
"phpunit/php-file-iterator": "^1.4.3",
2017-11-02 19:43:29 +01:00
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-timer": "^1.0.9",
2018-03-18 23:40:02 +01:00
"phpunit/phpunit-mock-objects": "^5.0.5",
"sebastian/comparator": "^2.1",
2017-11-02 19:43:29 +01:00
"sebastian/diff": "^2.0",
"sebastian/environment": "^3.1",
"sebastian/exporter": "^3.1",
"sebastian/global-state": "^2.0",
"sebastian/object-enumerator": "^3.0.3",
"sebastian/resource-operations": "^1.0",
"sebastian/version": "^2.0.1"
2015-07-27 00:30:00 +09:30
},
2016-07-04 14:02:43 +08:00
"conflict": {
2017-11-02 19:43:29 +01:00
"phpdocumentor/reflection-docblock": "3.0.2",
"phpunit/dbunit": "<3.0"
2016-07-04 14:02:43 +08:00
},
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-xdebug": "*",
2017-11-02 19:43:29 +01: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": {
2018-03-18 23:40:02 +01:00
"dev-master": "6.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"
],
2018-03-18 23:40:02 +01:00
"time": "2018-02-26T07:01:09+00:00"
2015-07-27 00:30:00 +09:30
},
{
2015-10-05 10:52:12 +08:00
"name": "phpunit/phpunit-mock-objects",
2018-03-18 23:40:02 +01:00
"version": "5.0.6",
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",
2018-03-18 23:40:02 +01:00
"reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf"
2015-07-27 00:30:00 +09:30
},
"dist": {
"type": "zip",
2018-03-18 23:40:02 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
"reference": "33fd41a76e746b8fa96d00b49a23dadfa8334cdf",
2015-07-27 00:30:00 +09:30
"shasum": ""
},
"require": {
2017-11-02 19:43:29 +01:00
"doctrine/instantiator": "^1.0.5",
"php": "^7.0",
"phpunit/php-text-template": "^1.2.1",
2018-03-18 23:40:02 +01:00
"sebastian/exporter": "^3.1"
2016-07-04 14:02:43 +08:00
},
"conflict": {
2017-11-02 19:43:29 +01:00
"phpunit/phpunit": "<6.0"
2015-07-27 00:30:00 +09:30
},
"require-dev": {
2018-03-18 23:40:02 +01:00
"phpunit/phpunit": "^6.5"
2015-10-05 10:52:12 +08:00
},
"suggest": {
"ext-soap": "*"
2015-07-27 00:30:00 +09:30
},
"type": "library",
"extra": {
"branch-alias": {
2018-03-18 23:40:02 +01:00
"dev-master": "5.0.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",
2018-03-18 23:40:02 +01:00
"email": "sebastian@phpunit.de",
2015-10-05 10:52:12 +08:00
"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
],
2018-03-18 23:40:02 +01:00
"time": "2018-01-06T05:45:45+00:00"
2017-05-29 03:27:24 +02:00
},
{
"name": "psr/container",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
2017-09-30 09:56:23 +02:00
"time": "2017-02-14T16:28:37+00:00"
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"
],
2017-09-30 09:56:23 +02:00
"time": "2016-08-06T14:39:51+00:00"
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"
],
2017-09-30 09:56:23 +02:00
"time": "2016-10-10T12:19:37+00:00"
2016-10-04 08:30:05 +08:00
},
2016-07-04 14:02:43 +08:00
{
"name": "sebastian/code-unit-reverse-lookup",
2017-05-29 03:27:24 +02:00
"version": "1.0.1",
2016-07-04 14:02:43 +08:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2017-05-29 03:27:24 +02:00
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2016-07-04 14:02:43 +08:00
},
"dist": {
"type": "zip",
2017-05-29 03:27:24 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2016-07-04 14:02:43 +08:00
"shasum": ""
},
"require": {
2017-05-29 03:27:24 +02:00
"php": "^5.6 || ^7.0"
2016-07-04 14:02:43 +08:00
},
"require-dev": {
2017-05-29 03:27:24 +02:00
"phpunit/phpunit": "^5.7 || ^6.0"
2016-07-04 14:02:43 +08:00
},
"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/",
2017-09-30 09:56:23 +02:00
"time": "2017-03-04T06:30:41+00:00"
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",
2018-03-18 23:40:02 +01:00
"version": "2.1.3",
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",
2018-03-18 23:40:02 +01:00
"reference": "34369daee48eafb2651bea869b4b15d75ccc35f9"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2018-03-18 23:40:02 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/34369daee48eafb2651bea869b4b15d75ccc35f9",
"reference": "34369daee48eafb2651bea869b4b15d75ccc35f9",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2017-11-02 19:43:29 +01:00
"php": "^7.0",
2018-03-18 23:40:02 +01:00
"sebastian/diff": "^2.0 || ^3.0",
2017-11-08 23:02:24 +01:00
"sebastian/exporter": "^3.1"
2015-10-05 10:52:12 +08:00
},
"require-dev": {
2017-11-08 23:02:24 +01:00
"phpunit/phpunit": "^6.4"
2015-04-14 11:25:42 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-08 23:02:24 +01:00
"dev-master": "2.1.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",
2017-11-08 23:02:24 +01:00
"homepage": "https://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
],
2018-03-18 23:40:02 +01:00
"time": "2018-02-01T13:46:46+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "sebastian/diff",
2017-11-02 19:43:29 +01:00
"version": "2.0.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",
2017-11-02 19:43:29 +01:00
"reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2017-11-02 19:43:29 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
"reference": "347c1d8b49c5c3ee30c7040ea6fc446790e6bddd",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2017-11-02 19:43:29 +01:00
"php": "^7.0"
2015-04-14 11:25:42 +08:00
},
"require-dev": {
2017-11-02 19:43:29 +01:00
"phpunit/phpunit": "^6.2"
2015-04-14 11:25:42 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-02 19:43:29 +01:00
"dev-master": "2.0-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
],
2017-11-02 19:43:29 +01:00
"time": "2017-08-03T08:09:46+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "sebastian/environment",
2017-11-02 19:43:29 +01:00
"version": "3.1.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/environment.git",
2017-11-02 19:43:29 +01:00
"reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2017-11-02 19:43:29 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
"reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2017-11-02 19:43:29 +01:00
"php": "^7.0"
2015-04-14 11:25:42 +08:00
},
2015-10-05 10:52:12 +08:00
"require-dev": {
2017-11-02 19:43:29 +01:00
"phpunit/phpunit": "^6.1"
2015-10-05 10:52:12 +08:00
},
2015-04-14 11:25:42 +08:00
"type": "library",
"extra": {
"branch-alias": {
2017-11-02 19:43:29 +01:00
"dev-master": "3.1.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
],
2017-11-02 19:43:29 +01:00
"time": "2017-07-01T08:51:00+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "sebastian/exporter",
2017-11-02 19:43:29 +01:00
"version": "3.1.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/exporter.git",
2017-11-02 19:43:29 +01:00
"reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2017-11-02 19:43:29 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
"reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2017-11-02 19:43:29 +01:00
"php": "^7.0",
"sebastian/recursion-context": "^3.0"
2015-10-05 10:52:12 +08:00
},
"require-dev": {
2016-06-09 09:48:27 +08:00
"ext-mbstring": "*",
2017-11-02 19:43:29 +01:00
"phpunit/phpunit": "^6.0"
2015-04-14 11:25:42 +08:00
},
"type": "library",
2015-10-05 10:52:12 +08:00
"extra": {
"branch-alias": {
2017-11-02 19:43:29 +01:00
"dev-master": "3.1.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
],
2017-11-02 19:43:29 +01:00
"time": "2017-04-03T13:19:02+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "sebastian/global-state",
2017-11-02 19:43:29 +01: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/global-state.git",
2017-11-02 19:43:29 +01:00
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2017-11-02 19:43:29 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2017-11-02 19:43:29 +01:00
"php": "^7.0"
2015-04-14 11:25:42 +08:00
},
2015-10-05 10:52:12 +08:00
"require-dev": {
2017-11-02 19:43:29 +01:00
"phpunit/phpunit": "^6.0"
2015-10-05 10:52:12 +08:00
},
"suggest": {
"ext-uopz": "*"
},
2015-04-14 11:25:42 +08:00
"type": "library",
2015-10-05 10:52:12 +08:00
"extra": {
"branch-alias": {
2017-11-02 19:43:29 +01:00
"dev-master": "2.0-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": [
{
"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
],
2017-11-02 19:43:29 +01:00
"time": "2017-04-27T15:39:26+00:00"
2015-04-14 11:25:42 +08:00
},
2016-07-04 14:02:43 +08:00
{
"name": "sebastian/object-enumerator",
2017-11-02 19:43:29 +01:00
"version": "3.0.3",
2016-07-04 14:02:43 +08:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
2017-11-02 19:43:29 +01:00
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2016-07-04 14:02:43 +08:00
},
"dist": {
"type": "zip",
2017-11-02 19:43:29 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2016-07-04 14:02:43 +08:00
"shasum": ""
},
"require": {
2017-11-02 19:43:29 +01:00
"php": "^7.0",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
2016-07-04 14:02:43 +08:00
},
"require-dev": {
2017-11-02 19:43:29 +01:00
"phpunit/phpunit": "^6.0"
2016-07-04 14:02:43 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-11-02 19:43:29 +01:00
"dev-master": "3.0.x-dev"
2016-07-04 14:02:43 +08:00
}
},
"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/",
2017-11-02 19:43:29 +01:00
"time": "2017-08-03T12:35:26+00:00"
},
{
"name": "sebastian/object-reflector",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "773f97c67f28de00d397be301821b06708fca0be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
"reference": "773f97c67f28de00d397be301821b06708fca0be",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
"time": "2017-03-29T09:07:27+00:00"
2016-07-04 14:02:43 +08:00
},
2015-04-14 11:25:42 +08:00
{
2015-10-05 10:52:12 +08:00
"name": "sebastian/recursion-context",
2017-11-02 19:43:29 +01:00
"version": "3.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/recursion-context.git",
2017-11-02 19:43:29 +01:00
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2017-11-02 19:43:29 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2017-11-02 19:43:29 +01:00
"php": "^7.0"
2015-04-14 11:25:42 +08:00
},
2015-07-27 00:30:00 +09:30
"require-dev": {
2017-11-02 19:43:29 +01:00
"phpunit/phpunit": "^6.0"
2015-07-27 00:30:00 +09:30
},
2015-04-14 11:25:42 +08:00
"type": "library",
"extra": {
"branch-alias": {
2017-11-02 19:43:29 +01:00
"dev-master": "3.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",
2017-11-02 19:43:29 +01:00
"time": "2017-03-03T06:23:57+00:00"
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",
2017-09-30 09:56:23 +02:00
"time": "2015-07-28T20:34:47+00:00"
2016-07-04 14:02:43 +08:00
},
2015-04-14 11:25:42 +08:00
{
2015-10-05 10:52:12 +08:00
"name": "sebastian/version",
2016-12-12 09:22:53 +08:00
"version": "2.0.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/version.git",
2016-12-12 09:22:53 +08:00
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2016-12-12 09:22:53 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
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",
2017-09-30 09:56:23 +02:00
"time": "2016-10-03T07:35:21+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "symfony/browser-kit",
2018-03-18 23:40:02 +01:00
"version": "v3.4.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",
2018-01-24 20:46:56 +01:00
"reference": "490f27762705c8489bd042fe3e9377a191dba9b4"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2018-01-24 20:46:56 +01:00
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/490f27762705c8489bd042fe3e9377a191dba9b4",
"reference": "490f27762705c8489bd042fe3e9377a191dba9b4",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2017-09-30 09:56:23 +02:00
"php": "^5.5.9|>=7.0.8",
2018-01-24 20:46:56 +01:00
"symfony/dom-crawler": "~2.8|~3.0|~4.0"
2015-07-27 00:30:00 +09:30
},
"require-dev": {
2018-01-24 20:46:56 +01:00
"symfony/css-selector": "~2.8|~3.0|~4.0",
"symfony/process": "~2.8|~3.0|~4.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": {
2018-01-24 20:46:56 +01:00
"dev-master": "3.4-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",
2018-01-24 20:46:56 +01:00
"time": "2018-01-03T07:37:34+00:00"
2016-03-04 15:12:58 +08:00
},
{
"name": "symfony/class-loader",
2018-03-18 23:40:02 +01:00
"version": "v3.4.6",
2016-03-04 15:12:58 +08:00
"source": {
"type": "git",
"url": "https://github.com/symfony/class-loader.git",
2018-01-24 20:46:56 +01:00
"reference": "e63c12699822bb3b667e7216ba07fbcc3a3e203e"
2016-03-04 15:12:58 +08:00
},
"dist": {
"type": "zip",
2018-01-24 20:46:56 +01:00
"url": "https://api.github.com/repos/symfony/class-loader/zipball/e63c12699822bb3b667e7216ba07fbcc3a3e203e",
"reference": "e63c12699822bb3b667e7216ba07fbcc3a3e203e",
2016-03-04 15:12:58 +08:00
"shasum": ""
},
"require": {
2017-09-30 09:56:23 +02:00
"php": "^5.5.9|>=7.0.8"
2016-03-04 15:12:58 +08:00
},
"require-dev": {
2018-01-24 20:46:56 +01:00
"symfony/finder": "~2.8|~3.0|~4.0",
2016-07-04 14:02:43 +08:00
"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": {
2018-01-24 20:46:56 +01:00
"dev-master": "3.4-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",
2018-01-24 20:46:56 +01:00
"time": "2018-01-03T07:37:34+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "symfony/config",
2018-03-18 23:40:02 +01:00
"version": "v3.4.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",
2018-03-18 23:40:02 +01:00
"reference": "05e10567b529476a006b00746c5f538f1636810e"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2018-03-18 23:40:02 +01:00
"url": "https://api.github.com/repos/symfony/config/zipball/05e10567b529476a006b00746c5f538f1636810e",
"reference": "05e10567b529476a006b00746c5f538f1636810e",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
2015-10-05 10:52:12 +08:00
"require": {
2017-09-30 09:56:23 +02:00
"php": "^5.5.9|>=7.0.8",
2018-01-24 20:46:56 +01:00
"symfony/filesystem": "~2.8|~3.0|~4.0"
2015-10-05 10:52:12 +08:00
},
2017-05-29 03:27:24 +02:00
"conflict": {
2017-09-30 09:56:23 +02:00
"symfony/dependency-injection": "<3.3",
"symfony/finder": "<3.3"
2017-05-29 03:27:24 +02:00
},
2016-12-12 09:22:53 +08:00
"require-dev": {
2018-01-24 20:46:56 +01:00
"symfony/dependency-injection": "~3.3|~4.0",
2018-03-18 23:40:02 +01:00
"symfony/event-dispatcher": "~3.3|~4.0",
2018-01-24 20:46:56 +01:00
"symfony/finder": "~3.3|~4.0",
"symfony/yaml": "~3.0|~4.0"
2016-12-12 09:22:53 +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": {
2018-01-24 20:46:56 +01:00
"dev-master": "3.4-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",
2018-03-18 23:40:02 +01:00
"time": "2018-02-14T10:03:57+00:00"
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",
2018-03-18 23:40:02 +01:00
"version": "v3.3.16",
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",
2018-03-18 23:40:02 +01:00
"reference": "af7ec995de93671c03cc1b4e3176c8588bc79dcc"
2015-07-27 00:30:00 +09:30
},
"dist": {
"type": "zip",
2018-03-18 23:40:02 +01:00
"url": "https://api.github.com/repos/symfony/console/zipball/af7ec995de93671c03cc1b4e3176c8588bc79dcc",
"reference": "af7ec995de93671c03cc1b4e3176c8588bc79dcc",
2015-07-27 00:30:00 +09:30
"shasum": ""
},
"require": {
2017-09-30 09:56:23 +02:00
"php": "^5.5.9|>=7.0.8",
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
},
2017-05-29 03:27:24 +02:00
"conflict": {
"symfony/dependency-injection": "<3.3"
},
2015-07-27 00:30:00 +09:30
"require-dev": {
2015-10-05 10:52:12 +08:00
"psr/log": "~1.0",
2017-09-30 09:56:23 +02:00
"symfony/config": "~3.3",
2017-05-29 03:27:24 +02:00
"symfony/dependency-injection": "~3.3",
2016-07-04 14:02:43 +08:00
"symfony/event-dispatcher": "~2.8|~3.0",
2016-12-12 09:22:53 +08:00
"symfony/filesystem": "~2.8|~3.0",
2016-07-04 14:02:43 +08:00
"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": "",
2016-12-12 09:22:53 +08:00
"symfony/filesystem": "",
2015-10-05 10:52:12 +08:00
"symfony/process": ""
2015-07-27 00:30:00 +09:30
},
"type": "library",
"extra": {
"branch-alias": {
2017-05-29 03:27:24 +02:00
"dev-master": "3.3-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",
2018-03-18 23:40:02 +01:00
"time": "2018-01-29T09:02:23+00:00"
2015-07-27 00:30:00 +09:30
},
{
2015-10-05 10:52:12 +08:00
"name": "symfony/css-selector",
2018-03-18 23:40:02 +01:00
"version": "v3.4.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",
2018-03-18 23:40:02 +01:00
"reference": "544655f1fc078a9cd839fdda2b7b1e64627c826a"
2015-07-27 00:30:00 +09:30
},
"dist": {
"type": "zip",
2018-03-18 23:40:02 +01:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/544655f1fc078a9cd839fdda2b7b1e64627c826a",
"reference": "544655f1fc078a9cd839fdda2b7b1e64627c826a",
2015-07-27 00:30:00 +09:30
"shasum": ""
},
"require": {
2017-09-30 09:56:23 +02:00
"php": "^5.5.9|>=7.0.8"
2015-07-27 00:30:00 +09:30
},
"type": "library",
"extra": {
"branch-alias": {
2018-01-24 20:46:56 +01:00
"dev-master": "3.4-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",
2018-03-18 23:40:02 +01:00
"time": "2018-02-03T14:55:07+00:00"
2016-10-04 08:30:05 +08:00
},
{
"name": "symfony/debug",
2018-03-18 23:40:02 +01:00
"version": "v3.4.6",
2016-10-04 08:30:05 +08:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
2018-03-18 23:40:02 +01:00
"reference": "9b1071f86e79e1999b3d3675d2e0e7684268b9bc"
2016-10-04 08:30:05 +08:00
},
"dist": {
"type": "zip",
2018-03-18 23:40:02 +01:00
"url": "https://api.github.com/repos/symfony/debug/zipball/9b1071f86e79e1999b3d3675d2e0e7684268b9bc",
"reference": "9b1071f86e79e1999b3d3675d2e0e7684268b9bc",
2016-10-04 08:30:05 +08:00
"shasum": ""
},
"require": {
2017-09-30 09:56:23 +02:00
"php": "^5.5.9|>=7.0.8",
2016-10-04 08:30:05 +08:00
"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": {
2018-01-24 20:46:56 +01:00
"symfony/http-kernel": "~2.8|~3.0|~4.0"
2016-10-04 08:30:05 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-01-24 20:46:56 +01:00
"dev-master": "3.4-dev"
2016-10-04 08:30:05 +08:00
}
},
"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",
2018-03-18 23:40:02 +01:00
"time": "2018-02-28T21:49:22+00:00"
2015-07-27 00:30:00 +09:30
},
{
2015-10-05 10:52:12 +08:00
"name": "symfony/dependency-injection",
2018-03-18 23:40:02 +01:00
"version": "v3.3.16",
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",
2018-03-18 23:40:02 +01:00
"reference": "54243abc4e1a1a15e274e391bd6f7090b44711f1"
2015-07-27 00:30:00 +09:30
},
"dist": {
"type": "zip",
2018-03-18 23:40:02 +01:00
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/54243abc4e1a1a15e274e391bd6f7090b44711f1",
"reference": "54243abc4e1a1a15e274e391bd6f7090b44711f1",
2015-07-27 00:30:00 +09:30
"shasum": ""
},
"require": {
2017-09-30 09:56:23 +02:00
"php": "^5.5.9|>=7.0.8",
2017-05-29 03:27:24 +02:00
"psr/container": "^1.0"
2015-07-27 00:30:00 +09:30
},
2016-12-12 09:22:53 +08:00
"conflict": {
2018-01-24 20:46:56 +01:00
"symfony/config": "<3.3.7",
2017-05-29 03:27:24 +02:00
"symfony/finder": "<3.3",
"symfony/yaml": "<3.3"
},
"provide": {
"psr/container-implementation": "1.0"
2016-12-12 09:22:53 +08:00
},
2015-07-27 00:30:00 +09:30
"require-dev": {
2017-05-29 03:27:24 +02:00
"symfony/config": "~3.3",
2016-07-04 14:02:43 +08:00
"symfony/expression-language": "~2.8|~3.0",
2017-05-29 03:27:24 +02:00
"symfony/yaml": "~3.3"
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",
2017-05-29 03:27:24 +02:00
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
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": {
2017-05-29 03:27:24 +02:00
"dev-master": "3.3-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",
2018-03-18 23:40:02 +01:00
"time": "2018-01-29T09:02:23+00:00"
2015-07-27 00:30:00 +09:30
},
{
2015-10-05 10:52:12 +08:00
"name": "symfony/dom-crawler",
2018-03-18 23:40:02 +01:00
"version": "v3.4.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",
2018-03-18 23:40:02 +01:00
"reference": "2bb5d3101cc01f4fe580e536daf4f1959bc2d24d"
2015-07-27 00:30:00 +09:30
},
"dist": {
"type": "zip",
2018-03-18 23:40:02 +01:00
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/2bb5d3101cc01f4fe580e536daf4f1959bc2d24d",
"reference": "2bb5d3101cc01f4fe580e536daf4f1959bc2d24d",
2015-07-27 00:30:00 +09:30
"shasum": ""
},
"require": {
2017-09-30 09:56:23 +02:00
"php": "^5.5.9|>=7.0.8",
2016-03-04 15:12:58 +08:00
"symfony/polyfill-mbstring": "~1.0"
2015-07-27 00:30:00 +09:30
},
"require-dev": {
2018-01-24 20:46:56 +01:00
"symfony/css-selector": "~2.8|~3.0|~4.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": {
2018-01-24 20:46:56 +01:00
"dev-master": "3.4-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",
2018-03-18 23:40:02 +01:00
"time": "2018-02-22T10:48:49+00:00"
2015-07-27 00:30:00 +09:30
},
{
2015-10-05 10:52:12 +08:00
"name": "symfony/event-dispatcher",
2018-03-18 23:40:02 +01:00
"version": "v3.4.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",
2018-03-18 23:40:02 +01:00
"reference": "58990682ac3fdc1f563b7e705452921372aad11d"
2015-07-27 00:30:00 +09:30
},
"dist": {
"type": "zip",
2018-03-18 23:40:02 +01:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/58990682ac3fdc1f563b7e705452921372aad11d",
"reference": "58990682ac3fdc1f563b7e705452921372aad11d",
2015-07-27 00:30:00 +09:30
"shasum": ""
},
"require": {
2017-09-30 09:56:23 +02:00
"php": "^5.5.9|>=7.0.8"
2015-07-27 00:30:00 +09:30
},
2017-05-29 03:27:24 +02:00
"conflict": {
"symfony/dependency-injection": "<3.3"
},
2015-07-27 00:30:00 +09:30
"require-dev": {
2015-10-05 10:52:12 +08:00
"psr/log": "~1.0",
2018-01-24 20:46:56 +01:00
"symfony/config": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "~3.3|~4.0",
"symfony/expression-language": "~2.8|~3.0|~4.0",
"symfony/stopwatch": "~2.8|~3.0|~4.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": {
2018-01-24 20:46:56 +01:00
"dev-master": "3.4-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",
2018-03-18 23:40:02 +01:00
"time": "2018-02-14T10:03:57+00:00"
2015-07-27 00:30:00 +09:30
},
{
2015-10-05 10:52:12 +08:00
"name": "symfony/filesystem",
2018-03-18 23:40:02 +01:00
"version": "v3.4.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",
2018-03-18 23:40:02 +01:00
"reference": "253a4490b528597aa14d2bf5aeded6f5e5e4a541"
2015-07-27 00:30:00 +09:30
},
"dist": {
"type": "zip",
2018-03-18 23:40:02 +01:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/253a4490b528597aa14d2bf5aeded6f5e5e4a541",
"reference": "253a4490b528597aa14d2bf5aeded6f5e5e4a541",
2015-07-27 00:30:00 +09:30
"shasum": ""
},
"require": {
2017-09-30 09:56:23 +02:00
"php": "^5.5.9|>=7.0.8"
2015-07-27 00:30:00 +09:30
},
"type": "library",
"extra": {
"branch-alias": {
2018-01-24 20:46:56 +01:00
"dev-master": "3.4-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",
2018-03-18 23:40:02 +01:00
"time": "2018-02-22T10:48:49+00:00"
2015-07-27 00:30:00 +09:30
},
2016-01-05 11:04:37 +08:00
{
"name": "symfony/polyfill-mbstring",
2018-03-18 23:40:02 +01:00
"version": "v1.7.0",
2016-01-05 11:04:37 +08:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2018-03-18 23:40:02 +01:00
"reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b"
2016-01-05 11:04:37 +08:00
},
"dist": {
"type": "zip",
2018-03-18 23:40:02 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b",
"reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b",
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": {
2018-03-18 23:40:02 +01:00
"dev-master": "1.7-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"
],
2018-03-18 23:40:02 +01:00
"time": "2018-01-30T19:27:44+00:00"
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",
2018-03-18 23:40:02 +01:00
"version": "v2.8.36",
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",
2018-03-18 23:40:02 +01:00
"reference": "756f614c5061729ea245ac6717231f7e3bfb74f9"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2018-03-18 23:40:02 +01:00
"url": "https://api.github.com/repos/symfony/process/zipball/756f614c5061729ea245ac6717231f7e3bfb74f9",
"reference": "756f614c5061729ea245ac6717231f7e3bfb74f9",
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",
2018-03-18 23:40:02 +01:00
"time": "2018-02-12T17:44:58+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "symfony/translation",
2018-03-18 23:40:02 +01:00
"version": "v3.3.16",
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",
2018-03-18 23:40:02 +01:00
"reference": "90cb5ca3eb84b3053fef876e11e405fd819487fc"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2018-03-18 23:40:02 +01:00
"url": "https://api.github.com/repos/symfony/translation/zipball/90cb5ca3eb84b3053fef876e11e405fd819487fc",
"reference": "90cb5ca3eb84b3053fef876e11e405fd819487fc",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2017-09-30 09:56:23 +02:00
"php": "^5.5.9|>=7.0.8",
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": {
2017-05-29 03:27:24 +02:00
"symfony/config": "<2.8",
"symfony/yaml": "<3.3"
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",
2017-05-29 03:27:24 +02:00
"symfony/intl": "^2.8.18|^3.2.5",
"symfony/yaml": "~3.3"
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": {
2017-05-29 03:27:24 +02:00
"dev-master": "3.3-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",
2018-03-18 23:40:02 +01:00
"time": "2018-01-18T14:19:00+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "symfony/yaml",
2018-03-18 23:40:02 +01:00
"version": "v3.3.16",
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",
2018-03-18 23:40:02 +01:00
"reference": "af615970e265543a26ee712c958404eb9b7ac93d"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2018-03-18 23:40:02 +01:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/af615970e265543a26ee712c958404eb9b7ac93d",
"reference": "af615970e265543a26ee712c958404eb9b7ac93d",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2017-09-30 09:56:23 +02:00
"php": "^5.5.9|>=7.0.8"
2015-10-05 10:52:12 +08:00
},
2016-12-12 09:22:53 +08:00
"require-dev": {
"symfony/console": "~2.8|~3.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
2015-04-14 11:25:42 +08:00
"type": "library",
"extra": {
"branch-alias": {
2017-05-29 03:27:24 +02:00
"dev-master": "3.3-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",
2018-03-18 23:40:02 +01:00
"time": "2018-01-20T15:04:53+00:00"
2017-11-02 19:43:29 +01:00
},
{
"name": "theseer/tokenizer",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
"reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
"reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"time": "2017-04-07T12:08:54+00:00"
2016-07-04 14:02:43 +08:00
},
{
"name": "webmozart/assert",
2018-03-18 23:40:02 +01:00
"version": "1.3.0",
2016-07-04 14:02:43 +08:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
2018-03-18 23:40:02 +01:00
"reference": "0df1908962e7a3071564e857d86874dad1ef204a"
2016-07-04 14:02:43 +08:00
},
"dist": {
"type": "zip",
2018-03-18 23:40:02 +01:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
"reference": "0df1908962e7a3071564e857d86874dad1ef204a",
2016-07-04 14:02:43 +08:00
"shasum": ""
},
"require": {
2016-12-12 09:22:53 +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-12-12 09:22:53 +08:00
"dev-master": "1.3-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"
],
2018-03-18 23:40:02 +01:00
"time": "2018-01-29T19:49:41+00:00"
2015-04-14 11:25:42 +08:00
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}