gallery-api/composer.lock

5869 lines
215 KiB
Plaintext
Raw Normal View History

2017-07-21 19:59:16 +02:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2020-04-23 18:26:12 +02:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2017-07-21 19:59:16 +02:00
"This file is @generated automatically"
],
2020-05-01 13:46:59 +02:00
"content-hash": "b347818c7ca8a8c95f6a2b8cc0aa561e",
2017-07-21 19:59:16 +02:00
"packages": [
{
"name": "container-interop/container-interop",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/container-interop/container-interop.git",
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
"shasum": ""
},
"require": {
"psr/container": "^1.0"
},
"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.)",
"homepage": "https://github.com/container-interop/container-interop",
2020-05-01 13:46:59 +02:00
"abandoned": "psr/container",
2017-07-21 19:59:16 +02:00
"time": "2017-02-14T19:40:03+00:00"
},
2017-08-12 22:56:25 +02:00
{
"name": "doctrine/annotations",
2020-05-01 13:46:59 +02:00
"version": "1.10.2",
2017-08-12 22:56:25 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
2020-05-01 13:46:59 +02:00
"reference": "b9d758e831c70751155c698c2f7df4665314a1cb"
2017-08-12 22:56:25 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/doctrine/annotations/zipball/b9d758e831c70751155c698c2f7df4665314a1cb",
"reference": "b9d758e831c70751155c698c2f7df4665314a1cb",
2017-08-12 22:56:25 +02:00
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
2020-05-01 13:46:59 +02:00
"ext-tokenizer": "*",
2017-08-12 22:56:25 +02:00
"php": "^7.1"
},
"require-dev": {
"doctrine/cache": "1.*",
2020-05-01 13:46:59 +02:00
"phpunit/phpunit": "^7.5"
2017-08-12 22:56:25 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "1.9.x-dev"
2017-08-12 22:56:25 +02:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-05-01 13:46:59 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2017-08-12 22:56:25 +02:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Docblock Annotations Parser",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"annotations",
"docblock",
"parser"
],
2020-05-01 13:46:59 +02:00
"time": "2020-04-20T09:18:32+00:00"
2017-08-12 22:56:25 +02:00
},
{
"name": "doctrine/cache",
2020-05-01 13:46:59 +02:00
"version": "1.10.0",
2017-08-12 22:56:25 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
2020-05-01 13:46:59 +02:00
"reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
2017-08-12 22:56:25 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
"reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
2017-08-12 22:56:25 +02:00
"shasum": ""
},
"require": {
"php": "~7.1"
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
2020-05-01 13:46:59 +02:00
"doctrine/coding-standard": "^6.0",
2017-08-12 22:56:25 +02:00
"mongodb/mongodb": "^1.1",
2020-04-23 18:26:12 +02:00
"phpunit/phpunit": "^7.0",
2017-08-12 22:56:25 +02:00
"predis/predis": "~1.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "1.9.x-dev"
2017-08-12 22:56:25 +02:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-05-01 13:46:59 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2017-08-12 22:56:25 +02:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2020-05-01 13:46:59 +02:00
"description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
"homepage": "https://www.doctrine-project.org/projects/cache.html",
2017-08-12 22:56:25 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"abstraction",
"apcu",
2017-08-12 22:56:25 +02:00
"cache",
2020-05-01 13:46:59 +02:00
"caching",
"couchdb",
"memcached",
"php",
"redis",
"xcache"
],
"time": "2019-11-29T15:36:20+00:00"
2017-08-12 22:56:25 +02:00
},
{
"name": "doctrine/collections",
2020-05-01 13:46:59 +02:00
"version": "1.6.4",
2017-08-12 22:56:25 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
2020-05-01 13:46:59 +02:00
"reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
2017-08-12 22:56:25 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
"reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
2017-08-12 22:56:25 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^7.1.3"
2017-08-12 22:56:25 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan-shim": "^0.9.2",
"phpunit/phpunit": "^7.0",
"vimeo/psalm": "^3.2.2"
2017-08-12 22:56:25 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "1.6.x-dev"
2017-08-12 22:56:25 +02:00
}
},
"autoload": {
2020-05-01 13:46:59 +02:00
"psr-4": {
"Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
2017-08-12 22:56:25 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-05-01 13:46:59 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2017-08-12 22:56:25 +02:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2020-05-01 13:46:59 +02:00
"description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
"homepage": "https://www.doctrine-project.org/projects/collections.html",
2017-08-12 22:56:25 +02:00
"keywords": [
"array",
"collections",
2020-05-01 13:46:59 +02:00
"iterators",
"php"
2017-08-12 22:56:25 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2019-11-13T13:07:11+00:00"
2017-08-12 22:56:25 +02:00
},
{
"name": "doctrine/common",
2020-05-01 13:46:59 +02:00
"version": "2.12.0",
2017-08-12 22:56:25 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
2020-05-01 13:46:59 +02:00
"reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6"
2017-08-12 22:56:25 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/doctrine/common/zipball/2053eafdf60c2172ee1373d1b9289ba1db7f1fc6",
"reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6",
2017-08-12 22:56:25 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"doctrine/annotations": "^1.0",
"doctrine/cache": "^1.0",
"doctrine/collections": "^1.0",
"doctrine/event-manager": "^1.0",
"doctrine/inflector": "^1.0",
"doctrine/lexer": "^1.0",
2020-05-01 13:46:59 +02:00
"doctrine/persistence": "^1.1",
2020-04-23 18:26:12 +02:00
"doctrine/reflection": "^1.0",
"php": "^7.1"
2017-08-12 22:56:25 +02:00
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"doctrine/coding-standard": "^1.0",
2020-05-01 13:46:59 +02:00
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpunit/phpunit": "^7.0",
2020-04-23 18:26:12 +02:00
"squizlabs/php_codesniffer": "^3.0",
"symfony/phpunit-bridge": "^4.0.5"
2017-08-12 22:56:25 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "2.11.x-dev"
2017-08-12 22:56:25 +02:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-05-01 13:46:59 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2017-08-12 22:56:25 +02:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2020-04-23 18:26:12 +02:00
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
2017-08-12 22:56:25 +02:00
}
],
2020-05-01 13:46:59 +02:00
"description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.",
"homepage": "https://www.doctrine-project.org/projects/common.html",
2017-08-12 22:56:25 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"common",
"doctrine",
"php"
2017-08-12 22:56:25 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2020-01-10T15:49:25+00:00"
2017-08-12 22:56:25 +02:00
},
{
"name": "doctrine/dbal",
2020-05-01 13:46:59 +02:00
"version": "2.10.2",
2017-08-12 22:56:25 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
2020-05-01 13:46:59 +02:00
"reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8"
2017-08-12 22:56:25 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/aab745e7b6b2de3b47019da81e7225e14dcfdac8",
"reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8",
2017-08-12 22:56:25 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"doctrine/cache": "^1.0",
"doctrine/event-manager": "^1.0",
2017-08-12 22:56:25 +02:00
"ext-pdo": "*",
2020-05-01 13:46:59 +02:00
"php": "^7.2"
2017-08-12 22:56:25 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"doctrine/coding-standard": "^6.0",
"jetbrains/phpstorm-stubs": "^2019.1",
"nikic/php-parser": "^4.4",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^8.4.1",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"vimeo/psalm": "^3.11"
2017-08-12 22:56:25 +02:00
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": [
"bin/doctrine-dbal"
],
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "2.10.x-dev",
2020-04-23 18:26:12 +02:00
"dev-develop": "3.0.x-dev"
2017-08-12 22:56:25 +02:00
}
},
"autoload": {
2020-05-01 13:46:59 +02:00
"psr-4": {
"Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
2017-08-12 22:56:25 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-05-01 13:46:59 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2017-08-12 22:56:25 +02:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
}
],
2020-05-01 13:46:59 +02:00
"description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
"homepage": "https://www.doctrine-project.org/projects/dbal.html",
2017-08-12 22:56:25 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"abstraction",
2017-08-12 22:56:25 +02:00
"database",
2020-05-01 13:46:59 +02:00
"db2",
2017-08-12 22:56:25 +02:00
"dbal",
2020-05-01 13:46:59 +02:00
"mariadb",
"mssql",
"mysql",
"oci8",
"oracle",
"pdo",
"pgsql",
"postgresql",
"queryobject",
"sasql",
"sql",
"sqlanywhere",
"sqlite",
"sqlserver",
"sqlsrv"
],
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
"type": "tidelift"
}
2017-08-12 22:56:25 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2020-04-20T17:19:26+00:00"
2020-04-23 18:26:12 +02:00
},
{
"name": "doctrine/event-manager",
2020-05-01 13:46:59 +02:00
"version": "1.1.0",
2020-04-23 18:26:12 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/event-manager.git",
2020-05-01 13:46:59 +02:00
"reference": "629572819973f13486371cb611386eb17851e85c"
2020-04-23 18:26:12 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
"reference": "629572819973f13486371cb611386eb17851e85c",
2020-04-23 18:26:12 +02:00
"shasum": ""
},
"require": {
"php": "^7.1"
},
"conflict": {
"doctrine/common": "<2.9@dev"
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"doctrine/coding-standard": "^6.0",
2020-04-23 18:26:12 +02:00
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-05-01 13:46:59 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2020-04-23 18:26:12 +02:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
2020-05-01 13:46:59 +02:00
"description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
2020-04-23 18:26:12 +02:00
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
"keywords": [
"event",
2020-05-01 13:46:59 +02:00
"event dispatcher",
"event manager",
"event system",
"events"
2020-04-23 18:26:12 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2019-11-10T09:48:07+00:00"
2017-08-12 22:56:25 +02:00
},
{
"name": "doctrine/inflector",
2020-05-01 13:46:59 +02:00
"version": "1.3.1",
2017-08-12 22:56:25 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2020-05-01 13:46:59 +02:00
"reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
2017-08-12 22:56:25 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
"reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
2017-08-12 22:56:25 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"php": "^7.1"
2017-08-12 22:56:25 +02:00
},
"require-dev": {
"phpunit/phpunit": "^6.2"
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "1.3.x-dev"
2017-08-12 22:56:25 +02:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-05-01 13:46:59 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2017-08-12 22:56:25 +02:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"inflection",
"pluralize",
"singularize",
"string"
],
2020-05-01 13:46:59 +02:00
"time": "2019-10-30T19:59:35+00:00"
2017-08-12 22:56:25 +02:00
},
{
"name": "doctrine/instantiator",
2020-05-01 13:46:59 +02:00
"version": "1.3.0",
2017-08-12 22:56:25 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2020-05-01 13:46:59 +02:00
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
2017-08-12 22:56:25 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
2017-08-12 22:56:25 +02:00
"shasum": ""
},
"require": {
"php": "^7.1"
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"doctrine/coding-standard": "^6.0",
2017-08-12 22:56:25 +02:00
"ext-pdo": "*",
"ext-phar": "*",
2020-05-01 13:46:59 +02:00
"phpbench/phpbench": "^0.13",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpunit/phpunit": "^7.0"
2017-08-12 22:56:25 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
2020-05-01 13:46:59 +02:00
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
2017-08-12 22:56:25 +02:00
"keywords": [
"constructor",
"instantiate"
],
2020-05-01 13:46:59 +02:00
"time": "2019-10-21T16:45:58+00:00"
2017-08-12 22:56:25 +02:00
},
{
"name": "doctrine/lexer",
2020-05-01 13:46:59 +02:00
"version": "1.2.0",
2017-08-12 22:56:25 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
2020-05-01 13:46:59 +02:00
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
2017-08-12 22:56:25 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
2017-08-12 22:56:25 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^7.2"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11.8",
"phpunit/phpunit": "^8.2"
2017-08-12 22:56:25 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "1.2.x-dev"
2017-08-12 22:56:25 +02:00
}
},
"autoload": {
2020-05-01 13:46:59 +02:00
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
2017-08-12 22:56:25 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2020-05-01 13:46:59 +02:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
2017-08-12 22:56:25 +02:00
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2020-05-01 13:46:59 +02:00
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
2017-08-12 22:56:25 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"annotations",
"docblock",
2017-08-12 22:56:25 +02:00
"lexer",
2020-05-01 13:46:59 +02:00
"parser",
"php"
],
"time": "2019-10-30T14:39:59+00:00"
},
{
"name": "doctrine/migrations",
"version": "2.2.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/migrations.git",
"reference": "a3987131febeb0e9acb3c47ab0df0af004588934"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/migrations/zipball/a3987131febeb0e9acb3c47ab0df0af004588934",
"reference": "a3987131febeb0e9acb3c47ab0df0af004588934",
"shasum": ""
},
"require": {
"doctrine/dbal": "^2.9",
"ocramius/package-versions": "^1.3",
"ocramius/proxy-manager": "^2.0.2",
"php": "^7.1",
"symfony/console": "^3.4||^4.0||^5.0",
"symfony/stopwatch": "^3.4||^4.0||^5.0"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"doctrine/orm": "^2.6",
"ext-pdo_sqlite": "*",
"jdorn/sql-formatter": "^1.1",
"mikey179/vfsstream": "^1.6",
"phpstan/phpstan": "^0.10",
"phpstan/phpstan-deprecation-rules": "^0.10",
"phpstan/phpstan-phpunit": "^0.10",
"phpstan/phpstan-strict-rules": "^0.10",
"phpunit/phpunit": "^7.0",
"symfony/process": "^3.4||^4.0||^5.0",
"symfony/yaml": "^3.4||^4.0||^5.0"
},
"suggest": {
"jdorn/sql-formatter": "Allows to generate formatted SQL with the diff command.",
"symfony/yaml": "Allows the use of yaml for migration configuration files."
},
"bin": [
"bin/doctrine-migrations"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Michael Simonson",
"email": "contact@mikesimonson.com"
}
],
"description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.",
"homepage": "https://www.doctrine-project.org/projects/migrations.html",
"keywords": [
"database",
"dbal",
"migrations",
"php"
2017-08-12 22:56:25 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2019-12-04T06:09:14+00:00"
2017-08-12 22:56:25 +02:00
},
{
"name": "doctrine/orm",
2020-05-01 13:46:59 +02:00
"version": "v2.7.2",
2017-08-12 22:56:25 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/doctrine/orm.git",
"reference": "dafe298ce5d0b995ebe1746670704c0a35868a6a"
2017-08-12 22:56:25 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/doctrine/orm/zipball/dafe298ce5d0b995ebe1746670704c0a35868a6a",
"reference": "dafe298ce5d0b995ebe1746670704c0a35868a6a",
2017-08-12 22:56:25 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"doctrine/annotations": "^1.8",
"doctrine/cache": "^1.9.1",
"doctrine/collections": "^1.5",
"doctrine/common": "^2.11",
"doctrine/dbal": "^2.9.3",
"doctrine/event-manager": "^1.1",
"doctrine/instantiator": "^1.3",
"doctrine/persistence": "^1.2",
2017-08-12 22:56:25 +02:00
"ext-pdo": "*",
2020-05-01 13:46:59 +02:00
"ocramius/package-versions": "^1.2",
2017-08-12 22:56:25 +02:00
"php": "^7.1",
2020-05-01 13:46:59 +02:00
"symfony/console": "^3.0|^4.0|^5.0"
2017-08-12 22:56:25 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"doctrine/coding-standard": "^5.0",
"phpunit/phpunit": "^7.5",
"symfony/yaml": "^3.4|^4.0|^5.0"
2017-08-12 22:56:25 +02:00
},
"suggest": {
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
},
"bin": [
"bin/doctrine"
],
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "2.7.x-dev"
2017-08-12 22:56:25 +02:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\ORM\\": "lib/Doctrine/ORM"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-05-01 13:46:59 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2017-08-12 22:56:25 +02:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "Object-Relational-Mapper for PHP",
2020-05-01 13:46:59 +02:00
"homepage": "https://www.doctrine-project.org/projects/orm.html",
2017-08-12 22:56:25 +02:00
"keywords": [
"database",
"orm"
],
2020-05-01 13:46:59 +02:00
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine/orm",
"type": "tidelift"
}
],
"time": "2020-03-19T06:41:02+00:00"
2017-08-12 22:56:25 +02:00
},
2017-07-21 19:59:16 +02:00
{
2020-04-23 18:26:12 +02:00
"name": "doctrine/persistence",
2020-05-01 13:46:59 +02:00
"version": "1.3.7",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-04-23 18:26:12 +02:00
"url": "https://github.com/doctrine/persistence.git",
2020-05-01 13:46:59 +02:00
"reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
"reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"doctrine/annotations": "^1.0",
"doctrine/cache": "^1.0",
"doctrine/collections": "^1.0",
"doctrine/event-manager": "^1.0",
2020-05-01 13:46:59 +02:00
"doctrine/reflection": "^1.2",
2020-04-23 18:26:12 +02:00
"php": "^7.1"
},
"conflict": {
2020-05-01 13:46:59 +02:00
"doctrine/common": "<2.10@dev"
2020-04-23 18:26:12 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11",
2020-04-23 18:26:12 +02:00
"phpunit/phpunit": "^7.0"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "1.3.x-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Doctrine\\Common\\": "lib/Doctrine/Common",
"Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-05-01 13:46:59 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2017-07-21 19:59:16 +02:00
{
2020-04-23 18:26:12 +02:00
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
2017-07-21 19:59:16 +02:00
}
],
2020-05-01 13:46:59 +02:00
"description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
2020-04-23 18:26:12 +02:00
"homepage": "https://doctrine-project.org/projects/persistence.html",
2017-07-21 19:59:16 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"mapper",
"object",
"odm",
"orm",
2020-04-23 18:26:12 +02:00
"persistence"
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fpersistence",
"type": "tidelift"
}
],
"time": "2020-03-21T15:13:52+00:00"
2017-07-21 19:59:16 +02:00
},
{
2020-04-23 18:26:12 +02:00
"name": "doctrine/reflection",
2020-05-01 13:46:59 +02:00
"version": "1.2.1",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-04-23 18:26:12 +02:00
"url": "https://github.com/doctrine/reflection.git",
2020-05-01 13:46:59 +02:00
"reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79",
"reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"doctrine/annotations": "^1.0",
"ext-tokenizer": "*",
"php": "^7.1"
},
2020-05-01 13:46:59 +02:00
"conflict": {
"doctrine/common": "<2.9"
},
2020-04-23 18:26:12 +02:00
"require-dev": {
2020-05-01 13:46:59 +02:00
"doctrine/coding-standard": "^5.0",
"doctrine/common": "^2.10",
"phpstan/phpstan": "^0.11.0",
"phpstan/phpstan-phpunit": "^0.11.0",
"phpunit/phpunit": "^7.0"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "1.2.x-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
2020-04-23 18:26:12 +02:00
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-05-01 13:46:59 +02:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2020-04-23 18:26:12 +02:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
2020-05-01 13:46:59 +02:00
"description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
2020-04-23 18:26:12 +02:00
"homepage": "https://www.doctrine-project.org/projects/reflection.html",
"keywords": [
2020-05-01 13:46:59 +02:00
"reflection",
"static"
2020-04-23 18:26:12 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2020-03-27T11:06:43+00:00"
2020-04-23 18:26:12 +02:00
},
{
"name": "fig/http-message-util",
2020-05-01 13:46:59 +02:00
"version": "1.1.4",
2020-04-23 18:26:12 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message-util.git",
2020-05-01 13:46:59 +02:00
"reference": "3242caa9da7221a304b8f84eb9eaddae0a7cf422"
2020-04-23 18:26:12 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/php-fig/http-message-util/zipball/3242caa9da7221a304b8f84eb9eaddae0a7cf422",
"reference": "3242caa9da7221a304b8f84eb9eaddae0a7cf422",
2020-04-23 18:26:12 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^5.3 || ^7.0"
},
"suggest": {
"psr/http-message": "The package containing the PSR-7 interfaces"
2020-04-23 18:26:12 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Fig\\Http\\Message\\": "src/"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
2020-04-23 18:26:12 +02:00
"description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
2017-07-21 19:59:16 +02:00
"keywords": [
"http",
2020-04-23 18:26:12 +02:00
"http-message",
2017-07-21 19:59:16 +02:00
"psr",
"psr-7",
"request",
"response"
],
2020-05-01 13:46:59 +02:00
"time": "2020-02-05T20:36:27+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "imagine/imagine",
2020-05-01 13:46:59 +02:00
"version": "1.2.3",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/avalanche123/Imagine.git",
2020-05-01 13:46:59 +02:00
"reference": "cb2361e5bb4410b681462d8e4f912bc5dabf84ab"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/avalanche123/Imagine/zipball/cb2361e5bb4410b681462d8e4f912bc5dabf84ab",
"reference": "cb2361e5bb4410b681462d8e4f912bc5dabf84ab",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"friendsofphp/php-cs-fixer": "2.2.*",
2020-05-01 13:46:59 +02:00
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
2017-07-21 19:59:16 +02:00
},
"suggest": {
"ext-gd": "to use the GD implementation",
"ext-gmagick": "to use the Gmagick implementation",
"ext-imagick": "to use the Imagick implementation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.7-dev"
}
},
"autoload": {
2020-04-23 18:26:12 +02:00
"psr-4": {
"Imagine\\": "src/"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bulat Shakirzyanov",
"email": "mallluhuct@gmail.com",
"homepage": "http://avalanche123.com"
}
],
"description": "Image processing for PHP 5.3",
"homepage": "http://imagine.readthedocs.org/",
"keywords": [
"drawing",
"graphics",
"image manipulation",
"image processing"
],
2020-05-01 13:46:59 +02:00
"time": "2019-12-04T09:55:33+00:00"
2017-07-21 19:59:16 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "laminas/laminas-code",
"version": "3.4.1",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/laminas/laminas-code.git",
"reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/1cb8f203389ab1482bf89c0e70a04849bacd7766",
"reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"laminas/laminas-eventmanager": "^2.6 || ^3.0",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^7.1"
2020-04-23 18:26:12 +02:00
},
2020-05-01 13:46:59 +02:00
"conflict": {
"phpspec/prophecy": "<1.9.0"
},
"replace": {
"zendframework/zend-code": "self.version"
},
"require-dev": {
"doctrine/annotations": "^1.7",
"ext-phar": "*",
"laminas/laminas-coding-standard": "^1.0",
"laminas/laminas-stdlib": "^2.7 || ^3.0",
"phpunit/phpunit": "^7.5.16 || ^8.4"
2020-04-23 18:26:12 +02:00
},
"suggest": {
2020-05-01 13:46:59 +02:00
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
"laminas/laminas-stdlib": "Laminas\\Stdlib component"
2017-07-21 19:59:16 +02:00
},
"type": "library",
2020-04-23 18:26:12 +02:00
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "3.4.x-dev",
"dev-develop": "3.5.x-dev",
"dev-dev-4.0": "4.0.x-dev"
2020-04-23 18:26:12 +02:00
}
},
2017-07-21 19:59:16 +02:00
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Laminas\\Code\\": "src/"
2020-04-23 18:26:12 +02:00
}
2017-07-21 19:59:16 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2020-05-01 13:46:59 +02:00
"description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
"homepage": "https://laminas.dev",
2017-07-21 19:59:16 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"code",
"laminas"
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2019-12-31T16:28:24+00:00"
2017-07-21 19:59:16 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "laminas/laminas-component-installer",
"version": "2.1.2",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/laminas/laminas-component-installer.git",
"reference": "a12c65077c6b046d8f4338f9a2479e783e97aaab"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/laminas/laminas-component-installer/zipball/a12c65077c6b046d8f4338f9a2479e783e97aaab",
"reference": "a12c65077c6b046d8f4338f9a2479e783e97aaab",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"composer-plugin-api": "^1.0",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^7.1"
},
"replace": {
"zendframework/zend-component-installer": "self.version"
2017-07-21 19:59:16 +02:00
},
2020-04-23 18:26:12 +02:00
"require-dev": {
2020-05-01 13:46:59 +02:00
"composer/composer": "^1.5.2",
"laminas/laminas-coding-standard": "~1.0.0",
"malukenho/docheader": "^0.1.6",
"mikey179/vfsstream": "^1.6.7",
"phpunit/phpunit": "^7.5.15 || ^8.3.4"
},
"type": "composer-plugin",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev",
"dev-develop": "2.2.x-dev"
},
"class": "Laminas\\ComponentInstaller\\ComponentInstaller"
2020-04-23 18:26:12 +02:00
},
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Laminas\\ComponentInstaller\\": "src/"
2020-04-23 18:26:12 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-01 13:46:59 +02:00
"BSD-3-Clause"
2020-04-23 18:26:12 +02:00
],
2020-05-01 13:46:59 +02:00
"description": "Composer plugin for injecting modules and configuration providers into application configuration",
"homepage": "https://laminas.dev",
2020-04-23 18:26:12 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"component installer",
"composer",
"laminas",
"plugin"
2020-04-23 18:26:12 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2019-12-31T16:28:51+00:00"
2020-04-23 18:26:12 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "laminas/laminas-config",
"version": "3.3.0",
2020-04-23 18:26:12 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/laminas/laminas-config.git",
"reference": "b8fe057f55e69a0e7a2e4ced79218a43f58606a8"
2020-04-23 18:26:12 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/laminas/laminas-config/zipball/b8fe057f55e69a0e7a2e4ced79218a43f58606a8",
"reference": "b8fe057f55e69a0e7a2e4ced79218a43f58606a8",
2020-04-23 18:26:12 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"ext-json": "*",
"laminas/laminas-stdlib": "^2.7.7 || ^3.1",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0",
"psr/container": "^1.0"
},
"conflict": {
"container-interop/container-interop": "<1.2.0"
},
"replace": {
"zendframework/zend-config": "self.version"
2020-04-23 18:26:12 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-filter": "^2.7.2",
"laminas/laminas-i18n": "^2.7.4",
"laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
"malukenho/docheader": "^0.1.6",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
},
"suggest": {
"laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor",
"laminas/laminas-i18n": "^2.7.4; install if you want to use the Translator processor",
"laminas/laminas-servicemanager": "^2.7.8 || ^3.3; if you need an extensible plugin manager for use with the Config Factory"
2020-04-23 18:26:12 +02:00
},
"type": "library",
2020-05-01 13:46:59 +02:00
"extra": {
"branch-alias": {
"dev-master": "3.3.x-dev",
"dev-develop": "3.4.x-dev"
}
},
2020-04-23 18:26:12 +02:00
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Laminas\\Config\\": "src/"
}
2020-04-23 18:26:12 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2020-05-01 13:46:59 +02:00
"description": "provides a nested object property based user interface for accessing this configuration data within application code",
"homepage": "https://laminas.dev",
2020-04-23 18:26:12 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"config",
"laminas"
2020-04-23 18:26:12 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2019-12-31T16:30:11+00:00"
2020-04-23 18:26:12 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "laminas/laminas-config-aggregator",
"version": "1.2.2",
2020-04-23 18:26:12 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/laminas/laminas-config-aggregator.git",
"reference": "20b9d5d801372ab4c7f5b3f7fbda8e447fdc2438"
2020-04-23 18:26:12 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/laminas/laminas-config-aggregator/zipball/20b9d5d801372ab4c7f5b3f7fbda8e447fdc2438",
"reference": "20b9d5d801372ab4c7f5b3f7fbda8e447fdc2438",
2020-04-23 18:26:12 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"laminas/laminas-stdlib": "^2.7.7 || ^3.1.0",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0",
"webimpress/safe-writer": "^1.0.2 || ^2.0.1"
},
"replace": {
"zendframework/zend-config-aggregator": "^1.2.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-config": "^2.6 || ^3.0",
"laminas/laminas-servicemanager": "^2.7.7 || ^3.1.1",
"malukenho/docheader": "^0.1.5",
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20"
},
"suggest": {
"laminas/laminas-config": "Allows loading configuration from XML, INI, YAML, and JSON files",
"laminas/laminas-config-aggregator-modulemanager": "Allows loading configuration from laminas-mvc Module classes",
"laminas/laminas-config-aggregator-parameters": "Allows usage of templated parameters within your configuration"
2020-04-23 18:26:12 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "1.2.x-dev",
"dev-develop": "1.3.x-dev"
2020-04-23 18:26:12 +02:00
}
2017-07-21 19:59:16 +02:00
},
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Laminas\\ConfigAggregator\\": "src/"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-01 13:46:59 +02:00
"BSD-3-Clause"
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"description": "Lightweight library for collecting and merging configuration from different sources",
"homepage": "https://laminas.dev",
2017-07-21 19:59:16 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"config-aggregator",
"laminas"
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2020-03-29T12:04:04+00:00"
2017-07-21 19:59:16 +02:00
},
2020-04-23 18:26:12 +02:00
{
2020-05-01 13:46:59 +02:00
"name": "laminas/laminas-dependency-plugin",
"version": "1.0.3",
2020-04-23 18:26:12 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/laminas/laminas-dependency-plugin.git",
"reference": "f269716dc584cd7b69e7f6e8ac1092d645ab56d5"
2020-04-23 18:26:12 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/laminas/laminas-dependency-plugin/zipball/f269716dc584cd7b69e7f6e8ac1092d645ab56d5",
"reference": "f269716dc584cd7b69e7f6e8ac1092d645ab56d5",
2020-04-23 18:26:12 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"composer-plugin-api": "^1.1",
"php": "^5.6 || ^7.0"
2020-04-23 18:26:12 +02:00
},
2020-05-01 13:46:59 +02:00
"require-dev": {
"composer/composer": "^1.9",
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"phpcompatibility/php-compatibility": "^9.3",
"phpunit/phpunit": "^8.4",
"roave/security-advisories": "dev-master",
"webimpress/coding-standard": "^1.0"
},
"type": "composer-plugin",
2020-04-23 18:26:12 +02:00
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "1.0.x-dev",
"dev-develop": "1.1.x-dev"
},
"class": "Laminas\\DependencyPlugin\\DependencyRewriterPlugin"
2020-04-23 18:26:12 +02:00
},
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Laminas\\DependencyPlugin\\": "src/"
2020-04-23 18:26:12 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-01 13:46:59 +02:00
"BSD-3-Clause"
2020-04-23 18:26:12 +02:00
],
2020-05-01 13:46:59 +02:00
"description": "Replace zendframework and zfcampus packages with their Laminas Project equivalents.",
"time": "2020-01-14T19:36:52+00:00"
2020-04-23 18:26:12 +02:00
},
2017-07-21 19:59:16 +02:00
{
2020-05-01 13:46:59 +02:00
"name": "laminas/laminas-diactoros",
"version": "2.3.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/laminas/laminas-diactoros.git",
"reference": "5ab185dba63ec655a2380c97711b09adc7061f89"
2017-08-12 22:56:25 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/5ab185dba63ec655a2380c97711b09adc7061f89",
"reference": "5ab185dba63ec655a2380c97711b09adc7061f89",
2017-08-12 22:56:25 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^7.1",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
},
"conflict": {
"phpspec/prophecy": "<1.9.0"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"replace": {
"zendframework/zend-diactoros": "^2.2.1"
},
"require-dev": {
"ext-curl": "*",
"ext-dom": "*",
"ext-libxml": "*",
"http-interop/http-factory-tests": "^0.5.0",
"laminas/laminas-coding-standard": "~1.0.0",
"php-http/psr7-integration-tests": "^1.0",
"phpunit/phpunit": "^7.5.18"
2017-08-12 22:56:25 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "2.3.x-dev",
"dev-develop": "2.4.x-dev"
},
"laminas": {
"config-provider": "Laminas\\Diactoros\\ConfigProvider",
"module": "Laminas\\Diactoros"
2017-08-12 22:56:25 +02:00
}
},
"autoload": {
2020-05-01 13:46:59 +02:00
"files": [
"src/functions/create_uploaded_file.php",
"src/functions/marshal_headers_from_sapi.php",
"src/functions/marshal_method_from_sapi.php",
"src/functions/marshal_protocol_version_from_sapi.php",
"src/functions/marshal_uri_from_sapi.php",
"src/functions/normalize_server.php",
"src/functions/normalize_uploaded_files.php",
"src/functions/parse_cookie_header.php",
"src/functions/create_uploaded_file.legacy.php",
"src/functions/marshal_headers_from_sapi.legacy.php",
"src/functions/marshal_method_from_sapi.legacy.php",
"src/functions/marshal_protocol_version_from_sapi.legacy.php",
"src/functions/marshal_uri_from_sapi.legacy.php",
"src/functions/normalize_server.legacy.php",
"src/functions/normalize_uploaded_files.legacy.php",
"src/functions/parse_cookie_header.legacy.php"
],
2017-08-12 22:56:25 +02:00
"psr-4": {
2020-05-01 13:46:59 +02:00
"Laminas\\Diactoros\\": "src/"
2017-08-12 22:56:25 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-01 13:46:59 +02:00
"BSD-3-Clause"
2017-08-12 22:56:25 +02:00
],
2020-05-01 13:46:59 +02:00
"description": "PSR HTTP Message implementations",
"homepage": "https://laminas.dev",
2017-08-12 22:56:25 +02:00
"keywords": [
"http",
2020-05-01 13:46:59 +02:00
"laminas",
2017-08-12 22:56:25 +02:00
"psr",
2020-05-01 13:46:59 +02:00
"psr-7"
2017-08-12 22:56:25 +02:00
],
2020-05-01 13:46:59 +02:00
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2020-04-27T17:07:01+00:00"
2017-08-12 22:56:25 +02:00
},
2020-04-23 18:26:12 +02:00
{
2020-05-01 13:46:59 +02:00
"name": "laminas/laminas-escaper",
"version": "2.6.1",
2020-04-23 18:26:12 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/laminas/laminas-escaper.git",
"reference": "25f2a053eadfa92ddacb609dcbbc39362610da70"
2020-04-23 18:26:12 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/25f2a053eadfa92ddacb609dcbbc39362610da70",
"reference": "25f2a053eadfa92ddacb609dcbbc39362610da70",
2020-04-23 18:26:12 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
},
"replace": {
"zendframework/zend-escaper": "self.version"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
2020-04-23 18:26:12 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "2.6.x-dev",
"dev-develop": "2.7.x-dev"
2020-04-23 18:26:12 +02:00
}
},
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Laminas\\Escaper\\": "src/"
2020-04-23 18:26:12 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-01 13:46:59 +02:00
"BSD-3-Clause"
2020-04-23 18:26:12 +02:00
],
2020-05-01 13:46:59 +02:00
"description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
"homepage": "https://laminas.dev",
2020-04-23 18:26:12 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"escaper",
"laminas"
2020-04-23 18:26:12 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2019-12-31T16:43:30+00:00"
2020-04-23 18:26:12 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "laminas/laminas-eventmanager",
"version": "3.2.1",
2020-04-23 18:26:12 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/laminas/laminas-eventmanager.git",
"reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748"
2020-04-23 18:26:12 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
"reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
2020-04-23 18:26:12 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
},
"replace": {
"zendframework/zend-eventmanager": "self.version"
},
"require-dev": {
"athletic/athletic": "^0.1",
"container-interop/container-interop": "^1.1.0",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-stdlib": "^2.7.3 || ^3.0",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
},
"suggest": {
"container-interop/container-interop": "^1.1.0, to use the lazy listeners feature",
"laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature"
2020-04-23 18:26:12 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "3.2-dev",
"dev-develop": "3.3-dev"
2020-04-23 18:26:12 +02:00
}
},
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Laminas\\EventManager\\": "src/"
2020-04-23 18:26:12 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-01 13:46:59 +02:00
"BSD-3-Clause"
2020-04-23 18:26:12 +02:00
],
2020-05-01 13:46:59 +02:00
"description": "Trigger and listen to events within a PHP application",
"homepage": "https://laminas.dev",
2020-04-23 18:26:12 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"event",
"eventmanager",
"events",
"laminas"
2020-04-23 18:26:12 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2019-12-31T16:44:52+00:00"
2020-04-23 18:26:12 +02:00
},
2017-08-12 22:56:25 +02:00
{
2020-05-01 13:46:59 +02:00
"name": "laminas/laminas-httphandlerrunner",
"version": "1.1.0",
2017-08-12 22:56:25 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/laminas/laminas-httphandlerrunner.git",
"reference": "296f5ff35074dd981d1570a66b95596c81808087"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/laminas/laminas-httphandlerrunner/zipball/296f5ff35074dd981d1570a66b95596c81808087",
"reference": "296f5ff35074dd981d1570a66b95596c81808087",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^7.1",
"psr/http-message": "^1.0",
"psr/http-message-implementation": "^1.0",
"psr/http-server-handler": "^1.0"
},
"replace": {
"zendframework/zend-httphandlerrunner": "self.version"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-diactoros": "^1.7 || ^2.1.1",
"phpunit/phpunit": "^7.0.2"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "1.1.x-dev",
"dev-develop": "1.2.x-dev"
},
"laminas": {
"config-provider": "Laminas\\HttpHandlerRunner\\ConfigProvider"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Laminas\\HttpHandlerRunner\\": "src/"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-01 13:46:59 +02:00
"BSD-3-Clause"
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"description": "Execute PSR-15 RequestHandlerInterface instances and emit responses they generate.",
"homepage": "https://laminas.dev",
2017-07-21 19:59:16 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"components",
"laminas",
"mezzio",
"psr-15",
"psr-7"
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2019-12-31T17:06:16+00:00"
2017-07-21 19:59:16 +02:00
},
2017-08-12 22:56:25 +02:00
{
2020-05-01 13:46:59 +02:00
"name": "laminas/laminas-json",
"version": "3.1.2",
2017-08-12 22:56:25 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/laminas/laminas-json.git",
"reference": "00dc0da7b5e5018904c5c4a8e80a5faa16c2c1c6"
2017-08-12 22:56:25 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/laminas/laminas-json/zipball/00dc0da7b5e5018904c5c4a8e80a5faa16c2c1c6",
"reference": "00dc0da7b5e5018904c5c4a8e80a5faa16c2c1c6",
2017-08-12 22:56:25 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
2017-08-12 22:56:25 +02:00
},
2020-05-01 13:46:59 +02:00
"replace": {
"zendframework/zend-json": "self.version"
2017-08-12 22:56:25 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-stdlib": "^2.7.7 || ^3.1",
"phpunit/phpunit": "^5.7.23 || ^6.4.3"
2017-08-12 22:56:25 +02:00
},
"suggest": {
2020-05-01 13:46:59 +02:00
"laminas/laminas-json-server": "For implementing JSON-RPC servers",
"laminas/laminas-xml2json": "For converting XML documents to JSON"
2017-08-12 22:56:25 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "3.1.x-dev",
"dev-develop": "3.2.x-dev"
2017-08-12 22:56:25 +02:00
}
},
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Laminas\\Json\\": "src/"
}
2017-08-12 22:56:25 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-01 13:46:59 +02:00
"BSD-3-Clause"
2017-08-12 22:56:25 +02:00
],
2020-05-01 13:46:59 +02:00
"description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
"homepage": "https://laminas.dev",
"keywords": [
"json",
"laminas"
],
"time": "2019-12-31T17:15:04+00:00"
2017-08-12 22:56:25 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "laminas/laminas-log",
"version": "2.12.0",
2017-08-12 22:56:25 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/laminas/laminas-log.git",
"reference": "4e92d841b48868714a070b10866e94be80fc92ff"
2017-08-12 22:56:25 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/laminas/laminas-log/zipball/4e92d841b48868714a070b10866e94be80fc92ff",
"reference": "4e92d841b48868714a070b10866e94be80fc92ff",
2017-08-12 22:56:25 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
"laminas/laminas-stdlib": "^2.7 || ^3.0",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0",
"psr/log": "^1.1.2"
},
"provide": {
"psr/log-implementation": "1.0.0"
},
"replace": {
"zendframework/zend-log": "self.version"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-db": "^2.6",
"laminas/laminas-escaper": "^2.5",
"laminas/laminas-filter": "^2.5",
"laminas/laminas-mail": "^2.6.1",
"laminas/laminas-validator": "^2.10.1",
"mikey179/vfsstream": "^1.6.7",
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.15"
2017-08-12 22:56:25 +02:00
},
2020-04-23 18:26:12 +02:00
"suggest": {
2020-05-01 13:46:59 +02:00
"ext-mongo": "mongo extension to use Mongo writer",
"ext-mongodb": "mongodb extension to use MongoDB writer",
"laminas/laminas-db": "Laminas\\Db component to use the database log writer",
"laminas/laminas-escaper": "Laminas\\Escaper component, for use in the XML log formatter",
"laminas/laminas-mail": "Laminas\\Mail component to use the email log writer",
"laminas/laminas-validator": "Laminas\\Validator component to block invalid log messages"
2017-08-12 22:56:25 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "2.12.x-dev",
"dev-develop": "2.13.x-dev"
},
"laminas": {
"component": "Laminas\\Log",
"config-provider": "Laminas\\Log\\ConfigProvider"
2017-08-12 22:56:25 +02:00
}
},
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Laminas\\Log\\": "src/"
}
2017-08-12 22:56:25 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-01 13:46:59 +02:00
"BSD-3-Clause"
2017-08-12 22:56:25 +02:00
],
2020-05-01 13:46:59 +02:00
"description": "Robust, composite logger with filtering, formatting, and PSR-3 support",
"homepage": "https://laminas.dev",
2020-04-23 18:26:12 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"laminas",
"log",
"logging"
2020-04-23 18:26:12 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2019-12-31T17:18:59+00:00"
2017-08-12 22:56:25 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "laminas/laminas-servicemanager",
"version": "3.4.0",
2017-08-12 22:56:25 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/laminas/laminas-servicemanager.git",
"reference": "044cb8e380682563fb277ed5f6de4f690e4e6239"
2017-08-12 22:56:25 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/044cb8e380682563fb277ed5f6de4f690e4e6239",
"reference": "044cb8e380682563fb277ed5f6de4f690e4e6239",
2017-08-12 22:56:25 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"container-interop/container-interop": "^1.2",
"laminas/laminas-stdlib": "^3.2.1",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0",
"psr/container": "^1.0"
},
"provide": {
"container-interop/container-interop-implementation": "^1.2",
"psr/container-implementation": "^1.0"
},
"replace": {
"zendframework/zend-servicemanager": "self.version"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"mikey179/vfsstream": "^1.6.5",
"ocramius/proxy-manager": "^1.0 || ^2.0",
"phpbench/phpbench": "^0.13.0",
"phpunit/phpunit": "^5.7.25 || ^6.4.4"
2017-08-12 22:56:25 +02:00
},
"suggest": {
2020-05-01 13:46:59 +02:00
"laminas/laminas-stdlib": "laminas-stdlib ^2.5 if you wish to use the MergeReplaceKey or MergeRemoveKey features in Config instances",
"ocramius/proxy-manager": "ProxyManager 1.* to handle lazy initialization of services"
2017-08-12 22:56:25 +02:00
},
2020-05-01 13:46:59 +02:00
"bin": [
"bin/generate-deps-for-config-factory",
"bin/generate-factory-for-class"
],
2017-08-12 22:56:25 +02:00
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "3.3-dev",
"dev-develop": "4.0-dev"
2017-08-12 22:56:25 +02:00
}
},
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Laminas\\ServiceManager\\": "src/"
}
2017-08-12 22:56:25 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-01 13:46:59 +02:00
"BSD-3-Clause"
2017-08-12 22:56:25 +02:00
],
2020-05-01 13:46:59 +02:00
"description": "Factory-Driven Dependency Injection Container",
"homepage": "https://laminas.dev",
2017-08-12 22:56:25 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"PSR-11",
"dependency-injection",
"di",
"dic",
"laminas",
"service-manager",
"servicemanager"
2017-08-12 22:56:25 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2019-12-31T17:44:47+00:00"
2017-08-12 22:56:25 +02:00
},
2017-07-21 19:59:16 +02:00
{
2020-05-01 13:46:59 +02:00
"name": "laminas/laminas-stdlib",
"version": "3.2.1",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/laminas/laminas-stdlib.git",
"reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/2b18347625a2f06a1a485acfbc870f699dbe51c6",
"reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
2020-04-23 18:26:12 +02:00
},
2020-05-01 13:46:59 +02:00
"replace": {
"zendframework/zend-stdlib": "self.version"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"laminas/laminas-coding-standard": "~1.0.0",
"phpbench/phpbench": "^0.13",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "3.2.x-dev",
"dev-develop": "3.3.x-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Laminas\\Stdlib\\": "src/"
}
2017-07-21 19:59:16 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-01 13:46:59 +02:00
"BSD-3-Clause"
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"description": "SPL extensions, array utilities, error handlers, and more",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"stdlib"
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2019-12-31T17:51:15+00:00"
2020-04-23 18:26:12 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "laminas/laminas-stratigility",
"version": "3.2.2",
2020-04-23 18:26:12 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/laminas/laminas-stratigility.git",
"reference": "3f88aa174324bc9e6dd55715f401f9f25dbd722c"
2020-04-23 18:26:12 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/laminas/laminas-stratigility/zipball/3f88aa174324bc9e6dd55715f401f9f25dbd722c",
"reference": "3f88aa174324bc9e6dd55715f401f9f25dbd722c",
2020-04-23 18:26:12 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"fig/http-message-util": "^1.1",
"laminas/laminas-escaper": "^2.3",
"laminas/laminas-zendframework-bridge": "^1.0",
2020-04-23 18:26:12 +02:00
"php": "^7.1",
2020-05-01 13:46:59 +02:00
"psr/http-message": "^1.0",
2020-04-23 18:26:12 +02:00
"psr/http-server-middleware": "^1.0"
},
2020-05-01 13:46:59 +02:00
"conflict": {
"laminas/laminas-diactoros": "<1.7.1"
},
"replace": {
"zendframework/zend-stratigility": "^3.2.0"
},
2020-04-23 18:26:12 +02:00
"require-dev": {
2020-05-01 13:46:59 +02:00
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-diactoros": "^1.7.1",
"malukenho/docheader": "^0.1.6",
"phpunit/phpunit": "^7.0.1"
},
"suggest": {
"psr/http-message-implementation": "Please install a psr/http-message-implementation to consume Stratigility; e.g., laminas/laminas-diactoros"
2020-04-23 18:26:12 +02:00
},
"type": "library",
2020-05-01 13:46:59 +02:00
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev",
"dev-develop": "3.3.x-dev"
}
},
2020-04-23 18:26:12 +02:00
"autoload": {
2020-05-01 13:46:59 +02:00
"files": [
"src/functions/double-pass-middleware.php",
"src/functions/host.php",
"src/functions/middleware.php",
"src/functions/path.php",
"src/functions/double-pass-middleware.legacy.php",
"src/functions/host.legacy.php",
"src/functions/middleware.legacy.php",
"src/functions/path.legacy.php"
],
2020-04-23 18:26:12 +02:00
"psr-4": {
2020-05-01 13:46:59 +02:00
"Laminas\\Stratigility\\": "src/"
2020-04-23 18:26:12 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-01 13:46:59 +02:00
"BSD-3-Clause"
2020-04-23 18:26:12 +02:00
],
2020-05-01 13:46:59 +02:00
"description": "PSR-7 middleware foundation for building and dispatching middleware pipelines",
"homepage": "https://laminas.dev",
2020-04-23 18:26:12 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"http",
"laminas",
2020-04-23 18:26:12 +02:00
"middleware",
"psr-15",
"psr-7"
],
2020-05-01 13:46:59 +02:00
"time": "2020-03-29T13:31:02+00:00"
2020-04-23 18:26:12 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "laminas/laminas-zendframework-bridge",
"version": "1.0.3",
2020-04-23 18:26:12 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/laminas/laminas-zendframework-bridge.git",
"reference": "bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9"
2020-04-23 18:26:12 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9",
"reference": "bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9",
2020-04-23 18:26:12 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^5.6 || ^7.0"
2020-04-23 18:26:12 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1",
"squizlabs/php_codesniffer": "^3.5"
2020-04-23 18:26:12 +02:00
},
"type": "library",
2020-05-01 13:46:59 +02:00
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev",
"dev-develop": "1.1.x-dev"
},
"laminas": {
"module": "Laminas\\ZendFrameworkBridge"
}
},
2020-04-23 18:26:12 +02:00
"autoload": {
2020-05-01 13:46:59 +02:00
"files": [
"src/autoload.php"
],
2020-04-23 18:26:12 +02:00
"psr-4": {
2020-05-01 13:46:59 +02:00
"Laminas\\ZendFrameworkBridge\\": "src//"
2020-04-23 18:26:12 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-01 13:46:59 +02:00
"BSD-3-Clause"
2020-04-23 18:26:12 +02:00
],
2020-05-01 13:46:59 +02:00
"description": "Alias legacy ZF class names to Laminas Project equivalents.",
"keywords": [
"ZendFramework",
"autoloading",
"laminas",
"zf"
],
"funding": [
2020-04-23 18:26:12 +02:00
{
2020-05-01 13:46:59 +02:00
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
2020-04-23 18:26:12 +02:00
}
],
2020-05-01 13:46:59 +02:00
"time": "2020-04-03T16:01:00+00:00"
2020-04-23 18:26:12 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "los/loslog",
"version": "3.3.1",
2020-04-23 18:26:12 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/Lansoweb/LosLog.git",
"reference": "4c14d428982834415d3c0634cde285fc828f531a"
2020-04-23 18:26:12 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/Lansoweb/LosLog/zipball/4c14d428982834415d3c0634cde285fc828f531a",
"reference": "4c14d428982834415d3c0634cde285fc828f531a",
2020-04-23 18:26:12 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"laminas/laminas-diactoros": "^1.7 || ^2.0",
"laminas/laminas-log": "^2.9",
"laminas/laminas-stratigility": "^3.0",
2020-04-23 18:26:12 +02:00
"php": "^7.1",
2020-05-01 13:46:59 +02:00
"psr/container": "^1.0",
"psr/log": "^1.0"
2020-04-23 18:26:12 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"laminas/laminas-coding-standard": "^1.0",
"mikey179/vfsstream": "^1.6",
"phpstan/phpstan": "^0.9.2",
"phpunit/phpunit": "^7.0",
"rollbar/rollbar": "^1.4",
"satooshi/php-coveralls": "^2.0",
"squizlabs/php_codesniffer": "^2.7"
},
"suggest": {
"rollbar/rollbar": "Needed if you want to use Rollbar logger"
2020-04-23 18:26:12 +02:00
},
"type": "library",
2020-05-01 13:46:59 +02:00
"extra": {
"branch-alias": {
"dev-develop": "2.0-dev"
}
},
2020-04-23 18:26:12 +02:00
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"LosMiddleware\\LosLog\\": "src/"
2020-04-23 18:26:12 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-05-01 13:46:59 +02:00
"name": "Leandro Silva",
"email": "leandro@leandrosilva.info",
"homepage": "http://leandrosilva.info"
2020-04-23 18:26:12 +02:00
}
],
2020-05-01 13:46:59 +02:00
"description": "LosLog provides some log utility",
"homepage": "http://github.com/Lansoweb/LosLog",
2020-04-23 18:26:12 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"expressive",
"log",
"los",
"module",
"zf2",
"zf3"
],
"time": "2020-02-12T13:44:34+00:00"
},
{
"name": "mezzio/mezzio",
"version": "3.2.2",
"source": {
"type": "git",
"url": "https://github.com/mezzio/mezzio.git",
"reference": "6bd539f29c7b27cab7bcb6ea433222f8b1c0d099"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/mezzio/mezzio/zipball/6bd539f29c7b27cab7bcb6ea433222f8b1c0d099",
"reference": "6bd539f29c7b27cab7bcb6ea433222f8b1c0d099",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"fig/http-message-util": "^1.1.2",
"laminas/laminas-httphandlerrunner": "^1.0.1",
"laminas/laminas-stratigility": "^3.0",
"laminas/laminas-zendframework-bridge": "^1.0",
"mezzio/mezzio-router": "^3.0",
"mezzio/mezzio-template": "^2.0",
"php": "^7.1",
"psr/container": "^1.0",
"psr/http-message": "^1.0.1",
"psr/http-server-middleware": "^1.0"
},
"conflict": {
"container-interop/container-interop": "<1.2.0",
"laminas/laminas-diactoros": "<1.7.1"
},
"replace": {
"zendframework/zend-expressive": "^3.2.1"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"filp/whoops": "^1.1.10 || ^2.1.13",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-diactoros": "^1.7.1 || ^2.0",
"laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
2020-04-23 18:26:12 +02:00
"malukenho/docheader": "^0.1.6",
2020-05-01 13:46:59 +02:00
"mezzio/mezzio-aurarouter": "^3.0",
"mezzio/mezzio-fastroute": "^3.0",
"mezzio/mezzio-laminasrouter": "^3.0",
"mockery/mockery": "^1.0",
"phpstan/phpstan": "^0.9.2",
"phpstan/phpstan-strict-rules": "^0.9",
"phpunit/phpunit": "^7.0.1"
2017-07-21 19:59:16 +02:00
},
2020-05-01 13:46:59 +02:00
"suggest": {
"filp/whoops": "^2.1 to use the Whoops error handler",
"laminas/laminas-auradi-config": "^2.0 to use Aura.Di dependency injection container",
"laminas/laminas-pimple-config": "^1.0 to use Pimple for dependency injection container",
"laminas/laminas-servicemanager": "^3.3 to use laminas-servicemanager for dependency injection",
"mezzio/mezzio-helpers": "^3.0 for its UrlHelper, ServerUrlHelper, and BodyParseMiddleware",
"mezzio/mezzio-tooling": "^1.0 for migration and development tools; require it with the --dev flag",
"psr/http-message-implementation": "Please install a psr/http-message-implementation to consume Mezzio; e.g., laminas/laminas-diactoros"
},
"bin": [
"bin/mezzio-tooling"
],
"type": "library",
2017-07-21 19:59:16 +02:00
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "3.2.x-dev",
"dev-develop": "3.3.x-dev"
2017-07-21 19:59:16 +02:00
},
2020-05-01 13:46:59 +02:00
"laminas": {
"config-provider": "Mezzio\\ConfigProvider"
}
2017-07-21 19:59:16 +02:00
},
"autoload": {
2020-05-01 13:46:59 +02:00
"files": [
"src/constants.php",
"src/constants.legacy.php"
],
2017-07-21 19:59:16 +02:00
"psr-4": {
2020-05-01 13:46:59 +02:00
"Mezzio\\": "src/"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2020-05-01 13:46:59 +02:00
"description": "PSR-15 Middleware Microframework",
"homepage": "https://mezzio.dev",
2020-04-23 18:26:12 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"PSR-11",
"http",
"laminas",
"mezzio",
"middleware",
"psr",
"psr-15",
"psr-7"
],
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
2020-04-23 18:26:12 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2020-04-28T18:52:32+00:00"
2017-07-21 19:59:16 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "mezzio/mezzio-fastroute",
"version": "3.0.3",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/mezzio/mezzio-fastroute.git",
"reference": "3e7d8ade90c3c2ef68a1f798c11c0c396ed40929"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/mezzio/mezzio-fastroute/zipball/3e7d8ade90c3c2ef68a1f798c11c0c396ed40929",
"reference": "3e7d8ade90c3c2ef68a1f798c11c0c396ed40929",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"fig/http-message-util": "^1.1.2",
"laminas/laminas-stdlib": "^2.0 || ^3.1",
"laminas/laminas-zendframework-bridge": "^1.0",
"mezzio/mezzio-router": "^3.0",
"nikic/fast-route": "^1.2",
"php": "^7.1",
2017-07-21 19:59:16 +02:00
"psr/container": "^1.0",
2020-05-01 13:46:59 +02:00
"psr/http-message": "^1.0.1"
2017-07-21 19:59:16 +02:00
},
"conflict": {
"container-interop/container-interop": "<1.2.0"
},
2020-05-01 13:46:59 +02:00
"replace": {
"zendframework/zend-expressive-fastroute": "self.version"
},
2017-07-21 19:59:16 +02:00
"require-dev": {
2020-05-01 13:46:59 +02:00
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-diactoros": "^1.7.1",
"laminas/laminas-stratigility": "^3.0",
2020-04-23 18:26:12 +02:00
"malukenho/docheader": "^0.1.6",
2020-05-01 13:46:59 +02:00
"mikey179/vfsstream": "^1.6.5",
"phpunit/phpunit": "^7.0.2"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "3.0.x-dev",
"dev-develop": "3.1.x-dev"
},
"laminas": {
"config-provider": "Mezzio\\Router\\FastRouteRouter\\ConfigProvider"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Mezzio\\Router\\": "src/"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2020-05-01 13:46:59 +02:00
"description": "FastRoute integration for Mezzio",
"homepage": "https://mezzio.dev",
2017-07-21 19:59:16 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"FastRoute",
"http",
"laminas",
"mezzio",
"middleware",
"psr",
"psr-7"
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2019-12-31T15:43:56+00:00"
2017-07-21 19:59:16 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "mezzio/mezzio-helpers",
"version": "5.3.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/mezzio/mezzio-helpers.git",
"reference": "276a539a9212bd2ff48ec7c411b049f11fcff62d"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/mezzio/mezzio-helpers/zipball/276a539a9212bd2ff48ec7c411b049f11fcff62d",
"reference": "276a539a9212bd2ff48ec7c411b049f11fcff62d",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"laminas/laminas-zendframework-bridge": "^1.0",
"mezzio/mezzio-router": "^3.0",
"php": "^7.1",
"psr/container": "^1.0",
"psr/http-message": "^1.0.1",
"psr/http-server-middleware": "^1.0"
2017-07-21 19:59:16 +02:00
},
2020-05-01 13:46:59 +02:00
"replace": {
"zendframework/zend-expressive-helpers": "self.version"
2017-07-21 19:59:16 +02:00
},
2020-05-01 13:46:59 +02:00
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-diactoros": "^1.7.1",
"malukenho/docheader": "^0.1.6",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0.2"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "5.3.x-dev",
"dev-develop": "5.4.x-dev"
},
"laminas": {
"config-provider": "Mezzio\\Helper\\ConfigProvider"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Mezzio\\Helper\\": "src/"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-04-23 18:26:12 +02:00
"BSD-3-Clause"
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"description": "Helper/Utility classes for Mezzio",
"homepage": "https://mezzio.dev",
2020-04-23 18:26:12 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"http",
"laminas",
"mezzio",
"middleware",
"psr",
"psr-7"
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2019-12-31T15:44:52+00:00"
2017-07-21 19:59:16 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "mezzio/mezzio-router",
"version": "3.1.1",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/mezzio/mezzio-router.git",
"reference": "7c6b493069640416e19714b899606190085892ee"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/mezzio/mezzio-router/zipball/7c6b493069640416e19714b899606190085892ee",
"reference": "7c6b493069640416e19714b899606190085892ee",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"fig/http-message-util": "^1.1.2",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^7.1",
"psr/container": "^1.0",
"psr/http-message": "^1.0.1",
"psr/http-server-middleware": "^1.0"
2017-07-21 19:59:16 +02:00
},
2020-05-01 13:46:59 +02:00
"replace": {
"zendframework/zend-expressive-router": "self.version"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"laminas/laminas-coding-standard": "~1.0.0",
"malukenho/docheader": "^0.1.6",
"phpunit/phpunit": "^7.5.16 || ^8.4.1"
},
"suggest": {
"mezzio/mezzio-aurarouter": "^3.0 to use the Aura.Router routing adapter",
"mezzio/mezzio-fastroute": "^3.0 to use the FastRoute routing adapter",
"mezzio/mezzio-laminasrouter": "^3.0 to use the laminas-router routing adapter"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "3.1.x-dev",
"dev-develop": "3.2.x-dev"
},
"laminas": {
"config-provider": "Mezzio\\Router\\ConfigProvider"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Mezzio\\Router\\": "src/"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-01 13:46:59 +02:00
"BSD-3-Clause"
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"description": "Router subcomponent for Mezzio",
"homepage": "https://mezzio.dev",
2017-07-21 19:59:16 +02:00
"keywords": [
"http",
2020-05-01 13:46:59 +02:00
"laminas",
"mezzio",
"middleware",
2017-07-21 19:59:16 +02:00
"psr",
"psr-7"
],
2020-05-01 13:46:59 +02:00
"time": "2019-12-31T15:46:05+00:00"
2017-07-21 19:59:16 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "mezzio/mezzio-template",
"version": "2.0.1",
2020-04-23 18:26:12 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/mezzio/mezzio-template.git",
"reference": "569c3433fbd2deab2777d1beab4f5749bf83e8bb"
2020-04-23 18:26:12 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/mezzio/mezzio-template/zipball/569c3433fbd2deab2777d1beab4f5749bf83e8bb",
"reference": "569c3433fbd2deab2777d1beab4f5749bf83e8bb",
2020-04-23 18:26:12 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^7.1"
},
"replace": {
"zendframework/zend-expressive-template": "self.version"
2020-04-23 18:26:12 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"laminas/laminas-coding-standard": "~1.0.0",
"malukenho/docheader": "^0.1.6",
"phpunit/phpunit": "^7.0.2"
},
"suggest": {
"mezzio/mezzio-laminasviewrenderer": "^2.0 to use the laminas-view PhpRenderer template renderer",
"mezzio/mezzio-platesrenderer": "^2.0 to use the Plates template renderer",
"mezzio/mezzio-twigrenderer": "^2.0 to use the Twig template renderer"
2020-04-23 18:26:12 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "2.0.x-dev",
"dev-develop": "2.1.x-dev"
2020-04-23 18:26:12 +02:00
}
},
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Mezzio\\Template\\": "src/"
2020-04-23 18:26:12 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2020-05-01 13:46:59 +02:00
"description": "Template subcomponent for Mezzio",
"homepage": "https://mezzio.dev",
2020-04-23 18:26:12 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"laminas",
"mezzio",
"template"
2020-04-23 18:26:12 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2019-12-31T15:47:51+00:00"
2020-04-23 18:26:12 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "neomerx/cors-psr7",
"version": "v1.0.13",
2020-04-23 18:26:12 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/neomerx/cors-psr7.git",
"reference": "2556e2013f16a55532c95928455257d5b6bbc6e2"
2020-04-23 18:26:12 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/neomerx/cors-psr7/zipball/2556e2013f16a55532c95928455257d5b6bbc6e2",
"reference": "2556e2013f16a55532c95928455257d5b6bbc6e2",
2020-04-23 18:26:12 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": ">=5.6.0",
"psr/http-message": "^1.0",
"psr/log": "^1.0"
2020-04-23 18:26:12 +02:00
},
"require-dev": {
"mockery/mockery": "^1.0",
2020-05-01 13:46:59 +02:00
"phpunit/phpunit": "^5.7",
"scrutinizer/ocular": "^1.1",
"squizlabs/php_codesniffer": "^3.0"
2020-04-23 18:26:12 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Neomerx\\Cors\\": "src/"
2020-04-23 18:26:12 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-01 13:46:59 +02:00
"Apache-2.0"
2020-04-23 18:26:12 +02:00
],
2020-05-01 13:46:59 +02:00
"authors": [
{
"name": "neomerx",
"email": "info@neomerx.com"
}
],
"description": "Framework agnostic (PSR-7) CORS implementation (www.w3.org/TR/cors/)",
"homepage": "https://github.com/neomerx/cors-psr7",
2020-04-23 18:26:12 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"Cross Origin Resource Sharing",
"Cross-Origin Resource Sharing",
"cors",
"neomerx",
2020-04-23 18:26:12 +02:00
"psr-7",
2020-05-01 13:46:59 +02:00
"psr7",
"w3.org",
"www.w3.org"
2020-04-23 18:26:12 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2018-05-23T16:10:11+00:00"
2020-04-23 18:26:12 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "nikic/fast-route",
"version": "v1.3.0",
2020-04-23 18:26:12 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/nikic/FastRoute.git",
"reference": "181d480e08d9476e61381e04a71b34dc0432e812"
2020-04-23 18:26:12 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
"reference": "181d480e08d9476e61381e04a71b34dc0432e812",
2020-04-23 18:26:12 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": ">=5.4.0"
2020-04-23 18:26:12 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"phpunit/phpunit": "^4.8.35|~5.7"
2020-04-23 18:26:12 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"FastRoute\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov",
"email": "nikic@php.net"
}
],
"description": "Fast request router for PHP",
"keywords": [
"router",
"routing"
],
"time": "2018-02-13T20:26:39+00:00"
},
{
"name": "ocramius/package-versions",
"version": "1.8.0",
"source": {
"type": "git",
"url": "https://github.com/Ocramius/PackageVersions.git",
"reference": "421679846270a5772534828013a93be709fb13df"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/421679846270a5772534828013a93be709fb13df",
"reference": "421679846270a5772534828013a93be709fb13df",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1.0 || ^2.0",
"php": "^7.4.0"
},
"require-dev": {
"composer/composer": "^1.9.3 || ^2.0@dev",
"doctrine/coding-standard": "^7.0.2",
"ext-zip": "^1.15.0",
"infection/infection": "^0.15.3",
"phpunit/phpunit": "^9.0.1",
"vimeo/psalm": "^3.9.3"
},
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
"dev-master": "1.99.x-dev"
}
},
"autoload": {
"psr-4": {
"PackageVersions\\": "src/PackageVersions"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"funding": [
{
"url": "https://github.com/Ocramius",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/ocramius/package-versions",
"type": "tidelift"
}
],
"time": "2020-04-06T17:43:35+00:00"
},
{
"name": "ocramius/proxy-manager",
"version": "2.8.0",
"source": {
"type": "git",
"url": "https://github.com/Ocramius/ProxyManager.git",
"reference": "ac1dd414fd114cfc0da9930e0ab46063c2f5e62a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/ac1dd414fd114cfc0da9930e0ab46063c2f5e62a",
"reference": "ac1dd414fd114cfc0da9930e0ab46063c2f5e62a",
"shasum": ""
},
"require": {
"laminas/laminas-code": "^3.4.1",
"ocramius/package-versions": "^1.8.0",
"php": "~7.4.1",
"webimpress/safe-writer": "^2.0.1"
},
"conflict": {
"doctrine/annotations": "<1.6.1",
"laminas/laminas-stdlib": "<3.2.1",
"zendframework/zend-stdlib": "<3.2.1"
},
"require-dev": {
"doctrine/coding-standard": "^6.0.0",
"ext-phar": "*",
"infection/infection": "^0.16.2",
"nikic/php-parser": "^4.4.0",
"phpbench/phpbench": "^0.17.0",
"phpunit/phpunit": "^9.1.1",
"slevomat/coding-standard": "^5.0.4",
"squizlabs/php_codesniffer": "^3.5.4",
"vimeo/psalm": "^3.11.1"
},
"suggest": {
"laminas/laminas-json": "To have the JsonRpc adapter (Remote Object feature)",
"laminas/laminas-soap": "To have the Soap adapter (Remote Object feature)",
"laminas/laminas-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)",
"ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"psr-4": {
"ProxyManager\\": "src/ProxyManager"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.io/"
}
],
"description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
"homepage": "https://github.com/Ocramius/ProxyManager",
"keywords": [
"aop",
"lazy loading",
"proxy",
"proxy pattern",
"service proxies"
],
"funding": [
{
"url": "https://github.com/Ocramius",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager",
"type": "tidelift"
}
],
"time": "2020-04-13T14:42:16+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"
},
{
"name": "psr/http-factory",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"psr/http-message": "^1.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 interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"time": "2019-04-30T12:38:16+00: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"
],
"time": "2016-08-06T14:39:51+00:00"
},
{
"name": "psr/http-server-handler",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-server-handler.git",
"reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
"reference": "aff2f80e33b7f026ec96bb42f63242dc50ffcae7",
"shasum": ""
},
"require": {
"php": ">=7.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Server\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP server-side request handler",
"keywords": [
"handler",
"http",
"http-interop",
"psr",
"psr-15",
"psr-7",
"request",
"response",
"server"
],
"time": "2018-10-30T16:46:14+00:00"
},
{
"name": "psr/http-server-middleware",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-server-middleware.git",
"reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5",
"reference": "2296f45510945530b9dceb8bcedb5cb84d40c5f5",
"shasum": ""
},
"require": {
"php": ">=7.0",
"psr/http-message": "^1.0",
"psr/http-server-handler": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Server\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP server-side middleware",
"keywords": [
"http",
"http-interop",
"middleware",
"psr",
"psr-15",
"psr-7",
"request",
"response"
],
"time": "2018-10-30T17:12:04+00:00"
},
{
"name": "psr/log",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"time": "2020-03-23T09:12:05+00:00"
},
{
"name": "roave/psr-container-doctrine",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/Roave/psr-container-doctrine.git",
"reference": "a0b2de4388603b6369e790dd8adfef0238e7d058"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/psr-container-doctrine/zipball/a0b2de4388603b6369e790dd8adfef0238e7d058",
"reference": "a0b2de4388603b6369e790dd8adfef0238e7d058",
"shasum": ""
},
"require": {
"doctrine/common": "^2.6",
"doctrine/dbal": "^2.5",
"doctrine/migrations": "^2.2",
"doctrine/orm": "^2.5",
"php": ">=7.3.0,<7.5.0",
"psr/container": "^1.0.0"
},
"require-dev": {
"doctrine/coding-standard": "^7.0",
"phpunit/phpunit": "^8.5",
"psalm/plugin-phpunit": "^0.9.0",
"vimeo/psalm": "^3.8"
},
"type": "library",
"autoload": {
"psr-4": {
"Roave\\PsrContainerDoctrine\\": "src/"
},
"files": [
"bc-namespace-shim.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Ben Scholzen",
"homepage": "https://github.com/dasprid"
},
{
"name": "James Titcumb",
"email": "james@asgrim.com",
"homepage": "https://github.com/asgrim"
}
],
"description": "Doctrine Factories for PSR-11 Containers",
"homepage": "https://github.com/Roave/psr-container-doctrine",
"time": "2020-04-16T23:01:26+00:00"
},
{
"name": "roave/security-advisories",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "81541a731da2f245a08666de73169cb5da7ac573"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/81541a731da2f245a08666de73169cb5da7ac573",
"reference": "81541a731da2f245a08666de73169cb5da7ac573",
"shasum": ""
},
"conflict": {
"3f/pygmentize": "<1.2",
"adodb/adodb-php": "<5.20.12",
"alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
"amphp/artax": "<1.0.6|>=2,<2.0.6",
"amphp/http": "<1.0.1",
"api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6",
"asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
"aws/aws-sdk-php": ">=3,<3.2.1",
"bagisto/bagisto": "<0.1.5",
"bolt/bolt": "<3.6.10",
"brightlocal/phpwhois": "<=4.2.5",
"buddypress/buddypress": "<5.1.2",
"bugsnag/bugsnag-laravel": ">=2,<2.0.2",
"cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.5.18|>=3.6,<3.6.15|>=3.7,<3.7.7",
"cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
"cartalyst/sentry": "<=2.1.6",
"centreon/centreon": "<18.10.8|>=19,<19.4.5",
"cesnet/simplesamlphp-module-proxystatistics": "<3.1",
"codeigniter/framework": "<=3.0.6",
"composer/composer": "<=1-alpha.11",
"contao-components/mediaelement": ">=2.14.2,<2.21.1",
"contao/core": ">=2,<3.5.39",
"contao/core-bundle": ">=4,<4.4.46|>=4.5,<4.8.6",
"contao/listing-bundle": ">=4,<4.4.8",
"datadog/dd-trace": ">=0.30,<0.30.2",
"david-garcia/phpwhois": "<=4.3.1",
"doctrine/annotations": ">=1,<1.2.7",
"doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
"doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
"doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
"doctrine/doctrine-bundle": "<1.5.2",
"doctrine/doctrine-module": "<=0.7.1",
"doctrine/mongodb-odm": ">=1,<1.0.2",
"doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
"doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
"dolibarr/dolibarr": "<=10.0.6",
"dompdf/dompdf": ">=0.6,<0.6.2",
"drupal/core": ">=7,<7.69|>=8,<8.7.12|>=8.8,<8.8.4",
"drupal/drupal": ">=7,<7.69|>=8,<8.7.12|>=8.8,<8.8.4",
"endroid/qr-code-bundle": "<3.4.2",
"enshrined/svg-sanitize": "<0.13.1",
"erusev/parsedown": "<1.7.2",
"ezsystems/demobundle": ">=5.4,<5.4.6.1",
"ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1",
"ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1",
"ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4",
"ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6",
"ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2",
"ezsystems/ezplatform-user": ">=1,<1.0.1",
"ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.14.1|>=6,<6.7.9.1|>=6.8,<6.13.6.2|>=7,<7.2.4.1|>=7.3,<7.3.2.1|>=7.5,<7.5.6.2",
"ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.14.1|>=2011,<2017.12.7.2|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3|>=2019.3,<2019.3.4.2",
"ezsystems/repository-forms": ">=2.3,<2.3.2.1",
"ezyang/htmlpurifier": "<4.1.1",
"firebase/php-jwt": "<2",
"fooman/tcpdf": "<6.2.22",
"fossar/tcpdf-parser": "<6.2.22",
"friendsofsymfony/oauth2-php": "<1.3",
"friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
"friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
"fuel/core": "<1.8.1",
"getgrav/grav": "<1.7-beta.8",
"gree/jose": "<=2.2",
"gregwar/rst": "<1.0.3",
"guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1",
"illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10",
"illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30",
"illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
"illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
"illuminate/view": ">=7,<7.1.2",
"ivankristianto/phpwhois": "<=4.3",
"james-heinrich/getid3": "<1.9.9",
"joomla/session": "<1.3.1",
"jsmitty12/phpwhois": "<5.1",
"kazist/phpwhois": "<=4.2.6",
"kreait/firebase-php": ">=3.2,<3.8.1",
"la-haute-societe/tcpdf": "<6.2.22",
"laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30|>=7,<7.1.2",
"laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
"league/commonmark": "<0.18.3",
"librenms/librenms": "<1.53",
"magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3",
"magento/magento1ce": "<1.9.4.3",
"magento/magento1ee": ">=1,<1.14.4.3",
"magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2",
"monolog/monolog": ">=1.8,<1.12",
"namshi/jose": "<2.2",
"onelogin/php-saml": "<2.10.4",
"oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5",
"openid/php-openid": "<2.3",
"oro/crm": ">=1.7,<1.7.4",
"oro/platform": ">=1.7,<1.7.4",
"padraic/humbug_get_contents": "<1.1.2",
"pagarme/pagarme-php": ">=0,<3",
"paragonie/random_compat": "<2",
"paypal/merchant-sdk-php": "<3.12",
"pear/archive_tar": "<1.4.4",
"phpfastcache/phpfastcache": ">=5,<5.0.13",
"phpmailer/phpmailer": ">=5,<5.2.27|>=6,<6.0.6",
"phpmyadmin/phpmyadmin": "<4.9.2",
"phpoffice/phpexcel": "<1.8.2",
"phpoffice/phpspreadsheet": "<1.8",
"phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
"phpwhois/phpwhois": "<=4.2.5",
"phpxmlrpc/extras": "<0.6.1",
"pimcore/pimcore": "<6.3",
"prestashop/autoupgrade": ">=4,<4.10.1",
"prestashop/gamification": "<2.3.2",
"prestashop/ps_facetedsearch": "<3.4.1",
"privatebin/privatebin": "<1.2.2|>=1.3,<1.3.2",
"propel/propel": ">=2-alpha.1,<=2-alpha.7",
"propel/propel1": ">=1,<=1.7.1",
"pusher/pusher-php-server": "<2.2.1",
"robrichards/xmlseclibs": "<3.0.4",
"sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
"scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11",
"sensiolabs/connect": "<4.2.3",
"serluck/phpwhois": "<=4.2.6",
"shopware/shopware": "<5.3.7",
"silverstripe/admin": ">=1.0.3,<1.0.4|>=1.1,<1.1.1",
"silverstripe/assets": ">=1,<1.4.7|>=1.5,<1.5.2",
"silverstripe/cms": "<4.3.6|>=4.4,<4.4.4",
"silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1",
"silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
"silverstripe/framework": "<4.4.5|>=4.5,<4.5.2",
"silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2",
"silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
"silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4",
"silverstripe/subsites": ">=2,<2.1.1",
"silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
"silverstripe/userforms": "<3",
"simple-updates/phpwhois": "<=1",
"simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
"simplesamlphp/simplesamlphp": "<1.18.6",
"simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
"simplito/elliptic-php": "<1.0.6",
"slim/slim": "<2.6",
"smarty/smarty": "<3.1.33",
"socalnick/scn-social-auth": "<1.15.2",
"spoonity/tcpdf": "<6.2.22",
"squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
"ssddanbrown/bookstack": "<0.25.3",
"stormpath/sdk": ">=0,<9.9.99",
"studio-42/elfinder": "<2.1.49",
"swiftmailer/swiftmailer": ">=4,<5.4.5",
"sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
"sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
"sylius/grid-bundle": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
"sylius/resource-bundle": "<1.3.13|>=1.4,<1.4.6|>=1.5,<1.5.1|>=1.6,<1.6.3",
"sylius/sylius": "<1.3.16|>=1.4,<1.4.12|>=1.5,<1.5.9|>=1.6,<1.6.5",
"symbiote/silverstripe-multivaluefield": ">=3,<3.0.99",
"symbiote/silverstripe-versionedfiles": "<=2.0.3",
"symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
"symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
"symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
"symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
"symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
"symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
"symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
"symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
"symfony/mime": ">=4.3,<4.3.8",
"symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
"symfony/polyfill": ">=1,<1.10",
"symfony/polyfill-php55": ">=1,<1.10",
"symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
"symfony/routing": ">=2,<2.0.19",
"symfony/security": ">=2,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=4.4,<4.4.7|>=5,<5.0.7",
"symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
"symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.37|>=3,<3.3.17|>=3.4,<3.4.7|>=4,<4.0.7",
"symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
"symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
"symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
"symfony/serializer": ">=2,<2.0.11",
"symfony/symfony": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
"symfony/translation": ">=2,<2.0.17",
"symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
"symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
"symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
"symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
"tecnickcom/tcpdf": "<6.2.22",
"thelia/backoffice-default-template": ">=2.1,<2.1.2",
"thelia/thelia": ">=2.1-beta.1,<2.1.3",
"theonedemon/phpwhois": "<=4.2.5",
"titon/framework": ">=0,<9.9.99",
"truckersmp/phpwhois": "<=4.3.1",
"twig/twig": "<1.38|>=2,<2.7",
"typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.30|>=9,<9.5.12|>=10,<10.2.1",
"typo3/cms-core": ">=8,<8.7.30|>=9,<9.5.12|>=10,<10.2.1",
"typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5",
"typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
"typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
"ua-parser/uap-php": "<3.8",
"usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
"verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4",
"wallabag/tcpdf": "<6.2.22",
"willdurand/js-translation-bundle": "<2.1.1",
"yii2mod/yii2-cms": "<1.9.2",
"yiisoft/yii": ">=1.1.14,<1.1.15",
"yiisoft/yii2": "<2.0.15",
"yiisoft/yii2-bootstrap": "<2.0.4",
"yiisoft/yii2-dev": "<2.0.15",
"yiisoft/yii2-elasticsearch": "<2.0.5",
"yiisoft/yii2-gii": "<2.0.4",
"yiisoft/yii2-jui": "<2.0.4",
"yiisoft/yii2-redis": "<2.0.8",
"yourls/yourls": "<1.7.4",
"zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
"zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
"zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
"zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
"zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
"zendframework/zend-diactoros": ">=1,<1.8.4",
"zendframework/zend-feed": ">=1,<2.10.3",
"zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
"zendframework/zend-http": ">=1,<2.8.1",
"zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
"zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
"zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
"zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
"zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
"zendframework/zend-validator": ">=2.3,<2.3.6",
"zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
"zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
"zendframework/zendframework": "<2.5.1",
"zendframework/zendframework1": "<1.12.20",
"zendframework/zendopenid": ">=2,<2.0.2",
"zendframework/zendxml": ">=1,<1.0.1",
"zetacomponents/mail": "<1.8.2",
"zf-commons/zfc-user": "<1.2.2",
"zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
"zfr/zfr-oauth2-server-module": "<0.1.2"
},
"type": "metapackage",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"role": "maintainer"
},
{
"name": "Ilya Tribusean",
"email": "slash3b@gmail.com",
"role": "maintainer"
}
],
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
"funding": [
{
"url": "https://github.com/Ocramius",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/roave/security-advisories",
"type": "tidelift"
}
],
"time": "2020-04-23T00:01:30+00:00"
},
{
"name": "symfony/console",
"version": "v5.0.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
"reference": "5fa1caadc8cdaa17bcfb25219f3b53fe294a9935",
"shasum": ""
},
"require": {
"php": "^7.2.5",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
"symfony/service-contracts": "^1.1|^2"
},
"conflict": {
"symfony/dependency-injection": "<4.4",
"symfony/event-dispatcher": "<4.4",
"symfony/lock": "<4.4",
"symfony/process": "<4.4"
},
"provide": {
"psr/log-implementation": "1.0"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/event-dispatcher": "^4.4|^5.0",
"symfony/lock": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0",
"symfony/var-dumper": "^4.4|^5.0"
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"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",
"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-30T11:42:42+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.15.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
"reference": "4719fa9c18b0464d399f1a63bf624b42b6fa8d14",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.15-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
2020-04-23 18:26:12 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-01 13:46:59 +02:00
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
2020-04-23 18:26:12 +02:00
],
2020-05-01 13:46:59 +02:00
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
2020-04-23 18:26:12 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"compatibility",
"ctype",
"polyfill",
"portable"
],
"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"
}
2020-04-23 18:26:12 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2020-02-27T09:26:54+00:00"
2020-04-23 18:26:12 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "symfony/polyfill-mbstring",
"version": "v1.15.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
"reference": "81ffd3a9c6d707be22e3012b827de1c9775fc5ac",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": ">=5.3.3"
2017-07-21 19:59:16 +02:00
},
2020-05-01 13:46:59 +02:00
"suggest": {
"ext-mbstring": "For best performance"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "1.15-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
2017-07-21 19:59:16 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-01 13:46:59 +02:00
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
2017-07-21 19:59:16 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"compatibility",
"mbstring",
"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"
}
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2020-03-09T19:04:49+00:00"
2017-07-21 19:59:16 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "symfony/polyfill-php73",
"version": "v1.15.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
"reference": "0f27e9f464ea3da33cbe7ca3bdf4eb66def9d0f7",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": ">=5.3.3"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "1.15-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Symfony\\Polyfill\\Php73\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
2017-07-21 19:59:16 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-01 13:46:59 +02:00
"MIT"
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"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",
2017-07-21 19:59:16 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"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"
}
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2020-02-27T09:26:54+00:00"
2017-07-21 19:59:16 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "symfony/service-contracts",
"version": "v2.0.1",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/symfony/service-contracts.git",
"reference": "144c5e51266b281231e947b51223ba14acf1a749"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
"reference": "144c5e51266b281231e947b51223ba14acf1a749",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^7.2.5",
"psr/container": "^1.0"
2017-07-21 19:59:16 +02:00
},
2020-04-23 18:26:12 +02:00
"suggest": {
2020-05-01 13:46:59 +02:00
"symfony/service-implementation": ""
2020-04-23 18:26:12 +02:00
},
2017-07-21 19:59:16 +02:00
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "2.0-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Symfony\\Contracts\\Service\\": ""
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-01 13:46:59 +02:00
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
2017-07-21 19:59:16 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2019-11-18T17:27:11+00:00"
2017-07-21 19:59:16 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "symfony/stopwatch",
"version": "v5.0.8",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/symfony/stopwatch.git",
"reference": "a1d86d30d4522423afc998f32404efa34fcf5a73"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/a1d86d30d4522423afc998f32404efa34fcf5a73",
"reference": "a1d86d30d4522423afc998f32404efa34fcf5a73",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^7.2.5",
"symfony/service-contracts": "^1.0|^2"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "5.0-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Symfony\\Component\\Stopwatch\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2017-07-21 19:59:16 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-01 13:46:59 +02:00
"MIT"
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Stopwatch Component",
"homepage": "https://symfony.com",
"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"
}
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2020-03-27T16:56:45+00:00"
2017-07-21 19:59:16 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "symfony/yaml",
"version": "v5.0.8",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/symfony/yaml.git",
"reference": "482fb4e710e5af3e0e78015f19aa716ad953392f"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/482fb4e710e5af3e0e78015f19aa716ad953392f",
"reference": "482fb4e710e5af3e0e78015f19aa716ad953392f",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^7.2.5",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<4.4"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"symfony/console": "^4.4|^5.0"
2017-07-21 19:59:16 +02:00
},
"suggest": {
2020-05-01 13:46:59 +02:00
"symfony/console": "For validating YAML files using the lint command"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "5.0-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2017-07-21 19:59:16 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-01 13:46:59 +02:00
"MIT"
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
"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"
}
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2020-04-28T17:58:55+00:00"
2017-07-21 19:59:16 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "tuupola/callable-handler",
"version": "1.0.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/tuupola/callable-handler.git",
"reference": "8b9d87f88056d4234af317d65612d7b6307a747a"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/tuupola/callable-handler/zipball/8b9d87f88056d4234af317d65612d7b6307a747a",
"reference": "8b9d87f88056d4234af317d65612d7b6307a747a",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^7.1",
"psr/http-server-middleware": "^1.0"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"codedungeon/phpunit-result-printer": "^0.4.4",
"overtrue/phplint": "^1.0",
"phpunit/phpunit": "^6.5",
"squizlabs/php_codesniffer": "^3.2",
"tuupola/http-factory": "^0.4.0|^1.0",
"zendframework/zend-diactoros": "^1.6.0|^2.0"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Tuupola\\Middleware\\": "src"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-01 13:46:59 +02:00
"MIT"
],
"authors": [
{
"name": "Mika Tuupola",
"email": "tuupola@appelsiini.net",
"homepage": "https://appelsiini.net/",
"role": "Developer"
}
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"description": "Compatibility layer for PSR-7 double pass and PSR-15 middlewares.",
"homepage": "https://github.com/tuupola/callable-handler",
2017-07-21 19:59:16 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"middleware",
"psr-15",
"psr-7"
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2018-10-12T09:59:35+00:00"
2017-07-21 19:59:16 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "tuupola/cors-middleware",
"version": "1.1.1",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/tuupola/cors-middleware.git",
"reference": "a043f4f52b902ee8902f95d28aae05013a7180fc"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/tuupola/cors-middleware/zipball/a043f4f52b902ee8902f95d28aae05013a7180fc",
"reference": "a043f4f52b902ee8902f95d28aae05013a7180fc",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"neomerx/cors-psr7": "^1.0.4",
"php": "^7.1",
"psr/http-message": "^1.0.1",
"psr/http-server-middleware": "^1.0",
"tuupola/callable-handler": "^1.0",
"tuupola/http-factory": "^1.0"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"codedungeon/phpunit-result-printer": "^0.23.2",
"equip/dispatch": "^2.0",
"overtrue/phplint": "^1.0",
"phpstan/phpstan": "^0.11.15",
"phpunit/phpunit": "^7.4",
"squizlabs/php_codesniffer": "^3.3.1",
"zendframework/zend-diactoros": "^1.0|^2.0"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Tuupola\\Middleware\\": "src"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-01 13:46:59 +02:00
"MIT"
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"authors": [
{
"name": "Mika Tuupola",
"email": "tuupola@appelsiini.net",
"homepage": "https://appelsiini.net/",
"role": "Developer"
}
],
"description": "PSR-7 and PSR-15 CORS middleware",
"homepage": "https://github.com/tuupola/cors-middleware",
2017-07-21 19:59:16 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"cors",
"middleware",
"psr-15",
"psr-7"
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2019-10-30T11:18:16+00:00"
2017-07-21 19:59:16 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "tuupola/http-factory",
"version": "1.1.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/tuupola/http-factory.git",
"reference": "5fbde4c65a10d09a85652684a6e569542265a749"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/tuupola/http-factory/zipball/5fbde4c65a10d09a85652684a6e569542265a749",
"reference": "5fbde4c65a10d09a85652684a6e569542265a749",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^7.1",
"psr/http-factory": "^1.0"
},
"conflict": {
"nyholm/psr7": "<1.0"
},
"provide": {
"psr/http-factory-implementation": "^1.0"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"http-interop/http-factory-tests": "^0.5.0",
"overtrue/phplint": "^1.0",
"phpunit/phpunit": "^6.0|^7.0",
"squizlabs/php_codesniffer": "^3.0"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Tuupola\\Http\\Factory\\": "src"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-01 13:46:59 +02:00
"MIT"
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"authors": [
{
"name": "Mika Tuupola",
"email": "tuupola@appelsiini.net",
"homepage": "https://appelsiini.net/",
"role": "Developer"
}
],
"description": "Lightweight autodiscovering PSR-17 HTTP factories",
"homepage": "https://github.com/tuupola/http-factory",
2017-07-21 19:59:16 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"http",
"psr-17",
"psr-7"
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2019-08-07T07:10:58+00:00"
2017-07-21 19:59:16 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "webimpress/safe-writer",
"version": "2.0.1",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/webimpress/safe-writer.git",
"reference": "d6e879960febb307c112538997316371f1e95b12"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/webimpress/safe-writer/zipball/d6e879960febb307c112538997316371f1e95b12",
"reference": "d6e879960febb307c112538997316371f1e95b12",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^7.2"
2020-04-23 18:26:12 +02:00
},
2017-07-21 19:59:16 +02:00
"require-dev": {
2020-05-01 13:46:59 +02:00
"phpunit/phpunit": "^8.5.2 || ^9.0.1",
"webimpress/coding-standard": "^1.1.4"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "2.0.x-dev",
"dev-develop": "2.1.x-dev",
"dev-release-1.0": "1.0.x-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"Webimpress\\SafeWriter\\": "src/"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-05-01 13:46:59 +02:00
"BSD-2-Clause"
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"description": "Tool to write files safely, to avoid race conditions",
2017-07-21 19:59:16 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"concurrent write",
"file writer",
"race condition",
"safe writer",
"webimpress"
],
"funding": [
{
"url": "https://github.com/michalbundyra",
"type": "github"
}
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2020-03-21T15:49:08+00:00"
2017-07-21 19:59:16 +02:00
}
],
"packages-dev": [
{
"name": "filp/whoops",
2020-05-01 13:46:59 +02:00
"version": "2.7.1",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
2020-05-01 13:46:59 +02:00
"reference": "fff6f1e4f36be0e0d0b84d66b413d9dcb0c49130"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/filp/whoops/zipball/fff6f1e4f36be0e0d0b84d66b413d9dcb0c49130",
"reference": "fff6f1e4f36be0e0d0b84d66b413d9dcb0c49130",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
"php": "^5.5.9 || ^7.0",
"psr/log": "^1.0.1"
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"mockery/mockery": "^0.9 || ^1.0",
2020-05-01 13:46:59 +02:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0",
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
2017-07-21 19:59:16 +02:00
},
"suggest": {
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
"whoops/soap": "Formats errors as SOAP responses"
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "2.6-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
"Whoops\\": "src/Whoops/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Filipe Dobreira",
"homepage": "https://github.com/filp",
"role": "Developer"
}
],
"description": "php error handling for cool kids",
"homepage": "https://filp.github.io/whoops/",
"keywords": [
"error",
"exception",
"handling",
"library",
2020-04-23 18:26:12 +02:00
"throwable",
"whoops"
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2020-01-15T10:00:00+00:00"
},
{
"name": "laminas/laminas-development-mode",
"version": "3.2.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-development-mode.git",
"reference": "203cf2f61dbea1489cb6e0c42ffdc987ebe4f796"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-development-mode/zipball/203cf2f61dbea1489cb6e0c42ffdc987ebe4f796",
"reference": "203cf2f61dbea1489cb6e0c42ffdc987ebe4f796",
"shasum": ""
},
"require": {
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
},
"replace": {
"zfcampus/zf-development-mode": "self.version"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"mikey179/vfsstream": "^1.6.5",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5"
},
"bin": [
"bin/laminas-development-mode"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev",
"dev-develop": "3.3.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\DevelopmentMode\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Laminas development mode script",
"homepage": "https://laminas.dev",
"keywords": [
"framework",
"laminas"
],
"time": "2019-12-31T16:40:06+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "myclabs/deep-copy",
2020-05-01 13:46:59 +02:00
"version": "1.9.5",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2020-05-01 13:46:59 +02:00
"reference": "b2c28789e80a97badd14145fda39b545d83ca3ef"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef",
"reference": "b2c28789e80a97badd14145fda39b545d83ca3ef",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"php": "^7.1"
},
"replace": {
"myclabs/deep-copy": "self.version"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
"phpunit/phpunit": "^7.1"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
2020-04-23 18:26:12 +02:00
},
"files": [
"src/DeepCopy/deep_copy.php"
]
2017-07-21 19:59:16 +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-05-01 13:46:59 +02:00
"time": "2020-01-17T21:11:47+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "phar-io/manifest",
2020-04-23 18:26:12 +02:00
"version": "1.0.3",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
2020-04-23 18:26:12 +02:00
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
2020-04-23 18:26:12 +02:00
"phar-io/version": "^2.0",
2017-07-21 19:59:16 +02: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",
"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)",
2020-04-23 18:26:12 +02:00
"time": "2018-07-08T19:23:20+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "phar-io/version",
2020-04-23 18:26:12 +02:00
"version": "2.0.1",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
2020-04-23 18:26:12 +02:00
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
2017-07-21 19:59:16 +02: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",
"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",
2020-04-23 18:26:12 +02:00
"time": "2018-07-08T19:19:57+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "phpdocumentor/reflection-common",
2020-05-01 13:46:59 +02:00
"version": "2.1.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2020-05-01 13:46:59 +02:00
"reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
"reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": ">=7.1"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "2.x-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"phpDocumentor\\Reflection\\": "src/"
2017-07-21 19:59:16 +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-05-01 13:46:59 +02:00
"time": "2020-04-27T09:25:28+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "phpdocumentor/reflection-docblock",
2020-05-01 13:46:59 +02:00
"version": "5.1.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2020-05-01 13:46:59 +02:00
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"ext-filter": "^7.1",
"php": "^7.2",
"phpdocumentor/reflection-common": "^2.0",
"phpdocumentor/type-resolver": "^1.0",
"webmozart/assert": "^1"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"doctrine/instantiator": "^1",
"mockery/mockery": "^1"
2017-07-21 19:59:16 +02:00
},
"type": "library",
2020-04-23 18:26:12 +02:00
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "5.x-dev"
2020-04-23 18:26:12 +02:00
}
},
2017-07-21 19:59:16 +02:00
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"phpDocumentor\\Reflection\\": "src"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2020-05-01 13:46:59 +02:00
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
2017-07-21 19:59:16 +02:00
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2020-05-01 13:46:59 +02:00
"time": "2020-02-22T12:28:44+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "phpdocumentor/type-resolver",
2020-05-01 13:46:59 +02:00
"version": "1.1.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2020-05-01 13:46:59 +02:00
"reference": "7462d5f123dfc080dfdf26897032a6513644fc95"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7462d5f123dfc080dfdf26897032a6513644fc95",
"reference": "7462d5f123dfc080dfdf26897032a6513644fc95",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^7.2",
"phpdocumentor/reflection-common": "^2.0"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"ext-tokenizer": "^7.2",
"mockery/mockery": "~1"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "1.x-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
2020-05-01 13:46:59 +02:00
"phpDocumentor\\Reflection\\": "src"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
2020-05-01 13:46:59 +02:00
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"time": "2020-02-18T18:59:58+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "phpspec/prophecy",
2020-05-01 13:46:59 +02:00
"version": "v1.10.3",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2020-05-01 13:46:59 +02:00
"reference": "451c3cd1418cf640de218914901e51b064abb093"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
"reference": "451c3cd1418cf640de218914901e51b064abb093",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
"php": "^5.3|^7.0",
2020-05-01 13:46:59 +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"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"phpspec/phpspec": "^2.5 || ^3.2",
2020-04-23 18:26:12 +02:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "1.10.x-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
2020-05-01 13:46:59 +02:00
"psr-4": {
"Prophecy\\": "src/Prophecy"
2017-07-21 19:59:16 +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-05-01 13:46:59 +02:00
"time": "2020-03-05T15:02:03+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "phpunit/php-code-coverage",
2020-05-01 13:46:59 +02:00
"version": "8.0.1",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2020-05-01 13:46:59 +02:00
"reference": "31e94ccc084025d6abee0585df533eb3a792b96a"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/31e94ccc084025d6abee0585df533eb3a792b96a",
"reference": "31e94ccc084025d6abee0585df533eb3a792b96a",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xmlwriter": "*",
2020-05-01 13:46:59 +02:00
"php": "^7.3",
"phpunit/php-file-iterator": "^3.0",
"phpunit/php-text-template": "^2.0",
"phpunit/php-token-stream": "^4.0",
"sebastian/code-unit-reverse-lookup": "^2.0",
"sebastian/environment": "^5.0",
"sebastian/version": "^3.0",
"theseer/tokenizer": "^1.1.3"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"phpunit/phpunit": "^9.0"
2017-07-21 19:59:16 +02:00
},
"suggest": {
2020-05-01 13:46:59 +02:00
"ext-pcov": "*",
"ext-xdebug": "*"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "8.0-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2020-04-23 18:26:12 +02:00
"email": "sebastian@phpunit.de",
2017-07-21 19:59:16 +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"
],
2020-05-01 13:46:59 +02:00
"time": "2020-02-19T13:41:19+00:00"
},
{
"name": "phpunit/php-file-iterator",
"version": "3.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "4ac5b3e13df14829daa60a2eb4fdd2f2b7d33cf4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/4ac5b3e13df14829daa60a2eb4fdd2f2b7d33cf4",
"reference": "4ac5b3e13df14829daa60a2eb4fdd2f2b7d33cf4",
"shasum": ""
},
"require": {
"php": "^7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-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": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-04-18T05:02:12+00:00"
2017-07-21 19:59:16 +02:00
},
{
2020-05-01 13:46:59 +02:00
"name": "phpunit/php-invoker",
"version": "3.0.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-05-01 13:46:59 +02:00
"url": "https://github.com/sebastianbergmann/php-invoker.git",
"reference": "7579d5a1ba7f3ac11c80004d205877911315ae7a"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/7579d5a1ba7f3ac11c80004d205877911315ae7a",
"reference": "7579d5a1ba7f3ac11c80004d205877911315ae7a",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^7.3"
2020-04-23 18:26:12 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"ext-pcntl": "*",
"phpunit/phpunit": "^9.0"
},
"suggest": {
"ext-pcntl": "*"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "3.0-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2020-04-23 18:26:12 +02:00
"email": "sebastian@phpunit.de",
2017-07-21 19:59:16 +02:00
"role": "lead"
}
],
2020-05-01 13:46:59 +02:00
"description": "Invoke callables with a timeout",
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
2017-07-21 19:59:16 +02:00
"keywords": [
2020-05-01 13:46:59 +02:00
"process"
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2020-02-07T06:06:11+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "phpunit/php-text-template",
2020-05-01 13:46:59 +02:00
"version": "2.0.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
2020-05-01 13:46:59 +02:00
"reference": "526dc996cc0ebdfa428cd2dfccd79b7b53fee346"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/526dc996cc0ebdfa428cd2dfccd79b7b53fee346",
"reference": "526dc996cc0ebdfa428cd2dfccd79b7b53fee346",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^7.3"
2017-07-21 19:59:16 +02:00
},
"type": "library",
2020-05-01 13:46:59 +02:00
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
2017-07-21 19:59:16 +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": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
2020-05-01 13:46:59 +02:00
"time": "2020-02-01T07:43:44+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "phpunit/php-timer",
2020-05-01 13:46:59 +02:00
"version": "3.1.4",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
2020-05-01 13:46:59 +02:00
"reference": "dc9368fae6ef2ffa57eba80a7410bcef81df6258"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/dc9368fae6ef2ffa57eba80a7410bcef81df6258",
"reference": "dc9368fae6ef2ffa57eba80a7410bcef81df6258",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^7.3"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"phpunit/phpunit": "^9.0"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "3.1-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2020-04-23 18:26:12 +02:00
"email": "sebastian@phpunit.de",
2017-07-21 19:59:16 +02:00
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
2020-05-01 13:46:59 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-04-20T06:00:37+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "phpunit/php-token-stream",
2020-05-01 13:46:59 +02:00
"version": "4.0.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2020-05-01 13:46:59 +02:00
"reference": "b2560a0c33f7710e4d7f8780964193e8e8f8effe"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/b2560a0c33f7710e4d7f8780964193e8e8f8effe",
"reference": "b2560a0c33f7710e4d7f8780964193e8e8f8effe",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2020-05-01 13:46:59 +02:00
"php": "^7.3"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"phpunit/phpunit": "^9.0"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "4.0-dev"
2017-07-21 19:59:16 +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-05-01 13:46:59 +02:00
"time": "2020-02-07T06:19:00+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "phpunit/phpunit",
2020-05-01 13:46:59 +02:00
"version": "9.1.4",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2020-05-01 13:46:59 +02:00
"reference": "2d7080c622cf7884992e7c3cf87853877bae8ff4"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2d7080c622cf7884992e7c3cf87853877bae8ff4",
"reference": "2d7080c622cf7884992e7c3cf87853877bae8ff4",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"doctrine/instantiator": "^1.2.0",
2017-07-21 19:59:16 +02:00
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
2020-05-01 13:46:59 +02:00
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.9.1",
"phar-io/manifest": "^1.0.3",
"phar-io/version": "^2.0.1",
"php": "^7.3",
"phpspec/prophecy": "^1.8.1",
"phpunit/php-code-coverage": "^8.0.1",
"phpunit/php-file-iterator": "^3.0",
"phpunit/php-invoker": "^3.0",
"phpunit/php-text-template": "^2.0",
"phpunit/php-timer": "^3.1.4",
"sebastian/code-unit": "^1.0.2",
"sebastian/comparator": "^4.0",
"sebastian/diff": "^4.0",
"sebastian/environment": "^5.0.1",
"sebastian/exporter": "^4.0",
"sebastian/global-state": "^4.0",
"sebastian/object-enumerator": "^4.0",
"sebastian/resource-operations": "^3.0",
"sebastian/type": "^2.0",
"sebastian/version": "^3.0"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"ext-pdo": "*",
"phpspec/prophecy-phpunit": "^2.0"
2017-07-21 19:59:16 +02:00
},
"suggest": {
2020-04-23 18:26:12 +02:00
"ext-soap": "*",
2020-05-01 13:46:59 +02:00
"ext-xdebug": "*"
2017-07-21 19:59:16 +02:00
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "9.1-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"classmap": [
"src/"
2020-05-01 13:46:59 +02:00
],
"files": [
"src/Framework/Assert/Functions.php"
2017-07-21 19:59:16 +02:00
]
},
"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-05-01 13:46:59 +02:00
"funding": [
{
"url": "https://phpunit.de/donate.html",
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-04-30T06:32:53+00:00"
},
{
"name": "sebastian/code-unit",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit.git",
"reference": "ac958085bc19fcd1d36425c781ef4cbb5b06e2a5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/ac958085bc19fcd1d36425c781ef4cbb5b06e2a5",
"reference": "ac958085bc19fcd1d36425c781ef4cbb5b06e2a5",
"shasum": ""
},
"require": {
"php": "^7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the PHP code units",
"homepage": "https://github.com/sebastianbergmann/code-unit",
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-04-30T05:58:10+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "sebastian/code-unit-reverse-lookup",
2020-05-01 13:46:59 +02:00
"version": "2.0.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2020-05-01 13:46:59 +02:00
"reference": "5b5dbe0044085ac41df47e79d34911a15b96d82e"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5b5dbe0044085ac41df47e79d34911a15b96d82e",
"reference": "5b5dbe0044085ac41df47e79d34911a15b96d82e",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^7.3"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"phpunit/phpunit": "^9.0"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "2.0-dev"
2017-07-21 19:59:16 +02:00
}
},
"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/",
2020-05-01 13:46:59 +02:00
"time": "2020-02-07T06:20:13+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "sebastian/comparator",
2020-05-01 13:46:59 +02:00
"version": "4.0.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2020-05-01 13:46:59 +02:00
"reference": "85b3435da967696ed618ff745f32be3ff4a2b8e8"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/85b3435da967696ed618ff745f32be3ff4a2b8e8",
"reference": "85b3435da967696ed618ff745f32be3ff4a2b8e8",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^7.3",
"sebastian/diff": "^4.0",
"sebastian/exporter": "^4.0"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"phpunit/phpunit": "^9.0"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "4.0-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2020-05-01 13:46:59 +02:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2017-07-21 19:59:16 +02:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
}
],
"description": "Provides the functionality to compare PHP values for equality",
2020-04-23 18:26:12 +02:00
"homepage": "https://github.com/sebastianbergmann/comparator",
2017-07-21 19:59:16 +02:00
"keywords": [
"comparator",
"compare",
"equality"
],
2020-05-01 13:46:59 +02:00
"time": "2020-02-07T06:08:51+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "sebastian/diff",
2020-05-01 13:46:59 +02:00
"version": "4.0.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2020-05-01 13:46:59 +02:00
"reference": "c0c26c9188b538bfa985ae10c9f05d278f12060d"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c0c26c9188b538bfa985ae10c9f05d278f12060d",
"reference": "c0c26c9188b538bfa985ae10c9f05d278f12060d",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^7.3"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"phpunit/phpunit": "^9.0",
"symfony/process": "^4 || ^5"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "4.0-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
2020-05-01 13:46:59 +02:00
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
2017-07-21 19:59:16 +02:00
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
2020-04-23 18:26:12 +02:00
"diff",
"udiff",
"unidiff",
"unified diff"
2017-07-21 19:59:16 +02:00
],
2020-05-01 13:46:59 +02:00
"time": "2020-02-07T06:09:38+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "sebastian/environment",
2020-05-01 13:46:59 +02:00
"version": "5.1.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2020-05-01 13:46:59 +02:00
"reference": "c753f04d68cd489b6973cf9b4e505e191af3b05c"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/c753f04d68cd489b6973cf9b4e505e191af3b05c",
"reference": "c753f04d68cd489b6973cf9b4e505e191af3b05c",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^7.3"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"phpunit/phpunit": "^9.0"
},
"suggest": {
"ext-posix": "*"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "5.0-dev"
2017-07-21 19:59:16 +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-05-01 13:46:59 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-04-14T13:36:52+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "sebastian/exporter",
2020-05-01 13:46:59 +02:00
"version": "4.0.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2020-05-01 13:46:59 +02:00
"reference": "80c26562e964016538f832f305b2286e1ec29566"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/80c26562e964016538f832f305b2286e1ec29566",
"reference": "80c26562e964016538f832f305b2286e1ec29566",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^7.3",
"sebastian/recursion-context": "^4.0"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
"ext-mbstring": "*",
2020-05-01 13:46:59 +02:00
"phpunit/phpunit": "^9.0"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "4.0-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2020-05-01 13:46:59 +02:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2017-07-21 19:59:16 +02:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
2020-05-01 13:46:59 +02:00
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2017-07-21 19:59:16 +02:00
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
2020-05-01 13:46:59 +02:00
"time": "2020-02-07T06:10:52+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "sebastian/global-state",
2020-05-01 13:46:59 +02:00
"version": "4.0.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2020-05-01 13:46:59 +02:00
"reference": "bdb1e7c79e592b8c82cb1699be3c8743119b8a72"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bdb1e7c79e592b8c82cb1699be3c8743119b8a72",
"reference": "bdb1e7c79e592b8c82cb1699be3c8743119b8a72",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^7.3",
"sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"ext-dom": "*",
"phpunit/phpunit": "^9.0"
2017-07-21 19:59:16 +02:00
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "4.0-dev"
2017-07-21 19:59:16 +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"
],
2020-05-01 13:46:59 +02:00
"time": "2020-02-07T06:11:37+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "sebastian/object-enumerator",
2020-05-01 13:46:59 +02:00
"version": "4.0.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
2020-05-01 13:46:59 +02:00
"reference": "e67516b175550abad905dc952f43285957ef4363"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67516b175550abad905dc952f43285957ef4363",
"reference": "e67516b175550abad905dc952f43285957ef4363",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^7.3",
"sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"phpunit/phpunit": "^9.0"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "4.0-dev"
2017-07-21 19:59:16 +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/",
2020-05-01 13:46:59 +02:00
"time": "2020-02-07T06:12:23+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "sebastian/object-reflector",
2020-05-01 13:46:59 +02:00
"version": "2.0.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
2020-05-01 13:46:59 +02:00
"reference": "f4fd0835cabb0d4a6546d9fe291e5740037aa1e7"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/f4fd0835cabb0d4a6546d9fe291e5740037aa1e7",
"reference": "f4fd0835cabb0d4a6546d9fe291e5740037aa1e7",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^7.3"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"phpunit/phpunit": "^9.0"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "2.0-dev"
2017-07-21 19:59:16 +02:00
}
},
"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/",
2020-05-01 13:46:59 +02:00
"time": "2020-02-07T06:19:40+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "sebastian/recursion-context",
2020-05-01 13:46:59 +02:00
"version": "4.0.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2020-05-01 13:46:59 +02:00
"reference": "cdd86616411fc3062368b720b0425de10bd3d579"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cdd86616411fc3062368b720b0425de10bd3d579",
"reference": "cdd86616411fc3062368b720b0425de10bd3d579",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^7.3"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"phpunit/phpunit": "^9.0"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "4.0-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2020-05-01 13:46:59 +02:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
2017-07-21 19:59:16 +02:00
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2020-05-01 13:46:59 +02:00
"time": "2020-02-07T06:18:20+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "sebastian/resource-operations",
2020-05-01 13:46:59 +02:00
"version": "3.0.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
2020-05-01 13:46:59 +02:00
"reference": "8c98bf0dfa1f9256d0468b9803a1e1df31b6fa98"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/8c98bf0dfa1f9256d0468b9803a1e1df31b6fa98",
"reference": "8c98bf0dfa1f9256d0468b9803a1e1df31b6fa98",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "3.0-dev"
2017-07-21 19:59:16 +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",
2020-05-01 13:46:59 +02:00
"time": "2020-02-07T06:13:02+00:00"
},
{
"name": "sebastian/type",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
"reference": "9e8f42f740afdea51f5f4e8cec2035580e797ee1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/9e8f42f740afdea51f5f4e8cec2035580e797ee1",
"reference": "9e8f42f740afdea51f5f4e8cec2035580e797ee1",
"shasum": ""
},
"require": {
"php": "^7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-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": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
"time": "2020-02-07T06:13:43+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "sebastian/version",
2020-05-01 13:46:59 +02:00
"version": "3.0.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
2020-05-01 13:46:59 +02:00
"reference": "0411bde656dce64202b39c2f4473993a9081d39e"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/0411bde656dce64202b39c2f4473993a9081d39e",
"reference": "0411bde656dce64202b39c2f4473993a9081d39e",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^7.3"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "3.0-dev"
2017-07-21 19:59:16 +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": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
2020-05-01 13:46:59 +02:00
"time": "2020-01-21T06:36:37+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "squizlabs/php_codesniffer",
2020-05-01 13:46:59 +02:00
"version": "3.5.5",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2020-05-01 13:46:59 +02:00
"reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
"reference": "73e2e7f57d958e7228fce50dc0c61f58f017f9f6",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
2020-05-01 13:46:59 +02:00
"php": ">=5.4.0"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
2017-07-21 19:59:16 +02:00
},
"bin": [
2020-05-01 13:46:59 +02:00
"bin/phpcs",
"bin/phpcbf"
2017-07-21 19:59:16 +02:00
],
"type": "library",
"extra": {
"branch-alias": {
2020-05-01 13:46:59 +02:00
"dev-master": "3.x-dev"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Greg Sherwood",
"role": "lead"
}
],
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
2020-05-01 13:46:59 +02:00
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
2017-07-21 19:59:16 +02:00
"keywords": [
"phpcs",
"standards"
],
2020-05-01 13:46:59 +02:00
"time": "2020-04-17T01:09:41+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "theseer/tokenizer",
2020-05-01 13:46:59 +02:00
"version": "1.1.3",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
2020-05-01 13:46:59 +02:00
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
2017-07-21 19:59:16 +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-05-01 13:46:59 +02:00
"time": "2019-06-13T22:48:21+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "webmozart/assert",
2020-05-01 13:46:59 +02:00
"version": "1.8.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
2020-05-01 13:46:59 +02:00
"reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-05-01 13:46:59 +02:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
"reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-05-01 13:46:59 +02:00
"php": "^5.3.3 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
"vimeo/psalm": "<3.9.1"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-05-01 13:46:59 +02:00
"phpunit/phpunit": "^4.8.36 || ^7.5.13"
2017-07-21 19:59:16 +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-05-01 13:46:59 +02:00
"time": "2020-04-18T12:12:48+00:00"
2017-07-21 19:59:16 +02:00
}
],
"aliases": [],
2017-08-12 22:56:25 +02:00
"minimum-stability": "dev",
2017-07-21 19:59:16 +02:00
"stability-flags": {
"roave/security-advisories": 20
},
2017-08-12 22:56:25 +02:00
"prefer-stable": true,
2017-07-21 19:59:16 +02:00
"prefer-lowest": false,
"platform": {
2020-04-23 18:26:12 +02:00
"php": "^7.1",
"ext-fileinfo": "*",
2020-05-01 13:46:59 +02:00
"ext-json": "*",
"ext-zip": "*"
2017-07-21 19:59:16 +02:00
},
2020-05-01 13:46:59 +02:00
"platform-dev": [],
"plugin-api-version": "1.1.0"
2017-07-21 19:59:16 +02:00
}