2016-08-11 19:17:02 +02:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2018-05-10 10:34:56 +03:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2016-08-11 19:17:02 +02:00
"This file is @generated automatically"
],
2020-04-18 17:45:11 -06:00
"content-hash": "dd67dabc230a1b4adc3c45b7de3a6d3a",
2016-08-11 19:17:02 +02:00
"packages": [
{
"name": "composer/semver",
2020-02-04 11:48:53 +02:00
"version": "1.5.1",
2016-08-11 19:17:02 +02:00
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
2020-02-04 11:48:53 +02:00
"reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de"
2016-08-11 19:17:02 +02:00
},
"dist": {
"type": "zip",
2020-02-04 11:48:53 +02:00
"url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
"reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de",
2016-08-11 19:17:02 +02:00
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
2020-02-04 11:48:53 +02:00
"phpunit/phpunit": "^4.5 || ^5.0.5"
2016-08-11 19:17:02 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
2020-02-04 11:48:53 +02:00
"time": "2020-01-13T12:06:48+00:00"
2016-08-11 19:17:02 +02:00
},
{
2019-02-08 14:01:00 -07:00
"name": "p3k/picofeed",
2020-03-02 21:48:02 +02:00
"version": "v0.1.35",
2016-08-11 19:17:02 +02:00
"source": {
"type": "git",
2020-03-02 21:48:02 +02:00
"url": "https://github.com/aaronpk/picofeed.git",
"reference": "b2a48acb026df91d2e21dfc8b4edbc1fc48f01f1"
2016-08-11 19:17:02 +02:00
},
"dist": {
"type": "zip",
2020-03-02 21:48:02 +02:00
"url": "https://api.github.com/repos/aaronpk/picofeed/zipball/b2a48acb026df91d2e21dfc8b4edbc1fc48f01f1",
"reference": "b2a48acb026df91d2e21dfc8b4edbc1fc48f01f1",
2016-08-11 19:17:02 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-iconv": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"ext-xml": "*",
"php": ">=5.3.0",
"zendframework/zendxml": "^1.0"
},
2017-08-25 16:20:57 -06:00
"require-dev": {
"phpdocumentor/reflection-docblock": "2.0.4",
"phpunit/phpunit": "4.8.26",
"symfony/yaml": "2.8.7"
},
2016-08-11 19:17:02 +02:00
"suggest": {
"ext-curl": "PicoFeed will use cURL if present"
},
"bin": [
"picofeed"
],
"type": "library",
"autoload": {
"psr-0": {
"PicoFeed": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frédéric Guillot"
}
],
"description": "Modern library to handle RSS/Atom feeds",
2020-03-02 21:48:02 +02:00
"homepage": "https://github.com/aaronpk/picoFeed",
"time": "2019-01-17T17:26:41+00:00"
2017-08-25 16:20:57 -06:00
},
2020-04-18 17:45:11 -06:00
{
"name": "scssphp/scssphp",
"version": "1.0.9",
"source": {
"type": "git",
"url": "https://github.com/scssphp/scssphp.git",
"reference": "c6626eebae7b123321d5ea803998487d835c260d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/scssphp/scssphp/zipball/c6626eebae7b123321d5ea803998487d835c260d",
"reference": "c6626eebae7b123321d5ea803998487d835c260d",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-json": "*",
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3",
"squizlabs/php_codesniffer": "~2.5",
"twbs/bootstrap": "~4.3",
"zurb/foundation": "~6.5"
},
"bin": [
"bin/pscss"
],
"type": "library",
"autoload": {
"psr-4": {
"ScssPhp\\ScssPhp\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anthon Pang",
"email": "apang@softwaredevelopment.ca",
"homepage": "https://github.com/robocoder"
},
{
"name": "Cédric Morin",
"email": "cedric@yterium.com",
"homepage": "https://github.com/Cerdic"
}
],
"description": "scssphp is a compiler for SCSS written in PHP.",
"homepage": "http://scssphp.github.io/scssphp/",
"keywords": [
"css",
"less",
"sass",
"scss",
"stylesheet"
],
"time": "2020-04-01T15:23:18+00:00"
},
2016-08-11 19:17:02 +02:00
{
"name": "zendframework/zendxml",
2019-02-08 14:01:00 -07:00
"version": "1.2.0",
2016-08-11 19:17:02 +02:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/ZendXml.git",
2019-02-08 14:01:00 -07:00
"reference": "eceab37a591c9e140772a1470338258857339e00"
2016-08-11 19:17:02 +02:00
},
"dist": {
"type": "zip",
2019-02-08 14:01:00 -07:00
"url": "https://api.github.com/repos/zendframework/ZendXml/zipball/eceab37a591c9e140772a1470338258857339e00",
"reference": "eceab37a591c9e140772a1470338258857339e00",
2016-08-11 19:17:02 +02:00
"shasum": ""
},
"require": {
2018-05-10 10:34:56 +03:00
"php": "^5.6 || ^7.0"
2016-08-11 19:17:02 +02:00
},
"require-dev": {
2018-05-10 10:34:56 +03:00
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
"zendframework/zend-coding-standard": "~1.0.0"
2016-08-11 19:17:02 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-02-08 14:01:00 -07:00
"dev-master": "1.2.x-dev",
"dev-develop": "1.3.x-dev"
2016-08-11 19:17:02 +02:00
}
},
"autoload": {
2018-05-10 10:34:56 +03:00
"psr-4": {
"ZendXml\\": "src/"
2016-08-11 19:17:02 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Utility library for XML usage, best practices, and security in PHP",
"keywords": [
2018-05-10 10:34:56 +03:00
"ZendFramework",
2016-08-11 19:17:02 +02:00
"security",
"xml",
2018-05-10 10:34:56 +03:00
"zf"
2016-08-11 19:17:02 +02:00
],
2020-02-04 11:48:53 +02:00
"abandoned": "laminas/laminas-xml",
2019-02-08 14:01:00 -07:00
"time": "2019-01-22T19:42:14+00:00"
2016-08-11 19:17:02 +02:00
}
],
2016-10-13 16:43:15 +02:00
"packages-dev": [
{
"name": "behat/gherkin",
2020-04-18 17:45:11 -06:00
"version": "v4.6.2",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/Behat/Gherkin.git",
2020-04-18 17:45:11 -06:00
"reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-04-18 17:45:11 -06:00
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/51ac4500c4dc30cbaaabcd2f25694299df666a31",
"reference": "51ac4500c4dc30cbaaabcd2f25694299df666a31",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.1"
},
"require-dev": {
"phpunit/phpunit": "~4.5|~5",
2019-02-08 14:01:00 -07:00
"symfony/phpunit-bridge": "~2.7|~3|~4",
"symfony/yaml": "~2.3|~3|~4"
2016-10-13 16:43:15 +02:00
},
"suggest": {
"symfony/yaml": "If you want to parse features, represented in YAML files"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.4-dev"
}
},
"autoload": {
"psr-0": {
"Behat\\Gherkin": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
"description": "Gherkin DSL parser for PHP 5.3",
"homepage": "http://behat.org/",
"keywords": [
"BDD",
"Behat",
"Cucumber",
"DSL",
"gherkin",
"parser"
],
2020-04-18 17:45:11 -06:00
"time": "2020-03-17T14:03:26+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "codeception/codeception",
2020-02-04 11:48:53 +02:00
"version": "2.5.6",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/Codeception/Codeception.git",
2020-02-04 11:48:53 +02:00
"reference": "b83a9338296e706fab2ceb49de8a352fbca3dc98"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-02-04 11:48:53 +02:00
"url": "https://api.github.com/repos/Codeception/Codeception/zipball/b83a9338296e706fab2ceb49de8a352fbca3dc98",
"reference": "b83a9338296e706fab2ceb49de8a352fbca3dc98",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2018-04-17 17:49:31 -06:00
"behat/gherkin": "^4.4.0",
"codeception/phpunit-wrapper": "^6.0.9|^7.0.6",
2018-08-30 19:04:17 +03:00
"codeception/stub": "^2.0",
2018-11-26 09:36:13 +02:00
"ext-curl": "*",
2016-10-13 16:43:15 +02:00
"ext-json": "*",
"ext-mbstring": "*",
2017-08-25 16:20:57 -06:00
"facebook/webdriver": ">=1.1.3 <2.0",
2016-10-13 16:43:15 +02:00
"guzzlehttp/guzzle": ">=4.1.4 <7.0",
"guzzlehttp/psr7": "~1.0",
2018-08-30 19:04:17 +03:00
"php": ">=5.6.0 <8.0",
2018-04-17 17:49:31 -06:00
"symfony/browser-kit": ">=2.7 <5.0",
"symfony/console": ">=2.7 <5.0",
"symfony/css-selector": ">=2.7 <5.0",
"symfony/dom-crawler": ">=2.7 <5.0",
"symfony/event-dispatcher": ">=2.7 <5.0",
"symfony/finder": ">=2.7 <5.0",
"symfony/yaml": ">=2.7 <5.0"
2016-10-13 16:43:15 +02:00
},
"require-dev": {
"codeception/specify": "~0.3",
"facebook/graph-sdk": "~5.3",
"flow/jsonpath": "~0.2",
"monolog/monolog": "~1.8",
"pda/pheanstalk": "~3.0",
"php-amqplib/php-amqplib": "~2.4",
"predis/predis": "^1.0",
2016-12-08 15:37:58 +02:00
"squizlabs/php_codesniffer": "~2.0",
2018-04-17 17:49:31 -06:00
"symfony/process": ">=2.7 <5.0",
2019-02-08 14:01:00 -07:00
"vlucas/phpdotenv": "^3.0"
2016-10-13 16:43:15 +02:00
},
"suggest": {
2018-04-17 17:49:31 -06:00
"aws/aws-sdk-php": "For using AWS Auth in REST module and Queue module",
"codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests",
2016-10-13 16:43:15 +02:00
"codeception/specify": "BDD-style code blocks",
"codeception/verify": "BDD-style assertions",
"flow/jsonpath": "For using JSONPath in REST module",
"league/factory-muffin": "For DataFactory module",
"league/factory-muffin-faker": "For Faker support in DataFactory module",
"phpseclib/phpseclib": "for SFTP option in FTP Module",
2018-04-17 17:49:31 -06:00
"stecman/symfony-console-completion": "For BASH autocompletion",
2016-10-13 16:43:15 +02:00
"symfony/phpunit-bridge": "For phpunit-bridge support"
},
"bin": [
"codecept"
],
"type": "library",
"extra": {
"branch-alias": []
},
"autoload": {
"psr-4": {
2018-11-26 09:36:13 +02:00
"Codeception\\": "src/Codeception",
2016-10-13 16:43:15 +02:00
"Codeception\\Extension\\": "ext"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Bodnarchuk",
"email": "davert@mail.ua",
"homepage": "http://codegyre.com"
}
],
"description": "BDD-style testing framework",
"homepage": "http://codeception.com/",
"keywords": [
"BDD",
"TDD",
"acceptance testing",
"functional testing",
"unit testing"
],
2020-02-04 11:48:53 +02:00
"time": "2019-04-24T11:28:19+00:00"
2018-04-17 17:49:31 -06:00
},
{
"name": "codeception/phpunit-wrapper",
2020-02-04 11:48:53 +02:00
"version": "7.8.0",
2018-04-17 17:49:31 -06:00
"source": {
"type": "git",
"url": "https://github.com/Codeception/phpunit-wrapper.git",
2020-02-04 11:48:53 +02:00
"reference": "bc847bd4f8f6d09012543e2a856f19fe4ecdcf3a"
2018-04-17 17:49:31 -06:00
},
"dist": {
"type": "zip",
2020-02-04 11:48:53 +02:00
"url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/bc847bd4f8f6d09012543e2a856f19fe4ecdcf3a",
"reference": "bc847bd4f8f6d09012543e2a856f19fe4ecdcf3a",
2018-04-17 17:49:31 -06:00
"shasum": ""
},
"require": {
2018-11-26 09:36:13 +02:00
"phpunit/php-code-coverage": "^6.0",
2020-02-04 11:48:53 +02:00
"phpunit/phpunit": "7.5.*",
2018-11-26 09:36:13 +02:00
"sebastian/comparator": "^3.0",
"sebastian/diff": "^3.0"
2018-04-17 17:49:31 -06:00
},
"require-dev": {
"codeception/specify": "*",
2020-02-04 11:48:53 +02:00
"vlucas/phpdotenv": "^3.0"
2018-04-17 17:49:31 -06:00
},
"type": "library",
"autoload": {
"psr-4": {
"Codeception\\PHPUnit\\": "src\\"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Davert",
"email": "davert.php@resend.cc"
}
],
"description": "PHPUnit classes used by Codeception",
2020-02-04 11:48:53 +02:00
"time": "2019-12-23T06:55:58+00:00"
2018-04-17 17:49:31 -06:00
},
{
"name": "codeception/stub",
2020-02-04 11:48:53 +02:00
"version": "2.1.0",
2018-04-17 17:49:31 -06:00
"source": {
"type": "git",
"url": "https://github.com/Codeception/Stub.git",
2020-02-04 11:48:53 +02:00
"reference": "853657f988942f7afb69becf3fd0059f192c705a"
2018-04-17 17:49:31 -06:00
},
"dist": {
"type": "zip",
2020-02-04 11:48:53 +02:00
"url": "https://api.github.com/repos/Codeception/Stub/zipball/853657f988942f7afb69becf3fd0059f192c705a",
"reference": "853657f988942f7afb69becf3fd0059f192c705a",
2018-04-17 17:49:31 -06:00
"shasum": ""
},
"require": {
2020-02-04 11:48:53 +02:00
"codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.3"
2018-04-17 17:49:31 -06:00
},
"type": "library",
"autoload": {
"psr-4": {
"Codeception\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Flexible Stub wrapper for PHPUnit's Mock Builder",
2020-02-04 11:48:53 +02:00
"time": "2019-03-02T15:35:10+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "doctrine/instantiator",
2020-02-04 11:48:53 +02:00
"version": "1.3.0",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2020-02-04 11:48:53 +02:00
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-02-04 11:48:53 +02:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2018-11-26 09:36:13 +02:00
"php": "^7.1"
2016-10-13 16:43:15 +02:00
},
"require-dev": {
2020-02-04 11:48:53 +02:00
"doctrine/coding-standard": "^6.0",
2016-10-13 16:43:15 +02:00
"ext-pdo": "*",
"ext-phar": "*",
2020-02-04 11:48:53 +02:00
"phpbench/phpbench": "^0.13",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpunit/phpunit": "^7.0"
2016-10-13 16:43:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-11-26 09:36:13 +02:00
"dev-master": "1.2.x-dev"
2016-10-13 16:43:15 +02:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2020-02-04 11:48:53 +02:00
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
2016-10-13 16:43:15 +02:00
"keywords": [
"constructor",
"instantiate"
],
2020-02-04 11:48:53 +02:00
"time": "2019-10-21T16:45:58+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "facebook/webdriver",
2020-02-04 11:48:53 +02:00
"version": "1.7.1",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
2020-03-05 13:00:47 -07:00
"url": "https://github.com/php-webdriver/php-webdriver-archive.git",
2020-02-04 11:48:53 +02:00
"reference": "e43de70f3c7166169d0f14a374505392734160e5"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-03-05 13:00:47 -07:00
"url": "https://api.github.com/repos/php-webdriver/php-webdriver-archive/zipball/e43de70f3c7166169d0f14a374505392734160e5",
2020-02-04 11:48:53 +02:00
"reference": "e43de70f3c7166169d0f14a374505392734160e5",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
"ext-curl": "*",
2018-08-30 19:04:17 +03:00
"ext-json": "*",
"ext-mbstring": "*",
2017-08-25 16:20:57 -06:00
"ext-zip": "*",
2018-04-17 17:49:31 -06:00
"php": "^5.6 || ~7.0",
"symfony/process": "^2.8 || ^3.1 || ^4.0"
2016-10-13 16:43:15 +02:00
},
"require-dev": {
2017-08-25 16:20:57 -06:00
"friendsofphp/php-cs-fixer": "^2.0",
2018-08-30 19:04:17 +03:00
"jakub-onderka/php-parallel-lint": "^0.9.2",
"php-coveralls/php-coveralls": "^2.0",
2016-11-07 09:54:10 -07:00
"php-mock/php-mock-phpunit": "^1.1",
2018-04-17 17:49:31 -06:00
"phpunit/phpunit": "^5.7",
"sebastian/environment": "^1.3.4 || ^2.0 || ^3.0",
"squizlabs/php_codesniffer": "^2.6",
"symfony/var-dumper": "^3.3 || ^4.0"
2016-10-13 16:43:15 +02:00
},
2018-08-30 19:04:17 +03:00
"suggest": {
"ext-SimpleXML": "For Firefox profile creation"
},
2016-10-13 16:43:15 +02:00
"type": "library",
2017-08-25 16:20:57 -06:00
"extra": {
"branch-alias": {
"dev-community": "1.5-dev"
}
},
2016-10-13 16:43:15 +02:00
"autoload": {
"psr-4": {
"Facebook\\WebDriver\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
2017-08-25 16:20:57 -06:00
"description": "A PHP client for Selenium WebDriver",
2016-10-13 16:43:15 +02:00
"homepage": "https://github.com/facebook/php-webdriver",
"keywords": [
"facebook",
"php",
"selenium",
"webdriver"
],
2020-02-04 11:48:53 +02:00
"abandoned": "php-webdriver/webdriver",
"time": "2019-06-13T08:02:18+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "fzaninotto/faker",
2020-02-04 11:48:53 +02:00
"version": "v1.9.1",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/fzaninotto/Faker.git",
2020-02-04 11:48:53 +02:00
"reference": "fc10d778e4b84d5bd315dad194661e091d307c6f"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-02-04 11:48:53 +02:00
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/fc10d778e4b84d5bd315dad194661e091d307c6f",
"reference": "fc10d778e4b84d5bd315dad194661e091d307c6f",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2017-08-25 16:20:57 -06:00
"php": "^5.3.3 || ^7.0"
2016-10-13 16:43:15 +02:00
},
"require-dev": {
"ext-intl": "*",
2018-08-30 19:04:17 +03:00
"phpunit/phpunit": "^4.8.35 || ^5.7",
2020-02-04 11:48:53 +02:00
"squizlabs/php_codesniffer": "^2.9.2"
2016-10-13 16:43:15 +02:00
},
"type": "library",
"extra": {
2017-08-25 16:20:57 -06:00
"branch-alias": {
2020-02-04 11:48:53 +02:00
"dev-master": "1.9-dev"
2017-08-25 16:20:57 -06:00
}
2016-10-13 16:43:15 +02:00
},
"autoload": {
"psr-4": {
"Faker\\": "src/Faker/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "François Zaninotto"
}
],
"description": "Faker is a PHP library that generates fake data for you.",
"keywords": [
"data",
"faker",
"fixtures"
],
2020-02-04 11:48:53 +02:00
"time": "2019-12-12T13:22:17+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "guzzlehttp/guzzle",
2020-04-18 17:45:11 -06:00
"version": "6.5.3",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2020-04-18 17:45:11 -06:00
"reference": "aab4ebd862aa7d04f01a4b51849d657db56d882e"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-04-18 17:45:11 -06:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/aab4ebd862aa7d04f01a4b51849d657db56d882e",
"reference": "aab4ebd862aa7d04f01a4b51849d657db56d882e",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2020-02-04 11:48:53 +02:00
"ext-json": "*",
2016-10-13 16:43:15 +02:00
"guzzlehttp/promises": "^1.0",
2020-02-04 11:48:53 +02:00
"guzzlehttp/psr7": "^1.6.1",
2020-04-18 17:45:11 -06:00
"php": ">=5.5",
"symfony/polyfill-intl-idn": "^1.11"
2016-10-13 16:43:15 +02:00
},
"require-dev": {
"ext-curl": "*",
2018-05-10 10:34:56 +03:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
2020-02-04 11:48:53 +02:00
"psr/log": "^1.1"
2016-10-13 16:43:15 +02:00
},
2017-08-25 16:20:57 -06:00
"suggest": {
"psr/log": "Required for using the Log middleware"
},
2016-10-13 16:43:15 +02:00
"type": "library",
"extra": {
"branch-alias": {
2020-02-04 11:48:53 +02:00
"dev-master": "6.5-dev"
2016-10-13 16:43:15 +02:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\": "src/"
2020-02-04 11:48:53 +02:00
},
"files": [
"src/functions_include.php"
]
2016-10-13 16:43:15 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
2020-04-18 17:45:11 -06:00
"time": "2020-04-18T10:38:46+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "guzzlehttp/promises",
2017-08-25 16:20:57 -06:00
"version": "v1.3.1",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2017-08-25 16:20:57 -06:00
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2017-08-25 16:20:57 -06:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
2017-08-25 16:20:57 -06:00
"phpunit/phpunit": "^4.0"
2016-10-13 16:43:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-08-25 16:20:57 -06:00
"dev-master": "1.4-dev"
2016-10-13 16:43:15 +02:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
2017-08-25 16:20:57 -06:00
"time": "2016-12-20T10:07:11+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "guzzlehttp/psr7",
2020-02-04 11:48:53 +02:00
"version": "1.6.1",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2020-02-04 11:48:53 +02:00
"reference": "239400de7a173fe9901b9ac7c06497751f00727a"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-02-04 11:48:53 +02:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
"reference": "239400de7a173fe9901b9ac7c06497751f00727a",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
"php": ">=5.4.0",
2019-02-08 14:01:00 -07:00
"psr/http-message": "~1.0",
2020-02-04 11:48:53 +02:00
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2016-10-13 16:43:15 +02:00
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
2020-02-04 11:48:53 +02:00
"ext-zlib": "*",
2019-02-08 14:01:00 -07:00
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
2016-10-13 16:43:15 +02:00
},
2020-02-04 11:48:53 +02:00
"suggest": {
"zendframework/zend-httphandlerrunner": "Emit PSR-7 responses"
},
2016-10-13 16:43:15 +02:00
"type": "library",
"extra": {
"branch-alias": {
2020-02-04 11:48:53 +02:00
"dev-master": "1.6-dev"
2016-10-13 16:43:15 +02:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2017-08-25 16:20:57 -06:00
},
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
2016-10-13 16:43:15 +02:00
}
],
2017-08-25 16:20:57 -06:00
"description": "PSR-7 message implementation that also provides common utility methods",
2016-10-13 16:43:15 +02:00
"keywords": [
"http",
"message",
2019-02-08 14:01:00 -07:00
"psr-7",
2017-08-25 16:20:57 -06:00
"request",
"response",
2016-10-13 16:43:15 +02:00
"stream",
2017-08-25 16:20:57 -06:00
"uri",
"url"
2016-10-13 16:43:15 +02:00
],
2020-02-04 11:48:53 +02:00
"time": "2019-07-01T23:21:34+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "myclabs/deep-copy",
2020-02-04 11:48:53 +02:00
"version": "1.9.5",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2020-02-04 11:48:53 +02:00
"reference": "b2c28789e80a97badd14145fda39b545d83ca3ef"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-02-04 11:48:53 +02:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef",
"reference": "b2c28789e80a97badd14145fda39b545d83ca3ef",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2018-11-26 09:36:13 +02:00
"php": "^7.1"
},
"replace": {
"myclabs/deep-copy": "self.version"
2016-10-13 16:43:15 +02:00
},
"require-dev": {
2018-04-17 17:49:31 -06:00
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
2018-11-26 09:36:13 +02:00
"phpunit/phpunit": "^7.1"
2016-10-13 16:43:15 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
2018-04-17 17:49:31 -06:00
},
"files": [
"src/DeepCopy/deep_copy.php"
]
2016-10-13 16:43:15 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
2020-02-04 11:48:53 +02:00
"time": "2020-01-17T21:11:47+00:00"
2018-11-26 09:36:13 +02:00
},
{
"name": "phar-io/manifest",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
"phar-io/version": "^2.0",
"php": "^5.6 || ^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
"time": "2018-07-08T19:23:20+00:00"
},
{
"name": "phar-io/version",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
"time": "2018-07-08T19:19:57+00:00"
2017-08-25 16:20:57 -06:00
},
2016-10-13 16:43:15 +02:00
{
"name": "phpdocumentor/reflection-common",
2020-02-04 11:48:53 +02:00
"version": "2.0.0",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2020-02-04 11:48:53 +02:00
"reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-02-04 11:48:53 +02:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a",
"reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2020-02-04 11:48:53 +02:00
"php": ">=7.1"
2016-10-13 16:43:15 +02:00
},
"require-dev": {
2020-02-04 11:48:53 +02:00
"phpunit/phpunit": "~6"
2016-10-13 16:43:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-04 11:48:53 +02:00
"dev-master": "2.x-dev"
2016-10-13 16:43:15 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-04 11:48:53 +02:00
"phpDocumentor\\Reflection\\": "src/"
2016-10-13 16:43:15 +02: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"
],
2020-02-04 11:48:53 +02:00
"time": "2018-08-07T13:53:10+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "phpdocumentor/reflection-docblock",
2020-02-04 11:48:53 +02:00
"version": "4.3.4",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2020-02-04 11:48:53 +02:00
"reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-02-04 11:48:53 +02:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c",
"reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2018-11-26 09:36:13 +02:00
"php": "^7.0",
2020-02-04 11:48:53 +02:00
"phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0",
"phpdocumentor/type-resolver": "~0.4 || ^1.0.0",
2016-10-13 16:43:15 +02:00
"webmozart/assert": "^1.0"
},
"require-dev": {
2020-02-04 11:48:53 +02:00
"doctrine/instantiator": "^1.0.5",
2018-11-26 09:36:13 +02:00
"mockery/mockery": "^1.0",
2020-02-04 11:48:53 +02:00
"phpdocumentor/type-resolver": "0.4.*",
2018-11-26 09:36:13 +02:00
"phpunit/phpunit": "^6.4"
2016-10-13 16:43:15 +02:00
},
"type": "library",
2018-11-26 09:36:13 +02:00
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
}
},
2016-10-13 16:43:15 +02: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.",
2020-02-04 11:48:53 +02:00
"time": "2019-12-28T18:55:12+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "phpdocumentor/type-resolver",
2020-02-04 11:48:53 +02:00
"version": "1.0.1",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2020-02-04 11:48:53 +02:00
"reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-02-04 11:48:53 +02:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
"reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2020-02-04 11:48:53 +02:00
"php": "^7.1",
"phpdocumentor/reflection-common": "^2.0"
2016-10-13 16:43:15 +02:00
},
"require-dev": {
2020-02-04 11:48:53 +02:00
"ext-tokenizer": "^7.1",
"mockery/mockery": "~1",
"phpunit/phpunit": "^7.0"
2016-10-13 16:43:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-04 11:48:53 +02:00
"dev-master": "1.x-dev"
2016-10-13 16:43:15 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-04 11:48:53 +02:00
"phpDocumentor\\Reflection\\": "src"
2016-10-13 16:43:15 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
2020-02-04 11:48:53 +02:00
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"time": "2019-08-22T18:11:29+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "phpspec/prophecy",
2020-03-05 13:00:47 -07:00
"version": "v1.10.3",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2020-03-05 13:00:47 -07:00
"reference": "451c3cd1418cf640de218914901e51b064abb093"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-03-05 13:00:47 -07:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
"reference": "451c3cd1418cf640de218914901e51b064abb093",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
"php": "^5.3|^7.0",
2020-02-04 11:48:53 +02:00
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0",
"sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0",
"sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0"
2016-10-13 16:43:15 +02:00
},
"require-dev": {
2020-02-04 11:48:53 +02:00
"phpspec/phpspec": "^2.5 || ^3.2",
2018-08-30 19:04:17 +03:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2016-10-13 16:43:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-04 11:48:53 +02:00
"dev-master": "1.10.x-dev"
2016-10-13 16:43:15 +02:00
}
},
"autoload": {
2020-02-04 11:48:53 +02:00
"psr-4": {
"Prophecy\\": "src/Prophecy"
2016-10-13 16:43:15 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
}
],
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
2020-03-05 13:00:47 -07:00
"time": "2020-03-05T15:02:03+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "phpunit/php-code-coverage",
2018-11-26 09:36:13 +02:00
"version": "6.1.4",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2018-11-26 09:36:13 +02:00
"reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2018-11-26 09:36:13 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
"reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2017-08-25 16:20:57 -06:00
"ext-dom": "*",
"ext-xmlwriter": "*",
2018-11-26 09:36:13 +02:00
"php": "^7.1",
"phpunit/php-file-iterator": "^2.0",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-token-stream": "^3.0",
"sebastian/code-unit-reverse-lookup": "^1.0.1",
"sebastian/environment": "^3.1 || ^4.0",
"sebastian/version": "^2.0.1",
"theseer/tokenizer": "^1.1"
2016-10-13 16:43:15 +02:00
},
"require-dev": {
2018-11-26 09:36:13 +02:00
"phpunit/phpunit": "^7.0"
2016-10-13 16:43:15 +02:00
},
"suggest": {
2018-11-26 09:36:13 +02:00
"ext-xdebug": "^2.6.0"
2016-10-13 16:43:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-11-26 09:36:13 +02:00
"dev-master": "6.1-dev"
2016-10-13 16:43:15 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2018-11-26 09:36:13 +02:00
"email": "sebastian@phpunit.de",
2016-10-13 16:43:15 +02:00
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
2018-11-26 09:36:13 +02:00
"time": "2018-10-31T16:06:48+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "phpunit/php-file-iterator",
2018-11-26 09:36:13 +02:00
"version": "2.0.2",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2018-11-26 09:36:13 +02:00
"reference": "050bedf145a257b1ff02746c31894800e5122946"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2018-11-26 09:36:13 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
"reference": "050bedf145a257b1ff02746c31894800e5122946",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2018-11-26 09:36:13 +02:00
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.1"
2016-10-13 16:43:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-11-26 09:36:13 +02:00
"dev-master": "2.0.x-dev"
2016-10-13 16:43:15 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2018-11-26 09:36:13 +02:00
"email": "sebastian@phpunit.de",
2016-10-13 16:43:15 +02:00
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
2018-11-26 09:36:13 +02:00
"time": "2018-09-13T20:33:42+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "phpunit/php-text-template",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
2017-08-25 16:20:57 -06:00
"time": "2015-06-21T13:50:34+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "phpunit/php-timer",
2020-02-04 11:48:53 +02:00
"version": "2.1.2",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
2020-02-04 11:48:53 +02:00
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-02-04 11:48:53 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2018-11-26 09:36:13 +02:00
"php": "^7.1"
2016-10-13 16:43:15 +02:00
},
"require-dev": {
2018-11-26 09:36:13 +02:00
"phpunit/phpunit": "^7.0"
2016-10-13 16:43:15 +02:00
},
"type": "library",
2017-08-25 16:20:57 -06:00
"extra": {
"branch-alias": {
2020-02-04 11:48:53 +02:00
"dev-master": "2.1-dev"
2017-08-25 16:20:57 -06:00
}
},
2016-10-13 16:43:15 +02:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2018-11-26 09:36:13 +02:00
"email": "sebastian@phpunit.de",
2016-10-13 16:43:15 +02:00
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
2020-02-04 11:48:53 +02:00
"time": "2019-06-07T04:22:29+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "phpunit/php-token-stream",
2020-02-04 11:48:53 +02:00
"version": "3.1.1",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2020-02-04 11:48:53 +02:00
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-02-04 11:48:53 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2018-11-26 09:36:13 +02:00
"php": "^7.1"
2016-10-13 16:43:15 +02:00
},
"require-dev": {
2018-11-26 09:36:13 +02:00
"phpunit/phpunit": "^7.0"
2016-10-13 16:43:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-04 11:48:53 +02:00
"dev-master": "3.1-dev"
2016-10-13 16:43:15 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
2020-02-04 11:48:53 +02:00
"time": "2019-09-17T06:23:10+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "phpunit/phpunit",
2020-02-04 11:48:53 +02:00
"version": "7.5.20",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2020-02-04 11:48:53 +02:00
"reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-02-04 11:48:53 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
"reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2018-11-26 09:36:13 +02:00
"doctrine/instantiator": "^1.1",
2016-10-13 16:43:15 +02:00
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
2018-11-26 09:36:13 +02:00
"myclabs/deep-copy": "^1.7",
"phar-io/manifest": "^1.0.2",
"phar-io/version": "^2.0",
"php": "^7.1",
"phpspec/prophecy": "^1.7",
"phpunit/php-code-coverage": "^6.0.7",
"phpunit/php-file-iterator": "^2.0.1",
"phpunit/php-text-template": "^1.2.1",
2020-02-04 11:48:53 +02:00
"phpunit/php-timer": "^2.1",
2018-11-26 09:36:13 +02:00
"sebastian/comparator": "^3.0",
"sebastian/diff": "^3.0",
2019-02-08 14:01:00 -07:00
"sebastian/environment": "^4.0",
2018-11-26 09:36:13 +02:00
"sebastian/exporter": "^3.1",
"sebastian/global-state": "^2.0",
"sebastian/object-enumerator": "^3.0.3",
2019-02-08 14:01:00 -07:00
"sebastian/resource-operations": "^2.0",
2018-11-26 09:36:13 +02:00
"sebastian/version": "^2.0.1"
2018-08-30 19:04:17 +03:00
},
"conflict": {
2018-11-26 09:36:13 +02:00
"phpunit/phpunit-mock-objects": "*"
2016-10-13 16:43:15 +02:00
},
"require-dev": {
"ext-pdo": "*"
},
"suggest": {
2018-11-26 09:36:13 +02:00
"ext-soap": "*",
2016-10-13 16:43:15 +02:00
"ext-xdebug": "*",
2018-11-26 09:36:13 +02:00
"phpunit/php-invoker": "^2.0"
2016-10-13 16:43:15 +02:00
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2019-02-08 14:01:00 -07:00
"dev-master": "7.5-dev"
2016-10-13 16:43:15 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
2020-02-04 11:48:53 +02:00
"time": "2020-01-08T08:45:45+00: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"
],
"time": "2017-02-14T16:28:37+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
2017-08-25 16:20:57 -06:00
"time": "2016-08-06T14:39:51+00:00"
2016-10-13 16:43:15 +02:00
},
2019-02-08 14:01:00 -07:00
{
"name": "ralouphie/getallheaders",
2020-02-04 11:48:53 +02:00
"version": "3.0.3",
2019-02-08 14:01:00 -07:00
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
2020-02-04 11:48:53 +02:00
"reference": "120b605dfeb996808c31b6477290a714d356e822"
2019-02-08 14:01:00 -07:00
},
"dist": {
"type": "zip",
2020-02-04 11:48:53 +02:00
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
2019-02-08 14:01:00 -07:00
"shasum": ""
},
"require": {
2020-02-04 11:48:53 +02:00
"php": ">=5.6"
2019-02-08 14:01:00 -07:00
},
"require-dev": {
2020-02-04 11:48:53 +02:00
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
2019-02-08 14:01:00 -07: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.",
2020-02-04 11:48:53 +02:00
"time": "2019-03-08T08:55:37+00:00"
2019-02-08 14:01:00 -07:00
},
2016-10-13 16:43:15 +02:00
{
"name": "sebastian/code-unit-reverse-lookup",
2017-08-25 16:20:57 -06:00
"version": "1.0.1",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2017-08-25 16:20:57 -06:00
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2017-08-25 16:20:57 -06:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2017-08-25 16:20:57 -06:00
"php": "^5.6 || ^7.0"
2016-10-13 16:43:15 +02:00
},
"require-dev": {
2017-08-25 16:20:57 -06:00
"phpunit/phpunit": "^5.7 || ^6.0"
2016-10-13 16:43:15 +02: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"
}
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2017-08-25 16:20:57 -06:00
"time": "2017-03-04T06:30:41+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "sebastian/comparator",
2018-11-26 09:36:13 +02:00
"version": "3.0.2",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2018-11-26 09:36:13 +02:00
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2018-11-26 09:36:13 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2018-11-26 09:36:13 +02:00
"php": "^7.1",
"sebastian/diff": "^3.0",
"sebastian/exporter": "^3.1"
2016-10-13 16:43:15 +02:00
},
"require-dev": {
2018-11-26 09:36:13 +02:00
"phpunit/phpunit": "^7.1"
2016-10-13 16:43:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-11-26 09:36:13 +02:00
"dev-master": "3.0-dev"
2016-10-13 16:43:15 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides the functionality to compare PHP values for equality",
2018-11-26 09:36:13 +02:00
"homepage": "https://github.com/sebastianbergmann/comparator",
2016-10-13 16:43:15 +02:00
"keywords": [
"comparator",
"compare",
"equality"
],
2018-11-26 09:36:13 +02:00
"time": "2018-07-12T15:12:46+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "sebastian/diff",
2019-02-08 14:01:00 -07:00
"version": "3.0.2",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2019-02-08 14:01:00 -07:00
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2019-02-08 14:01:00 -07:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2018-11-26 09:36:13 +02:00
"php": "^7.1"
2016-10-13 16:43:15 +02:00
},
"require-dev": {
2019-02-08 14:01:00 -07:00
"phpunit/phpunit": "^7.5 || ^8.0",
2018-11-26 09:36:13 +02:00
"symfony/process": "^2 || ^3.3 || ^4"
2016-10-13 16:43:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-11-26 09:36:13 +02:00
"dev-master": "3.0-dev"
2016-10-13 16:43:15 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
2018-11-26 09:36:13 +02:00
"diff",
"udiff",
"unidiff",
"unified diff"
2016-10-13 16:43:15 +02:00
],
2019-02-08 14:01:00 -07:00
"time": "2019-02-04T06:01:07+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "sebastian/environment",
2020-02-04 11:48:53 +02:00
"version": "4.2.3",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2020-02-04 11:48:53 +02:00
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-02-04 11:48:53 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2019-02-08 14:01:00 -07:00
"php": "^7.1"
2016-10-13 16:43:15 +02:00
},
"require-dev": {
2019-02-08 14:01:00 -07:00
"phpunit/phpunit": "^7.5"
},
"suggest": {
"ext-posix": "*"
2016-10-13 16:43:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-04 11:48:53 +02:00
"dev-master": "4.2-dev"
2016-10-13 16:43:15 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
2020-02-04 11:48:53 +02:00
"time": "2019-11-20T08:46:58+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "sebastian/exporter",
2020-02-04 11:48:53 +02:00
"version": "3.1.2",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2020-02-04 11:48:53 +02:00
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-02-04 11:48:53 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2018-11-26 09:36:13 +02:00
"php": "^7.0",
"sebastian/recursion-context": "^3.0"
2016-10-13 16:43:15 +02:00
},
"require-dev": {
"ext-mbstring": "*",
2018-11-26 09:36:13 +02:00
"phpunit/phpunit": "^6.0"
2016-10-13 16:43:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-11-26 09:36:13 +02:00
"dev-master": "3.1.x-dev"
2016-10-13 16:43:15 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2020-02-04 11:48:53 +02:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2016-10-13 16:43:15 +02:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2020-02-04 11:48:53 +02:00
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2016-10-13 16:43:15 +02:00
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
2020-02-04 11:48:53 +02:00
"time": "2019-09-14T09:02:43+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "sebastian/global-state",
2018-11-26 09:36:13 +02:00
"version": "2.0.0",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2018-11-26 09:36:13 +02:00
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2018-11-26 09:36:13 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2018-11-26 09:36:13 +02:00
"php": "^7.0"
2016-10-13 16:43:15 +02:00
},
"require-dev": {
2018-11-26 09:36:13 +02:00
"phpunit/phpunit": "^6.0"
2016-10-13 16:43:15 +02:00
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2018-11-26 09:36:13 +02:00
"dev-master": "2.0-dev"
2016-10-13 16:43:15 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
2018-11-26 09:36:13 +02:00
"time": "2017-04-27T15:39:26+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "sebastian/object-enumerator",
2018-11-26 09:36:13 +02:00
"version": "3.0.3",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
2018-11-26 09:36:13 +02:00
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2018-11-26 09:36:13 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2018-11-26 09:36:13 +02:00
"php": "^7.0",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
2016-10-13 16:43:15 +02:00
},
"require-dev": {
2018-11-26 09:36:13 +02:00
"phpunit/phpunit": "^6.0"
2016-10-13 16:43:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-11-26 09:36:13 +02:00
"dev-master": "3.0.x-dev"
2016-10-13 16:43:15 +02: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/",
2018-11-26 09:36:13 +02: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-10-13 16:43:15 +02:00
},
{
"name": "sebastian/recursion-context",
2018-11-26 09:36:13 +02:00
"version": "3.0.0",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2018-11-26 09:36:13 +02:00
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2018-11-26 09:36:13 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2018-11-26 09:36:13 +02:00
"php": "^7.0"
2016-10-13 16:43:15 +02:00
},
"require-dev": {
2018-11-26 09:36:13 +02:00
"phpunit/phpunit": "^6.0"
2016-10-13 16:43:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-11-26 09:36:13 +02:00
"dev-master": "3.0.x-dev"
2016-10-13 16:43:15 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2018-11-26 09:36:13 +02:00
"time": "2017-03-03T06:23:57+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "sebastian/resource-operations",
2019-02-08 14:01:00 -07:00
"version": "2.0.1",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
2019-02-08 14:01:00 -07:00
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2019-02-08 14:01:00 -07:00
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2019-02-08 14:01:00 -07:00
"php": "^7.1"
2016-10-13 16:43:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2019-02-08 14:01:00 -07:00
"dev-master": "2.0-dev"
2016-10-13 16:43:15 +02: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-02-08 14:01:00 -07:00
"time": "2018-10-04T04:07:39+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "sebastian/version",
2016-12-08 15:37:58 +02:00
"version": "2.0.1",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
2016-12-08 15:37:58 +02:00
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2016-12-08 15:37:58 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
2017-08-25 16:20:57 -06:00
"time": "2016-10-03T07:35:21+00:00"
},
2016-10-13 16:43:15 +02:00
{
"name": "symfony/browser-kit",
2020-04-18 17:45:11 -06:00
"version": "v4.4.7",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
2020-04-18 17:45:11 -06:00
"reference": "e4b0dc1b100bf75b5717c5b451397f230a618a42"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-04-18 17:45:11 -06:00
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/e4b0dc1b100bf75b5717c5b451397f230a618a42",
"reference": "e4b0dc1b100bf75b5717c5b451397f230a618a42",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2018-11-26 09:36:13 +02:00
"php": "^7.1.3",
2020-02-04 11:48:53 +02:00
"symfony/dom-crawler": "^3.4|^4.0|^5.0"
2016-10-13 16:43:15 +02:00
},
"require-dev": {
2020-02-04 11:48:53 +02:00
"symfony/css-selector": "^3.4|^4.0|^5.0",
"symfony/http-client": "^4.3|^5.0",
"symfony/mime": "^4.3|^5.0",
"symfony/process": "^3.4|^4.0|^5.0"
2016-10-13 16:43:15 +02:00
},
"suggest": {
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-04 11:48:53 +02:00
"dev-master": "4.4-dev"
2016-10-13 16:43:15 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\BrowserKit\\": ""
},
"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 BrowserKit Component",
"homepage": "https://symfony.com",
2020-04-18 17:45:11 -06:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-03-28T10:15:50+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "symfony/console",
2020-04-18 17:45:11 -06:00
"version": "v4.4.7",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2020-04-18 17:45:11 -06:00
"reference": "10bb3ee3c97308869d53b3e3d03f6ac23ff985f7"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-04-18 17:45:11 -06:00
"url": "https://api.github.com/repos/symfony/console/zipball/10bb3ee3c97308869d53b3e3d03f6ac23ff985f7",
"reference": "10bb3ee3c97308869d53b3e3d03f6ac23ff985f7",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2018-11-26 09:36:13 +02:00
"php": "^7.1.3",
2020-02-04 11:48:53 +02:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
"symfony/service-contracts": "^1.1|^2"
2016-10-13 16:43:15 +02:00
},
2018-08-30 19:04:17 +03:00
"conflict": {
"symfony/dependency-injection": "<3.4",
2020-02-04 11:48:53 +02:00
"symfony/event-dispatcher": "<4.3|>=5",
"symfony/lock": "<4.4",
2018-08-30 19:04:17 +03:00
"symfony/process": "<3.3"
},
2019-02-08 14:01:00 -07:00
"provide": {
"psr/log-implementation": "1.0"
},
2016-10-13 16:43:15 +02:00
"require-dev": {
"psr/log": "~1.0",
2020-02-04 11:48:53 +02:00
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/event-dispatcher": "^4.3",
"symfony/lock": "^4.4|^5.0",
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/var-dumper": "^4.3|^5.0"
2016-10-13 16:43:15 +02:00
},
"suggest": {
2019-02-08 14:01:00 -07:00
"psr/log": "For using the console logger",
2016-10-13 16:43:15 +02:00
"symfony/event-dispatcher": "",
2018-08-30 19:04:17 +03:00
"symfony/lock": "",
2016-10-13 16:43:15 +02:00
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-04 11:48:53 +02:00
"dev-master": "4.4-dev"
2016-10-13 16:43:15 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"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 Console Component",
"homepage": "https://symfony.com",
2020-04-18 17:45:11 -06:00
"time": "2020-03-30T11:41:10+00:00"
2019-02-08 14:01:00 -07:00
},
{
2020-02-04 11:48:53 +02:00
"name": "symfony/css-selector",
2020-04-18 17:45:11 -06:00
"version": "v4.4.7",
2019-02-08 14:01:00 -07:00
"source": {
"type": "git",
2020-02-04 11:48:53 +02:00
"url": "https://github.com/symfony/css-selector.git",
2020-04-18 17:45:11 -06:00
"reference": "afc26133a6fbdd4f8842e38893e0ee4685c7c94b"
2019-02-08 14:01:00 -07:00
},
"dist": {
"type": "zip",
2020-04-18 17:45:11 -06:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/afc26133a6fbdd4f8842e38893e0ee4685c7c94b",
"reference": "afc26133a6fbdd4f8842e38893e0ee4685c7c94b",
2019-02-08 14:01:00 -07:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-04 11:48:53 +02:00
"dev-master": "4.4-dev"
2019-02-08 14:01:00 -07:00
}
},
"autoload": {
"psr-4": {
2020-02-04 11:48:53 +02:00
"Symfony\\Component\\CssSelector\\": ""
2019-02-08 14:01:00 -07:00
},
"exclude-from-classmap": [
2020-02-04 11:48:53 +02:00
"/Tests/"
2019-02-08 14:01:00 -07:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-02-04 11:48:53 +02:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
2019-02-08 14:01:00 -07:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2020-02-04 11:48:53 +02:00
"description": "Symfony CssSelector Component",
2019-02-08 14:01:00 -07:00
"homepage": "https://symfony.com",
2020-04-18 17:45:11 -06:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-03-27T16:54:36+00:00"
2016-10-13 16:43:15 +02:00
},
{
2020-02-04 11:48:53 +02:00
"name": "symfony/dom-crawler",
2020-04-18 17:45:11 -06:00
"version": "v4.4.7",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
2020-02-04 11:48:53 +02:00
"url": "https://github.com/symfony/dom-crawler.git",
2020-04-18 17:45:11 -06:00
"reference": "4d0fb3374324071ecdd94898367a3fa4b5563162"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-04-18 17:45:11 -06:00
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4d0fb3374324071ecdd94898367a3fa4b5563162",
"reference": "4d0fb3374324071ecdd94898367a3fa4b5563162",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2020-02-04 11:48:53 +02:00
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"masterminds/html5": "<2.6"
},
"require-dev": {
"masterminds/html5": "^2.6",
"symfony/css-selector": "^3.4|^4.0|^5.0"
},
"suggest": {
"symfony/css-selector": ""
2016-10-13 16:43:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-04 11:48:53 +02:00
"dev-master": "4.4-dev"
2016-10-13 16:43:15 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-04 11:48:53 +02:00
"Symfony\\Component\\DomCrawler\\": ""
2016-10-13 16:43:15 +02:00
},
"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"
}
],
2020-02-04 11:48:53 +02:00
"description": "Symfony DomCrawler Component",
2016-10-13 16:43:15 +02:00
"homepage": "https://symfony.com",
2020-04-18 17:45:11 -06:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-03-29T19:12:22+00:00"
2016-10-13 16:43:15 +02:00
},
{
2020-02-04 11:48:53 +02:00
"name": "symfony/event-dispatcher",
2020-04-18 17:45:11 -06:00
"version": "v4.4.7",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
2020-02-04 11:48:53 +02:00
"url": "https://github.com/symfony/event-dispatcher.git",
2020-04-18 17:45:11 -06:00
"reference": "abc8e3618bfdb55e44c8c6a00abd333f831bbfed"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-04-18 17:45:11 -06:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/abc8e3618bfdb55e44c8c6a00abd333f831bbfed",
"reference": "abc8e3618bfdb55e44c8c6a00abd333f831bbfed",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2018-11-26 09:36:13 +02:00
"php": "^7.1.3",
2020-02-04 11:48:53 +02:00
"symfony/event-dispatcher-contracts": "^1.1"
},
"conflict": {
"symfony/dependency-injection": "<3.4"
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",
"symfony/event-dispatcher-implementation": "1.1"
2016-10-13 16:43:15 +02:00
},
"require-dev": {
2020-02-04 11:48:53 +02:00
"psr/log": "~1.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/service-contracts": "^1.1|^2",
"symfony/stopwatch": "^3.4|^4.0|^5.0"
2016-10-13 16:43:15 +02:00
},
"suggest": {
2020-02-04 11:48:53 +02:00
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
2016-10-13 16:43:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-04 11:48:53 +02:00
"dev-master": "4.4-dev"
2016-10-13 16:43:15 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-04 11:48:53 +02:00
"Symfony\\Component\\EventDispatcher\\": ""
2016-10-13 16:43:15 +02:00
},
"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"
}
],
2020-02-04 11:48:53 +02:00
"description": "Symfony EventDispatcher Component",
2016-10-13 16:43:15 +02:00
"homepage": "https://symfony.com",
2020-04-18 17:45:11 -06:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-03-27T16:54:36+00:00"
2016-10-13 16:43:15 +02:00
},
{
2020-02-04 11:48:53 +02:00
"name": "symfony/event-dispatcher-contracts",
"version": "v1.1.7",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
2020-02-04 11:48:53 +02:00
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-02-04 11:48:53 +02:00
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
"reference": "c43ab685673fb6c8d84220c77897b1d6cdbe1d18",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2020-02-04 11:48:53 +02:00
"php": "^7.1.3"
2016-10-13 16:43:15 +02:00
},
"suggest": {
2020-02-04 11:48:53 +02:00
"psr/event-dispatcher": "",
"symfony/event-dispatcher-implementation": ""
2016-10-13 16:43:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-04 11:48:53 +02:00
"dev-master": "1.1-dev"
2016-10-13 16:43:15 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-04 11:48:53 +02:00
"Symfony\\Contracts\\EventDispatcher\\": ""
}
2016-10-13 16:43:15 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-02-04 11:48:53 +02:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2016-10-13 16:43:15 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2020-02-04 11:48:53 +02:00
"description": "Generic abstractions related to dispatching event",
2016-10-13 16:43:15 +02:00
"homepage": "https://symfony.com",
2020-02-04 11:48:53 +02:00
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2019-09-17T09:54:03+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "symfony/finder",
2020-04-18 17:45:11 -06:00
"version": "v4.4.7",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2020-04-18 17:45:11 -06:00
"reference": "5729f943f9854c5781984ed4907bbb817735776b"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-04-18 17:45:11 -06:00
"url": "https://api.github.com/repos/symfony/finder/zipball/5729f943f9854c5781984ed4907bbb817735776b",
"reference": "5729f943f9854c5781984ed4907bbb817735776b",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2018-11-26 09:36:13 +02:00
"php": "^7.1.3"
2016-10-13 16:43:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-04 11:48:53 +02:00
"dev-master": "4.4-dev"
2016-10-13 16:43:15 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"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 Finder Component",
"homepage": "https://symfony.com",
2020-04-18 17:45:11 -06:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-03-27T16:54:36+00:00"
2018-08-30 19:04:17 +03:00
},
{
"name": "symfony/polyfill-ctype",
2020-04-18 17:45:11 -06:00
"version": "v1.15.0",
2018-08-30 19:04:17 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2020-04-18 17:45:11 -06:00
"reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
2018-08-30 19:04:17 +03:00
},
"dist": {
"type": "zip",
2020-04-18 17:45:11 -06:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
"reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
2018-08-30 19:04:17 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-18 17:45:11 -06:00
"dev-master": "1.15-dev"
2018-08-30 19:04:17 +03:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
2020-02-04 11:48:53 +02:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2018-08-30 19:04:17 +03:00
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2020-04-18 17:45:11 -06:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-02-27T09:26:54+00:00"
},
{
"name": "symfony/polyfill-intl-idn",
"version": "v1.15.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
"reference": "47bd6aa45beb1cd7c6a16b7d1810133b728bdfcf",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-php72": "^1.10"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.15-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-03-09T19:04:49+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "symfony/polyfill-mbstring",
2020-04-18 17:45:11 -06:00
"version": "v1.15.0",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2020-04-18 17:45:11 -06:00
"reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-04-18 17:45:11 -06:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
"reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-18 17:45:11 -06:00
"dev-master": "1.15-dev"
2016-10-13 16:43:15 +02: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"
],
2020-04-18 17:45:11 -06:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-03-09T19:04:49+00:00"
},
{
"name": "symfony/polyfill-php72",
"version": "v1.15.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "37b0976c78b94856543260ce09b460a7bc852747"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/37b0976c78b94856543260ce09b460a7bc852747",
"reference": "37b0976c78b94856543260ce09b460a7bc852747",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.15-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
},
"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 backporting some PHP 7.2+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-02-27T09:26:54+00:00"
2020-02-04 11:48:53 +02:00
},
{
"name": "symfony/polyfill-php73",
2020-04-18 17:45:11 -06:00
"version": "v1.15.0",
2020-02-04 11:48:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
2020-04-18 17:45:11 -06:00
"reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7"
2020-02-04 11:48:53 +02:00
},
"dist": {
"type": "zip",
2020-04-18 17:45:11 -06:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
"reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
2020-02-04 11:48:53 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-18 17:45:11 -06:00
"dev-master": "1.15-dev"
2020-02-04 11:48:53 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"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 backporting some PHP 7.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2020-04-18 17:45:11 -06:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-02-27T09:26:54+00:00"
2017-08-25 16:20:57 -06:00
},
{
"name": "symfony/process",
2020-04-18 17:45:11 -06:00
"version": "v4.4.7",
2017-08-25 16:20:57 -06:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2020-04-18 17:45:11 -06:00
"reference": "3e40e87a20eaf83a1db825e1fa5097ae89042db3"
2017-08-25 16:20:57 -06:00
},
"dist": {
"type": "zip",
2020-04-18 17:45:11 -06:00
"url": "https://api.github.com/repos/symfony/process/zipball/3e40e87a20eaf83a1db825e1fa5097ae89042db3",
"reference": "3e40e87a20eaf83a1db825e1fa5097ae89042db3",
2017-08-25 16:20:57 -06:00
"shasum": ""
},
"require": {
2018-11-26 09:36:13 +02:00
"php": "^7.1.3"
2017-08-25 16:20:57 -06:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-04 11:48:53 +02:00
"dev-master": "4.4-dev"
2017-08-25 16:20:57 -06:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Process Component",
"homepage": "https://symfony.com",
2020-04-18 17:45:11 -06:00
"time": "2020-03-27T16:54:36+00:00"
2020-02-04 11:48:53 +02:00
},
{
"name": "symfony/service-contracts",
"version": "v1.1.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
"reference": "ffc7f5692092df31515df2a5ecf3b7302b3ddacf",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"psr/container": "^1.0"
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
}
},
"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": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2019-10-14T12:27:06+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "symfony/yaml",
2020-04-18 17:45:11 -06:00
"version": "v4.4.7",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2020-04-18 17:45:11 -06:00
"reference": "ef166890d821518106da3560086bfcbeb4fadfec"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-04-18 17:45:11 -06:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/ef166890d821518106da3560086bfcbeb4fadfec",
"reference": "ef166890d821518106da3560086bfcbeb4fadfec",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2018-11-26 09:36:13 +02:00
"php": "^7.1.3",
2018-08-30 19:04:17 +03:00
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<3.4"
},
"require-dev": {
2020-02-04 11:48:53 +02:00
"symfony/console": "^3.4|^4.0|^5.0"
2018-08-30 19:04:17 +03:00
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
2016-10-13 16:43:15 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-04 11:48:53 +02:00
"dev-master": "4.4-dev"
2016-10-13 16:43:15 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
2020-04-18 17:45:11 -06:00
"time": "2020-03-30T11:41:10+00:00"
2018-11-26 09:36:13 +02:00
},
{
"name": "theseer/tokenizer",
2020-02-04 11:48:53 +02:00
"version": "1.1.3",
2018-11-26 09:36:13 +02:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
2020-02-04 11:48:53 +02:00
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
2018-11-26 09:36:13 +02:00
},
"dist": {
"type": "zip",
2020-02-04 11:48:53 +02:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
2018-11-26 09:36:13 +02: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",
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2020-02-04 11:48:53 +02:00
"time": "2019-06-13T22:48:21+00:00"
2016-10-13 16:43:15 +02:00
},
{
"name": "webmozart/assert",
2020-04-18 17:45:11 -06:00
"version": "1.8.0",
2016-10-13 16:43:15 +02:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
2020-04-18 17:45:11 -06:00
"reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6"
2016-10-13 16:43:15 +02:00
},
"dist": {
"type": "zip",
2020-04-18 17:45:11 -06:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
"reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
2016-10-13 16:43:15 +02:00
"shasum": ""
},
"require": {
2019-02-08 14:01:00 -07:00
"php": "^5.3.3 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
2016-10-13 16:43:15 +02:00
},
2020-02-04 11:48:53 +02:00
"conflict": {
2020-04-18 17:45:11 -06:00
"vimeo/psalm": "<3.9.1"
2020-02-04 11:48:53 +02:00
},
2016-10-13 16:43:15 +02:00
"require-dev": {
2020-02-04 11:48:53 +02:00
"phpunit/phpunit": "^4.8.36 || ^7.5.13"
2016-10-13 16:43:15 +02:00
},
"type": "library",
"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"
],
2020-04-18 17:45:11 -06:00
"time": "2020-04-18T12:12:48+00:00"
2016-10-13 16:43:15 +02:00
}
],
2016-08-11 19:17:02 +02:00
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
2019-02-08 14:01:00 -07:00
"p3k/picofeed": 0
2016-08-11 19:17:02 +02:00
},
"prefer-stable": false,
"prefer-lowest": false,
2018-11-26 09:36:13 +02:00
"platform": {
"php": ">=7.1.3",
"ext-json": "*"
},
2018-08-30 19:04:17 +03:00
"platform-dev": [],
"platform-overrides": {
2018-11-26 09:36:13 +02:00
"php": "7.1.3"
2020-04-18 17:45:11 -06:00
},
"plugin-api-version": "1.1.0"
2016-08-11 19:17:02 +02:00
}