2015-04-14 11:25:42 +08:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2019-03-24 23:11:35 +01:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2015-04-14 11:25:42 +08:00
"This file is @generated automatically"
],
2019-10-21 09:43:20 +08:00
"content-hash": "600fedc8f12613afd8255889ea1447f5",
2015-04-14 11:25:42 +08:00
"packages": [],
"packages-dev": [
{
"name": "behat/behat",
2019-07-19 10:42:35 +08:00
"version": "v3.5.0",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
"url": "https://github.com/Behat/Behat.git",
2019-07-19 10:42:35 +08:00
"reference": "e4bce688be0c2029dc1700e46058d86428c63cab"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2019-07-19 10:42:35 +08:00
"url": "https://api.github.com/repos/Behat/Behat/zipball/e4bce688be0c2029dc1700e46058d86428c63cab",
"reference": "e4bce688be0c2029dc1700e46058d86428c63cab",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2019-07-19 10:42:35 +08:00
"behat/gherkin": "^4.5.1",
2017-05-29 03:27:24 +02:00
"behat/transliterator": "^1.2",
2019-07-19 10:42:35 +08:00
"container-interop/container-interop": "^1.2",
2016-03-04 15:12:58 +08:00
"ext-mbstring": "*",
"php": ">=5.3.3",
2019-07-19 10:42:35 +08:00
"psr/container": "^1.0",
2016-10-03 11:50:51 +08:00
"symfony/class-loader": "~2.1||~3.0",
2019-07-19 10:42:35 +08:00
"symfony/config": "~2.3||~3.0||~4.0",
"symfony/console": "~2.7.40||^2.8.33||~3.3.15||^3.4.3||^4.0.3",
"symfony/dependency-injection": "~2.1||~3.0||~4.0",
"symfony/event-dispatcher": "~2.1||~3.0||~4.0",
"symfony/translation": "~2.3||~3.0||~4.0",
"symfony/yaml": "~2.1||~3.0||~4.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",
2019-07-19 10:42:35 +08:00
"phpunit/phpunit": "^4.8.36|^6.3",
"symfony/process": "~2.5|~3.0|~4.0"
2015-04-14 11:25:42 +08:00
},
"bin": [
"bin/behat"
],
"type": "library",
2016-03-04 15:12:58 +08:00
"extra": {
"branch-alias": {
2019-07-19 10:42:35 +08:00
"dev-master": "3.5.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
],
2019-07-19 10:42:35 +08:00
"time": "2018-08-10T18:56:51+00:00"
2015-04-14 11:25:42 +08:00
},
{
"name": "behat/gherkin",
2019-03-24 23:11:35 +01:00
"version": "v4.6.0",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
"url": "https://github.com/Behat/Gherkin.git",
2019-03-24 23:11:35 +01:00
"reference": "ab0a02ea14893860bca00f225f5621d351a3ad07"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2019-03-24 23:11:35 +01:00
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/ab0a02ea14893860bca00f225f5621d351a3ad07",
"reference": "ab0a02ea14893860bca00f225f5621d351a3ad07",
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",
2019-03-24 23:11:35 +01:00
"symfony/phpunit-bridge": "~2.7|~3|~4",
"symfony/yaml": "~2.3|~3|~4"
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"
],
2019-03-24 23:11:35 +01:00
"time": "2019-01-16T14:22:17+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",
2018-06-01 12:16:04 +02:00
"version": "1.3.3",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
"url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
2018-06-01 12:16:04 +02:00
"reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2018-06-01 12:16:04 +02:00
"url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
"reference": "1b9a7ce903cfdaaec5fb32bfdbb26118343662eb",
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",
2018-06-01 12:16:04 +02:00
"symfony/browser-kit": "~2.3|~3.0|~4.0",
"symfony/dom-crawler": "~2.3|~3.0|~4.0"
2015-04-14 11:25:42 +08:00
},
"require-dev": {
2018-06-01 12:16:04 +02:00
"mink/driver-testsuite": "dev-master",
"symfony/http-kernel": "~2.3|~3.0|~4.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"
],
2018-06-01 12:16:04 +02:00
"time": "2018-05-02T09:25:31+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",
2019-03-24 23:11:35 +01:00
"version": "1.2.0",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/doctrine/instantiator.git",
2019-03-24 23:11:35 +01:00
"reference": "a2c590166b2133a4633738648b6b064edae0814a"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2019-03-24 23:11:35 +01:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
"reference": "a2c590166b2133a4633738648b6b064edae0814a",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2018-12-16 13:09:29 +01:00
"php": "^7.1"
2015-04-14 11:25:42 +08:00
},
"require-dev": {
2019-03-24 23:11:35 +01:00
"doctrine/coding-standard": "^6.0",
2015-10-05 10:52:12 +08:00
"ext-pdo": "*",
"ext-phar": "*",
2019-03-24 23:11:35 +01:00
"phpbench/phpbench": "^0.13",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpunit/phpunit": "^7.0"
2015-04-14 11:25:42 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-16 13:09:29 +01:00
"dev-master": "1.2.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",
2019-03-24 23:11:35 +01:00
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
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
],
2019-03-24 23:11:35 +01:00
"time": "2019-03-17T17:37:11+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "fabpot/goutte",
2018-12-16 13:09:29 +01:00
"version": "v3.2.3",
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",
2018-12-16 13:09:29 +01:00
"reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2018-12-16 13:09:29 +01:00
"url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/3f0eaf0a40181359470651f1565b3e07e3dd31b8",
"reference": "3f0eaf0a40181359470651f1565b3e07e3dd31b8",
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
],
2018-12-16 13:09:29 +01:00
"time": "2018-06-29T15:13:57+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "guzzlehttp/guzzle",
2019-10-21 09:43:20 +08:00
"version": "6.4.1",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/guzzle/guzzle.git",
2019-10-21 09:43:20 +08:00
"reference": "0895c932405407fd3a7368b6910c09a24d26db11"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2019-10-21 09:43:20 +08:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/0895c932405407fd3a7368b6910c09a24d26db11",
"reference": "0895c932405407fd3a7368b6910c09a24d26db11",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2019-10-21 09:43:20 +08:00
"ext-json": "*",
2016-08-12 10:17:00 +08:00
"guzzlehttp/promises": "^1.0",
2019-10-21 09:43:20 +08:00
"guzzlehttp/psr7": "^1.6.1",
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": "*",
2018-06-01 12:16:04 +02:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
2019-10-21 09:43:20 +08:00
"psr/log": "^1.1"
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": {
2018-06-01 12:16:04 +02:00
"dev-master": "6.3-dev"
2015-04-14 11:25:42 +08:00
}
},
"autoload": {
2016-03-04 15:12:58 +08:00
"psr-4": {
"GuzzleHttp\\": "src/"
2019-10-21 09:43:20 +08:00
},
"files": [
"src/functions_include.php"
]
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
],
2019-10-21 09:43:20 +08:00
"time": "2019-10-23T15:58:00+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",
2019-07-19 10:42:35 +08:00
"version": "1.6.1",
2016-03-04 15:12:58 +08:00
"source": {
"type": "git",
2016-07-04 14:02:43 +08:00
"url": "https://github.com/guzzle/psr7.git",
2019-07-19 10:42:35 +08:00
"reference": "239400de7a173fe9901b9ac7c06497751f00727a"
2016-03-04 15:12:58 +08:00
},
"dist": {
"type": "zip",
2019-07-19 10:42:35 +08:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
"reference": "239400de7a173fe9901b9ac7c06497751f00727a",
2016-03-04 15:12:58 +08:00
"shasum": ""
},
"require": {
2016-07-04 14:02:43 +08:00
"php": ">=5.4.0",
2018-12-16 13:09:29 +01:00
"psr/http-message": "~1.0",
2019-07-19 10:42:35 +08:00
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2016-07-04 14:02:43 +08:00
},
"provide": {
"psr/http-message-implementation": "1.0"
2016-03-04 15:12:58 +08:00
},
"require-dev": {
2019-07-19 10:42:35 +08:00
"ext-zlib": "*",
2018-12-16 13:09:29 +01:00
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2016-03-04 15:12:58 +08:00
},
2019-07-19 10:42:35 +08:00
"suggest": {
"zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
},
2016-03-04 15:12:58 +08:00
"type": "library",
"extra": {
"branch-alias": {
2019-07-19 10:42:35 +08:00
"dev-master": "1.6-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",
2018-12-16 13:09:29 +01:00
"psr-7",
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
],
2019-07-19 10:42:35 +08:00
"time": "2019-07-01T23:21:34+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "instaclick/php-webdriver",
2019-06-04 00:29:31 +02:00
"version": "dev-local",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2019-06-04 00:29:31 +02:00
"url": "https://github.com/moodlehq/php-webdriver.git",
2019-08-14 11:00:58 +08:00
"reference": "3df827208ec104a9716aa8c30741e330da620c1e"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2019-08-14 11:00:58 +08:00
"url": "https://api.github.com/repos/moodlehq/php-webdriver/zipball/3df827208ec104a9716aa8c30741e330da620c1e",
"reference": "3df827208ec104a9716aa8c30741e330da620c1e",
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
}
},
"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
],
2019-06-04 00:29:31 +02:00
"support": {
"source": "https://github.com/moodlehq/php-webdriver/tree/local"
},
2019-08-14 11:00:58 +08:00
"time": "2019-08-14T02:10:24+00:00"
2015-04-14 11:25:42 +08:00
},
2016-01-05 18:14:16 +08:00
{
2019-07-19 10:42:35 +08:00
"name": "mikey179/vfsstream",
2019-08-14 11:00:58 +08:00
"version": "v1.6.7",
2016-01-05 18:14:16 +08:00
"source": {
"type": "git",
2019-05-06 12:49:41 +02:00
"url": "https://github.com/bovigo/vfsStream.git",
2019-08-14 11:00:58 +08:00
"reference": "2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb"
2016-01-05 18:14:16 +08:00
},
"dist": {
"type": "zip",
2019-08-14 11:00:58 +08:00
"url": "https://api.github.com/repos/bovigo/vfsStream/zipball/2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb",
"reference": "2b544ac3a21bcc4dde5d90c4ae8d06f4319055fb",
2016-01-05 18:14:16 +08:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
2019-08-14 11:00:58 +08:00
"phpunit/phpunit": "^4.5|^5.0"
2016-01-05 18:14:16 +08:00
},
"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",
2019-10-21 09:43:20 +08:00
"homepage": "http://frankkleine.de/",
"role": "Developer"
2016-01-05 18:14:16 +08:00
}
],
"description": "Virtual file system to mock the real file system in unit tests.",
"homepage": "http://vfs.bovigo.org/",
2019-08-14 11:00:58 +08:00
"time": "2019-08-01T01:38:37+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",
2019-10-21 09:43:20 +08:00
"version": "v3.38.3",
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",
2019-10-21 09:43:20 +08:00
"reference": "e6335ec200e539e6d9f44713edc201b54d76eff2"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2019-10-21 09:43:20 +08:00
"url": "https://api.github.com/repos/moodlehq/moodle-behat-extension/zipball/e6335ec200e539e6d9f44713edc201b54d76eff2",
"reference": "e6335ec200e539e6d9f44713edc201b54d76eff2",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2019-07-19 10:42:35 +08:00
"behat/behat": "3.5.*",
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",
2019-08-27 00:42:30 +02:00
"php": ">=7.1.0",
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": [
2018-06-01 12:16:04 +02:00
"GPL-3.0-or-later"
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",
2019-10-21 09:43:20 +08:00
"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
],
2019-10-21 09:43:20 +08:00
"time": "2019-10-28T11:40:15+00:00"
2015-04-14 11:25:42 +08:00
},
2016-07-04 14:02:43 +08:00
{
"name": "myclabs/deep-copy",
2019-08-14 11:00:58 +08:00
"version": "1.9.3",
2016-07-04 14:02:43 +08:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2019-08-14 11:00:58 +08:00
"reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea"
2016-07-04 14:02:43 +08:00
},
"dist": {
"type": "zip",
2019-08-14 11:00:58 +08:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea",
"reference": "007c053ae6f31bba39dfa19a7726f56e9763bbea",
2016-07-04 14:02:43 +08:00
"shasum": ""
},
"require": {
2018-12-16 13:09:29 +01:00
"php": "^7.1"
},
"replace": {
"myclabs/deep-copy": "self.version"
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",
2018-12-16 13:09:29 +01:00
"phpunit/phpunit": "^7.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"
],
2019-08-14 11:00:58 +08:00
"time": "2019-08-09T12:45:53+00:00"
2017-11-02 19:43:29 +01:00
},
{
"name": "phar-io/manifest",
2019-03-24 23:11:35 +01:00
"version": "1.0.3",
2017-11-02 19:43:29 +01:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
2019-03-24 23:11:35 +01:00
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
2017-11-02 19:43:29 +01:00
},
"dist": {
"type": "zip",
2019-03-24 23:11:35 +01:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
2017-11-02 19:43:29 +01:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
2019-03-24 23:11:35 +01:00
"phar-io/version": "^2.0",
2017-11-02 19:43:29 +01:00
"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",
2019-10-21 09:43:20 +08:00
"email": "arne@blankerts.de",
"role": "Developer"
2017-11-02 19:43:29 +01:00
},
{
"name": "Sebastian Heuer",
2019-10-21 09:43:20 +08:00
"email": "sebastian@phpeople.de",
"role": "Developer"
2017-11-02 19:43:29 +01:00
},
{
"name": "Sebastian Bergmann",
2019-10-21 09:43:20 +08:00
"email": "sebastian@phpunit.de",
"role": "Developer"
2017-11-02 19:43:29 +01:00
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2019-03-24 23:11:35 +01:00
"time": "2018-07-08T19:23:20+00:00"
2017-11-02 19:43:29 +01:00
},
{
"name": "phar-io/version",
2019-03-24 23:11:35 +01:00
"version": "2.0.1",
2017-11-02 19:43:29 +01:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
2019-03-24 23:11:35 +01:00
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
2017-11-02 19:43:29 +01:00
},
"dist": {
"type": "zip",
2019-03-24 23:11:35 +01:00
"url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
2017-11-02 19:43:29 +01:00
"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",
2019-10-21 09:43:20 +08:00
"email": "arne@blankerts.de",
"role": "Developer"
2017-11-02 19:43:29 +01:00
},
{
"name": "Sebastian Heuer",
2019-10-21 09:43:20 +08:00
"email": "sebastian@phpeople.de",
"role": "Developer"
2017-11-02 19:43:29 +01:00
},
{
"name": "Sebastian Bergmann",
2019-10-21 09:43:20 +08:00
"email": "sebastian@phpunit.de",
"role": "Developer"
2017-11-02 19:43:29 +01:00
}
],
"description": "Library for handling version information and constraints",
2019-03-24 23:11:35 +01:00
"time": "2018-07-08T19:19:57+00:00"
2016-07-04 14:02:43 +08:00
},
{
"name": "phpdocumentor/reflection-common",
2019-10-21 09:43:20 +08:00
"version": "2.0.0",
2016-07-04 14:02:43 +08:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2019-10-21 09:43:20 +08:00
"reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
2016-07-04 14:02:43 +08:00
},
"dist": {
"type": "zip",
2019-10-21 09:43:20 +08:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
"reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
2016-07-04 14:02:43 +08:00
"shasum": ""
},
"require": {
2019-10-21 09:43:20 +08:00
"php": ">=7.1"
2016-07-04 14:02:43 +08:00
},
"require-dev": {
2019-10-21 09:43:20 +08:00
"phpunit/phpunit": "~6"
2016-07-04 14:02:43 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-21 09:43:20 +08:00
"dev-master": "2.x-dev"
2016-07-04 14:02:43 +08:00
}
},
"autoload": {
"psr-4": {
2019-10-21 09:43:20 +08:00
"phpDocumentor\\Reflection\\": "src/"
2016-07-04 14:02:43 +08:00
}
},
"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"
],
2019-10-21 09:43:20 +08:00
"time": "2018-08-07T13:53:10+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",
2019-10-21 09:43:20 +08:00
"version": "4.3.2",
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",
2019-10-21 09:43:20 +08:00
"reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e"
2015-07-27 00:30:00 +09:30
},
"dist": {
"type": "zip",
2019-10-21 09:43:20 +08:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
"reference": "b83ff7cfcfee7827e1e78b637a5904fe6a96698e",
2015-07-27 00:30:00 +09:30
"shasum": ""
},
"require": {
2017-09-30 09:56:23 +02:00
"php": "^7.0",
2019-10-21 09:43:20 +08:00
"phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
"phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
2016-07-04 14:02:43 +08:00
"webmozart/assert": "^1.0"
2015-07-27 00:30:00 +09:30
},
"require-dev": {
2019-10-21 09:43:20 +08:00
"doctrine/instantiator": "^1.0.5",
2018-01-24 20:46:56 +01:00
"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.",
2019-10-21 09:43:20 +08:00
"time": "2019-09-12T14:27:41+00:00"
2016-07-04 14:02:43 +08:00
},
{
"name": "phpdocumentor/type-resolver",
2019-10-21 09:43:20 +08:00
"version": "1.0.1",
2016-07-04 14:02:43 +08:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2019-10-21 09:43:20 +08:00
"reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
2016-07-04 14:02:43 +08:00
},
"dist": {
"type": "zip",
2019-10-21 09:43:20 +08:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
"reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
2016-07-04 14:02:43 +08:00
"shasum": ""
},
"require": {
2019-10-21 09:43:20 +08:00
"php": "^7.1",
"phpdocumentor/reflection-common": "^2.0"
2016-07-04 14:02:43 +08:00
},
"require-dev": {
2019-10-21 09:43:20 +08:00
"ext-tokenizer": "^7.1",
"mockery/mockery": "~1",
"phpunit/phpunit": "^7.0"
2015-07-27 00:30:00 +09:30
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-21 09:43:20 +08:00
"dev-master": "1.x-dev"
2015-07-27 00:30:00 +09:30
}
},
"autoload": {
2016-07-04 14:02:43 +08:00
"psr-4": {
2019-10-21 09:43:20 +08:00
"phpDocumentor\\Reflection\\": "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
}
],
2019-10-21 09:43:20 +08:00
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"time": "2019-08-22T18:11:29+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",
2019-10-21 09:43:20 +08:00
"version": "1.9.0",
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",
2019-10-21 09:43:20 +08:00
"reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2019-10-21 09:43:20 +08:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/f6811d96d97bdf400077a0cc100ae56aa32b9203",
"reference": "f6811d96d97bdf400077a0cc100ae56aa32b9203",
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",
2019-10-21 09:43:20 +08:00
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
2018-06-01 12:16:04 +02:00
"sebastian/comparator": "^1.1|^2.0|^3.0",
2017-05-29 03:27:24 +02:00
"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-12-16 13:09:29 +01:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2015-04-14 11:25:42 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-12-16 13:09:29 +01:00
"dev-master": "1.8.x-dev"
2015-04-14 11:25:42 +08:00
}
},
"autoload": {
2019-07-19 10:42:35 +08:00
"psr-4": {
"Prophecy\\": "src/Prophecy"
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
],
2019-10-21 09:43:20 +08:00
"time": "2019-10-03T11:07:50+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "phpunit/dbunit",
2019-03-24 23:11:35 +01:00
"version": "4.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/dbunit.git",
2019-03-24 23:11:35 +01:00
"reference": "e77b469c3962b5a563f09a2a989f1c9bd38b8615"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2019-03-24 23:11:35 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/dbunit/zipball/e77b469c3962b5a563f09a2a989f1c9bd38b8615",
"reference": "e77b469c3962b5a563f09a2a989f1c9bd38b8615",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2015-10-05 10:52:12 +08:00
"ext-pdo": "*",
"ext-simplexml": "*",
2019-03-24 23:11:35 +01:00
"php": "^7.1",
"phpunit/phpunit": "^7.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": {
2019-03-24 23:11:35 +01:00
"dev-master": "4.0-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-12-16 13:09:29 +01:00
"abandoned": true,
2019-03-24 23:11:35 +01:00
"time": "2018-02-07T06:47:59+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "phpunit/php-code-coverage",
2019-03-24 23:11:35 +01:00
"version": "6.1.4",
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",
2019-03-24 23:11:35 +01:00
"reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2019-03-24 23:11:35 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
"reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2017-05-29 03:27:24 +02:00
"ext-dom": "*",
"ext-xmlwriter": "*",
2019-03-24 23:11:35 +01:00
"php": "^7.1",
"phpunit/php-file-iterator": "^2.0",
2017-11-02 19:43:29 +01:00
"phpunit/php-text-template": "^1.2.1",
2019-03-24 23:11:35 +01:00
"phpunit/php-token-stream": "^3.0",
2017-11-02 19:43:29 +01:00
"sebastian/code-unit-reverse-lookup": "^1.0.1",
2019-03-24 23:11:35 +01:00
"sebastian/environment": "^3.1 || ^4.0",
2017-11-02 19:43:29 +01:00
"sebastian/version": "^2.0.1",
"theseer/tokenizer": "^1.1"
2015-04-14 11:25:42 +08:00
},
"require-dev": {
2019-03-24 23:11:35 +01:00
"phpunit/phpunit": "^7.0"
2015-10-05 10:52:12 +08:00
},
"suggest": {
2019-03-24 23:11:35 +01:00
"ext-xdebug": "^2.6.0"
2015-04-14 11:25:42 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-03-24 23:11:35 +01:00
"dev-master": "6.1-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",
2019-10-21 09:43:20 +08:00
"email": "sebastian@phpunit.de",
"role": "lead"
2015-04-14 11:25:42 +08:00
}
],
2015-10-05 10:52:12 +08:00
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
2015-04-14 11:25:42 +08:00
"keywords": [
2015-10-05 10:52:12 +08:00
"coverage",
"testing",
"xunit"
2015-04-14 11:25:42 +08:00
],
2019-03-24 23:11:35 +01:00
"time": "2018-10-31T16:06:48+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "phpunit/php-file-iterator",
2019-03-24 23:11:35 +01:00
"version": "2.0.2",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2019-03-24 23:11:35 +01:00
"reference": "050bedf145a257b1ff02746c31894800e5122946"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2019-03-24 23:11:35 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
"reference": "050bedf145a257b1ff02746c31894800e5122946",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2019-03-24 23:11:35 +01:00
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.1"
2015-04-14 11:25:42 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-03-24 23:11:35 +01:00
"dev-master": "2.0.x-dev"
2015-04-14 11:25:42 +08:00
}
},
"autoload": {
2015-10-05 10:52:12 +08:00
"classmap": [
"src/"
]
2015-04-14 11:25:42 +08:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2015-10-05 10:52:12 +08:00
"BSD-3-Clause"
2015-04-14 11:25:42 +08:00
],
"authors": [
{
2015-10-05 10:52:12 +08:00
"name": "Sebastian Bergmann",
2019-10-21 09:43:20 +08:00
"email": "sebastian@phpunit.de",
"role": "lead"
2015-10-05 10:52:12 +08:00
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
2019-03-24 23:11:35 +01:00
"time": "2018-09-13T20:33:42+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",
2019-10-21 09:43:20 +08:00
"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",
2019-07-19 10:42:35 +08:00
"version": "2.1.2",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/sebastianbergmann/php-timer.git",
2019-07-19 10:42:35 +08:00
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2019-07-19 10:42:35 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2019-03-24 23:11:35 +01:00
"php": "^7.1"
2015-10-05 10:52:12 +08:00
},
2016-06-13 07:26:14 +08:00
"require-dev": {
2019-03-24 23:11:35 +01:00
"phpunit/phpunit": "^7.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": {
2019-03-24 23:11:35 +01:00
"dev-master": "2.1-dev"
2017-05-29 03:27:24 +02:00
}
},
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",
2019-10-21 09:43:20 +08:00
"email": "sebastian@phpunit.de",
"role": "lead"
2015-10-05 10:52:12 +08:00
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
2019-07-19 10:42:35 +08:00
"time": "2019-06-07T04:22:29+00:00"
2015-10-05 10:52:12 +08:00
},
{
"name": "phpunit/php-token-stream",
2019-10-21 09:43:20 +08:00
"version": "3.1.1",
2015-10-05 10:52:12 +08:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2019-10-21 09:43:20 +08:00
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
2015-10-05 10:52:12 +08:00
},
"dist": {
"type": "zip",
2019-10-21 09:43:20 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
2015-10-05 10:52:12 +08:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2019-03-24 23:11:35 +01:00
"php": "^7.1"
2015-10-05 10:52:12 +08:00
},
"require-dev": {
2019-03-24 23:11:35 +01:00
"phpunit/phpunit": "^7.0"
2015-04-14 11:25:42 +08:00
},
"type": "library",
2015-10-05 10:52:12 +08:00
"extra": {
"branch-alias": {
2019-08-14 11:00:58 +08:00
"dev-master": "3.1-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
],
2019-10-21 09:43:20 +08:00
"time": "2019-09-17T06:23:10+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",
2019-10-21 09:43:20 +08:00
"version": "7.5.17",
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",
2019-10-21 09:43:20 +08:00
"reference": "4c92a15296e58191a4cd74cff3b34fc8e374174a"
2015-07-27 00:30:00 +09:30
},
"dist": {
"type": "zip",
2019-10-21 09:43:20 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4c92a15296e58191a4cd74cff3b34fc8e374174a",
"reference": "4c92a15296e58191a4cd74cff3b34fc8e374174a",
2015-07-27 00:30:00 +09:30
"shasum": ""
},
"require": {
2019-03-24 23:11:35 +01:00
"doctrine/instantiator": "^1.1",
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": "*",
2019-03-24 23:11:35 +01:00
"myclabs/deep-copy": "^1.7",
"phar-io/manifest": "^1.0.2",
"phar-io/version": "^2.0",
"php": "^7.1",
2017-11-02 19:43:29 +01:00
"phpspec/prophecy": "^1.7",
2019-03-24 23:11:35 +01:00
"phpunit/php-code-coverage": "^6.0.7",
"phpunit/php-file-iterator": "^2.0.1",
2017-11-02 19:43:29 +01:00
"phpunit/php-text-template": "^1.2.1",
2019-03-24 23:11:35 +01:00
"phpunit/php-timer": "^2.1",
"sebastian/comparator": "^3.0",
"sebastian/diff": "^3.0",
"sebastian/environment": "^4.0",
2017-11-02 19:43:29 +01:00
"sebastian/exporter": "^3.1",
"sebastian/global-state": "^2.0",
"sebastian/object-enumerator": "^3.0.3",
2019-03-24 23:11:35 +01:00
"sebastian/resource-operations": "^2.0",
2017-11-02 19:43:29 +01:00
"sebastian/version": "^2.0.1"
2015-07-27 00:30:00 +09:30
},
2016-07-04 14:02:43 +08:00
"conflict": {
2019-03-24 23:11:35 +01:00
"phpunit/phpunit-mock-objects": "*"
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": {
2019-03-24 23:11:35 +01:00
"ext-soap": "*",
2016-10-04 08:30:05 +08:00
"ext-xdebug": "*",
2019-03-24 23:11:35 +01:00
"phpunit/php-invoker": "^2.0"
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": {
2019-03-24 23:11:35 +01:00
"dev-master": "7.5-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",
2019-10-21 09:43:20 +08:00
"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"
],
2019-10-21 09:43:20 +08:00
"time": "2019-10-28T10:37:36+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",
2019-10-21 09:43:20 +08:00
"version": "1.1.1",
2016-10-04 08:30:05 +08:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2019-10-21 09:43:20 +08:00
"reference": "bf73deb2b3b896a9d9c75f3f0d88185d2faa27e2"
2016-10-04 08:30:05 +08:00
},
"dist": {
"type": "zip",
2019-10-21 09:43:20 +08:00
"url": "https://api.github.com/repos/php-fig/log/zipball/bf73deb2b3b896a9d9c75f3f0d88185d2faa27e2",
"reference": "bf73deb2b3b896a9d9c75f3f0d88185d2faa27e2",
2016-10-04 08:30:05 +08:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2019-10-21 09:43:20 +08:00
"dev-master": "1.1.x-dev"
2016-10-04 08:30:05 +08:00
}
},
"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"
],
2019-10-21 09:43:20 +08:00
"time": "2019-10-25T08:06:51+00:00"
2018-12-16 13:09:29 +01:00
},
{
"name": "ralouphie/getallheaders",
2019-07-19 10:42:35 +08:00
"version": "3.0.3",
2018-12-16 13:09:29 +01:00
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
2019-07-19 10:42:35 +08:00
"reference": "120b605dfeb996808c31b6477290a714d356e822"
2018-12-16 13:09:29 +01:00
},
"dist": {
"type": "zip",
2019-07-19 10:42:35 +08:00
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
2018-12-16 13:09:29 +01:00
"shasum": ""
},
"require": {
2019-07-19 10:42:35 +08:00
"php": ">=5.6"
2018-12-16 13:09:29 +01:00
},
"require-dev": {
2019-07-19 10:42:35 +08:00
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
2018-12-16 13:09:29 +01:00
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
2019-07-19 10:42:35 +08:00
"time": "2019-03-08T08:55: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",
2019-03-24 23:11:35 +01:00
"version": "3.0.2",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/sebastianbergmann/comparator.git",
2019-03-24 23:11:35 +01:00
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2019-03-24 23:11:35 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2019-03-24 23:11:35 +01:00
"php": "^7.1",
"sebastian/diff": "^3.0",
2017-11-08 23:02:24 +01:00
"sebastian/exporter": "^3.1"
2015-10-05 10:52:12 +08:00
},
"require-dev": {
2019-03-24 23:11:35 +01:00
"phpunit/phpunit": "^7.1"
2015-04-14 11:25:42 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-03-24 23:11:35 +01:00
"dev-master": "3.0-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
],
2019-03-24 23:11:35 +01:00
"time": "2018-07-12T15:12:46+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "sebastian/diff",
2019-03-24 23:11:35 +01:00
"version": "3.0.2",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/sebastianbergmann/diff.git",
2019-03-24 23:11:35 +01:00
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2019-03-24 23:11:35 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2019-03-24 23:11:35 +01:00
"php": "^7.1"
2015-04-14 11:25:42 +08:00
},
"require-dev": {
2019-03-24 23:11:35 +01:00
"phpunit/phpunit": "^7.5 || ^8.0",
"symfony/process": "^2 || ^3.3 || ^4"
2015-04-14 11:25:42 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-03-24 23:11:35 +01:00
"dev-master": "3.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": [
2019-03-24 23:11:35 +01:00
"diff",
"udiff",
"unidiff",
"unified diff"
2015-04-14 11:25:42 +08:00
],
2019-03-24 23:11:35 +01:00
"time": "2019-02-04T06:01:07+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "sebastian/environment",
2019-05-06 12:49:41 +02:00
"version": "4.2.2",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/sebastianbergmann/environment.git",
2019-05-06 12:49:41 +02:00
"reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2019-05-06 12:49:41 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
"reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2019-03-24 23:11:35 +01:00
"php": "^7.1"
2015-04-14 11:25:42 +08:00
},
2015-10-05 10:52:12 +08:00
"require-dev": {
2019-03-24 23:11:35 +01:00
"phpunit/phpunit": "^7.5"
},
"suggest": {
"ext-posix": "*"
2015-10-05 10:52:12 +08:00
},
2015-04-14 11:25:42 +08:00
"type": "library",
"extra": {
"branch-alias": {
2019-05-06 12:49:41 +02:00
"dev-master": "4.2-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
],
2019-05-06 12:49:41 +02:00
"time": "2019-05-05T09:05:15+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "sebastian/exporter",
2019-10-21 09:43:20 +08:00
"version": "3.1.2",
2015-04-14 11:25:42 +08:00
"source": {
"type": "git",
2015-10-05 10:52:12 +08:00
"url": "https://github.com/sebastianbergmann/exporter.git",
2019-10-21 09:43:20 +08:00
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2019-10-21 09:43:20 +08:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
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": [
2019-08-14 11:00:58 +08:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2015-10-05 10:52:12 +08:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2019-08-14 11:00:58 +08:00
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
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
],
2019-10-21 09:43:20 +08:00
"time": "2019-09-14T09:02:43+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",
2019-03-24 23:11:35 +01:00
"version": "2.0.1",
2016-07-04 14:02:43 +08:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
2019-03-24 23:11:35 +01:00
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
2016-07-04 14:02:43 +08:00
},
"dist": {
"type": "zip",
2019-03-24 23:11:35 +01:00
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2016-07-04 14:02:43 +08:00
"shasum": ""
},
"require": {
2019-03-24 23:11:35 +01:00
"php": "^7.1"
2016-07-04 14:02:43 +08:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-03-24 23:11:35 +01:00
"dev-master": "2.0-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": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2019-03-24 23:11:35 +01:00
"time": "2018-10-04T04:07:39+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",
2019-10-21 09:43:20 +08:00
"email": "sebastian@phpunit.de",
"role": "lead"
2015-04-14 11:25:42 +08:00
}
],
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",
2019-10-21 09:43:20 +08:00
"version": "v4.3.5",
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",
2019-10-21 09:43:20 +08:00
"reference": "78b7611c45039e8ce81698be319851529bf040b1"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2019-10-21 09:43:20 +08:00
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/78b7611c45039e8ce81698be319851529bf040b1",
"reference": "78b7611c45039e8ce81698be319851529bf040b1",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
"require": {
2018-12-16 13:09:29 +01:00
"php": "^7.1.3",
"symfony/dom-crawler": "~3.4|~4.0"
2015-07-27 00:30:00 +09:30
},
"require-dev": {
2018-12-16 13:09:29 +01:00
"symfony/css-selector": "~3.4|~4.0",
2019-05-30 20:48:26 +02:00
"symfony/http-client": "^4.3",
"symfony/mime": "^4.3",
2018-12-16 13:09:29 +01:00
"symfony/process": "~3.4|~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": {
2019-05-30 20:48:26 +02:00
"dev-master": "4.3-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",
2019-10-21 09:43:20 +08:00
"time": "2019-09-10T11:25:17+00:00"
2016-03-04 15:12:58 +08:00
},
{
"name": "symfony/class-loader",
2019-10-21 09:43:20 +08:00
"version": "v3.4.32",
2016-03-04 15:12:58 +08:00
"source": {
"type": "git",
"url": "https://github.com/symfony/class-loader.git",
2019-08-27 00:42:30 +02:00
"reference": "e212b06996819a2bce026a63da03b7182d05a690"
2016-03-04 15:12:58 +08:00
},
"dist": {
"type": "zip",
2019-08-27 00:42:30 +02:00
"url": "https://api.github.com/repos/symfony/class-loader/zipball/e212b06996819a2bce026a63da03b7182d05a690",
"reference": "e212b06996819a2bce026a63da03b7182d05a690",
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",
2019-08-27 00:42:30 +02:00
"time": "2019-08-20T13:31:17+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "symfony/config",
2019-10-21 09:43:20 +08:00
"version": "v4.3.5",
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",
2019-10-21 09:43:20 +08:00
"reference": "0acb26407a9e1a64a275142f0ae5e36436342720"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2019-10-21 09:43:20 +08:00
"url": "https://api.github.com/repos/symfony/config/zipball/0acb26407a9e1a64a275142f0ae5e36436342720",
"reference": "0acb26407a9e1a64a275142f0ae5e36436342720",
2015-04-14 11:25:42 +08:00
"shasum": ""
},
2015-10-05 10:52:12 +08:00
"require": {
2019-07-19 10:42:35 +08:00
"php": "^7.1.3",
"symfony/filesystem": "~3.4|~4.0",
2018-06-01 12:16:04 +02:00
"symfony/polyfill-ctype": "~1.8"
2015-10-05 10:52:12 +08:00
},
2017-05-29 03:27:24 +02:00
"conflict": {
2019-07-19 10:42:35 +08:00
"symfony/finder": "<3.4"
2017-05-29 03:27:24 +02:00
},
2016-12-12 09:22:53 +08:00
"require-dev": {
2019-07-19 10:42:35 +08:00
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/event-dispatcher": "~3.4|~4.0",
"symfony/finder": "~3.4|~4.0",
"symfony/messenger": "~4.1",
"symfony/yaml": "~3.4|~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": {
2019-07-19 10:42:35 +08:00
"dev-master": "4.3-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",
2019-10-21 09:43:20 +08:00
"time": "2019-09-19T15:51:53+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-12-16 13:09:29 +01:00
"version": "v3.3.18",
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",
2019-10-21 09:43:20 +08:00
"version": "v3.4.32",
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",
2019-10-21 09:43:20 +08:00
"reference": "f819f71ae3ba6f396b4c015bd5895de7d2f1f85f"
2015-07-27 00:30:00 +09:30
},
"dist": {
"type": "zip",
2019-10-21 09:43:20 +08:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/f819f71ae3ba6f396b4c015bd5895de7d2f1f85f",
"reference": "f819f71ae3ba6f396b4c015bd5895de7d2f1f85f",
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": "Fabien Potencier",
"email": "fabien@symfony.com"
},
2019-08-14 11:00:58 +08:00
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
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 CssSelector Component",
"homepage": "https://symfony.com",
2019-10-21 09:43:20 +08:00
"time": "2019-10-01T11:57:37+00:00"
2016-10-04 08:30:05 +08:00
},
{
"name": "symfony/debug",
2019-10-21 09:43:20 +08:00
"version": "v3.4.32",
2016-10-04 08:30:05 +08:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
2019-10-21 09:43:20 +08:00
"reference": "b3e7ce815d82196435d16dc458023f8fb6b36ceb"
2016-10-04 08:30:05 +08:00
},
"dist": {
"type": "zip",
2019-10-21 09:43:20 +08:00
"url": "https://api.github.com/repos/symfony/debug/zipball/b3e7ce815d82196435d16dc458023f8fb6b36ceb",
"reference": "b3e7ce815d82196435d16dc458023f8fb6b36ceb",
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",
2019-10-21 09:43:20 +08:00
"time": "2019-09-19T15:32:51+00:00"
2015-07-27 00:30:00 +09:30
},
{
2015-10-05 10:52:12 +08:00
"name": "symfony/dependency-injection",
2018-12-16 13:09:29 +01:00
"version": "v3.3.18",
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",
2019-10-21 09:43:20 +08:00
"version": "v4.3.5",
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",
2019-10-21 09:43:20 +08:00
"reference": "e9f7b4d19d69b133bd638eeddcdc757723b4211f"
2015-07-27 00:30:00 +09:30
},
"dist": {
"type": "zip",
2019-10-21 09:43:20 +08:00
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/e9f7b4d19d69b133bd638eeddcdc757723b4211f",
"reference": "e9f7b4d19d69b133bd638eeddcdc757723b4211f",
2015-07-27 00:30:00 +09:30
"shasum": ""
},
"require": {
2018-12-16 13:09:29 +01:00
"php": "^7.1.3",
2018-06-01 12:16:04 +02:00
"symfony/polyfill-ctype": "~1.8",
2016-03-04 15:12:58 +08:00
"symfony/polyfill-mbstring": "~1.0"
2015-07-27 00:30:00 +09:30
},
2019-05-30 20:48:26 +02:00
"conflict": {
"masterminds/html5": "<2.6"
},
2015-07-27 00:30:00 +09:30
"require-dev": {
2019-05-30 20:48:26 +02:00
"masterminds/html5": "^2.6",
2018-12-16 13:09:29 +01:00
"symfony/css-selector": "~3.4|~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": {
2019-05-30 20:48:26 +02:00
"dev-master": "4.3-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",
2019-10-21 09:43:20 +08:00
"time": "2019-09-28T21:25:05+00:00"
2015-07-27 00:30:00 +09:30
},
{
2015-10-05 10:52:12 +08:00
"name": "symfony/event-dispatcher",
2019-10-21 09:43:20 +08:00
"version": "v3.4.32",
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",
2019-08-27 00:42:30 +02:00
"reference": "3e922c4c3430b9de624e8a285dada5e61e230959"
2015-07-27 00:30:00 +09:30
},
"dist": {
"type": "zip",
2019-08-27 00:42:30 +02:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/3e922c4c3430b9de624e8a285dada5e61e230959",
"reference": "3e922c4c3430b9de624e8a285dada5e61e230959",
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",
2019-08-27 00:42:30 +02:00
"time": "2019-08-23T08:05:57+00:00"
2015-07-27 00:30:00 +09:30
},
{
2015-10-05 10:52:12 +08:00
"name": "symfony/filesystem",
2019-10-21 09:43:20 +08:00
"version": "v4.3.5",
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",
2019-08-27 00:42:30 +02:00
"reference": "9abbb7ef96a51f4d7e69627bc6f63307994e4263"
2015-07-27 00:30:00 +09:30
},
"dist": {
"type": "zip",
2019-08-27 00:42:30 +02:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/9abbb7ef96a51f4d7e69627bc6f63307994e4263",
"reference": "9abbb7ef96a51f4d7e69627bc6f63307994e4263",
2015-07-27 00:30:00 +09:30
"shasum": ""
},
"require": {
2018-12-16 13:09:29 +01:00
"php": "^7.1.3",
2018-06-01 12:16:04 +02:00
"symfony/polyfill-ctype": "~1.8"
2015-07-27 00:30:00 +09:30
},
"type": "library",
"extra": {
"branch-alias": {
2019-05-30 20:48:26 +02:00
"dev-master": "4.3-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",
2019-08-27 00:42:30 +02:00
"time": "2019-08-20T14:07:54+00:00"
2018-06-01 12:16:04 +02:00
},
{
"name": "symfony/polyfill-ctype",
2019-08-14 11:00:58 +08:00
"version": "v1.12.0",
2018-06-01 12:16:04 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2019-08-14 11:00:58 +08:00
"reference": "550ebaac289296ce228a706d0867afc34687e3f4"
2018-06-01 12:16:04 +02:00
},
"dist": {
"type": "zip",
2019-08-14 11:00:58 +08:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4",
"reference": "550ebaac289296ce228a706d0867afc34687e3f4",
2018-06-01 12:16:04 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
2018-12-16 13:09:29 +01:00
"suggest": {
"ext-ctype": "For best performance"
},
2018-06-01 12:16:04 +02:00
"type": "library",
"extra": {
"branch-alias": {
2019-08-14 11:00:58 +08:00
"dev-master": "1.12-dev"
2018-06-01 12:16:04 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
2019-05-06 12:49:41 +02:00
"email": "BackEndTea@gmail.com"
2019-08-14 11:00:58 +08:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2018-06-01 12:16:04 +02:00
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2019-08-14 11:00:58 +08:00
"time": "2019-08-06T08:03:45+00:00"
2015-07-27 00:30:00 +09:30
},
2016-01-05 11:04:37 +08:00
{
"name": "symfony/polyfill-mbstring",
2019-08-14 11:00:58 +08:00
"version": "v1.12.0",
2016-01-05 11:04:37 +08:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2019-08-14 11:00:58 +08:00
"reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
2016-01-05 11:04:37 +08:00
},
"dist": {
"type": "zip",
2019-08-14 11:00:58 +08:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17",
"reference": "b42a2f66e8f1b15ccf25652c3424265923eb4f17",
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": {
2019-08-14 11:00:58 +08:00
"dev-master": "1.12-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"
],
2019-08-14 11:00:58 +08:00
"time": "2019-08-06T08:03:45+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",
2019-05-06 12:49:41 +02:00
"version": "v2.8.50",
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-12-16 13:09:29 +01:00
"reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8"
2015-04-14 11:25:42 +08:00
},
"dist": {
"type": "zip",
2018-12-16 13:09:29 +01:00
"url": "https://api.github.com/repos/symfony/process/zipball/c3591a09c78639822b0b290d44edb69bf9f05dc8",
"reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8",
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-12-16 13:09:29 +01:00
"time": "2018-11-11T11:18:13+00:00"
2015-04-14 11:25:42 +08:00
},
{
2015-10-05 10:52:12 +08:00
"name": "symfony/translation",
2018-12-16 13:09:29 +01:00
"version": "v3.3.18",
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-12-16 13:09:29 +01:00
"version": "v3.3.18",
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",
2019-07-19 10:42:35 +08:00
"version": "1.1.3",
2017-11-02 19:43:29 +01:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
2019-07-19 10:42:35 +08:00
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
2017-11-02 19:43:29 +01:00
},
"dist": {
"type": "zip",
2019-07-19 10:42:35 +08:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
2017-11-02 19:43:29 +01:00
"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",
2019-10-21 09:43:20 +08:00
"email": "arne@blankerts.de",
"role": "Developer"
2017-11-02 19:43:29 +01:00
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2019-07-19 10:42:35 +08:00
"time": "2019-06-13T22:48:21+00:00"
2016-07-04 14:02:43 +08:00
},
{
"name": "webmozart/assert",
2019-08-27 00:42:30 +02:00
"version": "1.5.0",
2016-07-04 14:02:43 +08:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
2019-08-27 00:42:30 +02:00
"reference": "88e6d84706d09a236046d686bbea96f07b3a34f4"
2016-07-04 14:02:43 +08:00
},
"dist": {
"type": "zip",
2019-08-27 00:42:30 +02:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4",
"reference": "88e6d84706d09a236046d686bbea96f07b3a34f4",
2016-07-04 14:02:43 +08:00
"shasum": ""
},
"require": {
2019-03-24 23:11:35 +01:00
"php": "^5.3.3 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
2016-07-04 14:02:43 +08:00
},
"require-dev": {
2019-08-27 00:42:30 +02:00
"phpunit/phpunit": "^4.8.36 || ^7.5.13"
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"
],
2019-08-27 00:42:30 +02:00
"time": "2019-08-24T08:43:50+00:00"
2015-04-14 11:25:42 +08:00
}
],
2019-06-04 00:29:31 +02:00
"aliases": [
{
"alias": "1.x-dev",
"alias_normalized": "1.9999999.9999999.9999999-dev",
"version": "dev-local",
"package": "instaclick/php-webdriver"
}
],
2015-04-14 11:25:42 +08:00
"minimum-stability": "stable",
2019-06-04 00:29:31 +02:00
"stability-flags": {
"instaclick/php-webdriver": 20
},
2015-04-14 11:25:42 +08:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}