Current path: home/webdevt/cryptoimpot.fr/
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "3df0151eda1b21f3977efa5dd7dcc2cf",
"packages": [
{
"name": "braintree/braintreehttp",
"version": "0.3.0",
"source": {
"type": "git",
"url": "https://github.com/braintree/braintreehttp_php.git",
"reference": "204e36494d9e4b31033328df96af54b17f68b698"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/braintree/braintreehttp_php/zipball/204e36494d9e4b31033328df96af54b17f68b698",
"reference": "204e36494d9e4b31033328df96af54b17f68b698",
"shasum": ""
},
"require": {
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"wiremock-php/wiremock-php": "1.43.2"
},
"type": "library",
"autoload": {
"psr-4": {
"BraintreeHttp\\": "lib/BraintreeHttp"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Braintree",
"email": "code@getbraintree.com"
}
],
"abandoned": true,
"time": "2018-04-17T20:53:31+00:00"
},
{
"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",
"abandoned": "psr/container",
"time": "2017-02-14T19:40:03+00:00"
},
{
"name": "doctrine/annotations",
"version": "1.10.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "b9d758e831c70751155c698c2f7df4665314a1cb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/b9d758e831c70751155c698c2f7df4665314a1cb",
"reference": "b9d758e831c70751155c698c2f7df4665314a1cb",
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
"ext-tokenizer": "*",
"php": "^7.1"
},
"require-dev": {
"doctrine/cache": "1.*",
"phpunit/phpunit": "^7.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"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"
],
"time": "2020-04-20T09:18:32+00:00"
},
{
"name": "doctrine/cache",
"version": "1.10.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
"reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
"reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
"shasum": ""
},
"require": {
"php": "~7.1"
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
"doctrine/coding-standard": "^6.0",
"mongodb/mongodb": "^1.1",
"phpunit/phpunit": "^7.0",
"predis/predis": "~1.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"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": "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",
"keywords": [
"abstraction",
"apcu",
"cache",
"caching",
"couchdb",
"memcached",
"php",
"redis",
"xcache"
],
"time": "2019-11-29T15:36:20+00:00"
},
{
"name": "doctrine/collections",
"version": "1.6.4",
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
"reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
"reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan-shim": "^0.9.2",
"phpunit/phpunit": "^7.0",
"vimeo/psalm": "^3.2.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.6.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"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": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
"homepage": "https://www.doctrine-project.org/projects/collections.html",
"keywords": [
"array",
"collections",
"iterators",
"php"
],
"time": "2019-11-13T13:07:11+00:00"
},
{
"name": "doctrine/common",
"version": "2.13.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
"reference": "308728eae8d90412d850c155d40b1cfbede549da"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/common/zipball/308728eae8d90412d850c155d40b1cfbede549da",
"reference": "308728eae8d90412d850c155d40b1cfbede549da",
"shasum": ""
},
"require": {
"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",
"doctrine/persistence": "^1.3.3",
"doctrine/reflection": "^1.0",
"php": "^7.1"
},
"require-dev": {
"doctrine/coding-standard": "^1.0",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpunit/phpunit": "^7.0",
"squizlabs/php_codesniffer": "^3.0",
"symfony/phpunit-bridge": "^4.0.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.11.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"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"
}
],
"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",
"keywords": [
"common",
"doctrine",
"php"
],
"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%2Fcommon",
"type": "tidelift"
}
],
"time": "2020-05-15T05:51:54+00:00"
},
{
"name": "doctrine/data-fixtures",
"version": "1.4.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/data-fixtures.git",
"reference": "39e9777c9089351a468f780b01cffa3cb0a42907"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/39e9777c9089351a468f780b01cffa3cb0a42907",
"reference": "39e9777c9089351a468f780b01cffa3cb0a42907",
"shasum": ""
},
"require": {
"doctrine/common": "^2.11",
"doctrine/persistence": "^1.3.3",
"php": "^7.2"
},
"conflict": {
"doctrine/phpcr-odm": "<1.3.0"
},
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
"doctrine/coding-standard": "^6.0",
"doctrine/dbal": "^2.5.4",
"doctrine/mongodb-odm": "^1.3.0",
"doctrine/orm": "^2.7.0",
"phpunit/phpunit": "^7.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "For using MongoDB ODM with PHP 7",
"doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
"doctrine/orm": "For loading ORM fixtures",
"doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\DataFixtures\\": "lib/Doctrine/Common/DataFixtures"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
}
],
"description": "Data Fixtures for all Doctrine Object Managers",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"database"
],
"time": "2020-01-17T11:11:28+00:00"
},
{
"name": "doctrine/dbal",
"version": "2.10.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/aab745e7b6b2de3b47019da81e7225e14dcfdac8",
"reference": "aab745e7b6b2de3b47019da81e7225e14dcfdac8",
"shasum": ""
},
"require": {
"doctrine/cache": "^1.0",
"doctrine/event-manager": "^1.0",
"ext-pdo": "*",
"php": "^7.2"
},
"require-dev": {
"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"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": [
"bin/doctrine-dbal"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.10.x-dev",
"dev-develop": "3.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
}
],
"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",
"keywords": [
"abstraction",
"database",
"db2",
"dbal",
"mariadb",
"mssql",
"mysql",
"oci8",
"oracle",
"pdo",
"pgsql",
"postgresql",
"queryobject",
"sasql",
"sql",
"sqlanywhere",
"sqlite",
"sqlserver",
"sqlsrv"
],
"time": "2020-04-20T17:19:26+00:00"
},
{
"name": "doctrine/doctrine-module",
"version": "2.1.10",
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineModule.git",
"reference": "2b961e58eb911bfe1e99a6e9a69087e05a24201c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineModule/zipball/2b961e58eb911bfe1e99a6e9a69087e05a24201c",
"reference": "2b961e58eb911bfe1e99a6e9a69087e05a24201c",
"shasum": ""
},
"require": {
"doctrine/cache": "^1.7",
"doctrine/common": "^2.8",
"php": "^7.1",
"symfony/console": "^3.3 || ^4.0 || ^5.0",
"laminas/laminas-authentication": "^2.5.3",
"laminas/laminas-cache": "^2.7.1",
"laminas/laminas-form": "^2.11",
"laminas/laminas-hydrator": "^2.3",
"laminas/laminas-mvc": "^3.1",
"laminas/laminas-paginator": "^2.8",
"laminas/laminas-servicemanager": "^3.3",
"laminas/laminas-stdlib": "^3.1",
"laminas/laminas-validator": "^2.10"
},
"require-dev": {
"phpunit/phpunit": "^7.5.2",
"predis/predis": "^1.1",
"squizlabs/php_codesniffer": "^2.7",
"laminas/laminas-i18n": "^2.7",
"laminas/laminas-log": "^2.9",
"laminas/laminas-modulemanager": "^2.8",
"laminas/laminas-mvc-console": "^1.1.11",
"laminas/laminas-serializer": "^2.8",
"laminas/laminas-session": "^2.8",
"laminas/laminas-test": "^3.1.1",
"zendframework/zend-version": "^2.5.1"
},
"suggest": {
"doctrine/data-fixtures": "Data Fixtures if you want to generate test data or bootstrap data for your deployments",
"laminas/laminas-mvc-console": "^1.1.11 if you want to use the ZF3 console libraries"
},
"bin": [
"bin/doctrine-module"
],
"type": "library",
"extra": {
"zf": {
"config-provider": "DoctrineModule\\ConfigProvider",
"module": "DoctrineModule"
},
"branch-alias": {
"dev-1.2-dev": "1.2-dev",
"dev-2.0-dev": "2.0-dev",
"dev-master": "1.2-dev",
"dev-develop": "2.0-dev"
}
},
"autoload": {
"psr-0": {
"DoctrineModule\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kyle Spraggs",
"email": "theman@spiffyjr.me",
"homepage": "http://www.spiffyjr.me/"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://marco-pivetta.com/"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@hotmail.com"
},
{
"name": "Michaël Gallego",
"email": "mic.gallego@gmail.com",
"homepage": "http://www.michaelgallego.fr"
}
],
"description": "Zend Framework Module that provides Doctrine basic functionality required for ORM and ODM modules",
"homepage": "http://www.doctrine-project.org/",
"keywords": [
"doctrine",
"module",
"zf"
],
"time": "2019-11-23T21:33:35+00:00"
},
{
"name": "doctrine/doctrine-orm-module",
"version": "2.1.7",
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineORMModule.git",
"reference": "5693988999afae74cd74a8c43e78cddde1cff464"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineORMModule/zipball/5693988999afae74cd74a8c43e78cddde1cff464",
"reference": "5693988999afae74cd74a8c43e78cddde1cff464",
"shasum": ""
},
"require": {
"doctrine/dbal": "^2.6.0",
"doctrine/doctrine-module": "^2.1.3",
"doctrine/orm": "^2.6.3",
"php": "^7.1",
"symfony/console": "^3.3 || ^4.0 || ^5.0",
"laminas/laminas-hydrator": "^2.3",
"laminas/laminas-mvc": "^3.1",
"laminas/laminas-servicemanager": "^3.3",
"laminas/laminas-stdlib": "^3.2.1"
},
"require-dev": {
"doctrine/data-fixtures": "^1.2.1",
"doctrine/migrations": "^1.5 || ^2.0",
"phpunit/phpunit": "^7.0.3",
"squizlabs/php_codesniffer": "^2.7",
"laminas/laminas-console": "^2.6",
"laminas/laminas-developer-tools": "^1.1",
"laminas/laminas-i18n": "^2.7.3",
"laminas/laminas-log": "^2.9",
"laminas/laminas-modulemanager": "^2.7.2",
"laminas/laminas-mvc-console": "^1.2",
"laminas/laminas-serializer": "^2.8"
},
"suggest": {
"doctrine/migrations": "doctrine migrations if you want to keep your schema definitions versioned",
"laminas/laminas-developer-tools": "zend-developer-tools if you want to profile operations executed by the ORM during development",
"laminas/laminas-form": "if you want to use form elements backed by Doctrine"
},
"type": "library",
"extra": {
"zf": {
"config-provider": "DoctrineORMModule\\ConfigProvider",
"module": "DoctrineORMModule"
}
},
"autoload": {
"files": [
"src/autoload.php"
],
"psr-0": {
"DoctrineORMModule\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kyle Spraggs",
"email": "theman@spiffyjr.me",
"homepage": "http://www.spiffyjr.me/"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://marco-pivetta.com/"
},
{
"name": "Evan Coury",
"email": "me@evancoury.com",
"homepage": "http://blog.evan.pro/"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@hotmail.com"
}
],
"description": "Zend Framework Module that provides Doctrine ORM functionality",
"homepage": "http://www.doctrine-project.org/",
"keywords": [
"doctrine",
"module",
"orm",
"zf"
],
"time": "2019-11-23T22:00:58+00:00"
},
{
"name": "doctrine/event-manager",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/event-manager.git",
"reference": "629572819973f13486371cb611386eb17851e85c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
"reference": "629572819973f13486371cb611386eb17851e85c",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"conflict": {
"doctrine/common": "<2.9@dev"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"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": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"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"
}
],
"description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
"keywords": [
"event",
"event dispatcher",
"event manager",
"event system",
"events"
],
"time": "2019-11-10T09:48:07+00:00"
},
{
"name": "doctrine/inflector",
"version": "1.4.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "4111f6853aea6f28b2b1dcfdde83d12dd3d5e6e3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/4111f6853aea6f28b2b1dcfdde83d12dd3d5e6e3",
"reference": "4111f6853aea6f28b2b1dcfdde83d12dd3d5e6e3",
"shasum": ""
},
"require": {
"php": "^7.2"
},
"require-dev": {
"doctrine/coding-standard": "^7.0",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector",
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"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": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
"homepage": "https://www.doctrine-project.org/projects/inflector.html",
"keywords": [
"inflection",
"inflector",
"lowercase",
"manipulation",
"php",
"plural",
"singular",
"strings",
"uppercase",
"words"
],
"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%2Finflector",
"type": "tidelift"
}
],
"time": "2020-05-09T15:09:09+00:00"
},
{
"name": "doctrine/instantiator",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^0.13",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-shim": "^0.11",
"phpunit/phpunit": "^7.0"
},
"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",
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
"keywords": [
"constructor",
"instantiate"
],
"time": "2019-10-21T16:45:58+00:00"
},
{
"name": "doctrine/lexer",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
"shasum": ""
},
"require": {
"php": "^7.2"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11.8",
"phpunit/phpunit": "^8.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"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",
"keywords": [
"annotations",
"docblock",
"lexer",
"parser",
"php"
],
"time": "2019-10-30T14:39:59+00:00"
},
{
"name": "doctrine/migrations",
"version": "v1.8.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/migrations.git",
"reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/migrations/zipball/215438c0eef3e5f9b7da7d09c6b90756071b43e6",
"reference": "215438c0eef3e5f9b7da7d09c6b90756071b43e6",
"shasum": ""
},
"require": {
"doctrine/dbal": "~2.6",
"ocramius/proxy-manager": "^1.0|^2.0",
"php": "^7.1",
"symfony/console": "~3.3|^4.0"
},
"require-dev": {
"doctrine/coding-standard": "^1.0",
"doctrine/orm": "~2.5",
"jdorn/sql-formatter": "~1.1",
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "~7.0",
"squizlabs/php_codesniffer": "^3.0",
"symfony/yaml": "~3.3|^4.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": "v1.8.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\DBAL\\Migrations\\": "lib/Doctrine/DBAL/Migrations",
"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": "Database Schema migrations using Doctrine DBAL",
"homepage": "https://www.doctrine-project.org/projects/migrations.html",
"keywords": [
"database",
"migrations"
],
"time": "2018-06-06T21:00:30+00:00"
},
{
"name": "doctrine/orm",
"version": "v2.7.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
"reference": "dafe298ce5d0b995ebe1746670704c0a35868a6a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/dafe298ce5d0b995ebe1746670704c0a35868a6a",
"reference": "dafe298ce5d0b995ebe1746670704c0a35868a6a",
"shasum": ""
},
"require": {
"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",
"ext-pdo": "*",
"ocramius/package-versions": "^1.2",
"php": "^7.1",
"symfony/console": "^3.0|^4.0|^5.0"
},
"require-dev": {
"doctrine/coding-standard": "^5.0",
"phpunit/phpunit": "^7.5",
"symfony/yaml": "^3.4|^4.0|^5.0"
},
"suggest": {
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
},
"bin": [
"bin/doctrine"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\ORM\\": "lib/Doctrine/ORM"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"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",
"homepage": "https://www.doctrine-project.org/projects/orm.html",
"keywords": [
"database",
"orm"
],
"time": "2020-03-19T06:41:02+00:00"
},
{
"name": "doctrine/persistence",
"version": "1.3.7",
"source": {
"type": "git",
"url": "https://github.com/doctrine/persistence.git",
"reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/persistence/zipball/0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
"reference": "0af483f91bada1c9ded6c2cfd26ab7d5ab2094e0",
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.0",
"doctrine/cache": "^1.0",
"doctrine/collections": "^1.0",
"doctrine/event-manager": "^1.0",
"doctrine/reflection": "^1.2",
"php": "^7.1"
},
"conflict": {
"doctrine/common": "<2.10@dev"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11",
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common",
"Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"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"
}
],
"description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
"homepage": "https://doctrine-project.org/projects/persistence.html",
"keywords": [
"mapper",
"object",
"odm",
"orm",
"persistence"
],
"time": "2020-03-21T15:13:52+00:00"
},
{
"name": "doctrine/reflection",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/reflection.git",
"reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/reflection/zipball/55e71912dfcd824b2fdd16f2d9afe15684cfce79",
"reference": "55e71912dfcd824b2fdd16f2d9afe15684cfce79",
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.0",
"ext-tokenizer": "*",
"php": "^7.1"
},
"conflict": {
"doctrine/common": "<2.9"
},
"require-dev": {
"doctrine/coding-standard": "^5.0",
"doctrine/common": "^2.10",
"phpstan/phpstan": "^0.11.0",
"phpstan/phpstan-phpunit": "^0.11.0",
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"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"
}
],
"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.",
"homepage": "https://www.doctrine-project.org/projects/reflection.html",
"keywords": [
"reflection",
"static"
],
"time": "2020-03-27T11:06:43+00:00"
},
{
"name": "evenement/evenement",
"version": "v3.0.1",
"source": {
"type": "git",
"url": "https://github.com/igorw/evenement.git",
"reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
"reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
"shasum": ""
},
"require": {
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Evenement": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
}
],
"description": "Événement is a very simple event dispatching library for PHP",
"keywords": [
"event-dispatcher",
"event-emitter"
],
"time": "2017-07-23T21:35:13+00:00"
},
{
"name": "guzzlehttp/psr7",
"version": "1.6.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "239400de7a173fe9901b9ac7c06497751f00727a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a",
"reference": "239400de7a173fe9901b9ac7c06497751f00727a",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"ext-zlib": "*",
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.6-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
],
"time": "2019-07-01T23:21:34+00:00"
},
{
"name": "jaggedsoft/php-binance-api",
"version": "v0.5.18",
"source": {
"type": "git",
"url": "https://github.com/jaggedsoft/php-binance-api.git",
"reference": "10a47428c43748188a892ab5b7e89c9806979ac7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jaggedsoft/php-binance-api/zipball/10a47428c43748188a892ab5b7e89c9806979ac7",
"reference": "10a47428c43748188a892ab5b7e89c9806979ac7",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=7.0",
"ratchet/pawl": "^0.3.0",
"ratchet/rfc6455": "^0.2.3",
"react/socket": "^1.0 || ^0.8 || ^0.7"
},
"require-dev": {
"codacy/coverage": "dev-master",
"phpunit/phpunit": "~6"
},
"type": "library",
"autoload": {
"classmap": [
"php-binance-api.php",
"php-binance-api-rate-limiter.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHP Binance API is an asynchronous PHP library for the Binance API designed to be easy to use.",
"keywords": [
"binance",
"cryptocurrency",
"websocket"
],
"time": "2020-05-14T16:07:33+00:00"
},
{
"name": "laminas/laminas-cache",
"version": "2.9.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-cache.git",
"reference": "f4746a868c3e2f2da63c19d23efac12b9d1bb554"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-cache/zipball/f4746a868c3e2f2da63c19d23efac12b9d1bb554",
"reference": "f4746a868c3e2f2da63c19d23efac12b9d1bb554",
"shasum": ""
},
"require": {
"laminas/laminas-eventmanager": "^2.6.3 || ^3.2",
"laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
"laminas/laminas-stdlib": "^3.2.1",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0",
"psr/cache": "^1.0",
"psr/simple-cache": "^1.0"
},
"provide": {
"psr/cache-implementation": "1.0",
"psr/simple-cache-implementation": "1.0"
},
"replace": {
"laminas/laminas-cache": "self.version"
},
"require-dev": {
"cache/integration-tests": "^0.16",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-serializer": "^2.6",
"laminas/laminas-session": "^2.7.4",
"phpbench/phpbench": "^0.13",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
},
"suggest": {
"ext-apc": "APC or compatible extension, to use the APC storage adapter",
"ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter",
"ext-dba": "DBA, to use the DBA storage adapter",
"ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter",
"ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
"ext-mongo": "Mongo, to use MongoDb storage adapter",
"ext-mongodb": "MongoDB, to use the ExtMongoDb storage adapter",
"ext-redis": "Redis, to use Redis storage adapter",
"ext-wincache": "WinCache, to use the WinCache storage adapter",
"ext-xcache": "XCache, to use the XCache storage adapter",
"laminas/laminas-serializer": "Laminas\\Serializer component",
"laminas/laminas-session": "Laminas\\Session component",
"mongodb/mongodb": "Required for use with the ext-mongodb adapter",
"mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.9.x-dev",
"dev-develop": "2.10.x-dev"
},
"laminas": {
"component": "Laminas\\Cache",
"config-provider": "Laminas\\Cache\\ConfigProvider"
}
},
"autoload": {
"files": [
"autoload/patternPluginManagerPolyfill.php"
],
"psr-4": {
"Laminas\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Caching implementation with a variety of storage options, as well as codified caching strategies for callbacks, classes, and output",
"homepage": "https://laminas.dev",
"keywords": [
"cache",
"laminas",
"psr-16",
"psr-6"
],
"time": "2019-12-31T16:23:18+00:00"
},
{
"name": "laminas/laminas-eventmanager",
"version": "3.2.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-eventmanager.git",
"reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
"reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
"shasum": ""
},
"require": {
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
},
"replace": {
"laminas/laminas-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"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev",
"dev-develop": "3.3-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\EventManager\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Trigger and listen to events within a PHP application",
"homepage": "https://laminas.dev",
"keywords": [
"event",
"eventmanager",
"events",
"laminas"
],
"time": "2019-12-31T16:44:52+00:00"
},
{
"name": "laminas/laminas-servicemanager",
"version": "3.4.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-servicemanager.git",
"reference": "0d4c8628a71fae9f7bd0b1b74b76382e5e9a04b1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/0d4c8628a71fae9f7bd0b1b74b76382e5e9a04b1",
"reference": "0d4c8628a71fae9f7bd0b1b74b76382e5e9a04b1",
"shasum": ""
},
"require": {
"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": {
"laminas/laminas-servicemanager": "^3.4.0"
},
"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"
},
"suggest": {
"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"
},
"bin": [
"bin/generate-deps-for-config-factory",
"bin/generate-factory-for-class"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.3-dev",
"dev-develop": "4.0-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\ServiceManager\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Factory-Driven Dependency Injection Container",
"homepage": "https://laminas.dev",
"keywords": [
"PSR-11",
"dependency-injection",
"di",
"dic",
"laminas",
"service-manager",
"servicemanager"
],
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2020-05-11T14:43:22+00:00"
},
{
"name": "laminas/laminas-stdlib",
"version": "3.2.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-stdlib.git",
"reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/2b18347625a2f06a1a485acfbc870f699dbe51c6",
"reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6",
"shasum": ""
},
"require": {
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
},
"replace": {
"laminas/laminas-stdlib": "self.version"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"phpbench/phpbench": "^0.13",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev",
"dev-develop": "3.3.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\Stdlib\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "SPL extensions, array utilities, error handlers, and more",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"stdlib"
],
"time": "2019-12-31T17:51:15+00:00"
},
{
"name": "laminas/laminas-zendframework-bridge",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-zendframework-bridge.git",
"reference": "bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9",
"reference": "bfbbdb6c998d50dbf69d2187cb78a5f1fa36e1e9",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev",
"dev-develop": "1.1.x-dev"
},
"laminas": {
"module": "Laminas\\ZendFrameworkBridge"
}
},
"autoload": {
"files": [
"src/autoload.php"
],
"psr-4": {
"Laminas\\ZendFrameworkBridge\\": "src//"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Alias legacy ZF class names to Laminas Project equivalents.",
"keywords": [
"ZendFramework",
"autoloading",
"laminas",
"zf"
],
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2020-04-03T16:01:00+00:00"
},
{
"name": "ocramius/package-versions",
"version": "1.5.1",
"source": {
"type": "git",
"url": "https://github.com/Ocramius/PackageVersions.git",
"reference": "1d32342b8c1eb27353c8887c366147b4c2da673c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/1d32342b8c1eb27353c8887c366147b4c2da673c",
"reference": "1d32342b8c1eb27353c8887c366147b4c2da673c",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0.0",
"php": "^7.3.0"
},
"require-dev": {
"composer/composer": "^1.8.6",
"doctrine/coding-standard": "^6.0.0",
"ext-zip": "*",
"infection/infection": "^0.13.4",
"phpunit/phpunit": "^8.2.5",
"vimeo/psalm": "^3.4.9"
},
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
"dev-master": "1.6.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)",
"time": "2019-07-17T15:49:50+00:00"
},
{
"name": "ocramius/proxy-manager",
"version": "2.2.3",
"source": {
"type": "git",
"url": "https://github.com/Ocramius/ProxyManager.git",
"reference": "4d154742e31c35137d5374c998e8f86b54db2e2f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/4d154742e31c35137d5374c998e8f86b54db2e2f",
"reference": "4d154742e31c35137d5374c998e8f86b54db2e2f",
"shasum": ""
},
"require": {
"ocramius/package-versions": "^1.1.3",
"php": "^7.2.0",
"laminas/laminas-code": "^3.3.0"
},
"require-dev": {
"couscous/couscous": "^1.6.1",
"ext-phar": "*",
"humbug/humbug": "1.0.0-RC.0@RC",
"nikic/php-parser": "^3.1.1",
"padraic/phpunit-accelerator": "dev-master@DEV",
"phpbench/phpbench": "^0.12.2",
"phpstan/phpstan": "dev-master#856eb10a81c1d27c701a83f167dc870fd8f4236a as 0.9.999",
"phpstan/phpstan-phpunit": "dev-master#5629c0a1f4a9c417cb1077cf6693ad9753895761",
"phpunit/phpunit": "^6.4.3",
"squizlabs/php_codesniffer": "^2.9.1"
},
"suggest": {
"ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
"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)"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"psr-0": {
"ProxyManager\\": "src"
}
},
"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"
],
"time": "2019-08-10T08:37:15+00:00"
},
{
"name": "paragonie/random_compat",
"version": "v9.99.99",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"shasum": ""
},
"require": {
"php": "^7"
},
"require-dev": {
"phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
"polyfill",
"pseudorandom",
"random"
],
"time": "2018-07-02T15:55:56+00:00"
},
{
"name": "paypal/paypal-checkout-sdk",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/paypal/Checkout-PHP-SDK.git",
"reference": "b321066fdce122cd63368b559d54674bdf2f12a8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paypal/Checkout-PHP-SDK/zipball/b321066fdce122cd63368b559d54674bdf2f12a8",
"reference": "b321066fdce122cd63368b559d54674bdf2f12a8",
"shasum": ""
},
"require": {
"braintree/braintreehttp": "0.3.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"type": "library",
"autoload": {
"psr-4": {
"PayPalCheckoutSdk\\": "lib/PayPalCheckoutSdk",
"Sample\\": "samples/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PayPal",
"homepage": "https://github.com/paypal/Checkout-PHP-SDK/contributors"
}
],
"description": "PayPal's PHP SDK for Checkout REST APIs",
"homepage": "http://github.com/paypal/Checkout-PHP-SDK/",
"keywords": [
"checkout",
"orders",
"payments",
"paypal",
"rest",
"sdk"
],
"time": "2019-02-04T06:59:08+00:00"
},
{
"name": "paypal/rest-api-sdk-php",
"version": "1.14.0",
"source": {
"type": "git",
"url": "https://github.com/paypal/PayPal-PHP-SDK.git",
"reference": "72e2f2466975bf128a31e02b15110180f059fc04"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paypal/PayPal-PHP-SDK/zipball/72e2f2466975bf128a31e02b15110180f059fc04",
"reference": "72e2f2466975bf128a31e02b15110180f059fc04",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"php": ">=5.3.0",
"psr/log": "^1.0.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35"
},
"type": "library",
"autoload": {
"psr-0": {
"PayPal": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "PayPal",
"homepage": "https://github.com/paypal/rest-api-sdk-php/contributors"
}
],
"description": "PayPal's PHP SDK for REST APIs",
"homepage": "http://paypal.github.io/PayPal-PHP-SDK/",
"keywords": [
"payments",
"paypal",
"rest",
"sdk"
],
"abandoned": true,
"time": "2019-01-04T20:04:25+00:00"
},
{
"name": "payward/kraken-api-client",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/payward/kraken-api-client.git",
"reference": "ed537939ca25e9dccbbf1b2ab51fbdc527387e73"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/payward/kraken-api-client/zipball/ed537939ca25e9dccbbf1b2ab51fbdc527387e73",
"reference": "ed537939ca25e9dccbbf1b2ab51fbdc527387e73",
"shasum": ""
},
"type": "library",
"autoload": {
"classmap": [
"php/KrakenAPIClient.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHP Api for Kraken.com",
"keywords": [
"kraken"
],
"time": "2016-05-29T01:41:44+00:00"
},
{
"name": "psr/cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
"time": "2016-08-06T20:24:11+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-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/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": "psr/simple-cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"time": "2017-10-23T01:57:42+00:00"
},
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "120b605dfeb996808c31b6477290a714d356e822"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
"time": "2019-03-08T08:55:37+00:00"
},
{
"name": "ratchet/pawl",
"version": "v0.3.4",
"source": {
"type": "git",
"url": "https://github.com/ratchetphp/Pawl.git",
"reference": "3a7d5b78e0deaec82f42513a4a3193a8eb12feb1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ratchetphp/Pawl/zipball/3a7d5b78e0deaec82f42513a4a3193a8eb12feb1",
"reference": "3a7d5b78e0deaec82f42513a4a3193a8eb12feb1",
"shasum": ""
},
"require": {
"evenement/evenement": "^3.0 || ^2.0",
"php": ">=5.4",
"ratchet/rfc6455": "^0.2.3",
"react/socket": "^1.0 || ^0.8 || ^0.7"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
},
"suggest": {
"reactivex/rxphp": "~2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Ratchet\\Client\\": "src"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Asynchronous WebSocket client",
"keywords": [
"Ratchet",
"async",
"client",
"websocket",
"websocket client"
],
"time": "2019-01-14T14:09:36+00:00"
},
{
"name": "ratchet/rfc6455",
"version": "v0.2.6",
"source": {
"type": "git",
"url": "https://github.com/ratchetphp/RFC6455.git",
"reference": "879e48c840f8dbc296d68d6a5030673df79bd916"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ratchetphp/RFC6455/zipball/879e48c840f8dbc296d68d6a5030673df79bd916",
"reference": "879e48c840f8dbc296d68d6a5030673df79bd916",
"shasum": ""
},
"require": {
"guzzlehttp/psr7": "^1.0",
"php": ">=5.4.2"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
"react/socket": "^1.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Ratchet\\RFC6455\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Boden",
"email": "cboden@gmail.com",
"role": "Developer"
}
],
"description": "RFC6455 WebSocket protocol handler",
"homepage": "http://socketo.me",
"keywords": [
"WebSockets",
"rfc6455",
"websocket"
],
"time": "2019-12-15T10:18:18+00:00"
},
{
"name": "react/cache",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/cache.git",
"reference": "aa10d63a1b40a36a486bdf527f28bac607ee6466"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/cache/zipball/aa10d63a1b40a36a486bdf527f28bac607ee6466",
"reference": "aa10d63a1b40a36a486bdf527f28bac607ee6466",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"react/promise": "~2.0|~1.1"
},
"require-dev": {
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Async, Promise-based cache interface for ReactPHP",
"keywords": [
"cache",
"caching",
"promise",
"reactphp"
],
"time": "2019-07-11T13:45:28+00:00"
},
{
"name": "react/dns",
"version": "v1.2.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/dns.git",
"reference": "a214d90c2884dac18d0cac6176202f247b66d762"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/dns/zipball/a214d90c2884dac18d0cac6176202f247b66d762",
"reference": "a214d90c2884dac18d0cac6176202f247b66d762",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"react/cache": "^1.0 || ^0.6 || ^0.5",
"react/event-loop": "^1.0 || ^0.5",
"react/promise": "^2.7 || ^1.2.1",
"react/promise-timer": "^1.2"
},
"require-dev": {
"clue/block-react": "^1.2",
"phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Dns\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Async DNS resolver for ReactPHP",
"keywords": [
"async",
"dns",
"dns-resolver",
"reactphp"
],
"time": "2019-08-15T09:06:31+00:00"
},
{
"name": "react/event-loop",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/reactphp/event-loop.git",
"reference": "6d24de090cd59cfc830263cfba965be77b563c13"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/event-loop/zipball/6d24de090cd59cfc830263cfba965be77b563c13",
"reference": "6d24de090cd59cfc830263cfba965be77b563c13",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
},
"suggest": {
"ext-event": "~1.0 for ExtEventLoop",
"ext-pcntl": "For signal handling support when using the StreamSelectLoop",
"ext-uv": "* for ExtUvLoop"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\EventLoop\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
"keywords": [
"asynchronous",
"event-loop"
],
"time": "2020-01-01T18:39:52+00:00"
},
{
"name": "react/promise",
"version": "v2.8.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise.git",
"reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
"reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com"
}
],
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
"keywords": [
"promise",
"promises"
],
"time": "2020-05-12T15:16:56+00:00"
},
{
"name": "react/promise-timer",
"version": "v1.5.1",
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise-timer.git",
"reference": "35fb910604fd86b00023fc5cda477c8074ad0abc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/promise-timer/zipball/35fb910604fd86b00023fc5cda477c8074ad0abc",
"reference": "35fb910604fd86b00023fc5cda477c8074ad0abc",
"shasum": ""
},
"require": {
"php": ">=5.3",
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5",
"react/promise": "^2.7.0 || ^1.2.1"
},
"require-dev": {
"phpunit/phpunit": "^6.4 || ^5.7 || ^4.8.35"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Promise\\Timer\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
"email": "christian@lueck.tv"
}
],
"description": "A trivial implementation of timeouts for Promises, built on top of ReactPHP.",
"homepage": "https://github.com/reactphp/promise-timer",
"keywords": [
"async",
"event-loop",
"promise",
"reactphp",
"timeout",
"timer"
],
"time": "2019-03-27T18:10:32+00:00"
},
{
"name": "react/socket",
"version": "v1.4.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/socket.git",
"reference": "97522e24987365e1ed873f0f4884900747a668e0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/socket/zipball/97522e24987365e1ed873f0f4884900747a668e0",
"reference": "97522e24987365e1ed873f0f4884900747a668e0",
"shasum": ""
},
"require": {
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
"php": ">=5.3.0",
"react/dns": "^1.1",
"react/event-loop": "^1.0 || ^0.5",
"react/promise": "^2.6.0 || ^1.2.1",
"react/promise-timer": "^1.4.0",
"react/stream": "^1.1"
},
"require-dev": {
"clue/block-react": "^1.2",
"phpunit/phpunit": "^7.5 || ^6.4 || ^5.7 || ^4.8.35",
"react/promise-stream": "^1.2"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Socket\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Async, streaming plaintext TCP/IP and secure TLS socket server and client connections for ReactPHP",
"keywords": [
"Connection",
"Socket",
"async",
"reactphp",
"stream"
],
"time": "2020-03-12T12:15:14+00:00"
},
{
"name": "react/stream",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/reactphp/stream.git",
"reference": "7c02b510ee3f582c810aeccd3a197b9c2f52ff1a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/stream/zipball/7c02b510ee3f582c810aeccd3a197b9c2f52ff1a",
"reference": "7c02b510ee3f582c810aeccd3a197b9c2f52ff1a",
"shasum": ""
},
"require": {
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
"php": ">=5.3.8",
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3.5"
},
"require-dev": {
"clue/stream-filter": "~1.2",
"phpunit/phpunit": "^7.0 || ^6.4 || ^5.7 || ^4.8.35"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Stream\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
"keywords": [
"event-driven",
"io",
"non-blocking",
"pipe",
"reactphp",
"readable",
"stream",
"writable"
],
"time": "2020-05-04T10:17:57+00:00"
},
{
"name": "slm/queue",
"version": "1.0.4",
"source": {
"type": "git",
"url": "https://github.com/JouwWeb/SlmQueue.git",
"reference": "6f0d92a04ef3dfa088fac9a3f9638c554968fe77"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JouwWeb/SlmQueue/zipball/6f0d92a04ef3dfa088fac9a3f9638c554968fe77",
"reference": "6f0d92a04ef3dfa088fac9a3f9638c554968fe77",
"shasum": ""
},
"require": {
"php": ">=5.5",
"laminas/laminas-eventmanager": "^2.6 || ^3.0",
"laminas/laminas-servicemanager": "^2.7 || ^3.0",
"laminas/laminas-stdlib": "^2.7 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"squizlabs/php_codesniffer": "^2.0",
"laminas/laminas-config": "^2.6",
"laminas/laminas-console": "^2.6",
"laminas/laminas-i18n": "^2.6",
"laminas/laminas-log": "^2.7",
"laminas/laminas-modulemanager": "^2.5",
"laminas/laminas-mvc": "^2.5",
"laminas/laminas-serializer": "^2.6",
"laminas/laminas-view": "^2.7"
},
"suggest": {
"slm/queue-beanstalkd": "If you are using Beanstalk",
"slm/queue-doctrine": "If you are using Doctrine ORM",
"slm/queue-sqs": "If you are using Amazon SQS"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
},
"zf": {
"module": "SlmQueue",
"config-provider": "SlmQueue\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"SlmQueue\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jurian Sluiman",
"email": "jurian@juriansluiman.nl",
"homepage": "http://juriansluiman.nl"
},
{
"name": "Michaël Gallego",
"email": "mic.gallego@gmail.com",
"homepage": "http://www.michaelgallego.fr"
},
{
"name": "Bas Kamer",
"email": "baskamer@gmail.com"
},
{
"name": "Roel van Duijnhoven",
"email": "roel.duijnhoven@gmail.com",
"homepage": "http://www.roelvanduijnhoven.nl"
}
],
"description": "Zend Framework module that integrates with various queue management systems",
"homepage": "https://github.com/juriansluiman/SlmQueue",
"keywords": [
"ZendFramework",
"expressive",
"job",
"queue",
"zf2",
"zf3"
],
"time": "2019-03-21T12:39:36+00:00"
},
{
"name": "slm/queue-doctrine",
"version": "2.0.6",
"source": {
"type": "git",
"url": "https://github.com/JouwWeb/SlmQueueDoctrine.git",
"reference": "5e7ccc9418dfebec9e50fac74748eb304de36f65"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JouwWeb/SlmQueueDoctrine/zipball/5e7ccc9418dfebec9e50fac74748eb304de36f65",
"reference": "5e7ccc9418dfebec9e50fac74748eb304de36f65",
"shasum": ""
},
"require": {
"doctrine/dbal": "^2.5",
"doctrine/doctrine-orm-module": "~0.7 || ^1.0 || ^2.1",
"php": "^5.5 || ^7.0",
"slm/queue": "^1.0",
"laminas/laminas-eventmanager": "^2.6 || ^3.0",
"laminas/laminas-servicemanager": "^2.7 || ^3.0",
"laminas/laminas-stdlib": "^2.2 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"squizlabs/php_codesniffer": "^2.7",
"laminas/laminas-config": "^2.2",
"laminas/laminas-i18n": "^2.5",
"laminas/laminas-log": "^2.5",
"laminas/laminas-modulemanager": "^2.5",
"laminas/laminas-mvc": "^2.5",
"laminas/laminas-serializer": "^2.5",
"laminas/laminas-view": "^2.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
},
"zf": {
"module": "SlmQueueDoctrine\\Module",
"config-provider": "SlmQueueDoctrine\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"SlmQueueDoctrine\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Stefan Kleff",
"email": "s.kleff@goalio.de",
"homepage": "http://www.goalio.de"
}
],
"description": "Zend Framework module that integrates Doctrine as queuing system",
"homepage": "https://github.com/juriansluiman/SlmQueueDoctrine",
"keywords": [
"database",
"db",
"doctrine",
"expressive",
"job",
"queue",
"zf2",
"zf3"
],
"time": "2019-03-26T08:59:19+00:00"
},
{
"name": "symfony/console",
"version": "v4.4.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "10bb3ee3c97308869d53b3e3d03f6ac23ff985f7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/10bb3ee3c97308869d53b3e3d03f6ac23ff985f7",
"reference": "10bb3ee3c97308869d53b3e3d03f6ac23ff985f7",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
"symfony/service-contracts": "^1.1|^2"
},
"conflict": {
"symfony/dependency-injection": "<3.4",
"symfony/event-dispatcher": "<4.3|>=5",
"symfony/lock": "<4.4",
"symfony/process": "<3.3"
},
"provide": {
"psr/log-implementation": "1.0"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/event-dispatcher": "^4.3",
"symfony/lock": "^4.4|^5.0",
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/var-dumper": "^4.3|^5.0"
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.4-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",
"time": "2020-03-30T11:41:10+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.17.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "fa79b11539418b02fc5e1897267673ba2c19419c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fa79b11539418b02fc5e1897267673ba2c19419c",
"reference": "fa79b11539418b02fc5e1897267673ba2c19419c",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.17-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"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-05-12T16:47:27+00:00"
},
{
"name": "symfony/polyfill-php73",
"version": "v1.17.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "a760d8964ff79ab9bf057613a5808284ec852ccc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a760d8964ff79ab9bf057613a5808284ec852ccc",
"reference": "a760d8964ff79ab9bf057613a5808284ec852ccc",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.17-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"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-05-12T16:47:27+00:00"
},
{
"name": "symfony/service-contracts",
"version": "v2.0.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "144c5e51266b281231e947b51223ba14acf1a749"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
"reference": "144c5e51266b281231e947b51223ba14acf1a749",
"shasum": ""
},
"require": {
"php": "^7.2.5",
"psr/container": "^1.0"
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"time": "2019-11-18T17:27:11+00:00"
},
{
"name": "tecnickcom/tcpdf",
"version": "6.3.5",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/TCPDF.git",
"reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/19a535eaa7fb1c1cac499109deeb1a7a201b4549",
"reference": "19a535eaa7fb1c1cac499109deeb1a7a201b4549",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"classmap": [
"config",
"include",
"tcpdf.php",
"tcpdf_parser.php",
"tcpdf_import.php",
"tcpdf_barcodes_1d.php",
"tcpdf_barcodes_2d.php",
"include/tcpdf_colors.php",
"include/tcpdf_filters.php",
"include/tcpdf_font_data.php",
"include/tcpdf_fonts.php",
"include/tcpdf_images.php",
"include/tcpdf_static.php",
"include/barcodes/datamatrix.php",
"include/barcodes/pdf417.php",
"include/barcodes/qrcode.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-only"
],
"authors": [
{
"name": "Nicola Asuni",
"email": "info@tecnick.com",
"role": "lead"
}
],
"description": "TCPDF is a PHP class for generating PDF documents and barcodes.",
"homepage": "http://www.tcpdf.org/",
"keywords": [
"PDFD32000-2008",
"TCPDF",
"barcodes",
"datamatrix",
"pdf",
"pdf417",
"qrcode"
],
"time": "2020-02-14T14:20:12+00:00"
},
{
"name": "true/punycode",
"version": "v2.1.1",
"source": {
"type": "git",
"url": "https://github.com/true/php-punycode.git",
"reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
"reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"symfony/polyfill-mbstring": "^1.3"
},
"require-dev": {
"phpunit/phpunit": "~4.7",
"squizlabs/php_codesniffer": "~2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"TrueBV\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Renan Gonçalves",
"email": "renan.saddam@gmail.com"
}
],
"description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)",
"homepage": "https://github.com/true/php-punycode",
"keywords": [
"idna",
"punycode"
],
"time": "2016-11-16T10:37:54+00:00"
},
{
"name": "laminas/laminas-authentication",
"version": "2.7.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-authentication.git",
"reference": "1f379f6384fca34b3bfe94d953abd65e9e7ee746"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-authentication/zipball/1f379f6384fca34b3bfe94d953abd65e9e7ee746",
"reference": "1f379f6384fca34b3bfe94d953abd65e9e7ee746",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"laminas/laminas-stdlib": "^3.2.1"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-crypt": "^2.6 || ^3.2.1",
"laminas/laminas-db": "^2.8.2",
"laminas/laminas-http": "^2.7",
"laminas/laminas-ldap": "^2.8",
"laminas/laminas-session": "^2.8",
"laminas/laminas-uri": "^2.5.2",
"laminas/laminas-validator": "^2.10.1"
},
"suggest": {
"laminas/laminas-crypt": "Laminas\\Crypt component",
"laminas/laminas-db": "Laminas\\Db component",
"laminas/laminas-http": "Laminas\\Http component",
"laminas/laminas-ldap": "Laminas\\Ldap component",
"laminas/laminas-session": "Laminas\\Session component",
"laminas/laminas-uri": "Laminas\\Uri component",
"laminas/laminas-validator": "Laminas\\Validator component"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7.x-dev",
"dev-develop": "2.8.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\Authentication\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "provides an API for authentication and includes concrete authentication adapters for common use case scenarios",
"keywords": [
"Authentication",
"ZendFramework",
"zf"
],
"abandoned": "laminas/laminas-authentication",
"time": "2019-05-14T18:06:07+00:00"
},
{
"name": "laminas/laminas-captcha",
"version": "2.9.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-captcha.git",
"reference": "4272f3d0cde0a1fa9135d0cbc4a629fb655391d3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-captcha/zipball/4272f3d0cde0a1fa9135d0cbc4a629fb655391d3",
"reference": "4272f3d0cde0a1fa9135d0cbc4a629fb655391d3",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"laminas/laminas-math": "^2.7 || ^3.0",
"laminas/laminas-stdlib": "^3.2.1"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-session": "^2.8",
"laminas/laminas-text": "^2.6",
"laminas/laminas-validator": "^2.10.1",
"laminas/laminas-recaptcha": "^3.0"
},
"suggest": {
"laminas/laminas-i18n-resources": "Translations of captcha messages",
"laminas/laminas-session": "Laminas\\Session component",
"laminas/laminas-text": "Laminas\\Text component",
"laminas/laminas-validator": "Laminas\\Validator component",
"laminas/laminas-recaptcha": "Laminas\\ReCaptcha component"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.9.x-dev",
"dev-develop": "2.10.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\Captcha\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Generate and validate CAPTCHAs using Figlets, images, ReCaptcha, and more",
"keywords": [
"ZendFramework",
"captcha",
"zf"
],
"abandoned": "laminas/laminas-captcha",
"time": "2019-06-18T09:32:52+00:00"
},
{
"name": "laminas/laminas-code",
"version": "3.4.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-code.git",
"reference": "268040548f92c2bfcba164421c1add2ba43abaaa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/268040548f92c2bfcba164421c1add2ba43abaaa",
"reference": "268040548f92c2bfcba164421c1add2ba43abaaa",
"shasum": ""
},
"require": {
"php": "^7.1",
"laminas/laminas-eventmanager": "^2.6 || ^3.0"
},
"conflict": {
"phpspec/prophecy": "<1.9.0"
},
"require-dev": {
"doctrine/annotations": "^1.7",
"ext-phar": "*",
"phpunit/phpunit": "^7.5.16 || ^8.4",
"laminas/laminas-coding-standard": "^1.0",
"laminas/laminas-stdlib": "^2.7 || ^3.0"
},
"suggest": {
"doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
"laminas/laminas-stdlib": "Laminas\\Stdlib component"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4.x-dev",
"dev-develop": "3.5.x-dev",
"dev-dev-4.0": "4.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\Code\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
"keywords": [
"ZendFramework",
"code",
"zf"
],
"abandoned": "laminas/laminas-code",
"time": "2019-12-10T19:21:15+00:00"
},
{
"name": "laminas/laminas-component-installer",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-component-installer.git",
"reference": "5e9beda3b81d29d4d080b110d67f8c8c44d93605"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-component-installer/zipball/5e9beda3b81d29d4d080b110d67f8c8c44d93605",
"reference": "5e9beda3b81d29d4d080b110d67f8c8c44d93605",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0",
"php": "^5.6 || ^7.0"
},
"require-dev": {
"composer/composer": "^1.5.2",
"malukenho/docheader": "^0.1.6",
"mikey179/vfsstream": "^1.6.5",
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
"laminas/laminas-coding-standard": "~1.0.0"
},
"type": "composer-plugin",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev",
"dev-develop": "1.2-dev"
},
"class": "Laminas\\ComponentInstaller\\ComponentInstaller"
},
"autoload": {
"psr-4": {
"Laminas\\ComponentInstaller\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Composer plugin for automating component registration in zend-mvc and Expressive applications",
"keywords": [
"ZendFramework",
"component installer",
"composer",
"plugin",
"zf"
],
"abandoned": "laminas/laminas-component-installer",
"time": "2018-01-11T15:03:06+00:00"
},
{
"name": "laminas/laminas-config",
"version": "3.3.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-config.git",
"reference": "012341361ae3cc97a99959e7cb7c9ebd04d49572"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-config/zipball/012341361ae3cc97a99959e7cb7c9ebd04d49572",
"reference": "012341361ae3cc97a99959e7cb7c9ebd04d49572",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^5.6 || ^7.0",
"psr/container": "^1.0",
"laminas/laminas-stdlib": "^2.7.7 || ^3.1"
},
"conflict": {
"container-interop/container-interop": "<1.2.0"
},
"require-dev": {
"malukenho/docheader": "^0.1.6",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
"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"
},
"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"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.3.x-dev",
"dev-develop": "3.4.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\Config\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "provides a nested object property based user interface for accessing this configuration data within application code",
"keywords": [
"ZendFramework",
"config",
"zf"
],
"abandoned": "laminas/laminas-config",
"time": "2019-06-08T18:58:54+00:00"
},
{
"name": "laminas/laminas-console",
"version": "2.8.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-console.git",
"reference": "95817ae78f73c48026972e350a2ecc31c6d9f9ae"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-console/zipball/95817ae78f73c48026972e350a2ecc31c6d9f9ae",
"reference": "95817ae78f73c48026972e350a2ecc31c6d9f9ae",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"laminas/laminas-stdlib": "^3.2.1"
},
"require-dev": {
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-filter": "^2.7.2",
"laminas/laminas-json": "^2.6 || ^3.0",
"laminas/laminas-validator": "^2.10.1"
},
"suggest": {
"laminas/laminas-filter": "To support DefaultRouteMatcher usage",
"laminas/laminas-validator": "To support DefaultRouteMatcher usage"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8.x-dev",
"dev-develop": "2.9.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\Console\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Build console applications using getopt syntax or routing, complete with prompts",
"keywords": [
"ZendFramework",
"console",
"zf"
],
"abandoned": "laminas/laminas-console",
"time": "2019-02-04T19:48:22+00:00"
},
{
"name": "laminas/laminas-crypt",
"version": "3.3.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-crypt.git",
"reference": "cf23da2731dabdbb916cf888f611fc0f123bd36b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-crypt/zipball/cf23da2731dabdbb916cf888f611fc0f123bd36b",
"reference": "cf23da2731dabdbb916cf888f611fc0f123bd36b",
"shasum": ""
},
"require": {
"container-interop/container-interop": "^1.2",
"ext-mbstring": "*",
"php": "^5.6 || ^7.0",
"laminas/laminas-math": "^3.0",
"laminas/laminas-stdlib": "^2.7.7 || ^3.1"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
"laminas/laminas-coding-standard": "~1.0.0"
},
"suggest": {
"ext-openssl": "Required for most features of Laminas\\Crypt"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.3.x-dev",
"dev-develop": "3.4.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\Crypt\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Strong cryptography tools and password hashing",
"keywords": [
"ZendFramework",
"crypt",
"zf"
],
"abandoned": "laminas/laminas-crypt",
"time": "2019-05-14T20:19:53+00:00"
},
{
"name": "laminas/laminas-db",
"version": "2.11.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-db.git",
"reference": "71626f95f6f9ee326e4be3c34228c1c466300a2c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-db/zipball/71626f95f6f9ee326e4be3c34228c1c466300a2c",
"reference": "71626f95f6f9ee326e4be3c34228c1c466300a2c",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"laminas/laminas-stdlib": "^2.7 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.5.14",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
"laminas/laminas-hydrator": "^1.1 || ^2.1 || ^3.0",
"laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3"
},
"suggest": {
"laminas/laminas-eventmanager": "Laminas\\EventManager component",
"laminas/laminas-hydrator": "Laminas\\Hydrator component for using HydratingResultSets",
"laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.11.x-dev",
"dev-develop": "2.12.x-dev"
},
"zf": {
"component": "Laminas\\Db",
"config-provider": "Laminas\\Db\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\Db\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
"keywords": [
"ZendFramework",
"db",
"zf"
],
"abandoned": "laminas/laminas-db",
"time": "2019-12-31T19:43:46+00:00"
},
{
"name": "laminas/laminas-di",
"version": "3.1.2",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-di.git",
"reference": "8ec4660dad8c1c5a6f9eb91f594fb8a7cb921907"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-di/zipball/8ec4660dad8c1c5a6f9eb91f594fb8a7cb921907",
"reference": "8ec4660dad8c1c5a6f9eb91f594fb8a7cb921907",
"shasum": ""
},
"require": {
"php": "^7.1",
"psr/container": "^1.0",
"psr/log": "^1.0",
"laminas/laminas-stdlib": "^2.7 || ^3.0"
},
"conflict": {
"phpspec/prophecy": "<1.9.0",
"laminas/laminas-servicemanager-di": "*"
},
"require-dev": {
"container-interop/container-interop": "^1.2.0",
"mikey179/vfsstream": "^1.6.7",
"phpunit/phpunit": "^7.5.18 || ^8.5",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-servicemanager": "^3.0"
},
"suggest": {
"laminas/laminas-servicemanager": "An IoC container without auto wiring capabilities"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev",
"dev-develop": "3.2.x-dev"
},
"zf": {
"component": "Laminas\\Di",
"config-provider": "Laminas\\Di\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\Di\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Automated dependency injection for PSR-11 containers",
"keywords": [
"PSR-11",
"ZendFramework",
"di",
"zf"
],
"abandoned": "laminas/laminas-di",
"time": "2019-12-10T20:29:27+00:00"
},
{
"name": "laminas/laminas-diactoros",
"version": "1.8.7",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-diactoros.git",
"reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/a85e67b86e9b8520d07e6415fcbcb8391b44a75b",
"reference": "a85e67b86e9b8520d07e6415fcbcb8391b44a75b",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"psr/http-message": "^1.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"ext-dom": "*",
"ext-libxml": "*",
"php-http/psr7-integration-tests": "dev-master",
"phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
"laminas/laminas-coding-standard": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-release-1.8": "1.8.x-dev"
}
},
"autoload": {
"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"
],
"psr-4": {
"Laminas\\Diactoros\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"description": "PSR HTTP Message implementations",
"homepage": "https://github.com/laminas/laminas-diactoros",
"keywords": [
"http",
"psr",
"psr-7"
],
"abandoned": "laminas/laminas-diactoros",
"time": "2019-08-06T17:53:53+00:00"
},
{
"name": "laminas/laminas-escaper",
"version": "2.6.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-escaper.git",
"reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/3801caa21b0ca6aca57fa1c42b08d35c395ebd5f",
"reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
"laminas/laminas-coding-standard": "~1.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.6.x-dev",
"dev-develop": "2.7.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\Escaper\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
"keywords": [
"ZendFramework",
"escaper",
"zf"
],
"abandoned": "laminas/laminas-escaper",
"time": "2019-09-05T20:03:20+00:00"
},
{
"name": "laminas/laminas-filter",
"version": "2.9.2",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-filter.git",
"reference": "d78f2cdde1c31975e18b2a0753381ed7b61118ef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-filter/zipball/d78f2cdde1c31975e18b2a0753381ed7b61118ef",
"reference": "d78f2cdde1c31975e18b2a0753381ed7b61118ef",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"laminas/laminas-stdlib": "^2.7.7 || ^3.1"
},
"conflict": {
"laminas/laminas-validator": "<2.10.1"
},
"require-dev": {
"pear/archive_tar": "^1.4.3",
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
"psr/http-factory": "^1.0",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-crypt": "^3.2.1",
"laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
"laminas/laminas-uri": "^2.6"
},
"suggest": {
"psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters",
"laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters",
"laminas/laminas-i18n": "Laminas\\I18n component for filters depending on i18n functionality",
"laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for using the filter chain functionality",
"laminas/laminas-uri": "Laminas\\Uri component, for the UriNormalize filter"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.9.x-dev",
"dev-develop": "2.10.x-dev"
},
"zf": {
"component": "Laminas\\Filter",
"config-provider": "Laminas\\Filter\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\Filter\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Programmatically filter and normalize data and files",
"keywords": [
"ZendFramework",
"filter",
"zf"
],
"abandoned": "laminas/laminas-filter",
"time": "2019-08-19T07:08:04+00:00"
},
{
"name": "laminas/laminas-form",
"version": "2.14.3",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-form.git",
"reference": "0b1616c59b1f3df194284e26f98c81ad0c377871"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-form/zipball/0b1616c59b1f3df194284e26f98c81ad0c377871",
"reference": "0b1616c59b1f3df194284e26f98c81ad0c377871",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"laminas/laminas-hydrator": "^1.1 || ^2.1 || ^3.0",
"laminas/laminas-inputfilter": "^2.8",
"laminas/laminas-stdlib": "^3.2.1"
},
"require-dev": {
"doctrine/annotations": "~1.0",
"phpunit/phpunit": "^5.7.23 || ^6.5.3",
"laminas/laminas-cache": "^2.6.1",
"laminas/laminas-captcha": "^2.7.1",
"laminas/laminas-code": "^2.6 || ^3.0",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-escaper": "^2.5",
"laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
"laminas/laminas-filter": "^2.6",
"laminas/laminas-i18n": "^2.6",
"laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
"laminas/laminas-session": "^2.8.1",
"laminas/laminas-text": "^2.6",
"laminas/laminas-validator": "^2.6",
"laminas/laminas-view": "^2.6.2",
"laminas/laminas-recaptcha": "^3.0.0"
},
"suggest": {
"laminas/laminas-captcha": "^2.7.1, required for using CAPTCHA form elements",
"laminas/laminas-code": "^2.6 || ^3.0, required to use zend-form annotations support",
"laminas/laminas-eventmanager": "^2.6.2 || ^3.0, reuired for zend-form annotations support",
"laminas/laminas-i18n": "^2.6, required when using zend-form view helpers",
"laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3, required to use the form factories or provide services",
"laminas/laminas-view": "^2.6.2, required for using the zend-form view helpers",
"laminas/laminas-recaptcha": "in order to use the ReCaptcha form element"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.14.x-dev",
"dev-develop": "2.15.x-dev"
},
"zf": {
"component": "Laminas\\Form",
"config-provider": "Laminas\\Form\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\Form\\": "src/"
},
"files": [
"autoload/formElementManagerPolyfill.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Validate and display simple and complex forms, casting forms to business objects and vice versa",
"keywords": [
"ZendFramework",
"form",
"zf"
],
"abandoned": "laminas/laminas-form",
"time": "2019-10-04T10:46:36+00:00"
},
{
"name": "laminas/laminas-http",
"version": "2.11.2",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-http.git",
"reference": "e15e0ce45a2a4f642cd0b7b4f4d4d0366b729a1a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-http/zipball/e15e0ce45a2a4f642cd0b7b4f4d4d0366b729a1a",
"reference": "e15e0ce45a2a4f642cd0b7b4f4d4d0366b729a1a",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"laminas/laminas-loader": "^2.5.1",
"laminas/laminas-stdlib": "^3.2.1",
"laminas/laminas-uri": "^2.5.2",
"laminas/laminas-validator": "^2.10.1"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.3",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-config": "^3.1 || ^2.6"
},
"suggest": {
"paragonie/certainty": "For automated management of cacert.pem"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.11.x-dev",
"dev-develop": "2.12.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\Http\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
"keywords": [
"ZendFramework",
"http",
"http client",
"zend",
"zf"
],
"abandoned": "laminas/laminas-http",
"time": "2019-12-30T20:47:33+00:00"
},
{
"name": "laminas/laminas-hydrator",
"version": "2.4.2",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-hydrator.git",
"reference": "2bfc6845019e7b6d38b0ab5e55190244dc510285"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/2bfc6845019e7b6d38b0ab5e55190244dc510285",
"reference": "2bfc6845019e7b6d38b0ab5e55190244dc510285",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"laminas/laminas-stdlib": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
"laminas/laminas-filter": "^2.6",
"laminas/laminas-inputfilter": "^2.6",
"laminas/laminas-serializer": "^2.6.1",
"laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3"
},
"suggest": {
"laminas/laminas-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
"laminas/laminas-filter": "^2.6, to support naming strategy hydrator usage",
"laminas/laminas-serializer": "^2.6.1, to use the SerializableStrategy",
"laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-release-2.4": "2.4.x-dev"
},
"zf": {
"component": "Laminas\\Hydrator",
"config-provider": "Laminas\\Hydrator\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\Hydrator\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Serialize objects to arrays, and vice versa",
"keywords": [
"ZendFramework",
"hydrator",
"zf"
],
"abandoned": "laminas/laminas-hydrator",
"time": "2019-10-04T11:17:36+00:00"
},
{
"name": "laminas/laminas-i18n",
"version": "2.10.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-i18n.git",
"reference": "84038e6a1838b611dcc491b1c40321fa4c3a123c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/84038e6a1838b611dcc491b1c40321fa4c3a123c",
"reference": "84038e6a1838b611dcc491b1c40321fa4c3a123c",
"shasum": ""
},
"require": {
"ext-intl": "*",
"php": "^5.6 || ^7.0",
"laminas/laminas-stdlib": "^2.7 || ^3.0"
},
"conflict": {
"phpspec/prophecy": "<1.9.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.16",
"laminas/laminas-cache": "^2.6.1",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-config": "^2.6",
"laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
"laminas/laminas-filter": "^2.6.1",
"laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
"laminas/laminas-validator": "^2.6",
"laminas/laminas-view": "^2.6.3"
},
"suggest": {
"laminas/laminas-cache": "Laminas\\Cache component",
"laminas/laminas-config": "Laminas\\Config component",
"laminas/laminas-eventmanager": "You should install this package to use the events in the translator",
"laminas/laminas-filter": "You should install this package to use the provided filters",
"laminas/laminas-i18n-resources": "Translation resources",
"laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
"laminas/laminas-validator": "You should install this package to use the provided validators",
"laminas/laminas-view": "You should install this package to use the provided view helpers"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.10.x-dev",
"dev-develop": "2.11.x-dev"
},
"zf": {
"component": "Laminas\\I18n",
"config-provider": "Laminas\\I18n\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\I18n\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Provide translations for your application, and filter and validate internationalized values",
"keywords": [
"ZendFramework",
"i18n",
"zf"
],
"abandoned": "laminas/laminas-i18n",
"time": "2019-12-12T14:08:22+00:00"
},
{
"name": "laminas/laminas-inputfilter",
"version": "2.10.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-inputfilter.git",
"reference": "1f44a2e9bc394a71638b43bc7024b572fa65410e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/1f44a2e9bc394a71638b43bc7024b572fa65410e",
"reference": "1f44a2e9bc394a71638b43bc7024b572fa65410e",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"laminas/laminas-filter": "^2.9.1",
"laminas/laminas-servicemanager": "^2.7.10 || ^3.3.1",
"laminas/laminas-stdlib": "^2.7 || ^3.0",
"laminas/laminas-validator": "^2.11"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.15",
"psr/http-message": "^1.0",
"laminas/laminas-coding-standard": "~1.0.0"
},
"suggest": {
"psr/http-message-implementation": "PSR-7 is required if you wish to validate PSR-7 UploadedFileInterface payloads"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.10.x-dev",
"dev-develop": "2.11.x-dev"
},
"zf": {
"component": "Laminas\\InputFilter",
"config-provider": "Laminas\\InputFilter\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\InputFilter\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",
"keywords": [
"ZendFramework",
"inputfilter",
"zf"
],
"abandoned": "laminas/laminas-inputfilter",
"time": "2019-08-28T19:45:32+00:00"
},
{
"name": "laminas/laminas-json",
"version": "3.1.2",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-json.git",
"reference": "e9ddb1192d93fe7fff846ac895249c39db75132b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-json/zipball/e9ddb1192d93fe7fff846ac895249c39db75132b",
"reference": "e9ddb1192d93fe7fff846ac895249c39db75132b",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-stdlib": "^2.7.7 || ^3.1"
},
"suggest": {
"laminas/laminas-json-server": "For implementing JSON-RPC servers",
"laminas/laminas-xml2json": "For converting XML documents to JSON"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev",
"dev-develop": "3.2.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\Json\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
"keywords": [
"ZendFramework",
"json",
"zf"
],
"abandoned": "laminas/laminas-json",
"time": "2019-10-09T13:56:13+00:00"
},
{
"name": "laminas/laminas-loader",
"version": "2.6.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-loader.git",
"reference": "91da574d29b58547385b2298c020b257310898c6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-loader/zipball/91da574d29b58547385b2298c020b257310898c6",
"reference": "91da574d29b58547385b2298c020b257310898c6",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
"laminas/laminas-coding-standard": "~1.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.6.x-dev",
"dev-develop": "2.7.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\Loader\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Autoloading and plugin loading strategies",
"keywords": [
"ZendFramework",
"loader",
"zf"
],
"abandoned": "laminas/laminas-loader",
"time": "2019-09-04T19:38:14+00:00"
},
{
"name": "laminas/laminas-log",
"version": "2.12.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-log.git",
"reference": "e5ec088dc8a7b4d96a3a6627761f720a738a36b8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-log/zipball/e5ec088dc8a7b4d96a3a6627761f720a738a36b8",
"reference": "e5ec088dc8a7b4d96a3a6627761f720a738a36b8",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"psr/log": "^1.1.2",
"laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
"laminas/laminas-stdlib": "^2.7 || ^3.0"
},
"provide": {
"psr/log-implementation": "1.0.0"
},
"require-dev": {
"mikey179/vfsstream": "^1.6.7",
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.15",
"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"
},
"suggest": {
"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"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.12.x-dev",
"dev-develop": "2.13.x-dev"
},
"zf": {
"component": "Laminas\\Log",
"config-provider": "Laminas\\Log\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\Log\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Robust, composite logger with filtering, formatting, and PSR-3 support",
"keywords": [
"ZendFramework",
"log",
"logging",
"zf"
],
"abandoned": "laminas/laminas-log",
"time": "2019-12-27T16:18:31+00:00"
},
{
"name": "laminas/laminas-mail",
"version": "2.10.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-mail.git",
"reference": "d7beb63d5f7144a21ac100072c453e63860cdab8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-mail/zipball/d7beb63d5f7144a21ac100072c453e63860cdab8",
"reference": "d7beb63d5f7144a21ac100072c453e63860cdab8",
"shasum": ""
},
"require": {
"ext-iconv": "*",
"php": "^5.6 || ^7.0",
"true/punycode": "^2.1",
"laminas/laminas-loader": "^2.5",
"laminas/laminas-mime": "^2.5",
"laminas/laminas-stdlib": "^2.7 || ^3.0",
"laminas/laminas-validator": "^2.10.2"
},
"require-dev": {
"phpunit/phpunit": "^5.7.25 || ^6.4.4 || ^7.1.4",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-config": "^2.6",
"laminas/laminas-crypt": "^2.6 || ^3.0",
"laminas/laminas-servicemanager": "^2.7.10 || ^3.3.1"
},
"suggest": {
"laminas/laminas-crypt": "Crammd5 support in SMTP Auth",
"laminas/laminas-servicemanager": "^2.7.10 || ^3.3.1 when using SMTP to deliver messages"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.10.x-dev",
"dev-develop": "2.11.x-dev"
},
"zf": {
"component": "Laminas\\Mail",
"config-provider": "Laminas\\Mail\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\Mail\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages",
"keywords": [
"ZendFramework",
"mail",
"zf"
],
"abandoned": "laminas/laminas-mail",
"time": "2018-06-07T13:37:07+00:00"
},
{
"name": "laminas/laminas-math",
"version": "3.2.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-math.git",
"reference": "07e43d87fd5c7edc4f54121b9a4625eb10e4b726"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-math/zipball/07e43d87fd5c7edc4f54121b9a4625eb10e4b726",
"reference": "07e43d87fd5c7edc4f54121b9a4625eb10e4b726",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"paragonie/random_compat": "^2.0.11 || 9.99.99",
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
"laminas/laminas-coding-standard": "~1.0.0"
},
"suggest": {
"ext-bcmath": "If using the bcmath functionality",
"ext-gmp": "If using the gmp functionality"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev",
"dev-develop": "3.3.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\Math\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Create cryptographically secure pseudo-random numbers, and manage big integers",
"keywords": [
"ZendFramework",
"math",
"zf"
],
"abandoned": "laminas/laminas-math",
"time": "2018-12-04T15:45:09+00:00"
},
{
"name": "laminas/laminas-mime",
"version": "2.7.2",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-mime.git",
"reference": "c91e0350be53cc9d29be15563445eec3b269d7c1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-mime/zipball/c91e0350be53cc9d29be15563445eec3b269d7c1",
"reference": "c91e0350be53cc9d29be15563445eec3b269d7c1",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"laminas/laminas-stdlib": "^2.7 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.21 || ^6.3",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-mail": "^2.6"
},
"suggest": {
"laminas/laminas-mail": "Laminas\\Mail component"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7.x-dev",
"dev-develop": "2.8.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\Mime\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Create and parse MIME messages and parts",
"keywords": [
"ZendFramework",
"mime",
"zf"
],
"abandoned": "laminas/laminas-mime",
"time": "2019-10-16T19:30:37+00:00"
},
{
"name": "laminas/laminas-modulemanager",
"version": "2.8.4",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-modulemanager.git",
"reference": "b2596d24b9a4e36a3cd114d35d3ad0918db9a243"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/b2596d24b9a4e36a3cd114d35d3ad0918db9a243",
"reference": "b2596d24b9a4e36a3cd114d35d3ad0918db9a243",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"laminas/laminas-config": "^3.1 || ^2.6",
"laminas/laminas-eventmanager": "^3.2 || ^2.6.3",
"laminas/laminas-stdlib": "^3.1 || ^2.7"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.16",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-console": "^2.6",
"laminas/laminas-di": "^2.6",
"laminas/laminas-loader": "^2.5",
"laminas/laminas-mvc": "^3.0 || ^2.7",
"laminas/laminas-servicemanager": "^3.0.3 || ^2.7.5"
},
"suggest": {
"laminas/laminas-console": "Laminas\\Console component",
"laminas/laminas-loader": "Laminas\\Loader component if you are not using Composer autoloading for your modules",
"laminas/laminas-mvc": "Laminas\\Mvc component",
"laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8.x-dev",
"dev-develop": "2.9.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\ModuleManager\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Modular application system for zend-mvc applications",
"keywords": [
"ZendFramework",
"modulemanager",
"zf"
],
"abandoned": "laminas/laminas-modulemanager",
"time": "2019-10-28T13:29:38+00:00"
},
{
"name": "laminas/laminas-mvc",
"version": "3.1.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-mvc.git",
"reference": "236e7e1e3757e988fa06530c0a3f96a148858ae8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/236e7e1e3757e988fa06530c0a3f96a148858ae8",
"reference": "236e7e1e3757e988fa06530c0a3f96a148858ae8",
"shasum": ""
},
"require": {
"container-interop/container-interop": "^1.2",
"php": "^5.6 || ^7.0",
"laminas/laminas-eventmanager": "^3.2",
"laminas/laminas-http": "^2.7",
"laminas/laminas-modulemanager": "^2.8",
"laminas/laminas-router": "^3.0.2",
"laminas/laminas-servicemanager": "^3.3",
"laminas/laminas-stdlib": "^3.1",
"laminas/laminas-view": "^2.9"
},
"require-dev": {
"http-interop/http-middleware": "^0.4.1",
"phpunit/phpunit": "^6.4.4 || ^5.7.14",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-json": "^2.6.1 || ^3.0",
"laminas/laminas-psr7bridge": "^1.0",
"laminas/laminas-stratigility": "^2.0.1"
},
"suggest": {
"http-interop/http-middleware": "^0.4.1 to be used together with zend-stratigility",
"laminas/laminas-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
"laminas/laminas-log": "^2.9.1 To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager",
"laminas/laminas-mvc-console": "zend-mvc-console provides the ability to expose zend-mvc as a console application",
"laminas/laminas-mvc-i18n": "zend-mvc-i18n provides integration with zend-i18n, including a translation bridge and translatable route segments",
"laminas/laminas-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads",
"laminas/laminas-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests",
"laminas/laminas-mvc-plugin-identity": "To access the authenticated identity (per zend-authentication) in controllers",
"laminas/laminas-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
"laminas/laminas-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager",
"laminas/laminas-psr7bridge": "(^0.2) To consume PSR-7 middleware within the MVC workflow",
"laminas/laminas-servicemanager-di": "zend-servicemanager-di provides utilities for integrating zend-di and zend-servicemanager in your zend-mvc application",
"laminas/laminas-stratigility": "zend-stratigility is required to use middleware pipes in the MiddlewareListener"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev",
"dev-develop": "3.2-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\Mvc\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Zend Framework's event-driven MVC layer, including MVC Applications, Controllers, and Plugins",
"keywords": [
"ZendFramework",
"mvc",
"zf"
],
"abandoned": "laminas/laminas-mvc",
"time": "2017-11-24T06:32:07+00:00"
},
{
"name": "laminas/laminas-mvc-console",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-mvc-console.git",
"reference": "821c18e0d57e71b370166bd2f35623befddaf2ee"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-mvc-console/zipball/821c18e0d57e71b370166bd2f35623befddaf2ee",
"reference": "821c18e0d57e71b370166bd2f35623befddaf2ee",
"shasum": ""
},
"require": {
"container-interop/container-interop": "^1.1",
"php": "^5.6 || ^7.0",
"laminas/laminas-console": "^2.6",
"laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
"laminas/laminas-modulemanager": "^2.7.1",
"laminas/laminas-mvc": "^3.0.3",
"laminas/laminas-router": "^3.0",
"laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
"laminas/laminas-stdlib": "^2.7.5 || ^3.0",
"laminas/laminas-text": "^2.6",
"laminas/laminas-view": "^2.6.3"
},
"conflict": {
"laminas/laminas-mvc": "<3.0.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-filter": "^2.6.1"
},
"suggest": {
"laminas/laminas-filter": "^2.6.1, to filter rendered results"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev",
"dev-develop": "1.3.x-dev"
},
"zf": {
"component": "Laminas\\Mvc\\Console"
}
},
"autoload": {
"psr-4": {
"Laminas\\Mvc\\Console\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Integration between zend-mvc and zend-console",
"keywords": [
"ZendFramework",
"console",
"mvc",
"zf"
],
"abandoned": "laminas/laminas-mvc-console",
"time": "2018-04-30T19:10:26+00:00"
},
{
"name": "laminas/laminas-mvc-form",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-mvc-form.git",
"reference": "28bf47ce6661fd71f1b8d68f9b6bc8f841f6aeb0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-mvc-form/zipball/28bf47ce6661fd71f1b8d68f9b6bc8f841f6aeb0",
"reference": "28bf47ce6661fd71f1b8d68f9b6bc8f841f6aeb0",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"laminas/laminas-code": "^2.6.3 || ^3.0.2",
"laminas/laminas-form": "^2.8.4",
"laminas/laminas-i18n": "^2.7.2"
},
"type": "metapackage",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"zf": {
"component": "Laminas\\Form"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Metapackage with all requirements needed to use zend-form with zend-mvc.",
"homepage": "https://github.com/laminas/laminas-mvc-form",
"keywords": [
"form",
"mvc",
"zf2"
],
"abandoned": "laminas/laminas-mvc-form",
"time": "2016-06-07T18:34:07+00:00"
},
{
"name": "laminas/laminas-mvc-i18n",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-mvc-i18n.git",
"reference": "7a1b3aca3a8874adb32390d34794cdc525c1c909"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-mvc-i18n/zipball/7a1b3aca3a8874adb32390d34794cdc525c1c909",
"reference": "7a1b3aca3a8874adb32390d34794cdc525c1c909",
"shasum": ""
},
"require": {
"container-interop/container-interop": "^1.1",
"php": "^5.6 || ^7.0",
"laminas/laminas-i18n": "^2.7",
"laminas/laminas-router": "^3.0",
"laminas/laminas-servicemanager": "^2.7.10 || ^3.0.3",
"laminas/laminas-stdlib": "^2.7.6 || ^3.0",
"laminas/laminas-validator": "^2.6"
},
"conflict": {
"phpspec/prophecy": "<1.8.0",
"laminas/laminas-mvc": "<3.0.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5",
"laminas/laminas-cache": "^2.6.1",
"laminas/laminas-coding-standard": "~1.0.0"
},
"suggest": {
"laminas/laminas-cache": "To enable caching of translation strings"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev",
"dev-develop": "1.2.x-dev"
},
"zf": {
"component": "Laminas\\Mvc\\I18n",
"config-provider": "Laminas\\Mvc\\I18n\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\Mvc\\I18n\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Integration between zend-mvc and zend-i18n",
"keywords": [
"ZendFramework",
"i18n",
"mvc",
"zf"
],
"abandoned": "laminas/laminas-mvc-i18n",
"time": "2019-09-03T20:50:53+00:00"
},
{
"name": "laminas/laminas-mvc-plugin-fileprg",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-mvc-plugin-fileprg.git",
"reference": "87184f33dbb98eb57c7338a5f026cca29bdd6048"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-fileprg/zipball/87184f33dbb98eb57c7338a5f026cca29bdd6048",
"reference": "87184f33dbb98eb57c7338a5f026cca29bdd6048",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"laminas/laminas-filter": "^2.6.1",
"laminas/laminas-form": "^2.7",
"laminas/laminas-inputfilter": "^2.8.1",
"laminas/laminas-mvc": "^3.0",
"laminas/laminas-session": "^2.8.5",
"laminas/laminas-stdlib": "^2.7 || ^3.0",
"laminas/laminas-validator": "^2.6"
},
"conflict": {
"laminas/laminas-mvc": "<3.0.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5",
"laminas/laminas-coding-standard": "~1.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev",
"dev-develop": "1.2.x-dev"
},
"zf": {
"component": "Laminas\\Mvc\\Plugin\\FilePrg"
}
},
"autoload": {
"psr-4": {
"Laminas\\Mvc\\Plugin\\FilePrg\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Post/Redirect/Get plugin with file upload handling for zend-mvc controllers",
"keywords": [
"ZendFramework",
"mvc",
"zf"
],
"abandoned": "laminas/laminas-mvc-plugin-fileprg",
"time": "2018-04-30T20:02:13+00:00"
},
{
"name": "laminas/laminas-mvc-plugin-flashmessenger",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger.git",
"reference": "b66064eb59d3b124a133d259aac3d9dd7cb81706"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-flashmessenger/zipball/b66064eb59d3b124a133d259aac3d9dd7cb81706",
"reference": "b66064eb59d3b124a133d259aac3d9dd7cb81706",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"laminas/laminas-mvc": "^3.0",
"laminas/laminas-session": "^2.8.5",
"laminas/laminas-stdlib": "^3.2.1",
"laminas/laminas-view": "^2.10"
},
"conflict": {
"laminas/laminas-mvc": "<3.0.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-i18n": "^2.8"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev",
"dev-develop": "1.3.x-dev"
},
"zf": {
"component": "Laminas\\Mvc\\Plugin\\FlashMessenger"
}
},
"autoload": {
"psr-4": {
"Laminas\\Mvc\\Plugin\\FlashMessenger\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Plugin for creating and exposing flash messages via zend-mvc controllers",
"keywords": [
"ZendFramework",
"mvc",
"zf"
],
"abandoned": "laminas/laminas-mvc-plugin-flashmessenger",
"time": "2019-10-19T22:24:02+00:00"
},
{
"name": "laminas/laminas-mvc-plugin-identity",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-mvc-plugin-identity.git",
"reference": "21473f4fa5381ce947593c2fec0f5d7f18693b4a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-identity/zipball/21473f4fa5381ce947593c2fec0f5d7f18693b4a",
"reference": "21473f4fa5381ce947593c2fec0f5d7f18693b4a",
"shasum": ""
},
"require": {
"container-interop/container-interop": "^1.1",
"php": "^5.6 || ^7.0",
"laminas/laminas-authentication": "^2.5.3",
"laminas/laminas-mvc": "^3.0",
"laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3"
},
"conflict": {
"laminas/laminas-mvc": "<3.0.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
"laminas/laminas-coding-standard": "~1.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev",
"dev-develop": "1.2.x-dev"
},
"zf": {
"component": "Laminas\\Mvc\\Plugin\\Identity"
}
},
"autoload": {
"psr-4": {
"Laminas\\Mvc\\Plugin\\Identity\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Plugin for retrieving the current authenticated identity within zend-mvc controllers",
"keywords": [
"ZendFramework",
"mvc",
"zf"
],
"abandoned": "laminas/laminas-mvc-plugin-identity",
"time": "2019-10-18T08:47:00+00:00"
},
{
"name": "laminas/laminas-mvc-plugin-prg",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-mvc-plugin-prg.git",
"reference": "090afc28bcf0f7043ed8d7da712ac1b5964ab7d7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-prg/zipball/090afc28bcf0f7043ed8d7da712ac1b5964ab7d7",
"reference": "090afc28bcf0f7043ed8d7da712ac1b5964ab7d7",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"laminas/laminas-mvc": "^3.0",
"laminas/laminas-session": "^2.8.5",
"laminas/laminas-stdlib": "^3.2.1"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
"laminas/laminas-coding-standard": "~1.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev",
"dev-develop": "1.3.x-dev"
},
"zf": {
"component": "Laminas\\Mvc\\Plugin\\Prg"
}
},
"autoload": {
"psr-4": {
"Laminas\\Mvc\\Plugin\\Prg\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Post/Redirect/Get plugin for zend-mvc controllers",
"keywords": [
"ZendFramework",
"mvc",
"zf"
],
"abandoned": "laminas/laminas-mvc-plugin-prg",
"time": "2019-10-19T22:46:04+00:00"
},
{
"name": "laminas/laminas-mvc-plugins",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-mvc-plugins.git",
"reference": "b00cda46b0a95cbd32ea0743d6d7dc3fd2263f1b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-mvc-plugins/zipball/b00cda46b0a95cbd32ea0743d6d7dc3fd2263f1b",
"reference": "b00cda46b0a95cbd32ea0743d6d7dc3fd2263f1b",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"laminas/laminas-mvc-plugin-fileprg": "^1.0",
"laminas/laminas-mvc-plugin-flashmessenger": "^1.0",
"laminas/laminas-mvc-plugin-identity": "^1.0",
"laminas/laminas-mvc-plugin-prg": "^1.0"
},
"type": "metapackage",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"zf": {
"component": [
"Laminas\\Mvc\\Plugin\\FilePrg",
"Laminas\\Mvc\\Plugin\\FlashMessenger",
"Laminas\\Mvc\\Plugin\\Identity",
"Laminas\\Mvc\\Plugin\\Prg"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Collection of all stable zend-mvc plugins served via separate packages.",
"homepage": "https://github.com/laminas/laminas-mvc-plugins",
"keywords": [
"mvc",
"plugins",
"zf2"
],
"abandoned": "laminas/laminas-mvc-plugins",
"time": "2016-06-02T18:41:26+00:00"
},
{
"name": "laminas/laminas-paginator",
"version": "2.8.2",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-paginator.git",
"reference": "2b4d07d9475ed581278a28d065b238a0941402e2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-paginator/zipball/2b4d07d9475ed581278a28d065b238a0941402e2",
"reference": "2b4d07d9475ed581278a28d065b238a0941402e2",
"shasum": ""
},
"require": {
"php": "^7.0 || ^5.6",
"laminas/laminas-stdlib": "^2.7 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^6.2.1 || ^5.7.15",
"laminas/laminas-cache": "^2.6.1",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-config": "^2.6.0",
"laminas/laminas-db": "^2.9.2",
"laminas/laminas-filter": "^2.6.1",
"laminas/laminas-json": "^2.6.1",
"laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
"laminas/laminas-view": "^2.6.3"
},
"suggest": {
"laminas/laminas-cache": "Laminas\\Cache component to support cache features",
"laminas/laminas-db": "Laminas\\Db component",
"laminas/laminas-filter": "Laminas\\Filter component",
"laminas/laminas-json": "Laminas\\Json component",
"laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
"laminas/laminas-view": "Laminas\\View component"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8.x-dev",
"dev-develop": "2.9.x-dev"
},
"zf": {
"component": "Laminas\\Paginator",
"config-provider": "Laminas\\Paginator\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\Paginator\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Paginate collections of data from arbitrary sources",
"keywords": [
"ZendFramework",
"paginator",
"zf"
],
"abandoned": "laminas/laminas-paginator",
"time": "2019-08-21T13:31:03+00:00"
},
{
"name": "laminas/laminas-permissions-acl",
"version": "2.7.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-permissions-acl.git",
"reference": "1323e30a9357e6f6956f63d97faf7e8c8db1f4f8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-permissions-acl/zipball/1323e30a9357e6f6956f63d97faf7e8c8db1f4f8",
"reference": "1323e30a9357e6f6956f63d97faf7e8c8db1f4f8",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3"
},
"suggest": {
"laminas/laminas-servicemanager": "To support Laminas\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7.x-dev",
"dev-develop": "2.8.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\Permissions\\Acl\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Provides a lightweight and flexible access control list (ACL) implementation for privileges management",
"keywords": [
"ZendFramework",
"acl",
"zf"
],
"abandoned": "laminas/laminas-permissions-acl",
"time": "2019-06-25T08:09:22+00:00"
},
{
"name": "laminas/laminas-permissions-rbac",
"version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-permissions-rbac.git",
"reference": "b45da437ac91568491848323743548679a3df909"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-permissions-rbac/zipball/b45da437ac91568491848323743548679a3df909",
"reference": "b45da437ac91568491848323743548679a3df909",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.0.1",
"laminas/laminas-coding-standard": "~1.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev",
"dev-develop": "3.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\Permissions\\Rbac\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Provides a role-based access control management",
"homepage": "https://github.com/laminas/laminas-permissions-rbac",
"keywords": [
"ZendFramework",
"authorization",
"rbac",
"zend-permssions-rbac"
],
"abandoned": "laminas/laminas-permissions-rbac",
"time": "2019-06-25T06:15:10+00:00"
},
{
"name": "laminas/laminas-psr7bridge",
"version": "0.2.2",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-psr7bridge.git",
"reference": "86c0b53b0c6381391c4add4a93a56e51d5c74605"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-psr7bridge/zipball/86c0b53b0c6381391c4add4a93a56e51d5c74605",
"reference": "86c0b53b0c6381391c4add4a93a56e51d5c74605",
"shasum": ""
},
"require": {
"php": ">=5.5",
"psr/http-message": "^1.0",
"laminas/laminas-diactoros": "^1.1",
"laminas/laminas-http": "^2.5"
},
"require-dev": {
"phpunit/phpunit": "^4.7",
"squizlabs/php_codesniffer": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev",
"dev-develop": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\Psr7Bridge\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "PSR-7 <-> Laminas\\Http bridge",
"homepage": "https://github.com/laminas/laminas-psr7bridge",
"keywords": [
"http",
"psr",
"psr-7"
],
"abandoned": "laminas/laminas-psr7bridge",
"time": "2016-05-10T21:44:39+00:00"
},
{
"name": "laminas/laminas-router",
"version": "3.3.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-router.git",
"reference": "b113a4cfd910ee4723079fa58a9bcf3198631620"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-router/zipball/b113a4cfd910ee4723079fa58a9bcf3198631620",
"reference": "b113a4cfd910ee4723079fa58a9bcf3198631620",
"shasum": ""
},
"require": {
"container-interop/container-interop": "^1.2",
"php": "^5.6 || ^7.0",
"laminas/laminas-http": "^2.8.1",
"laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
"laminas/laminas-stdlib": "^3.2.1"
},
"conflict": {
"laminas/laminas-mvc": "<3.0.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.22 || ^6.4.1",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-i18n": "^2.7.4"
},
"suggest": {
"laminas/laminas-i18n": "^2.7.4, if defining translatable HTTP path segments"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.3.x-dev",
"dev-develop": "4.0.x-dev"
},
"zf": {
"component": "Laminas\\Router",
"config-provider": "Laminas\\Router\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\Router\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Flexible routing system for HTTP and console applications",
"keywords": [
"ZendFramework",
"mvc",
"routing",
"zend",
"zf"
],
"abandoned": "laminas/laminas-router",
"time": "2019-02-26T20:24:12+00:00"
},
{
"name": "laminas/laminas-session",
"version": "2.9.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-session.git",
"reference": "c289c4d733ec23a389e25c7c451f4d062088511f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-session/zipball/c289c4d733ec23a389e25c7c451f4d062088511f",
"reference": "c289c4d733ec23a389e25c7c451f4d062088511f",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
"laminas/laminas-stdlib": "^3.2.1"
},
"require-dev": {
"container-interop/container-interop": "^1.1",
"mongodb/mongodb": "^1.0.1",
"php-mock/php-mock-phpunit": "^1.1.2 || ^2.0",
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.16",
"laminas/laminas-cache": "^2.6.1",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-db": "^2.7",
"laminas/laminas-http": "^2.5.4",
"laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
"laminas/laminas-validator": "^2.6"
},
"suggest": {
"mongodb/mongodb": "If you want to use the MongoDB session save handler",
"laminas/laminas-cache": "Laminas\\Cache component",
"laminas/laminas-db": "Laminas\\Db component",
"laminas/laminas-http": "Laminas\\Http component",
"laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
"laminas/laminas-validator": "Laminas\\Validator component"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.9.x-dev",
"dev-develop": "2.10.x-dev"
},
"zf": {
"component": "Laminas\\Session",
"config-provider": "Laminas\\Session\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\Session\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Object-oriented interface to PHP sessions and storage",
"keywords": [
"ZendFramework",
"session",
"zf"
],
"abandoned": "laminas/laminas-session",
"time": "2019-10-28T19:40:43+00:00"
},
{
"name": "laminas/laminas-text",
"version": "2.7.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-text.git",
"reference": "41e32dafa4015e160e2f95a7039554385c71624d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-text/zipball/41e32dafa4015e160e2f95a7039554385c71624d",
"reference": "41e32dafa4015e160e2f95a7039554385c71624d",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
"laminas/laminas-stdlib": "^2.7 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-config": "^2.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7.x-dev",
"dev-develop": "2.8.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\Text\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Create FIGlets and text-based tables",
"keywords": [
"ZendFramework",
"text",
"zf"
],
"abandoned": "laminas/laminas-text",
"time": "2019-10-16T20:36:27+00:00"
},
{
"name": "laminas/laminas-uri",
"version": "2.7.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-uri.git",
"reference": "bfc4a5b9a309711e968d7c72afae4ac50c650083"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-uri/zipball/bfc4a5b9a309711e968d7c72afae4ac50c650083",
"reference": "bfc4a5b9a309711e968d7c72afae4ac50c650083",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"laminas/laminas-escaper": "^2.5",
"laminas/laminas-validator": "^2.10"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
"laminas/laminas-coding-standard": "~1.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7.x-dev",
"dev-develop": "2.8.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\Uri\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
"keywords": [
"ZendFramework",
"uri",
"zf"
],
"abandoned": "laminas/laminas-uri",
"time": "2019-10-07T13:35:33+00:00"
},
{
"name": "laminas/laminas-validator",
"version": "2.13.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-validator.git",
"reference": "b54acef1f407741c5347f2a97f899ab21f2229ef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-validator/zipball/b54acef1f407741c5347f2a97f899ab21f2229ef",
"reference": "b54acef1f407741c5347f2a97f899ab21f2229ef",
"shasum": ""
},
"require": {
"container-interop/container-interop": "^1.1",
"php": "^7.1",
"laminas/laminas-stdlib": "^3.2.1"
},
"require-dev": {
"phpunit/phpunit": "^6.0.8 || ^5.7.15",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
"laminas/laminas-cache": "^2.6.1",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-config": "^2.6",
"laminas/laminas-db": "^2.7",
"laminas/laminas-filter": "^2.6",
"laminas/laminas-http": "^2.5.4",
"laminas/laminas-i18n": "^2.6",
"laminas/laminas-math": "^2.6",
"laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
"laminas/laminas-session": "^2.8",
"laminas/laminas-uri": "^2.5"
},
"suggest": {
"psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators",
"laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator",
"laminas/laminas-filter": "Laminas\\Filter component, required by the Digits validator",
"laminas/laminas-i18n": "Laminas\\I18n component to allow translation of validation error messages",
"laminas/laminas-i18n-resources": "Translations of validator messages",
"laminas/laminas-math": "Laminas\\Math component, required by the Csrf validator",
"laminas/laminas-servicemanager": "Laminas\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
"laminas/laminas-session": "Laminas\\Session component, ^2.8; required by the Csrf validator",
"laminas/laminas-uri": "Laminas\\Uri component, required by the Uri and Sitemap\\Loc validators"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.13.x-dev",
"dev-develop": "2.14.x-dev"
},
"zf": {
"component": "Laminas\\Validator",
"config-provider": "Laminas\\Validator\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Laminas\\Validator\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria",
"keywords": [
"ZendFramework",
"validator",
"zf"
],
"abandoned": "laminas/laminas-validator",
"time": "2019-12-28T04:07:18+00:00"
},
{
"name": "laminas/laminas-view",
"version": "2.11.4",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-view.git",
"reference": "a8b1b2d9b52e191539be861a6529f8c8a0c06b9d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-view/zipball/a8b1b2d9b52e191539be861a6529f8c8a0c06b9d",
"reference": "a8b1b2d9b52e191539be861a6529f8c8a0c06b9d",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
"laminas/laminas-json": "^2.6.1 || ^3.0",
"laminas/laminas-loader": "^2.5",
"laminas/laminas-stdlib": "^2.7 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.15 || ^6.0.8",
"laminas/laminas-authentication": "^2.5",
"laminas/laminas-cache": "^2.6.1",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-config": "^2.6",
"laminas/laminas-console": "^2.6",
"laminas/laminas-escaper": "^2.5",
"laminas/laminas-feed": "^2.7",
"laminas/laminas-filter": "^2.6.1",
"laminas/laminas-http": "^2.5.4",
"laminas/laminas-i18n": "^2.6",
"laminas/laminas-log": "^2.7",
"laminas/laminas-modulemanager": "^2.7.1",
"laminas/laminas-mvc": "^2.7.14 || ^3.0",
"laminas/laminas-navigation": "^2.5",
"laminas/laminas-paginator": "^2.5",
"laminas/laminas-permissions-acl": "^2.6",
"laminas/laminas-router": "^3.0.1",
"laminas/laminas-serializer": "^2.6.1",
"laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
"laminas/laminas-session": "^2.8.1",
"laminas/laminas-uri": "^2.5"
},
"suggest": {
"laminas/laminas-authentication": "Laminas\\Authentication component",
"laminas/laminas-escaper": "Laminas\\Escaper component",
"laminas/laminas-feed": "Laminas\\Feed component",
"laminas/laminas-filter": "Laminas\\Filter component",
"laminas/laminas-http": "Laminas\\Http component",
"laminas/laminas-i18n": "Laminas\\I18n component",
"laminas/laminas-mvc": "Laminas\\Mvc component",
"laminas/laminas-mvc-plugin-flashmessenger": "zend-mvc-plugin-flashmessenger component, if you want to use the FlashMessenger view helper with zend-mvc versions 3 and up",
"laminas/laminas-navigation": "Laminas\\Navigation component",
"laminas/laminas-paginator": "Laminas\\Paginator component",
"laminas/laminas-permissions-acl": "Laminas\\Permissions\\Acl component",
"laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
"laminas/laminas-uri": "Laminas\\Uri component"
},
"bin": [
"bin/templatemap_generator.php"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.11.x-dev",
"dev-develop": "2.12.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\View\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Flexible view layer supporting and providing multiple view layers, helpers, and more",
"keywords": [
"ZendFramework",
"view",
"zf"
],
"abandoned": "laminas/laminas-view",
"time": "2019-12-04T08:40:50+00:00"
},
{
"name": "zf-commons/zfc-user",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/ZF-Commons/ZfcUser.git",
"reference": "b13c7ca94ab15f21e2804d8103cbc7843a06ca48"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ZF-Commons/ZfcUser/zipball/b13c7ca94ab15f21e2804d8103cbc7843a06ca48",
"reference": "b13c7ca94ab15f21e2804d8103cbc7843a06ca48",
"shasum": ""
},
"require": {
"php": "^5.5|^7.0",
"laminas/laminas-authentication": "^2.5",
"laminas/laminas-crypt": "^3.0",
"laminas/laminas-db": "^2.8",
"laminas/laminas-form": "^2.9",
"laminas/laminas-http": "^2.5",
"laminas/laminas-hydrator": "^2.0",
"laminas/laminas-i18n": "^2.7",
"laminas/laminas-inputfilter": "^2.7",
"laminas/laminas-loader": "^2.5",
"laminas/laminas-modulemanager": "^2.7",
"laminas/laminas-mvc": "^3.0",
"laminas/laminas-mvc-plugin-flashmessenger": "^1.0",
"laminas/laminas-mvc-plugin-prg": "^1.0",
"laminas/laminas-servicemanager": "^3.0",
"laminas/laminas-session": "^2.7",
"laminas/laminas-stdlib": "^3.0",
"laminas/laminas-validator": "^2.8",
"laminas/laminas-view": "^2.8"
},
"require-dev": {
"phpmd/phpmd": "1.4.*",
"phpunit/phpunit": ">=3.7,<4",
"squizlabs/php_codesniffer": "1.4.*",
"laminas/laminas-captcha": "^2.6"
},
"suggest": {
"laminas/laminas-captcha": "Laminas\\Captcha if you want to use the captcha component"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
},
"autoload": {
"psr-0": {
"ZfcUser": "src/"
},
"classmap": [
"./Module.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Kyle Spraggs",
"email": "theman@spiffyjr.me",
"homepage": "http://www.spiffyjr.me/"
},
{
"name": "Evan Coury",
"email": "me@evancoury.com",
"homepage": "http://blog.evan.pro/"
}
],
"description": "A generic user registration and authentication module for ZF2. Supports Laminas\\Db and Doctrine2.",
"homepage": "https://github.com/ZF-Commons/ZfcUser",
"keywords": [
"zf2"
],
"time": "2017-05-24T10:45:54+00:00"
},
{
"name": "laminas/laminas-development-mode",
"version": "3.2.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-development-mode.git",
"reference": "419004a320bab017d28f2bc5e7857dde7e19aecf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-development-mode/zipball/419004a320bab017d28f2bc5e7857dde7e19aecf",
"reference": "419004a320bab017d28f2bc5e7857dde7e19aecf",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"mikey179/vfsstream": "^1.6.5",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5",
"laminas/laminas-coding-standard": "~1.0.0"
},
"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": "Zend Framework development mode script",
"keywords": [
"ZendFramework",
"framework",
"zf"
],
"abandoned": "laminas/laminas-development-mode",
"time": "2018-05-07T15:44:42+00:00"
}
],
"packages-dev": [
{
"name": "myclabs/deep-copy",
"version": "1.9.5",
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "b2c28789e80a97badd14145fda39b545d83ca3ef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef",
"reference": "b2c28789e80a97badd14145fda39b545d83ca3ef",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"replace": {
"myclabs/deep-copy": "self.version"
},
"require-dev": {
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
"phpunit/phpunit": "^7.1"
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
},
"files": [
"src/DeepCopy/deep_copy.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
"time": "2020-01-17T21:11:47+00:00"
},
{
"name": "phar-io/manifest",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
"phar-io/version": "^2.0",
"php": "^5.6 || ^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
"time": "2018-07-08T19:23:20+00:00"
},
{
"name": "phar-io/version",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
"time": "2018-07-08T19:19:57+00:00"
},
{
"name": "phpdocumentor/reflection-common",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
"reference": "6568f4687e5b41b054365f9ae03fcb1ed5f2069b",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
"time": "2020-04-27T09:25:28+00:00"
},
{
"name": "phpdocumentor/reflection-docblock",
"version": "5.1.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
"reference": "cd72d394ca794d3466a3b2fc09d5a6c1dc86b47e",
"shasum": ""
},
"require": {
"ext-filter": "^7.1",
"php": "^7.2",
"phpdocumentor/reflection-common": "^2.0",
"phpdocumentor/type-resolver": "^1.0",
"webmozart/assert": "^1"
},
"require-dev": {
"doctrine/instantiator": "^1",
"mockery/mockery": "^1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"time": "2020-02-22T12:28:44+00:00"
},
{
"name": "phpdocumentor/type-resolver",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "7462d5f123dfc080dfdf26897032a6513644fc95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/7462d5f123dfc080dfdf26897032a6513644fc95",
"reference": "7462d5f123dfc080dfdf26897032a6513644fc95",
"shasum": ""
},
"require": {
"php": "^7.2",
"phpdocumentor/reflection-common": "^2.0"
},
"require-dev": {
"ext-tokenizer": "^7.2",
"mockery/mockery": "~1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"time": "2020-02-18T18:59:58+00:00"
},
{
"name": "phpspec/prophecy",
"version": "v1.10.3",
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
"reference": "451c3cd1418cf640de218914901e51b064abb093"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093",
"reference": "451c3cd1418cf640de218914901e51b064abb093",
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
"php": "^5.3|^7.0",
"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"
},
"require-dev": {
"phpspec/phpspec": "^2.5 || ^3.2",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.10.x-dev"
}
},
"autoload": {
"psr-4": {
"Prophecy\\": "src/Prophecy"
}
},
"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"
],
"time": "2020-03-05T15:02:03+00:00"
},
{
"name": "phpunit/php-code-coverage",
"version": "7.0.10",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
"reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xmlwriter": "*",
"php": "^7.2",
"phpunit/php-file-iterator": "^2.0.2",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-token-stream": "^3.1.1",
"sebastian/code-unit-reverse-lookup": "^1.0.1",
"sebastian/environment": "^4.2.2",
"sebastian/version": "^2.0.1",
"theseer/tokenizer": "^1.1.3"
},
"require-dev": {
"phpunit/phpunit": "^8.2.2"
},
"suggest": {
"ext-xdebug": "^2.7.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "7.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": "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"
],
"time": "2019-11-20T13:55:58+00:00"
},
{
"name": "phpunit/php-file-iterator",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "050bedf145a257b1ff02746c31894800e5122946"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
"reference": "050bedf145a257b1ff02746c31894800e5122946",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
"time": "2018-09-13T20:33:42+00:00"
},
{
"name": "phpunit/php-text-template",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
"time": "2015-06-21T13:50:34+00:00"
},
{
"name": "phpunit/php-timer",
"version": "2.1.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
"reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-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": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
"time": "2019-06-07T04:22:29+00:00"
},
{
"name": "phpunit/php-token-stream",
"version": "3.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff",
"reference": "995192df77f63a59e47f025390d2d1fdf8f425ff",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"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"
],
"time": "2019-09-17T06:23:10+00:00"
},
{
"name": "phpunit/phpunit",
"version": "8.5.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "8474e22d7d642f665084ba5ec780626cbd1efd23"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8474e22d7d642f665084ba5ec780626cbd1efd23",
"reference": "8474e22d7d642f665084ba5ec780626cbd1efd23",
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.2.0",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.9.1",
"phar-io/manifest": "^1.0.3",
"phar-io/version": "^2.0.1",
"php": "^7.2",
"phpspec/prophecy": "^1.8.1",
"phpunit/php-code-coverage": "^7.0.7",
"phpunit/php-file-iterator": "^2.0.2",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-timer": "^2.1.2",
"sebastian/comparator": "^3.0.2",
"sebastian/diff": "^3.0.2",
"sebastian/environment": "^4.2.2",
"sebastian/exporter": "^3.1.1",
"sebastian/global-state": "^3.0.0",
"sebastian/object-enumerator": "^3.0.3",
"sebastian/resource-operations": "^2.0.1",
"sebastian/type": "^1.1.3",
"sebastian/version": "^2.0.1"
},
"require-dev": {
"ext-pdo": "*"
},
"suggest": {
"ext-soap": "*",
"ext-xdebug": "*",
"phpunit/php-invoker": "^2.0.0"
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.5-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": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
"time": "2020-04-23T04:39:42+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"time": "2017-03-04T06:30:41+00:00"
},
{
"name": "sebastian/comparator",
"version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
"shasum": ""
},
"require": {
"php": "^7.1",
"sebastian/diff": "^3.0",
"sebastian/exporter": "^3.1"
},
"require-dev": {
"phpunit/phpunit": "^7.1"
},
"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": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "https://github.com/sebastianbergmann/comparator",
"keywords": [
"comparator",
"compare",
"equality"
],
"time": "2018-07-12T15:12:46+00:00"
},
{
"name": "sebastian/diff",
"version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
"reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.5 || ^8.0",
"symfony/process": "^2 || ^3.3 || ^4"
},
"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": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
"diff",
"udiff",
"unidiff",
"unified diff"
],
"time": "2019-02-04T06:01:07+00:00"
},
{
"name": "sebastian/environment",
"version": "4.2.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
"reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.5"
},
"suggest": {
"ext-posix": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
}
},
"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"
],
"time": "2019-11-20T08:46:58+00:00"
},
{
"name": "sebastian/exporter",
"version": "3.1.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e",
"reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e",
"shasum": ""
},
"require": {
"php": "^7.0",
"sebastian/recursion-context": "^3.0"
},
"require-dev": {
"ext-mbstring": "*",
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
"time": "2019-09-14T09:02:43+00:00"
},
{
"name": "sebastian/global-state",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
"reference": "edf8a461cf1d4005f19fb0b6b8b95a9f7fa0adc4",
"shasum": ""
},
"require": {
"php": "^7.2",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
},
"require-dev": {
"ext-dom": "*",
"phpunit/phpunit": "^8.0"
},
"suggest": {
"ext-uopz": "*"
},
"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"
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
"time": "2019-02-01T05:30:01+00:00"
},
{
"name": "sebastian/object-enumerator",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"shasum": ""
},
"require": {
"php": "^7.0",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
"time": "2017-08-03T12:35:26+00:00"
},
{
"name": "sebastian/object-reflector",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "773f97c67f28de00d397be301821b06708fca0be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
"reference": "773f97c67f28de00d397be301821b06708fca0be",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
"time": "2017-03-29T09:07:27+00:00"
},
{
"name": "sebastian/recursion-context",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
"time": "2017-03-03T06:23:57+00:00"
},
{
"name": "sebastian/resource-operations",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"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"
}
],
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
"time": "2018-10-04T04:07:39+00:00"
},
{
"name": "sebastian/type",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
"reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/3aaaa15fa71d27650d62a948be022fe3b48541a3",
"reference": "3aaaa15fa71d27650d62a948be022fe3b48541a3",
"shasum": ""
},
"require": {
"php": "^7.2"
},
"require-dev": {
"phpunit/phpunit": "^8.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
"time": "2019-07-02T08:10:15+00:00"
},
{
"name": "sebastian/version",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
"time": "2016-10-03T07:35:21+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.17.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
"reference": "e94c8b1bbe2bc77507a1056cdb06451c75b427f9",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.17-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"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"
}
],
"time": "2020-05-12T16:14:59+00:00"
},
{
"name": "symfony/var-dumper",
"version": "v5.0.8",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "09de28632f16f81058a85fcf318397218272a07b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/09de28632f16f81058a85fcf318397218272a07b",
"reference": "09de28632f16f81058a85fcf318397218272a07b",
"shasum": ""
},
"require": {
"php": "^7.2.5",
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
"phpunit/phpunit": "<5.4.3",
"symfony/console": "<4.4"
},
"require-dev": {
"ext-iconv": "*",
"symfony/console": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0",
"twig/twig": "^2.4|^3.0"
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
"ext-intl": "To show region name in time zone dump",
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
},
"bin": [
"Resources/bin/var-dump-server"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"autoload": {
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony mechanism for exploring and dumping PHP variables",
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
"time": "2020-04-12T16:45:47+00:00"
},
{
"name": "theseer/tokenizer",
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
"reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"time": "2019-06-13T22:48:21+00:00"
},
{
"name": "webmozart/assert",
"version": "1.8.0",
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
"reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozart/assert/zipball/ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
"reference": "ab2cb0b3b559010b75981b1bdce728da3ee90ad6",
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
"vimeo/psalm": "<3.9.1"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36 || ^7.5.13"
},
"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"
],
"time": "2020-04-18T12:12:48+00:00"
},
{
"name": "laminas/laminas-developer-tools",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-developer-tools.git",
"reference": "36ea185103bc6618ffe3e176194891940eabb8c3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-developer-tools/zipball/36ea185103bc6618ffe3e176194891940eabb8c3",
"reference": "36ea185103bc6618ffe3e176194891940eabb8c3",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"symfony/var-dumper": "^3.4.36 || ^4.4.1 || ^5.0.1",
"laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
"laminas/laminas-modulemanager": "^2.7",
"laminas/laminas-mvc": "^2.7 || ^3.0.1",
"laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
"laminas/laminas-stdlib": "^2.7 || ^3.0",
"laminas/laminas-view": "^2.6"
},
"require-dev": {
"phpunit/phpunit": "^5.7.25 || ^6.4.4 || ^7.1",
"laminas/laminas-coding-standard": "~1.0.0"
},
"suggest": {
"aist/aist-git-tools": "Show you informations about current GIT repository",
"bjyoungblood/bjy-profiler": "Version: dev-master, allows the usage of the (Zend) Db collector.",
"doctrine/doctrine-orm-module": "Profile DoctrineORM queries",
"jhuet/zdt-logger-module": "Show you log data from Laminas\\Log",
"ocramius/ocra-service-manager": "OcraServiceManager can help you track dependencies within your application.",
"san/san-session-toolbar": "SanSessionToolbar can help you see current Laminas\\Session data you're using within your application.",
"snapshotpl/zf-snap-event-debugger": "ZfSnapEventDebugger can help you debug events from Laminas\\EventManager"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev",
"dev-develop": "2.0.x-dev"
},
"zf": {
"module": "Laminas\DeveloperTools"
}
},
"autoload": {
"psr-4": {
"Laminas\DeveloperTools\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Evan Coury",
"email": "me@evancoury.com",
"homepage": "http://blog.evan.pro/"
},
{
"name": "Eric Boh",
"email": "cossish@gmail.com"
}
],
"description": "Module for developer and debug tools for use with zend-mvc applications.",
"keywords": [
"ZendFramework",
"debug",
"developer",
"module",
"zf"
],
"abandoned": "laminas/laminas-developer-tools",
"time": "2019-12-26T21:41:06+00:00"
},
{
"name": "laminas/laminas-dom",
"version": "2.7.2",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-dom.git",
"reference": "66b8459e6f2c0d62ff4f4b16f2b44afdfd466aa0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-dom/zipball/66b8459e6f2c0d62ff4f4b16f2b44afdfd466aa0",
"reference": "66b8459e6f2c0d62ff4f4b16f2b44afdfd466aa0",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
"laminas/laminas-coding-standard": "~1.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7.x-dev",
"dev-develop": "2.8.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\Dom\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "provides tools for working with DOM documents and structures",
"keywords": [
"ZendFramework",
"dom",
"zf"
],
"abandoned": "laminas/laminas-dom",
"time": "2019-06-18T10:36:49+00:00"
},
{
"name": "laminas/laminas-test",
"version": "3.3.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-test.git",
"reference": "9cc4ab4c84a7da4c8035087253606b4f3ff1e72f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-test/zipball/9cc4ab4c84a7da4c8035087253606b4f3ff1e72f",
"reference": "9cc4ab4c84a7da4c8035087253606b4f3ff1e72f",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
"sebastian/version": "^1.0.4 || ^2.0",
"laminas/laminas-console": "^2.6",
"laminas/laminas-dom": "^2.6",
"laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
"laminas/laminas-http": "^2.8.3",
"laminas/laminas-mvc": "^3.0",
"laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
"laminas/laminas-stdlib": "^2.7 || ^3.0",
"laminas/laminas-uri": "^2.5",
"laminas/laminas-view": "^2.6.3"
},
"require-dev": {
"mikey179/vfsstream": "~1.2",
"symfony/finder": "^2.2",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-i18n": "^2.6",
"laminas/laminas-log": "^2.7.1",
"laminas/laminas-modulemanager": "^2.7.1",
"laminas/laminas-mvc-console": "^1.1.8",
"laminas/laminas-mvc-plugin-flashmessenger": "^0.1.0",
"laminas/laminas-serializer": "^2.6.1",
"laminas/laminas-session": "^2.8.5",
"laminas/laminas-validator": "^2.8"
},
"suggest": {
"laminas/laminas-mvc-console": "^1.1.8, to test MVC <-> console integration"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.3.x-dev",
"dev-develop": "3.4.x-dev"
}
},
"autoload": {
"files": [
"autoload/phpunit-class-aliases.php"
],
"psr-4": {
"Laminas\\Test\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Tools to facilitate unit testing of zend-mvc applications",
"keywords": [
"ZendFramework",
"test",
"zf"
],
"abandoned": "laminas/laminas-test",
"time": "2019-06-11T19:33:38+00:00"
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"laminas/laminas-component-installer": 20,
"jaggedsoft/php-binance-api": 20,
"payward/kraken-api-client": 20
},
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": "^5.6 || ^7.0",
"ext-gd": "*",
"ext-intl": "*"
},
"platform-dev": [],
"plugin-api-version": "1.1.0"
}