MonarcAppFO/composer.lock

5304 lines
205 KiB
Plaintext
Raw Normal View History

2019-09-12 15:13:37 +02:00
{
"_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": "e6107b6c2ccc9839092c7eb1fd28903f",
2019-09-12 15:13:37 +02:00
"packages": [
{
"name": "cakephp/cache",
"version": "3.8.10",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/cakephp/cache.git",
"reference": "c1153129d87e051acd6e09140c3139911b11ab79"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cakephp/cache/zipball/c1153129d87e051acd6e09140c3139911b11ab79",
"reference": "c1153129d87e051acd6e09140c3139911b11ab79",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
"cakephp/core": "^3.6.0",
"php": ">=5.6.0",
"psr/simple-cache": "^1.0.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Cake\\Cache\\": "."
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "CakePHP Community",
"homepage": "https://github.com/cakephp/cache/graphs/contributors"
}
],
"description": "Easy to use Caching library with support for multiple caching backends",
"homepage": "https://cakephp.org",
"keywords": [
"cache",
"caching",
"cakephp"
],
"time": "2019-12-22T10:32:04+00:00"
2019-09-12 15:13:37 +02:00
},
{
"name": "cakephp/collection",
"version": "3.8.10",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/cakephp/collection.git",
"reference": "013e9d02552c56d737a6bff91e59544c735efed7"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cakephp/collection/zipball/013e9d02552c56d737a6bff91e59544c735efed7",
"reference": "013e9d02552c56d737a6bff91e59544c735efed7",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Cake\\Collection\\": "."
},
"files": [
"functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "CakePHP Community",
"homepage": "https://github.com/cakephp/collection/graphs/contributors"
}
],
"description": "Work easily with arrays and iterators by having a battery of utility traversal methods",
"homepage": "https://cakephp.org",
"keywords": [
"arrays",
"cakephp",
"collections",
"iterators"
],
"time": "2020-01-10T15:24:40+00:00"
2019-09-12 15:13:37 +02:00
},
{
"name": "cakephp/core",
"version": "3.8.10",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/cakephp/core.git",
"reference": "16249fa6771663e6649cbdb832f7ff25bf568b84"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cakephp/core/zipball/16249fa6771663e6649cbdb832f7ff25bf568b84",
"reference": "16249fa6771663e6649cbdb832f7ff25bf568b84",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
"cakephp/utility": "^3.6.0",
"php": ">=5.6.0"
},
"suggest": {
"cakephp/cache": "To use Configure::store() and restore().",
"cakephp/event": "To use PluginApplicationInterface or plugin applications."
},
"type": "library",
"autoload": {
"psr-4": {
"Cake\\Core\\": "."
},
"files": [
"functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "CakePHP Community",
"homepage": "https://github.com/cakephp/core/graphs/contributors"
}
],
"description": "CakePHP Framework Core classes",
"homepage": "https://cakephp.org",
"keywords": [
"cakephp",
"core",
"framework"
],
"time": "2020-01-10T15:24:40+00:00"
2019-09-12 15:13:37 +02:00
},
{
"name": "cakephp/database",
"version": "3.8.10",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/cakephp/database.git",
"reference": "100542d4364a6de674c37bb605ac2fce5a8cc0cd"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cakephp/database/zipball/100542d4364a6de674c37bb605ac2fce5a8cc0cd",
"reference": "100542d4364a6de674c37bb605ac2fce5a8cc0cd",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
"cakephp/cache": "^3.6.0",
"cakephp/core": "^3.6.0",
"cakephp/datasource": "^3.6.0",
"cakephp/log": "^3.6.0",
"php": ">=5.6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Cake\\Database\\": "."
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "CakePHP Community",
"homepage": "https://github.com/cakephp/database/graphs/contributors"
}
],
"description": "Flexible and powerful Database abstraction library with a familiar PDO-like API",
"homepage": "https://cakephp.org",
"keywords": [
"abstraction",
"cakephp",
"database",
"database abstraction",
"pdo"
],
"time": "2020-02-04T11:23:19+00:00"
2019-09-12 15:13:37 +02:00
},
{
"name": "cakephp/datasource",
"version": "3.8.10",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/cakephp/datasource.git",
2019-12-09 13:17:16 +01:00
"reference": "e2fff5bd4adb650d565c853fb25380657e2d1dbb"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2019-12-09 13:17:16 +01:00
"url": "https://api.github.com/repos/cakephp/datasource/zipball/e2fff5bd4adb650d565c853fb25380657e2d1dbb",
"reference": "e2fff5bd4adb650d565c853fb25380657e2d1dbb",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
"cakephp/core": "^3.6.0",
"php": ">=5.6.0"
},
"suggest": {
"cakephp/cache": "If you decide to use Query caching.",
"cakephp/collection": "If you decide to use ResultSetInterface.",
"cakephp/utility": "If you decide to use EntityTrait."
},
"type": "library",
"autoload": {
"psr-4": {
"Cake\\Datasource\\": "."
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "CakePHP Community",
"homepage": "https://github.com/cakephp/datasource/graphs/contributors"
}
],
"description": "Provides connection managing and traits for Entities and Queries that can be reused for different datastores",
"homepage": "https://cakephp.org",
"keywords": [
"cakephp",
"connection management",
"datasource",
"entity",
"query"
],
2019-12-09 13:17:16 +01:00
"time": "2019-11-20T00:00:46+00:00"
2019-09-12 15:13:37 +02:00
},
{
"name": "cakephp/log",
"version": "3.8.10",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/cakephp/log.git",
"reference": "2dae5b32430ca89d66c73bd9d568fcf68736eae5"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cakephp/log/zipball/2dae5b32430ca89d66c73bd9d568fcf68736eae5",
"reference": "2dae5b32430ca89d66c73bd9d568fcf68736eae5",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
"cakephp/core": "^3.6.0",
"php": ">=5.6.0",
"psr/log": "^1.0.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Cake\\Log\\": "."
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "CakePHP Community",
"homepage": "https://github.com/cakephp/log/graphs/contributors"
}
],
"description": "CakePHP logging library with support for multiple different streams",
"homepage": "https://cakephp.org",
"keywords": [
"Streams",
"cakephp",
"log",
"logging"
],
"time": "2020-01-10T15:24:40+00:00"
2019-09-12 15:13:37 +02:00
},
{
"name": "cakephp/utility",
"version": "3.8.10",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/cakephp/utility.git",
"reference": "9f121defbff4b5f3691b33de8cb203b8923fc2a4"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cakephp/utility/zipball/9f121defbff4b5f3691b33de8cb203b8923fc2a4",
"reference": "9f121defbff4b5f3691b33de8cb203b8923fc2a4",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
"cakephp/core": "^3.6.0",
"php": ">=5.6.0"
},
"suggest": {
"ext-intl": "To use Text::transliterate() or Text::slug()",
"lib-ICU": "To use Text::transliterate() or Text::slug()"
},
"type": "library",
"autoload": {
"psr-4": {
"Cake\\Utility\\": "."
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "CakePHP Community",
"homepage": "https://github.com/cakephp/utility/graphs/contributors"
}
],
"description": "CakePHP Utility classes such as Inflector, String, Hash, and Security",
"homepage": "https://cakephp.org",
"keywords": [
"cakephp",
"hash",
"inflector",
"security",
"string",
"utility"
],
"time": "2020-02-18T01:57:35+00:00"
2019-09-12 15:13:37 +02: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",
2019-11-20 10:14:26 +01:00
"abandoned": "psr/container",
2019-09-12 15:13:37 +02:00
"time": "2017-02-14T19:40:03+00:00"
},
{
"name": "doctrine/annotations",
"version": "v1.8.0",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
"reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
"php": "^7.1"
},
"require-dev": {
"doctrine/cache": "1.*",
"phpunit/phpunit": "^7.5"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.7.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": "2019-10-01T18:55:10+00:00"
2019-09-12 15:13:37 +02:00
},
{
"name": "doctrine/cache",
2019-12-09 13:17:16 +01:00
"version": "1.10.0",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
2019-12-09 13:17:16 +01:00
"reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2019-12-09 13:17:16 +01:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
"reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
"php": "~7.1"
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
2019-11-13 10:44:07 +01:00
"doctrine/coding-standard": "^6.0",
2019-09-12 15:13:37 +02:00
"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": {
2019-11-13 10:44:07 +01:00
"dev-master": "1.9.x-dev"
2019-09-12 15:13:37 +02:00
}
},
"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"
},
2019-09-12 15:13:37 +02:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2019-11-13 10:44:07 +01:00
"description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
"homepage": "https://www.doctrine-project.org/projects/cache.html",
2019-09-12 15:13:37 +02:00
"keywords": [
2019-11-13 10:44:07 +01:00
"abstraction",
"apcu",
2019-09-12 15:13:37 +02:00
"cache",
2019-11-13 10:44:07 +01:00
"caching",
"couchdb",
"memcached",
"php",
"redis",
"xcache"
2019-09-12 15:13:37 +02:00
],
2019-12-09 13:17:16 +01:00
"time": "2019-11-29T15:36:20+00:00"
2019-09-12 15:13:37 +02:00
},
{
"name": "doctrine/collections",
"version": "1.6.4",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
"reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
"reference": "6b1e4b2b66f6d6e49983cebfe23a21b7ccc5b0d7",
2019-09-12 15:13:37 +02:00
"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": [
2019-11-13 10:44:07 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-09-12 15:13:37 +02:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "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"
2019-09-12 15:13:37 +02:00
},
{
"name": "doctrine/common",
2020-01-20 13:23:18 +01:00
"version": "2.12.0",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
2020-01-20 13:23:18 +01:00
"reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-01-20 13:23:18 +01:00
"url": "https://api.github.com/repos/doctrine/common/zipball/2053eafdf60c2172ee1373d1b9289ba1db7f1fc6",
"reference": "2053eafdf60c2172ee1373d1b9289ba1db7f1fc6",
2019-09-12 15:13:37 +02:00
"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.1",
"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"
],
2020-01-20 13:23:18 +01:00
"time": "2020-01-10T15:49:25+00:00"
2019-09-12 15:13:37 +02:00
},
{
"name": "doctrine/dbal",
2020-01-20 13:23:18 +01:00
"version": "v2.10.1",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
2020-01-20 13:23:18 +01:00
"reference": "c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-01-20 13:23:18 +01:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8",
"reference": "c2b8e6e82732a64ecde1cddf9e1e06cb8556e3d8",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
"doctrine/cache": "^1.0",
"doctrine/event-manager": "^1.0",
"ext-pdo": "*",
2019-11-13 10:44:07 +01:00
"php": "^7.2"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
2019-11-13 10:44:07 +01:00
"doctrine/coding-standard": "^6.0",
"jetbrains/phpstorm-stubs": "^2019.1",
"phpstan/phpstan": "^0.11.3",
"phpunit/phpunit": "^8.4.1",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0"
2019-09-12 15:13:37 +02:00
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": [
"bin/doctrine-dbal"
],
"type": "library",
"extra": {
"branch-alias": {
2019-11-13 10:44:07 +01:00
"dev-master": "2.10.x-dev",
2019-09-12 15:13:37 +02:00
"dev-develop": "3.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-13 10:44:07 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-09-12 15:13:37 +02:00
{
"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",
2019-11-13 10:44:07 +01:00
"db2",
2019-09-12 15:13:37 +02:00
"dbal",
2019-11-13 10:44:07 +01:00
"mariadb",
"mssql",
2019-09-12 15:13:37 +02:00
"mysql",
2019-11-13 10:44:07 +01:00
"oci8",
"oracle",
"pdo",
2019-09-12 15:13:37 +02:00
"pgsql",
2019-11-13 10:44:07 +01:00
"postgresql",
"queryobject",
"sasql",
"sql",
"sqlanywhere",
"sqlite",
"sqlserver",
"sqlsrv"
],
2020-01-20 13:23:18 +01:00
"time": "2020-01-04T12:56:21+00:00"
2019-09-12 15:13:37 +02:00
},
{
"name": "doctrine/doctrine-module",
"version": "2.1.10",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineModule.git",
"reference": "2b961e58eb911bfe1e99a6e9a69087e05a24201c"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineModule/zipball/2b961e58eb911bfe1e99a6e9a69087e05a24201c",
"reference": "2b961e58eb911bfe1e99a6e9a69087e05a24201c",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
"doctrine/cache": "^1.7",
"doctrine/common": "^2.8",
"php": "^7.1",
"symfony/console": "^3.3 || ^4.0 || ^5.0",
2019-09-12 15:13:37 +02:00
"zendframework/zend-authentication": "^2.5.3",
"zendframework/zend-cache": "^2.7.1",
"zendframework/zend-form": "^2.11",
"zendframework/zend-hydrator": "^2.3",
"zendframework/zend-mvc": "^3.1",
"zendframework/zend-paginator": "^2.8",
"zendframework/zend-servicemanager": "^3.3",
"zendframework/zend-stdlib": "^3.1",
"zendframework/zend-validator": "^2.10"
},
"require-dev": {
"phpunit/phpunit": "^7.5.2",
"predis/predis": "^1.1",
"squizlabs/php_codesniffer": "^2.7",
"zendframework/zend-i18n": "^2.7",
"zendframework/zend-log": "^2.9",
"zendframework/zend-modulemanager": "^2.8",
"zendframework/zend-mvc-console": "^1.1.11",
"zendframework/zend-serializer": "^2.8",
"zendframework/zend-session": "^2.8",
"zendframework/zend-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",
"zendframework/zend-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/"
},
2019-09-12 15:13:37 +02:00
{
"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"
2019-09-12 15:13:37 +02:00
},
{
"name": "doctrine/doctrine-orm-module",
"version": "2.1.7",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineORMModule.git",
"reference": "5693988999afae74cd74a8c43e78cddde1cff464"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineORMModule/zipball/5693988999afae74cd74a8c43e78cddde1cff464",
"reference": "5693988999afae74cd74a8c43e78cddde1cff464",
2019-09-12 15:13:37 +02:00
"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",
2019-09-12 15:13:37 +02:00
"zendframework/zend-hydrator": "^2.3",
"zendframework/zend-mvc": "^3.1",
"zendframework/zend-servicemanager": "^3.3",
"zendframework/zend-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",
"zendframework/zend-console": "^2.6",
"zendframework/zend-developer-tools": "^1.1",
"zendframework/zend-i18n": "^2.7.3",
"zendframework/zend-log": "^2.9",
"zendframework/zend-modulemanager": "^2.7.2",
"zendframework/zend-mvc-console": "^1.2",
"zendframework/zend-serializer": "^2.8"
},
"suggest": {
"doctrine/migrations": "doctrine migrations if you want to keep your schema definitions versioned",
"zendframework/zend-developer-tools": "zend-developer-tools if you want to profile operations executed by the ORM during development",
"zendframework/zend-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/"
},
2019-09-12 15:13:37 +02:00
{
"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"
2019-09-12 15:13:37 +02:00
},
{
"name": "doctrine/event-manager",
2019-11-13 10:44:07 +01:00
"version": "1.1.0",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/event-manager.git",
2019-11-13 10:44:07 +01:00
"reference": "629572819973f13486371cb611386eb17851e85c"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2019-11-13 10:44:07 +01:00
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/629572819973f13486371cb611386eb17851e85c",
"reference": "629572819973f13486371cb611386eb17851e85c",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
"php": "^7.1"
},
"conflict": {
"doctrine/common": "<2.9@dev"
},
"require-dev": {
2019-11-13 10:44:07 +01:00
"doctrine/coding-standard": "^6.0",
2019-09-12 15:13:37 +02:00
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-13 10:44:07 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-09-12 15:13:37 +02:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
2019-11-13 10:44:07 +01:00
"description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
2019-09-12 15:13:37 +02:00
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
"keywords": [
"event",
2019-11-13 10:44:07 +01:00
"event dispatcher",
"event manager",
"event system",
"events"
2019-09-12 15:13:37 +02:00
],
2019-11-13 10:44:07 +01:00
"time": "2019-11-10T09:48:07+00:00"
2019-09-12 15:13:37 +02:00
},
{
"name": "doctrine/inflector",
2019-11-13 10:44:07 +01:00
"version": "1.3.1",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2019-11-13 10:44:07 +01:00
"reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2019-11-13 10:44:07 +01:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
"reference": "ec3a55242203ffa6a4b27c58176da97ff0a7aec1",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^6.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-13 10:44:07 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-09-12 15:13:37 +02:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"inflection",
"pluralize",
"singularize",
"string"
],
2019-11-13 10:44:07 +01:00
"time": "2019-10-30T19:59:35+00:00"
2019-09-12 15:13:37 +02:00
},
{
"name": "doctrine/instantiator",
2019-11-13 10:44:07 +01:00
"version": "1.3.0",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
2019-11-13 10:44:07 +01:00
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2019-11-13 10:44:07 +01:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1",
"reference": "ae466f726242e637cebdd526a7d991b9433bacf1",
2019-09-12 15:13:37 +02:00
"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"
],
2019-11-13 10:44:07 +01:00
"time": "2019-10-21T16:45:58+00:00"
2019-09-12 15:13:37 +02:00
},
{
"name": "doctrine/lexer",
2019-11-13 10:44:07 +01:00
"version": "1.2.0",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
2019-11-13 10:44:07 +01:00
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2019-11-13 10:44:07 +01:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
"reference": "5242d66dbeb21a30dd8a3e66bf7a73b66e05e1f6",
2019-09-12 15:13:37 +02:00
"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": {
2019-11-13 10:44:07 +01:00
"dev-master": "1.2.x-dev"
2019-09-12 15:13:37 +02:00
}
},
"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"
],
2019-11-13 10:44:07 +01:00
"time": "2019-10-30T14:39:59+00:00"
2019-09-12 15:13:37 +02:00
},
{
"name": "doctrine/orm",
2020-02-21 09:40:34 +01:00
"version": "v2.7.1",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
2020-02-21 09:40:34 +01:00
"reference": "445796af0e873d9bd04f2502d322a7d5009b6846"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/doctrine/orm/zipball/445796af0e873d9bd04f2502d322a7d5009b6846",
"reference": "445796af0e873d9bd04f2502d322a7d5009b6846",
2019-09-12 15:13:37 +02:00
"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",
2019-09-12 15:13:37 +02:00
"ext-pdo": "*",
2020-02-21 09:40:34 +01:00
"ocramius/package-versions": "^1.2",
2019-09-12 15:13:37 +02:00
"php": "^7.1",
"symfony/console": "^3.0|^4.0|^5.0"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
"doctrine/coding-standard": "^5.0",
"phpunit/phpunit": "^7.5",
"symfony/yaml": "^3.4|^4.0|^5.0"
2019-09-12 15:13:37 +02:00
},
"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"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\ORM\\": "lib/Doctrine/ORM"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-09-12 15:13:37 +02:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "Object-Relational-Mapper for PHP",
"homepage": "https://www.doctrine-project.org/projects/orm.html",
2019-09-12 15:13:37 +02:00
"keywords": [
"database",
"orm"
],
2020-02-21 09:40:34 +01:00
"time": "2020-02-15T14:35:56+00:00"
2019-09-12 15:13:37 +02:00
},
{
"name": "doctrine/persistence",
2020-01-20 13:23:18 +01:00
"version": "1.3.6",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/persistence.git",
2020-01-20 13:23:18 +01:00
"reference": "5dd3ac5eebef2d0b074daa4440bb18f93132dee4"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-01-20 13:23:18 +01:00
"url": "https://api.github.com/repos/doctrine/persistence/zipball/5dd3ac5eebef2d0b074daa4440bb18f93132dee4",
"reference": "5dd3ac5eebef2d0b074daa4440bb18f93132dee4",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.0",
"doctrine/cache": "^1.0",
"doctrine/collections": "^1.0",
"doctrine/event-manager": "^1.0",
2020-01-20 13:23:18 +01:00
"doctrine/reflection": "^1.1",
2019-09-12 15:13:37 +02:00
"php": "^7.1"
},
"conflict": {
"doctrine/common": "<2.10@dev"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11",
2019-09-12 15:13:37 +02:00
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common",
"Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2019-11-13 10:44:07 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-09-12 15:13:37 +02:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"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"
],
2020-01-20 13:23:18 +01:00
"time": "2020-01-16T22:06:23+00:00"
2019-09-12 15:13:37 +02:00
},
{
"name": "doctrine/reflection",
2020-01-20 13:23:18 +01:00
"version": "v1.1.0",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/reflection.git",
2020-01-20 13:23:18 +01:00
"reference": "bc420ead87fdfe08c03ecc3549db603a45b06d4c"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-01-20 13:23:18 +01:00
"url": "https://api.github.com/repos/doctrine/reflection/zipball/bc420ead87fdfe08c03ecc3549db603a45b06d4c",
"reference": "bc420ead87fdfe08c03ecc3549db603a45b06d4c",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.0",
"ext-tokenizer": "*",
"php": "^7.1"
},
2020-01-20 13:23:18 +01:00
"conflict": {
"doctrine/common": "<2.9"
},
2019-09-12 15:13:37 +02:00
"require-dev": {
2020-01-20 13:23:18 +01:00
"doctrine/coding-standard": "^5.0",
"doctrine/common": "^2.10",
"phpstan/phpstan": "^0.11.0",
"phpstan/phpstan-phpunit": "^0.11.0",
"phpunit/phpunit": "^7.0"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-01-20 13:23:18 +01:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-09-12 15:13:37 +02:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
2020-01-20 13:23:18 +01:00
"description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
2019-09-12 15:13:37 +02:00
"homepage": "https://www.doctrine-project.org/projects/reflection.html",
"keywords": [
2020-01-20 13:23:18 +01:00
"reflection",
"static"
2019-09-12 15:13:37 +02:00
],
2020-01-20 13:23:18 +01:00
"time": "2020-01-08T19:53:19+00:00"
2019-09-12 15:13:37 +02:00
},
{
"name": "laminas/laminas-authentication",
"version": "2.7.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-authentication.git",
"reference": "53505e07858d243792b96be763456f786d953501"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-authentication/zipball/53505e07858d243792b96be763456f786d953501",
"reference": "53505e07858d243792b96be763456f786d953501",
"shasum": ""
},
"require": {
"laminas/laminas-stdlib": "^3.2.1",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
},
"replace": {
"zendframework/zend-authentication": "self.version"
},
"require-dev": {
"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",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
},
"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",
"homepage": "https://laminas.dev",
"keywords": [
"Authentication",
"laminas"
],
"time": "2019-12-31T16:14:48+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": {
"zendframework/zend-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-code",
"version": "3.4.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-code.git",
"reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/1cb8f203389ab1482bf89c0e70a04849bacd7766",
"reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766",
"shasum": ""
},
"require": {
"laminas/laminas-eventmanager": "^2.6 || ^3.0",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^7.1"
},
"conflict": {
"phpspec/prophecy": "<1.9.0"
},
"replace": {
"zendframework/zend-code": "self.version"
},
"require-dev": {
"doctrine/annotations": "^1.7",
"ext-phar": "*",
"laminas/laminas-coding-standard": "^1.0",
"laminas/laminas-stdlib": "^2.7 || ^3.0",
"phpunit/phpunit": "^7.5.16 || ^8.4"
},
"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",
"homepage": "https://laminas.dev",
"keywords": [
"code",
"laminas"
],
"time": "2019-12-31T16:28:24+00:00"
},
2020-02-21 09:40:34 +01:00
{
"name": "laminas/laminas-config",
"version": "3.3.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-config.git",
"reference": "b8fe057f55e69a0e7a2e4ced79218a43f58606a8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-config/zipball/b8fe057f55e69a0e7a2e4ced79218a43f58606a8",
"reference": "b8fe057f55e69a0e7a2e4ced79218a43f58606a8",
"shasum": ""
},
"require": {
"ext-json": "*",
"laminas/laminas-stdlib": "^2.7.7 || ^3.1",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0",
"psr/container": "^1.0"
},
"conflict": {
"container-interop/container-interop": "<1.2.0"
},
"replace": {
"zendframework/zend-config": "self.version"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-filter": "^2.7.2",
"laminas/laminas-i18n": "^2.7.4",
"laminas/laminas-servicemanager": "^2.7.8 || ^3.3",
"malukenho/docheader": "^0.1.6",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
},
"suggest": {
"laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor",
"laminas/laminas-i18n": "^2.7.4; install if you want to use the Translator processor",
"laminas/laminas-servicemanager": "^2.7.8 || ^3.3; if you need an extensible plugin manager for use with the Config Factory"
},
"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",
"homepage": "https://laminas.dev",
"keywords": [
"config",
"laminas"
],
"time": "2019-12-31T16:30:11+00:00"
},
{
"name": "laminas/laminas-console",
"version": "2.8.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-console.git",
"reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-console/zipball/478a6ceac3e31fb38d6314088abda8b239ee23a5",
"reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5",
"shasum": ""
},
"require": {
"laminas/laminas-stdlib": "^3.2.1",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
},
"replace": {
"zendframework/zend-console": "self.version"
},
"require-dev": {
"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",
"phpunit/phpunit": "^5.7.23 || ^6.4.3"
},
"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",
"homepage": "https://laminas.dev",
"keywords": [
"console",
"laminas"
],
"time": "2019-12-31T16:31:45+00:00"
},
{
"name": "laminas/laminas-dependency-plugin",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-dependency-plugin.git",
"reference": "f269716dc584cd7b69e7f6e8ac1092d645ab56d5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-dependency-plugin/zipball/f269716dc584cd7b69e7f6e8ac1092d645ab56d5",
"reference": "f269716dc584cd7b69e7f6e8ac1092d645ab56d5",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1",
"php": "^5.6 || ^7.0"
},
"require-dev": {
"composer/composer": "^1.9",
"dealerdirect/phpcodesniffer-composer-installer": "^0.5.0",
"phpcompatibility/php-compatibility": "^9.3",
"phpunit/phpunit": "^8.4",
"roave/security-advisories": "dev-master",
"webimpress/coding-standard": "^1.0"
},
"type": "composer-plugin",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev",
"dev-develop": "1.1.x-dev"
},
"class": "Laminas\\DependencyPlugin\\DependencyRewriterPlugin"
},
"autoload": {
"psr-4": {
"Laminas\\DependencyPlugin\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Replace zendframework and zfcampus packages with their Laminas Project equivalents.",
"time": "2020-01-14T19:36:52+00:00"
},
{
2020-02-21 09:40:34 +01:00
"name": "laminas/laminas-di",
"version": "3.1.2",
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/laminas/laminas-di.git",
"reference": "ee4d80f1756cf8c249e6816513f6f1f9ed89a262"
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/laminas/laminas-di/zipball/ee4d80f1756cf8c249e6816513f6f1f9ed89a262",
"reference": "ee4d80f1756cf8c249e6816513f6f1f9ed89a262",
"shasum": ""
},
2020-02-21 09:40:34 +01:00
"require": {
"laminas/laminas-stdlib": "^2.7 || ^3.0",
"laminas/laminas-zendframework-bridge": "^0.4.5 || ^1.0",
"php": "^7.1",
"psr/container": "^1.0",
"psr/log": "^1.0"
},
"conflict": {
"laminas/laminas-servicemanager-di": "*",
"phpspec/prophecy": "<1.9.0"
},
"replace": {
"zendframework/zend-di": "self.version"
},
"require-dev": {
2020-02-21 09:40:34 +01:00
"container-interop/container-interop": "^1.2.0",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-servicemanager": "^3.0",
"mikey179/vfsstream": "^1.6.7",
"phpunit/phpunit": "^7.5.18 || ^8.5"
},
"suggest": {
2020-02-21 09:40:34 +01:00
"laminas/laminas-servicemanager": "An IoC container without auto wiring capabilities"
},
"type": "library",
2020-02-21 09:40:34 +01:00
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev",
"dev-develop": "3.2.x-dev"
},
"laminas": {
"component": "Laminas\\Di",
"config-provider": "Laminas\\Di\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Laminas\\Di\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"BSD-3-Clause"
],
2020-02-21 09:40:34 +01:00
"description": "Automated dependency injection for PSR-11 containers",
"homepage": "https://laminas.dev",
"keywords": [
2020-02-21 09:40:34 +01:00
"PSR-11",
"di",
"laminas"
],
2020-02-21 09:40:34 +01:00
"time": "2019-12-31T15:17:41+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "laminas/laminas-escaper",
"version": "2.6.1",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/laminas/laminas-escaper.git",
"reference": "25f2a053eadfa92ddacb609dcbbc39362610da70"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/25f2a053eadfa92ddacb609dcbbc39362610da70",
"reference": "25f2a053eadfa92ddacb609dcbbc39362610da70",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
},
"replace": {
"zendframework/zend-escaper": "self.version"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
2020-02-21 09:40:34 +01:00
"laminas/laminas-coding-standard": "~1.0.0",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
2019-09-12 15:13:37 +02:00
},
2020-02-21 09:40:34 +01:00
"type": "library",
2019-09-12 15:13:37 +02:00
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "2.6.x-dev",
"dev-develop": "2.7.x-dev"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Laminas\\Escaper\\": "src/"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"BSD-3-Clause"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
"homepage": "https://laminas.dev",
"keywords": [
"escaper",
"laminas"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2019-12-31T16:43:30+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "laminas/laminas-eventmanager",
"version": "3.2.1",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/laminas/laminas-eventmanager.git",
"reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
"reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
},
"replace": {
"zendframework/zend-eventmanager": "self.version"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
2020-02-21 09:40:34 +01:00
"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"
2019-09-12 15:13:37 +02:00
},
"suggest": {
2020-02-21 09:40:34 +01:00
"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"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "3.2-dev",
"dev-develop": "3.3-dev"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
2020-02-21 09:40:34 +01:00
"psr-4": {
"Laminas\\EventManager\\": "src/"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"BSD-3-Clause"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"description": "Trigger and listen to events within a PHP application",
"homepage": "https://laminas.dev",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"event",
"eventmanager",
"events",
"laminas"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2019-12-31T16:44:52+00:00"
2019-09-12 15:13:37 +02:00
},
{
"name": "laminas/laminas-filter",
"version": "2.9.3",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-filter.git",
"reference": "52b5cdbef8902280996e687e7352a648a8e22f31"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-filter/zipball/52b5cdbef8902280996e687e7352a648a8e22f31",
"reference": "52b5cdbef8902280996e687e7352a648a8e22f31",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
"laminas/laminas-stdlib": "^2.7.7 || ^3.1",
2020-02-21 09:40:34 +01:00
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
},
"conflict": {
"laminas/laminas-validator": "<2.10.1"
},
2020-02-21 09:40:34 +01:00
"replace": {
"zendframework/zend-filter": "self.version"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
2020-02-21 09:40:34 +01:00
"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",
"pear/archive_tar": "^1.4.3",
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
"psr/http-factory": "^1.0"
2019-09-12 15:13:37 +02:00
},
"suggest": {
"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",
"psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters"
2019-09-12 15:13:37 +02:00
},
"type": "library",
2020-02-21 09:40:34 +01:00
"extra": {
"branch-alias": {
"dev-master": "2.9.x-dev",
"dev-develop": "2.10.x-dev"
},
"laminas": {
"component": "Laminas\\Filter",
"config-provider": "Laminas\\Filter\\ConfigProvider"
2020-02-21 09:40:34 +01:00
}
},
"autoload": {
"psr-4": {
"Laminas\\Filter\\": "src/"
2020-02-21 09:40:34 +01:00
}
},
2019-09-12 15:13:37 +02:00
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"BSD-3-Clause"
2019-09-12 15:13:37 +02:00
],
"description": "Programmatically filter and normalize data and files",
2020-02-21 09:40:34 +01:00
"homepage": "https://laminas.dev",
2019-09-12 15:13:37 +02:00
"keywords": [
"filter",
2020-02-21 09:40:34 +01:00
"laminas"
2019-09-12 15:13:37 +02:00
],
"time": "2020-01-07T20:43:53+00:00"
2019-09-12 15:13:37 +02:00
},
{
"name": "laminas/laminas-form",
"version": "2.14.3",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-form.git",
"reference": "012aae01366cb8c8fb64e39a887363ef82f388dd"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-form/zipball/012aae01366cb8c8fb64e39a887363ef82f388dd",
"reference": "012aae01366cb8c8fb64e39a887363ef82f388dd",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
2020-02-21 09:40:34 +01:00
"require": {
"laminas/laminas-hydrator": "^1.1 || ^2.1 || ^3.0",
"laminas/laminas-inputfilter": "^2.8",
"laminas/laminas-stdlib": "^3.2.1",
2020-02-21 09:40:34 +01:00
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
},
"replace": {
"zendframework/zend-form": "self.version"
2020-02-21 09:40:34 +01:00
},
"require-dev": {
"doctrine/annotations": "~1.0",
2020-02-21 09:40:34 +01:00
"laminas/laminas-cache": "^2.6.1",
"laminas/laminas-captcha": "^2.7.1",
"laminas/laminas-code": "^2.6 || ^3.0",
2020-02-21 09:40:34 +01:00
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-escaper": "^2.5",
2020-02-21 09:40:34 +01:00
"laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
"laminas/laminas-filter": "^2.6",
"laminas/laminas-i18n": "^2.6",
"laminas/laminas-recaptcha": "^3.0.0",
2020-02-21 09:40:34 +01:00
"laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
"laminas/laminas-session": "^2.8.1",
"laminas/laminas-text": "^2.6",
2020-02-21 09:40:34 +01:00
"laminas/laminas-validator": "^2.6",
"laminas/laminas-view": "^2.6.2",
"phpunit/phpunit": "^5.7.23 || ^6.5.3"
2020-02-21 09:40:34 +01:00
},
"suggest": {
"laminas/laminas-captcha": "^2.7.1, required for using CAPTCHA form elements",
"laminas/laminas-code": "^2.6 || ^3.0, required to use laminas-form annotations support",
"laminas/laminas-eventmanager": "^2.6.2 || ^3.0, reuired for laminas-form annotations support",
"laminas/laminas-i18n": "^2.6, required when using laminas-form view helpers",
"laminas/laminas-recaptcha": "in order to use the ReCaptcha form element",
"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 laminas-form view helpers"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.14.x-dev",
"dev-develop": "2.15.x-dev"
},
"laminas": {
"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",
"homepage": "https://laminas.dev",
"keywords": [
"form",
"laminas"
],
"time": "2019-12-31T16:56:34+00:00"
},
{
"name": "laminas/laminas-http",
"version": "2.11.2",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-http.git",
"reference": "8c66963b933c80da59433da56a44dfa979f3ec88"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-http/zipball/8c66963b933c80da59433da56a44dfa979f3ec88",
"reference": "8c66963b933c80da59433da56a44dfa979f3ec88",
"shasum": ""
},
"require": {
"laminas/laminas-loader": "^2.5.1",
"laminas/laminas-stdlib": "^3.2.1",
"laminas/laminas-uri": "^2.5.2",
"laminas/laminas-validator": "^2.10.1",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
},
"replace": {
"zendframework/zend-http": "self.version"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-config": "^3.1 || ^2.6",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.3"
},
"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",
"homepage": "https://laminas.dev",
"keywords": [
"http",
"http client",
"laminas"
],
"time": "2019-12-31T17:02:36+00:00"
},
{
"name": "laminas/laminas-hydrator",
"version": "2.4.2",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-hydrator.git",
"reference": "4a0e81cf05f32edcace817f1f48cb4055f689d85"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/4a0e81cf05f32edcace817f1f48cb4055f689d85",
"reference": "4a0e81cf05f32edcace817f1f48cb4055f689d85",
"shasum": ""
},
"require": {
"laminas/laminas-stdlib": "^3.0",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
},
"replace": {
"zendframework/zend-hydrator": "self.version"
},
"require-dev": {
"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",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
},
"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"
},
"laminas": {
"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",
"homepage": "https://laminas.dev",
"keywords": [
"hydrator",
"laminas"
],
"time": "2019-12-31T17:06:38+00:00"
},
{
"name": "laminas/laminas-i18n",
"version": "2.10.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-i18n.git",
"reference": "815be447f1c77f70a86bf24d00087fcb975b39ff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/815be447f1c77f70a86bf24d00087fcb975b39ff",
"reference": "815be447f1c77f70a86bf24d00087fcb975b39ff",
"shasum": ""
},
"require": {
"ext-intl": "*",
"laminas/laminas-stdlib": "^2.7 || ^3.0",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
},
"conflict": {
"phpspec/prophecy": "<1.9.0"
},
"replace": {
"zendframework/zend-i18n": "self.version"
},
"require-dev": {
"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",
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.16"
},
"suggest": {
"laminas/laminas-cache": "Laminas\\Cache component",
2020-02-21 09:40:34 +01:00
"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"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "2.10.x-dev",
"dev-develop": "2.11.x-dev"
},
"laminas": {
"component": "Laminas\\I18n",
"config-provider": "Laminas\\I18n\\ConfigProvider"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Laminas\\I18n\\": "src/"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"BSD-3-Clause"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"description": "Provide translations for your application, and filter and validate internationalized values",
"homepage": "https://laminas.dev",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"i18n",
"laminas"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2019-12-31T17:07:17+00:00"
2019-09-12 15:13:37 +02:00
},
{
"name": "laminas/laminas-inputfilter",
"version": "2.10.1",
"source": {
"type": "git",
"url": "git@github.com:laminas/laminas-inputfilter.git",
"reference": "b29ce8f512c966468eee37ea4873ae5fb545d00a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/b29ce8f512c966468eee37ea4873ae5fb545d00a",
"reference": "b29ce8f512c966468eee37ea4873ae5fb545d00a",
"shasum": ""
},
"require": {
"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",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
},
"replace": {
"zendframework/zend-inputfilter": "self.version"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.15",
"psr/http-message": "^1.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"
},
"laminas": {
"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",
"homepage": "https://laminas.dev",
"keywords": [
"inputfilter",
"laminas"
],
"time": "2019-12-31T17:11:54+00:00"
},
2019-09-12 15:13:37 +02:00
{
2020-02-21 09:40:34 +01:00
"name": "laminas/laminas-json",
"version": "3.1.2",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/laminas/laminas-json.git",
"reference": "00dc0da7b5e5018904c5c4a8e80a5faa16c2c1c6"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/laminas/laminas-json/zipball/00dc0da7b5e5018904c5c4a8e80a5faa16c2c1c6",
"reference": "00dc0da7b5e5018904c5c4a8e80a5faa16c2c1c6",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
},
"replace": {
"zendframework/zend-json": "self.version"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-stdlib": "^2.7.7 || ^3.1",
"phpunit/phpunit": "^5.7.23 || ^6.4.3"
},
"suggest": {
"laminas/laminas-json-server": "For implementing JSON-RPC servers",
"laminas/laminas-xml2json": "For converting XML documents to JSON"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "3.1.x-dev",
"dev-develop": "3.2.x-dev"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Laminas\\Json\\": "src/"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"BSD-3-Clause"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
"homepage": "https://laminas.dev",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"json",
"laminas"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2019-12-31T17:15:04+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "laminas/laminas-loader",
"version": "2.6.1",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/laminas/laminas-loader.git",
"reference": "5d01c2c237ae9e68bec262f339947e2ea18979bc"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/laminas/laminas-loader/zipball/5d01c2c237ae9e68bec262f339947e2ea18979bc",
"reference": "5d01c2c237ae9e68bec262f339947e2ea18979bc",
"shasum": ""
},
"require": {
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
},
"replace": {
"zendframework/zend-loader": "self.version"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "2.6.x-dev",
"dev-develop": "2.7.x-dev"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Laminas\\Loader\\": "src/"
}
2019-09-12 15:13:37 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"BSD-3-Clause"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"description": "Autoloading and plugin loading strategies",
"homepage": "https://laminas.dev",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"laminas",
"loader"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2019-12-31T17:18:27+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "laminas/laminas-log",
"version": "2.12.0",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/laminas/laminas-log.git",
"reference": "4e92d841b48868714a070b10866e94be80fc92ff"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/laminas/laminas-log/zipball/4e92d841b48868714a070b10866e94be80fc92ff",
"reference": "4e92d841b48868714a070b10866e94be80fc92ff",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
"laminas/laminas-stdlib": "^2.7 || ^3.0",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0",
"psr/log": "^1.1.2"
},
"provide": {
"psr/log-implementation": "1.0.0"
},
"replace": {
"zendframework/zend-log": "self.version"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
2020-02-21 09:40:34 +01:00
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-db": "^2.6",
"laminas/laminas-escaper": "^2.5",
"laminas/laminas-filter": "^2.5",
"laminas/laminas-mail": "^2.6.1",
"laminas/laminas-validator": "^2.10.1",
"mikey179/vfsstream": "^1.6.7",
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.15"
},
"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"
2019-09-12 15:13:37 +02:00
},
"type": "library",
2020-02-21 09:40:34 +01:00
"extra": {
"branch-alias": {
"dev-master": "2.12.x-dev",
"dev-develop": "2.13.x-dev"
},
"laminas": {
"component": "Laminas\\Log",
"config-provider": "Laminas\\Log\\ConfigProvider"
}
},
2019-09-12 15:13:37 +02:00
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Laminas\\Log\\": "src/"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"BSD-3-Clause"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"description": "Robust, composite logger with filtering, formatting, and PSR-3 support",
"homepage": "https://laminas.dev",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"laminas",
"log",
"logging"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2019-12-31T17:18:59+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "laminas/laminas-mail",
"version": "2.10.0",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/laminas/laminas-mail.git",
"reference": "019fb670c1dff6be7fc91d3b88942bd0a5f68792"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/laminas/laminas-mail/zipball/019fb670c1dff6be7fc91d3b88942bd0a5f68792",
"reference": "019fb670c1dff6be7fc91d3b88942bd0a5f68792",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"ext-iconv": "*",
"laminas/laminas-loader": "^2.5",
"laminas/laminas-mime": "^2.5",
"laminas/laminas-stdlib": "^2.7 || ^3.0",
"laminas/laminas-validator": "^2.10.2",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0",
"true/punycode": "^2.1"
},
"replace": {
"zendframework/zend-mail": "self.version"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
2020-02-21 09:40:34 +01:00
"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",
"phpunit/phpunit": "^5.7.25 || ^6.4.4 || ^7.1.4"
},
"suggest": {
"laminas/laminas-crypt": "Crammd5 support in SMTP Auth",
"laminas/laminas-servicemanager": "^2.7.10 || ^3.3.1 when using SMTP to deliver messages"
2019-09-12 15:13:37 +02:00
},
"type": "library",
2020-02-21 09:40:34 +01:00
"extra": {
"branch-alias": {
"dev-master": "2.10.x-dev",
"dev-develop": "2.11.x-dev"
},
"laminas": {
"component": "Laminas\\Mail",
"config-provider": "Laminas\\Mail\\ConfigProvider"
}
},
2019-09-12 15:13:37 +02:00
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Laminas\\Mail\\": "src/"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"BSD-3-Clause"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"description": "Provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages",
"homepage": "https://laminas.dev",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"laminas",
"mail"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2019-12-31T17:21:22+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "laminas/laminas-mime",
"version": "2.7.2",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/laminas/laminas-mime.git",
"reference": "2dbace2c69542e5a251af3becb6d7209ac9fb42b"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/laminas/laminas-mime/zipball/2dbace2c69542e5a251af3becb6d7209ac9fb42b",
"reference": "2dbace2c69542e5a251af3becb6d7209ac9fb42b",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"laminas/laminas-stdlib": "^2.7 || ^3.0",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
2019-09-12 15:13:37 +02:00
},
2020-02-21 09:40:34 +01:00
"replace": {
"zendframework/zend-mime": "self.version"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
2020-02-21 09:40:34 +01:00
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-mail": "^2.6",
"phpunit/phpunit": "^5.7.21 || ^6.3"
2019-09-12 15:13:37 +02:00
},
"suggest": {
2020-02-21 09:40:34 +01:00
"laminas/laminas-mail": "Laminas\\Mail component"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "2.7.x-dev",
"dev-develop": "2.8.x-dev"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Laminas\\Mime\\": "src/"
}
2019-09-12 15:13:37 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"BSD-3-Clause"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"description": "Create and parse MIME messages and parts",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"mime"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2019-12-31T17:25:27+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "laminas/laminas-modulemanager",
"version": "2.8.4",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/laminas/laminas-modulemanager.git",
"reference": "92b1cde1aab5aef687b863face6dd5d9c6751c78"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/92b1cde1aab5aef687b863face6dd5d9c6751c78",
"reference": "92b1cde1aab5aef687b863face6dd5d9c6751c78",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"laminas/laminas-config": "^3.1 || ^2.6",
"laminas/laminas-eventmanager": "^3.2 || ^2.6.3",
"laminas/laminas-stdlib": "^3.1 || ^2.7",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
2019-09-12 15:13:37 +02:00
},
2020-02-21 09:40:34 +01:00
"replace": {
"zendframework/zend-modulemanager": "self.version"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
2020-02-21 09:40:34 +01:00
"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",
"phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.16"
2019-09-12 15:13:37 +02:00
},
"suggest": {
2020-02-21 09:40:34 +01:00
"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"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "2.8.x-dev",
"dev-develop": "2.9.x-dev"
}
},
"autoload": {
"psr-4": {
"Laminas\\ModuleManager\\": "src/"
2019-09-12 15:13:37 +02:00
}
2020-02-21 09:40:34 +01:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"description": "Modular application system for laminas-mvc applications",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"modulemanager"
],
"time": "2019-12-31T17:26:56+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "laminas/laminas-mvc",
"version": "3.1.1",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/laminas/laminas-mvc.git",
"reference": "ead09f8ab5ff0e562dbd0198c7f67523c2f61980"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/ead09f8ab5ff0e562dbd0198c7f67523c2f61980",
"reference": "ead09f8ab5ff0e562dbd0198c7f67523c2f61980",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"container-interop/container-interop": "^1.2",
"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",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
},
"replace": {
"zendframework/zend-mvc": "self.version"
},
"require-dev": {
"http-interop/http-middleware": "^0.4.1",
"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",
"phpunit/phpunit": "^6.4.4 || ^5.7.14"
},
"suggest": {
"http-interop/http-middleware": "^0.4.1 to be used together with laminas-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": "laminas-mvc-console provides the ability to expose laminas-mvc as a console application",
"laminas/laminas-mvc-i18n": "laminas-mvc-i18n provides integration with laminas-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 laminas-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": "laminas-servicemanager-di provides utilities for integrating laminas-di and laminas-servicemanager in your laminas-mvc application",
"laminas/laminas-stratigility": "laminas-stratigility is required to use middleware pipes in the MiddlewareListener"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "3.1-dev",
"dev-develop": "3.2-dev"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Laminas\\Mvc\\": "src/"
}
2019-09-12 15:13:37 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"BSD-3-Clause"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"description": "Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"mvc"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2019-12-31T17:33:14+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "laminas/laminas-mvc-console",
"version": "1.2.0",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/laminas/laminas-mvc-console.git",
"reference": "0c16223557fdb9bba853f6de22e1040824c1c966"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/laminas/laminas-mvc-console/zipball/0c16223557fdb9bba853f6de22e1040824c1c966",
"reference": "0c16223557fdb9bba853f6de22e1040824c1c966",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"container-interop/container-interop": "^1.1",
"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",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
},
"conflict": {
"laminas/laminas-mvc": "<3.0.0"
},
"replace": {
"zendframework/zend-mvc-console": "self.version"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-filter": "^2.6.1",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
2019-09-12 15:13:37 +02:00
},
"suggest": {
2020-02-21 09:40:34 +01:00
"laminas/laminas-filter": "^2.6.1, to filter rendered results"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "1.2.x-dev",
"dev-develop": "1.3.x-dev"
},
"laminas": {
"component": "Laminas\\Mvc\\Console"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Laminas\\Mvc\\Console\\": "src/"
}
2019-09-12 15:13:37 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"BSD-3-Clause"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"description": "Integration between laminas-mvc and laminas-console",
"homepage": "https://laminas.dev",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"console",
"laminas",
"mvc"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2019-12-31T17:33:37+00:00"
2019-09-12 15:13:37 +02:00
},
{
"name": "laminas/laminas-paginator",
"version": "2.8.2",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-paginator.git",
"reference": "5e53d927776b2d20e420bc2b289fa0c364a6b0bd"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-paginator/zipball/5e53d927776b2d20e420bc2b289fa0c364a6b0bd",
"reference": "5e53d927776b2d20e420bc2b289fa0c364a6b0bd",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
"laminas/laminas-stdlib": "^2.7 || ^3.0",
2020-02-21 09:40:34 +01:00
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^7.0 || ^5.6"
2020-02-21 09:40:34 +01:00
},
"replace": {
"zendframework/zend-paginator": "self.version"
2020-02-21 09:40:34 +01:00
},
"require-dev": {
"laminas/laminas-cache": "^2.6.1",
2020-02-21 09:40:34 +01:00
"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",
"phpunit/phpunit": "^6.2.1 || ^5.7.15"
},
"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"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.8.x-dev",
"dev-develop": "2.9.x-dev"
},
"laminas": {
"component": "Laminas\\Paginator",
"config-provider": "Laminas\\Paginator\\ConfigProvider"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
"Laminas\\Paginator\\": "src/"
2020-02-21 09:40:34 +01:00
}
2019-09-12 15:13:37 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"BSD-3-Clause"
2019-09-12 15:13:37 +02:00
],
"description": "Paginate collections of data from arbitrary sources",
2020-02-21 09:40:34 +01:00
"homepage": "https://laminas.dev",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"laminas",
"paginator"
2019-09-12 15:13:37 +02:00
],
"time": "2019-12-31T17:36:22+00:00"
2019-09-12 15:13:37 +02:00
},
{
"name": "laminas/laminas-permissions-rbac",
"version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-permissions-rbac.git",
"reference": "82757287735fc5c3d437aa59de65d61fe7d6b16c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-permissions-rbac/zipball/82757287735fc5c3d437aa59de65d61fe7d6b16c",
"reference": "82757287735fc5c3d437aa59de65d61fe7d6b16c",
"shasum": ""
},
"require": {
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^7.1"
},
"replace": {
"zendframework/zend-permissions-rbac": "self.version"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"phpunit/phpunit": "^7.0.1"
},
"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://laminas.dev",
"keywords": [
"authorization",
"laminas",
"laminas-permssions-rbac",
"rbac"
],
"time": "2019-12-31T17:37:57+00:00"
},
{
"name": "laminas/laminas-router",
"version": "3.3.1",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/laminas/laminas-router.git",
"reference": "c94f13f39dfbc4313efdbfcd9772487b4b009026"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/laminas/laminas-router/zipball/c94f13f39dfbc4313efdbfcd9772487b4b009026",
"reference": "c94f13f39dfbc4313efdbfcd9772487b4b009026",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"container-interop/container-interop": "^1.2",
"laminas/laminas-http": "^2.8.1",
"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"
},
"conflict": {
"laminas/laminas-mvc": "<3.0.0"
},
"replace": {
"zendframework/zend-router": "self.version"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-i18n": "^2.7.4",
"phpunit/phpunit": "^5.7.22 || ^6.4.1 || ^7.5.18"
2019-09-12 15:13:37 +02:00
},
"suggest": {
2020-02-21 09:40:34 +01:00
"laminas/laminas-i18n": "^2.7.4, if defining translatable HTTP path segments"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "3.3.x-dev",
"dev-develop": "4.0.x-dev"
},
"laminas": {
"component": "Laminas\\Router",
"config-provider": "Laminas\\Router\\ConfigProvider"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Laminas\\Router\\": "src/"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"BSD-3-Clause"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"description": "Flexible routing system for HTTP and console applications",
"homepage": "https://laminas.dev",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"laminas",
"mvc",
"routing"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2020-01-03T17:19:34+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "laminas/laminas-servicemanager",
"version": "3.4.0",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/laminas/laminas-servicemanager.git",
"reference": "044cb8e380682563fb277ed5f6de4f690e4e6239"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/044cb8e380682563fb277ed5f6de4f690e4e6239",
"reference": "044cb8e380682563fb277ed5f6de4f690e4e6239",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"container-interop/container-interop": "^1.2",
"laminas/laminas-stdlib": "^3.2.1",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0",
"psr/container": "^1.0"
2019-09-12 15:13:37 +02:00
},
2020-02-21 09:40:34 +01:00
"provide": {
"container-interop/container-interop-implementation": "^1.2",
"psr/container-implementation": "^1.0"
},
"replace": {
"zendframework/zend-servicemanager": "self.version"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
2020-02-21 09:40:34 +01:00
"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"
2019-09-12 15:13:37 +02:00
},
"suggest": {
2020-02-21 09:40:34 +01:00
"laminas/laminas-stdlib": "laminas-stdlib ^2.5 if you wish to use the MergeReplaceKey or MergeRemoveKey features in Config instances",
"ocramius/proxy-manager": "ProxyManager 1.* to handle lazy initialization of services"
2019-09-12 15:13:37 +02:00
},
2020-02-21 09:40:34 +01:00
"bin": [
"bin/generate-deps-for-config-factory",
"bin/generate-factory-for-class"
],
2019-09-12 15:13:37 +02:00
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "3.3-dev",
"dev-develop": "4.0-dev"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Laminas\\ServiceManager\\": "src/"
}
2019-09-12 15:13:37 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"BSD-3-Clause"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"description": "Factory-Driven Dependency Injection Container",
"homepage": "https://laminas.dev",
"keywords": [
"PSR-11",
"dependency-injection",
"di",
"dic",
"laminas",
"service-manager",
"servicemanager"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2019-12-31T17:44:47+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "laminas/laminas-stdlib",
"version": "3.2.1",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/laminas/laminas-stdlib.git",
"reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/2b18347625a2f06a1a485acfbc870f699dbe51c6",
"reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
},
"replace": {
"zendframework/zend-stdlib": "self.version"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
2020-02-21 09:40:34 +01:00
"laminas/laminas-coding-standard": "~1.0.0",
"phpbench/phpbench": "^0.13",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2"
2019-09-12 15:13:37 +02:00
},
"type": "library",
2020-02-21 09:40:34 +01:00
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev",
"dev-develop": "3.3.x-dev"
}
},
2019-09-12 15:13:37 +02:00
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Laminas\\Stdlib\\": "src/"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"BSD-3-Clause"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"description": "SPL extensions, array utilities, error handlers, and more",
"homepage": "https://laminas.dev",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"laminas",
"stdlib"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2019-12-31T17:51:15+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "laminas/laminas-text",
"version": "2.7.1",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/laminas/laminas-text.git",
"reference": "3601b5eacb06ed0a12f658df860cc0f9613cf4db"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/laminas/laminas-text/zipball/3601b5eacb06ed0a12f658df860cc0f9613cf4db",
"reference": "3601b5eacb06ed0a12f658df860cc0f9613cf4db",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3",
"laminas/laminas-stdlib": "^2.7 || ^3.0",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
2019-09-12 15:13:37 +02:00
},
2020-02-21 09:40:34 +01:00
"replace": {
"zendframework/zend-text": "self.version"
2019-09-12 15:13:37 +02:00
},
2020-02-21 09:40:34 +01:00
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-config": "^2.6",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7.x-dev",
"dev-develop": "2.8.x-dev"
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Laminas\\Text\\": "src/"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2020-02-21 09:40:34 +01:00
"description": "Create FIGlets and text-based tables",
"homepage": "https://laminas.dev",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"laminas",
"text"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2019-12-31T17:54:52+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "laminas/laminas-uri",
"version": "2.7.1",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/laminas/laminas-uri.git",
"reference": "6be8ce19622f359b048ce4faebf1aa1bca73a7ff"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/laminas/laminas-uri/zipball/6be8ce19622f359b048ce4faebf1aa1bca73a7ff",
"reference": "6be8ce19622f359b048ce4faebf1aa1bca73a7ff",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"laminas/laminas-escaper": "^2.5",
"laminas/laminas-validator": "^2.10",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
2019-09-12 15:13:37 +02:00
},
2020-02-21 09:40:34 +01:00
"replace": {
"zendframework/zend-uri": "self.version"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
2020-02-21 09:40:34 +01:00
"laminas/laminas-coding-standard": "~1.0.0",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "2.7.x-dev",
"dev-develop": "2.8.x-dev"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Laminas\\Uri\\": "src/"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2020-02-21 09:40:34 +01:00
"description": "A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
"homepage": "https://laminas.dev",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"laminas",
"uri"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2019-12-31T17:56:00+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "laminas/laminas-validator",
"version": "2.13.1",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/laminas/laminas-validator.git",
"reference": "36702f033486bf1953e254f5299aad205302e79d"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/laminas/laminas-validator/zipball/36702f033486bf1953e254f5299aad205302e79d",
"reference": "36702f033486bf1953e254f5299aad205302e79d",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"container-interop/container-interop": "^1.1",
"laminas/laminas-stdlib": "^3.2.1",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^7.1"
2019-09-12 15:13:37 +02:00
},
2020-02-21 09:40:34 +01:00
"replace": {
"zendframework/zend-validator": "self.version"
},
2019-09-12 15:13:37 +02:00
"require-dev": {
2020-02-21 09:40:34 +01:00
"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",
"phpunit/phpunit": "^7.5.20 || ^8.5.2",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
2019-09-12 15:13:37 +02:00
},
"suggest": {
2020-02-21 09:40:34 +01:00
"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",
"psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "2.13.x-dev",
"dev-develop": "2.14.x-dev"
},
"laminas": {
"component": "Laminas\\Validator",
"config-provider": "Laminas\\Validator\\ConfigProvider"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Laminas\\Validator\\": "src/"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2020-02-21 09:40:34 +01:00
"description": "Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria",
"homepage": "https://laminas.dev",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"laminas",
"validator"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2020-01-15T09:59:30+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "laminas/laminas-view",
"version": "2.11.4",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/laminas/laminas-view.git",
"reference": "3bbb2e94287383604c898284a18d2d06cf17301e"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/laminas/laminas-view/zipball/3bbb2e94287383604c898284a18d2d06cf17301e",
"reference": "3bbb2e94287383604c898284a18d2d06cf17301e",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"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",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^5.6 || ^7.0"
2019-09-12 15:13:37 +02:00
},
2020-02-21 09:40:34 +01:00
"replace": {
"zendframework/zend-view": "self.version"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
2020-02-21 09:40:34 +01:00
"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",
"phpunit/phpunit": "^5.7.15 || ^6.0.8"
2019-09-12 15:13:37 +02:00
},
"suggest": {
2020-02-21 09:40:34 +01:00
"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": "laminas-mvc-plugin-flashmessenger component, if you want to use the FlashMessenger view helper with laminas-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"
2019-09-12 15:13:37 +02:00
},
2020-02-21 09:40:34 +01:00
"bin": [
"bin/templatemap_generator.php"
],
2019-09-12 15:13:37 +02:00
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "2.11.x-dev",
"dev-develop": "2.12.x-dev"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Laminas\\View\\": "src/"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2020-02-21 09:40:34 +01:00
"description": "Flexible view layer supporting and providing multiple view layers, helpers, and more",
"homepage": "https://laminas.dev",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"laminas",
"view"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2019-12-31T18:03:30+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "laminas/laminas-zendframework-bridge",
"version": "1.0.1",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/laminas/laminas-zendframework-bridge.git",
"reference": "0fb9675b84a1666ab45182b6c5b29956921e818d"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/0fb9675b84a1666ab45182b6c5b29956921e818d",
"reference": "0fb9675b84a1666ab45182b6c5b29956921e818d",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"php": "^5.6 || ^7.0"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
2020-02-21 09:40:34 +01:00
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1",
"squizlabs/php_codesniffer": "^3.5"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "1.0.x-dev",
"dev-develop": "1.1.x-dev"
},
"laminas": {
"module": "Laminas\\ZendFrameworkBridge"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
2020-02-21 09:40:34 +01:00
"files": [
"src/autoload.php"
],
2019-09-12 15:13:37 +02:00
"psr-4": {
2020-02-21 09:40:34 +01:00
"Laminas\\ZendFrameworkBridge\\": "src//"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2020-02-21 09:40:34 +01:00
"description": "Alias legacy ZF class names to Laminas Project equivalents.",
2019-09-12 15:13:37 +02:00
"keywords": [
"ZendFramework",
2020-02-21 09:40:34 +01:00
"autoloading",
"laminas",
2019-09-12 15:13:37 +02:00
"zf"
],
2020-02-21 09:40:34 +01:00
"time": "2020-01-07T22:58:31+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "monarc/core",
"version": "v2.9.15",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/monarc-project/zm-core.git",
"reference": "2cd9e690823aa1687e57809f3a808edc8ecc5bc9"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/monarc-project/zm-core/zipball/2cd9e690823aa1687e57809f3a808edc8ecc5bc9",
"reference": "2cd9e690823aa1687e57809f3a808edc8ecc5bc9",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"doctrine/doctrine-orm-module": "^2.1",
"ext-intl": "*",
"ext-json": "*",
"ext-openssl": "*",
"laminas/laminas-console": "^2.8",
"laminas/laminas-dependency-plugin": "^1.0",
"laminas/laminas-di": "^3.1",
"laminas/laminas-i18n": "^2.9",
"laminas/laminas-log": "^2.11",
"laminas/laminas-mail": "^2.10",
"laminas/laminas-mvc": "^3.1",
2020-02-21 09:40:34 +01:00
"ocramius/package-versions": "<1.5",
"ocramius/proxy-manager": "<2.3",
2019-09-12 15:13:37 +02:00
"php": "^7.1",
2020-02-21 09:40:34 +01:00
"ramsey/uuid-doctrine": "^1.5",
"robmorgan/phinx": "^0.11.1"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
"roave/security-advisories": "dev-master"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Monarc\\Core\\": "src/"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"AGPL-3.0"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"authors": [
{
"name": "Cyril Rouyer",
"email": "cyril@netlor.fr"
},
{
"name": "Guillaume Lesniak",
"email": "guillaume@netlor.fr"
},
{
"name": "Jérôme De Almeida",
2020-02-21 09:40:34 +01:00
"email": "jerome.dealmeida@vesperiagroup.com"
},
{
"name": "Benjamin Ganivet",
"email": "benjamin@netlor.fr"
},
{
"name": "Thomas Metois",
"email": "thomas@netlor.fr"
},
{
"name": "Jérôme Lombardi",
"email": "jerome.lombardi@cases.lu"
},
{
"name": "Juan Rocha",
"email": "juan.rocha@cases.lu"
},
{
"name": "Cédric Bonhomme",
"email": "cedric.bonhomme@cases.lu"
},
{
"name": "Ruslan Baidan",
"email": "ruslan.baidan@cases.lu"
}
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"description": "Core for monarc/monarc application",
"time": "2020-02-22T10:29:48+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "monarc/frontoffice",
"version": "v2.9.15",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/monarc-project/zm-client.git",
"reference": "82b4a2f415a2b659900a6900dee8afd9c1b4458e"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/monarc-project/zm-client/zipball/82b4a2f415a2b659900a6900dee8afd9c1b4458e",
"reference": "82b4a2f415a2b659900a6900dee8afd9c1b4458e",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"doctrine/doctrine-orm-module": "^2.1",
"ext-imagick": "*",
"ext-intl": "*",
"laminas/laminas-dependency-plugin": "^1.0",
"laminas/laminas-di": "^3.1",
"laminas/laminas-filter": "^2.9",
"laminas/laminas-inputfilter": "^2.10",
"laminas/laminas-mvc": "^3.1",
"laminas/laminas-mvc-console": "^1.2",
"laminas/laminas-permissions-rbac": "^3.0",
"monarc/core": "^2.9.15",
2020-02-21 09:40:34 +01:00
"monarc/phpword": "^1.0",
"php": "^7.1",
"robmorgan/phinx": "^0.11.1",
"symfony/console": "^5.0"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
"roave/security-advisories": "dev-master"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Monarc\\FrontOffice\\": "/src"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
2020-02-21 09:40:34 +01:00
"authors": [
{
"name": "Cyril Rouyer",
"email": "cyril@netlor.fr"
},
{
"name": "Guillaume Lesniak",
"email": "guillaume@netlor.fr"
},
{
"name": "Jérôme De Almeida",
2020-02-21 09:40:34 +01:00
"email": "jerome.dealmeida@vesperiagroup.com"
},
{
"name": "Benjamin Ganivet",
"email": "benjamin@netlor.fr"
},
{
"name": "Thomas Metois",
"email": "thomas@netlor.fr"
},
{
"name": "Jérôme Lombardi",
"email": "jerome.lombardi@cases.lu"
},
{
"name": "Juan Rocha",
"email": "juan.rocha@cases.lu"
},
{
"name": "Cédric Bonhomme",
"email": "cedric.bonhomme@cases.lu"
},
{
"name": "Ruslan Baidan",
"email": "ruslan.baidan@cases.lu"
}
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"description": "Frontoffice for monarc/monarc application",
"time": "2020-02-22T10:31:22+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "monarc/phpword",
"version": "1.0.1",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/monarc-project/monarc-phpword.git",
"reference": "c82c4d371abee1b459a01d77f5f3f6666d9af8fc"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/monarc-project/monarc-phpword/zipball/c82c4d371abee1b459a01d77f5f3f6666d9af8fc",
"reference": "c82c4d371abee1b459a01d77f5f3f6666d9af8fc",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"ext-xml": "*",
"php": "^5.3.3 || ^7.0",
"phpoffice/common": "^0.2",
"zendframework/zend-escaper": "^2.2",
"zendframework/zend-stdlib": "^2.2 || ^3.0"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
2020-02-21 09:40:34 +01:00
"dompdf/dompdf": "0.8.*",
"friendsofphp/php-cs-fixer": "^2.0",
"mpdf/mpdf": "5.* || 6.* || 7.*",
"phpdocumentor/phpdocumentor": "2.*",
"phploc/phploc": "2.* || 3.* || 4.*",
"phpmd/phpmd": "2.*",
"phpunit/phpunit": "^4.8.36 || ^5.0",
"squizlabs/php_codesniffer": "^2.7",
"tecnickcom/tcpdf": "6.*"
2019-09-12 15:13:37 +02:00
},
"suggest": {
2020-02-21 09:40:34 +01:00
"dompdf/dompdf": "Allows writing PDF",
"ext-gd2": "Allows adding images",
"ext-xmlwriter": "Allows writing OOXML and ODF",
"ext-xsl": "Allows applying XSL style sheet to headers, to main document part, and to footers of an OOXML template",
"ext-zip": "Allows writing OOXML and ODF"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"PhpOffice\\PhpWord\\": "src/PhpWord"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"LGPL-3.0"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"authors": [
{
"name": "Mark Baker"
2019-09-12 15:13:37 +02:00
},
2020-02-21 09:40:34 +01:00
{
"name": "Gabriel Bull",
"email": "me@gabrielbull.com",
"homepage": "http://gabrielbull.com/"
},
{
"name": "Franck Lefevre",
"homepage": "https://rootslabs.net/blog/"
},
{
"name": "Ivan Lanin",
"homepage": "http://ivan.lanin.org"
},
{
"name": "Roman Syroeshko",
"homepage": "http://ru.linkedin.com/pub/roman-syroeshko/34/a53/994/"
},
{
"name": "Antoine de Troostembergh"
2019-09-12 15:13:37 +02:00
}
],
2020-02-21 09:40:34 +01:00
"description": "PHPWord - A pure PHP library for reading and writing word processing documents (OOXML, ODF, RTF, HTML, PDF)",
"homepage": "http://phpoffice.github.io",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"ISO IEC 29500",
"OOXML",
"Office Open XML",
"OpenDocument",
"OpenXML",
"PhpOffice",
"PhpWord",
"Rich Text Format",
"WordprocessingML",
"doc",
"docx",
"html",
"odf",
"odt",
"office",
"pdf",
"php",
"reader",
"rtf",
"template",
"template processor",
"word",
"writer"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2019-09-12T12:23:28+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "ocramius/package-versions",
"version": "1.4.2",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/Ocramius/PackageVersions.git",
"reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
"reference": "44af6f3a2e2e04f2af46bcb302ad9600cba41c7d",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"composer-plugin-api": "^1.0.0",
"php": "^7.1.0"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
2020-02-21 09:40:34 +01:00
"composer/composer": "^1.6.3",
"doctrine/coding-standard": "^5.0.1",
"ext-zip": "*",
"infection/infection": "^0.7.1",
"phpunit/phpunit": "^7.5.17"
2019-09-12 15:13:37 +02:00
},
2020-02-21 09:40:34 +01:00
"type": "composer-plugin",
2019-09-12 15:13:37 +02:00
"extra": {
2020-02-21 09:40:34 +01:00
"class": "PackageVersions\\Installer",
2019-09-12 15:13:37 +02:00
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "2.0.x-dev"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"PackageVersions\\": "src/PackageVersions"
}
2019-09-12 15:13:37 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"MIT"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"time": "2019-11-15T16:17:10+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "ocramius/proxy-manager",
"version": "2.2.3",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/Ocramius/ProxyManager.git",
"reference": "4d154742e31c35137d5374c998e8f86b54db2e2f"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/4d154742e31c35137d5374c998e8f86b54db2e2f",
"reference": "4d154742e31c35137d5374c998e8f86b54db2e2f",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"ocramius/package-versions": "^1.1.3",
"php": "^7.2.0",
"zendframework/zend-code": "^3.3.0"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
2020-02-21 09:40:34 +01:00
"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"
2019-09-12 15:13:37 +02:00
},
"suggest": {
2020-02-21 09:40:34 +01:00
"ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
"zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
"zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
"zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "3.0.x-dev"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
2020-02-21 09:40:34 +01:00
"psr-0": {
"ProxyManager\\": "src"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"MIT"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"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",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"aop",
"lazy loading",
"proxy",
"proxy pattern",
"service proxies"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2019-08-10T08:37:15+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "paragonie/random_compat",
"version": "v9.99.99",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/paragonie/random_compat.git",
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"php": "^7"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
2020-02-21 09:40:34 +01:00
"phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
2019-09-12 15:13:37 +02:00
},
"suggest": {
2020-02-21 09:40:34 +01:00
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2019-09-12 15:13:37 +02:00
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"MIT"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"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",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"csprng",
"polyfill",
"pseudorandom",
"random"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2018-07-02T15:55:56+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "pclzip/pclzip",
"version": "2.8.2",
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/ivanlanin/pclzip.git",
"reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd"
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/ivanlanin/pclzip/zipball/19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
"reference": "19dd1de9d3f5fc4d7d70175b4c344dee329f45fd",
"shasum": ""
},
"type": "library",
"autoload": {
2020-02-21 09:40:34 +01:00
"classmap": [
"pclzip.lib.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"LGPL-2.1"
],
2020-02-21 09:40:34 +01:00
"authors": [
{
"name": "Vincent Blavet"
}
],
"description": "A PHP library that offers compression and extraction functions for Zip formatted archives",
"homepage": "http://www.phpconcept.net/pclzip",
"keywords": [
2020-02-21 09:40:34 +01:00
"php",
"zip"
],
2020-02-21 09:40:34 +01:00
"time": "2014-06-05T11:42:24+00:00"
},
2019-09-12 15:13:37 +02:00
{
2020-02-21 09:40:34 +01:00
"name": "phpoffice/common",
"version": "0.2.9",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/PHPOffice/Common.git",
"reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/PHPOffice/Common/zipball/edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
"reference": "edb5d32b1e3400a35a5c91e2539ed6f6ce925e4d",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"pclzip/pclzip": "^2.8",
"php": ">=5.3.0"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
2020-02-21 09:40:34 +01:00
"phpdocumentor/phpdocumentor": "2.*",
"phploc/phploc": "2.*",
"phpmd/phpmd": "2.*",
"phpunit/phpunit": "^4.8.36 || ^7.0",
"sebastian/phpcpd": "2.*",
"squizlabs/php_codesniffer": "2.*"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"PhpOffice\\Common\\": "src/Common/"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"LGPL"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"authors": [
{
"name": "Mark Baker"
},
{
"name": "Franck Lefevre",
"homepage": "http://rootslabs.net"
}
],
"description": "PHPOffice Common",
"homepage": "http://phpoffice.github.io",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"common",
"component",
"office",
"php"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2018-07-13T14:12:34+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "psr/cache",
"version": "1.0.1",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/php-fig/cache.git",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"php": ">=5.3.0"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "1.0.x-dev"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Psr\\Cache\\": "src/"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"MIT"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"cache",
"psr",
"psr-6"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2016-08-06T20:24:11+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "psr/container",
"version": "1.0.0",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"php": ">=5.3.0"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "1.0.x-dev"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Psr\\Container\\": "src/"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2017-02-14T16:28:37+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "psr/log",
"version": "1.1.2",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/php-fig/log.git",
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801",
"reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"php": ">=5.3.0"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "1.1.x-dev"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Psr\\Log\\": "Psr/Log/"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"MIT"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
2019-09-12 15:13:37 +02:00
"keywords": [
"log",
2020-02-21 09:40:34 +01:00
"psr",
"psr-3"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2019-11-01T11:05:21+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "psr/simple-cache",
"version": "1.0.1",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"php": ">=5.3.0"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "1.0.x-dev"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Psr\\SimpleCache\\": "src/"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"MIT"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2017-10-23T01:57:42+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "ramsey/uuid",
"version": "3.9.3",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/ramsey/uuid.git",
"reference": "7e1633a6964b48589b142d60542f9ed31bd37a92"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92",
"reference": "7e1633a6964b48589b142d60542f9ed31bd37a92",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"ext-json": "*",
"paragonie/random_compat": "^1 | ^2 | 9.99.99",
"php": "^5.4 | ^7 | ^8",
"symfony/polyfill-ctype": "^1.8"
},
"replace": {
"rhumsaa/uuid": "self.version"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
2020-02-21 09:40:34 +01:00
"codeception/aspect-mock": "^1 | ^2",
"doctrine/annotations": "^1.2",
"goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1",
"jakub-onderka/php-parallel-lint": "^1",
"mockery/mockery": "^0.9.11 | ^1",
"moontoast/math": "^1.1",
"paragonie/random-lib": "^2",
"php-mock/php-mock-phpunit": "^0.3 | ^1.1",
"phpunit/phpunit": "^4.8 | ^5.4 | ^6.5",
"squizlabs/php_codesniffer": "^3.5"
2019-09-12 15:13:37 +02:00
},
"suggest": {
2020-02-21 09:40:34 +01:00
"ext-ctype": "Provides support for PHP Ctype functions",
"ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
"ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator",
"ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
"moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
"ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "3.x-dev"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Ramsey\\Uuid\\": "src/"
},
"files": [
"src/functions.php"
]
2019-09-12 15:13:37 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"MIT"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"authors": [
{
"name": "Ben Ramsey",
"email": "ben@benramsey.com",
"homepage": "https://benramsey.com"
},
{
"name": "Marijn Huizendveld",
"email": "marijn.huizendveld@gmail.com"
},
{
"name": "Thibaud Fabre",
"email": "thibaud@aztech.io"
}
],
"description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
"homepage": "https://github.com/ramsey/uuid",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"guid",
"identifier",
"uuid"
2019-09-12 15:13:37 +02:00
],
"time": "2020-02-21T04:36:14+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "ramsey/uuid-doctrine",
"version": "1.6.0",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/ramsey/uuid-doctrine.git",
"reference": "9facc4689547e72e03c1e18df4a0ee162b2778b0"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/ramsey/uuid-doctrine/zipball/9facc4689547e72e03c1e18df4a0ee162b2778b0",
"reference": "9facc4689547e72e03c1e18df4a0ee162b2778b0",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"doctrine/orm": "^2.5",
"php": "^5.4 | ^7 | ^8",
"ramsey/uuid": "^3.5 | ^4"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
2020-02-21 09:40:34 +01:00
"jakub-onderka/php-parallel-lint": "^1",
"mockery/mockery": "^0.9 | ^1",
"phpunit/phpunit": "^4.8.36 | ^5.7 | ^6.5 | ^7",
"squizlabs/php_codesniffer": "^3.5"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Ramsey\\Uuid\\Doctrine\\": "src/"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"MIT"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"description": "Allow the use of ramsey/uuid as a Doctrine field type.",
"homepage": "https://github.com/ramsey/uuid-doctrine",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"database",
"doctrine",
"guid",
"identifier",
"uuid"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2020-01-27T05:09:17+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "robmorgan/phinx",
"version": "0.11.4",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/cakephp/phinx.git",
"reference": "10e8c3f6b09111f4c0ef128d5a43375e15286cc5"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/cakephp/phinx/zipball/10e8c3f6b09111f4c0ef128d5a43375e15286cc5",
"reference": "10e8c3f6b09111f4c0ef128d5a43375e15286cc5",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"cakephp/collection": "^3.7",
"cakephp/database": "^3.7",
"php": ">=5.6",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
2020-02-21 09:40:34 +01:00
"cakephp/cakephp-codesniffer": "^3.0",
"phpunit/phpunit": ">=5.7,<8.0",
"sebastian/comparator": ">=1.2.3"
2019-09-12 15:13:37 +02:00
},
2020-02-21 09:40:34 +01:00
"bin": [
"bin/phinx"
],
2019-09-12 15:13:37 +02:00
"type": "library",
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Phinx\\": "src/Phinx/"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"MIT"
],
"authors": [
{
"name": "Rob Morgan",
"email": "robbym@gmail.com",
"homepage": "https://robmorgan.id.au",
"role": "Lead Developer"
},
{
"name": "Woody Gilk",
"email": "woody.gilk@gmail.com",
"homepage": "https://shadowhand.me",
"role": "Developer"
},
{
"name": "Richard Quadling",
"email": "rquadling@gmail.com",
"role": "Developer"
},
{
"name": "CakePHP Community",
"homepage": "https://github.com/cakephp/phinx/graphs/contributors",
"role": "Developer"
}
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.",
"homepage": "https://phinx.org",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"database",
"database migrations",
"db",
"migrations",
"phinx"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2019-12-24T23:43:31+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "symfony/config",
"version": "v5.0.4",
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/symfony/config.git",
"reference": "7640c6704f56bf64045066bc5d93fd9d664baa63"
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/symfony/config/zipball/7640c6704f56bf64045066bc5d93fd9d664baa63",
"reference": "7640c6704f56bf64045066bc5d93fd9d664baa63",
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"php": "^7.2.5",
"symfony/filesystem": "^4.4|^5.0",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
2020-02-21 09:40:34 +01:00
"symfony/finder": "<4.4"
},
"require-dev": {
2020-02-21 09:40:34 +01:00
"symfony/event-dispatcher": "^4.4|^5.0",
"symfony/finder": "^4.4|^5.0",
"symfony/messenger": "^4.4|^5.0",
"symfony/service-contracts": "^1.1|^2",
"symfony/yaml": "^4.4|^5.0"
},
"suggest": {
2020-02-21 09:40:34 +01:00
"symfony/yaml": "To use the yaml reference dumper"
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "5.0-dev"
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Symfony\\Component\\Config\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"MIT"
],
2020-02-21 09:40:34 +01:00
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2020-02-21 09:40:34 +01:00
"description": "Symfony Config Component",
"homepage": "https://symfony.com",
"time": "2020-01-04T14:08:26+00:00"
},
2019-09-12 15:13:37 +02:00
{
2020-02-21 09:40:34 +01:00
"name": "symfony/console",
"version": "v5.0.4",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/symfony/console.git",
"reference": "91c294166c38d8c0858a86fad76d8c14dc1144c8"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/symfony/console/zipball/91c294166c38d8c0858a86fad76d8c14dc1144c8",
"reference": "91c294166c38d8c0858a86fad76d8c14dc1144c8",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"php": "^7.2.5",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
"symfony/service-contracts": "^1.1|^2"
},
"conflict": {
"symfony/dependency-injection": "<4.4",
"symfony/event-dispatcher": "<4.4",
"symfony/lock": "<4.4",
"symfony/process": "<4.4"
},
"provide": {
"psr/log-implementation": "1.0"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
2020-02-21 09:40:34 +01:00
"psr/log": "~1.0",
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/event-dispatcher": "^4.4|^5.0",
"symfony/lock": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0",
"symfony/var-dumper": "^4.4|^5.0"
2019-09-12 15:13:37 +02:00
},
"suggest": {
2020-02-21 09:40:34 +01:00
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "5.0-dev"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2019-09-12 15:13:37 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"MIT"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
"time": "2020-01-25T15:56:29+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "symfony/filesystem",
"version": "v5.0.4",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/symfony/filesystem.git",
"reference": "3afadc0f57cd74f86379d073e694b0f2cda2a88c"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/3afadc0f57cd74f86379d073e694b0f2cda2a88c",
"reference": "3afadc0f57cd74f86379d073e694b0f2cda2a88c",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"php": "^7.2.5",
"symfony/polyfill-ctype": "~1.8"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "5.0-dev"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Symfony\\Component\\Filesystem\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2019-09-12 15:13:37 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"MIT"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"description": "Symfony Filesystem Component",
"homepage": "https://symfony.com",
"time": "2020-01-21T08:40:24+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "symfony/polyfill-ctype",
"version": "v1.14.0",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
"reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"php": ">=5.3.3"
2019-09-12 15:13:37 +02:00
},
"suggest": {
2020-02-21 09:40:34 +01:00
"ext-ctype": "For best performance"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "1.14-dev"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
2019-09-12 15:13:37 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"MIT"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"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",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"compatibility",
"ctype",
"polyfill",
"portable"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2020-01-13T11:15:53+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "symfony/polyfill-mbstring",
"version": "v1.14.0",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "34094cfa9abe1f0f14f48f490772db7a775559f2"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/34094cfa9abe1f0f14f48f490772db7a775559f2",
"reference": "34094cfa9abe1f0f14f48f490772db7a775559f2",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"php": ">=5.3.3"
2019-09-12 15:13:37 +02:00
},
"suggest": {
2020-02-21 09:40:34 +01:00
"ext-mbstring": "For best performance"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "1.14-dev"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
2019-09-12 15:13:37 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"MIT"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2020-01-13T11:15:53+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "symfony/polyfill-php73",
"version": "v1.14.0",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "5e66a0fa1070bf46bec4bea7962d285108edd675"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/5e66a0fa1070bf46bec4bea7962d285108edd675",
"reference": "5e66a0fa1070bf46bec4bea7962d285108edd675",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"php": ">=5.3.3"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "1.14-dev"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Symfony\\Polyfill\\Php73\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
2019-09-12 15:13:37 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"MIT"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"compatibility",
"polyfill",
"portable",
"shim"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2020-01-13T11:15:53+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "symfony/service-contracts",
"version": "v2.0.1",
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/symfony/service-contracts.git",
"reference": "144c5e51266b281231e947b51223ba14acf1a749"
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/144c5e51266b281231e947b51223ba14acf1a749",
"reference": "144c5e51266b281231e947b51223ba14acf1a749",
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"php": "^7.2.5",
"psr/container": "^1.0"
},
2020-02-21 09:40:34 +01:00
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Symfony\\Contracts\\Service\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"MIT"
],
2020-02-21 09:40:34 +01:00
"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": [
2020-02-21 09:40:34 +01:00
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2020-02-21 09:40:34 +01:00
"time": "2019-11-18T17:27:11+00:00"
},
2019-09-12 15:13:37 +02:00
{
2020-02-21 09:40:34 +01:00
"name": "symfony/yaml",
"version": "v5.0.4",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/symfony/yaml.git",
"reference": "69b44e3b8f90949aee2eb3aa9b86ceeb01cbf62a"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/69b44e3b8f90949aee2eb3aa9b86ceeb01cbf62a",
"reference": "69b44e3b8f90949aee2eb3aa9b86ceeb01cbf62a",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"php": "^7.2.5",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<4.4"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
2020-02-21 09:40:34 +01:00
"symfony/console": "^4.4|^5.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-21 09:40:34 +01:00
"dev-master": "5.0-dev"
2019-09-12 15:13:37 +02:00
}
},
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2019-09-12 15:13:37 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"MIT"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
"time": "2020-01-21T11:12:28+00:00"
2019-09-12 15:13:37 +02:00
},
{
2020-02-21 09:40:34 +01:00
"name": "true/punycode",
"version": "v2.1.1",
2019-09-12 15:13:37 +02:00
"source": {
"type": "git",
2020-02-21 09:40:34 +01:00
"url": "https://github.com/true/php-punycode.git",
"reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
"reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"require": {
2020-02-21 09:40:34 +01:00
"php": ">=5.3.0",
"symfony/polyfill-mbstring": "^1.3"
2019-09-12 15:13:37 +02:00
},
"require-dev": {
2020-02-21 09:40:34 +01:00
"phpunit/phpunit": "~4.7",
"squizlabs/php_codesniffer": "~2.0"
2019-09-12 15:13:37 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
2020-02-21 09:40:34 +01:00
"TrueBV\\": "src/"
2019-09-12 15:13:37 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-02-21 09:40:34 +01:00
"MIT"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"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",
2019-09-12 15:13:37 +02:00
"keywords": [
2020-02-21 09:40:34 +01:00
"idna",
"punycode"
2019-09-12 15:13:37 +02:00
],
2020-02-21 09:40:34 +01:00
"time": "2016-11-16T10:37:54+00:00"
}
],
"packages-dev": [
2019-09-12 15:13:37 +02:00
{
"name": "roave/security-advisories",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
2020-02-21 09:40:34 +01:00
"reference": "1df6b9d09d2b074fd3f0f10a7696d9f797d4772c"
2019-09-12 15:13:37 +02:00
},
"dist": {
"type": "zip",
2020-02-21 09:40:34 +01:00
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/1df6b9d09d2b074fd3f0f10a7696d9f797d4772c",
"reference": "1df6b9d09d2b074fd3f0f10a7696d9f797d4772c",
2019-09-12 15:13:37 +02:00
"shasum": ""
},
"conflict": {
"3f/pygmentize": "<1.2",
"adodb/adodb-php": "<5.20.12",
"alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
"amphp/artax": "<1.0.6|>=2,<2.0.6",
"amphp/http": "<1.0.1",
"api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6",
"asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
"aws/aws-sdk-php": ">=3,<3.2.1",
"bagisto/bagisto": "<0.1.5",
"bolt/bolt": "<3.6.10",
2019-09-12 15:13:37 +02:00
"brightlocal/phpwhois": "<=4.2.5",
"bugsnag/bugsnag-laravel": ">=2,<2.0.2",
"cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.5.18|>=3.6,<3.6.15|>=3.7,<3.7.7",
"cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
"cartalyst/sentry": "<=2.1.6",
2020-02-21 09:40:34 +01:00
"centreon/centreon": "<18.10.8|>=19,<19.4.5",
"cesnet/simplesamlphp-module-proxystatistics": "<3.1",
2019-09-12 15:13:37 +02:00
"codeigniter/framework": "<=3.0.6",
"composer/composer": "<=1-alpha.11",
"contao-components/mediaelement": ">=2.14.2,<2.21.1",
"contao/core": ">=2,<3.5.39",
"contao/core-bundle": ">=4,<4.4.46|>=4.5,<4.8.6",
2019-09-12 15:13:37 +02:00
"contao/listing-bundle": ">=4,<4.4.8",
"datadog/dd-trace": ">=0.30,<0.30.2",
2019-09-12 15:13:37 +02:00
"david-garcia/phpwhois": "<=4.3.1",
"doctrine/annotations": ">=1,<1.2.7",
"doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
"doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
"doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
"doctrine/doctrine-bundle": "<1.5.2",
"doctrine/doctrine-module": "<=0.7.1",
"doctrine/mongodb-odm": ">=1,<1.0.2",
"doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
"doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
"dolibarr/dolibarr": "<=10.0.6",
2019-09-12 15:13:37 +02:00
"dompdf/dompdf": ">=0.6,<0.6.2",
2020-01-20 13:23:18 +01:00
"drupal/core": ">=7,<7.69|>=8,<8.7.11|>=8.8,<8.8.1",
"drupal/drupal": ">=7,<7.69|>=8,<8.7.11|>=8.8,<8.8.1",
"endroid/qr-code-bundle": "<3.4.2",
"enshrined/svg-sanitize": "<0.12",
2019-09-12 15:13:37 +02:00
"erusev/parsedown": "<1.7.2",
"ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1",
"ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4",
"ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6",
"ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2",
"ezsystems/ezplatform-user": ">=1,<1.0.1",
2019-09-12 15:13:37 +02:00
"ezsystems/ezpublish-kernel": ">=5.3,<5.3.12.1|>=5.4,<5.4.13.1|>=6,<6.7.9.1|>=6.8,<6.13.5.1|>=7,<7.2.4.1|>=7.3,<7.3.2.1",
"ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.12.3|>=2011,<2017.12.4.3|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3",
"ezsystems/repository-forms": ">=2.3,<2.3.2.1",
"ezyang/htmlpurifier": "<4.1.1",
"firebase/php-jwt": "<2",
"fooman/tcpdf": "<6.2.22",
"fossar/tcpdf-parser": "<6.2.22",
"friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
"friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
"fuel/core": "<1.8.1",
"getgrav/grav": "<1.7-beta.8",
2019-09-12 15:13:37 +02:00
"gree/jose": "<=2.2",
"gregwar/rst": "<1.0.3",
"guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1",
"illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10",
"illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30",
"illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
"illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
"ivankristianto/phpwhois": "<=4.3",
"james-heinrich/getid3": "<1.9.9",
"joomla/session": "<1.3.1",
"jsmitty12/phpwhois": "<5.1",
"kazist/phpwhois": "<=4.2.6",
"kreait/firebase-php": ">=3.2,<3.8.1",
"la-haute-societe/tcpdf": "<6.2.22",
"laravel/framework": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.42|>=5.6,<5.6.30",
"laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
"league/commonmark": "<0.18.3",
"librenms/librenms": "<1.53",
"magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3",
"magento/magento1ce": "<1.9.4.3",
"magento/magento1ee": ">=1,<1.14.4.3",
"magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2",
2019-09-12 15:13:37 +02:00
"monolog/monolog": ">=1.8,<1.12",
"namshi/jose": "<2.2",
"onelogin/php-saml": "<2.10.4",
2020-02-21 09:40:34 +01:00
"oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5",
2019-09-12 15:13:37 +02:00
"openid/php-openid": "<2.3",
"oro/crm": ">=1.7,<1.7.4",
"oro/platform": ">=1.7,<1.7.4",
"padraic/humbug_get_contents": "<1.1.2",
"pagarme/pagarme-php": ">=0,<3",
"paragonie/random_compat": "<2",
"paypal/merchant-sdk-php": "<3.12",
"pear/archive_tar": "<1.4.4",
"phpfastcache/phpfastcache": ">=5,<5.0.13",
2019-09-12 15:13:37 +02:00
"phpmailer/phpmailer": ">=5,<5.2.27|>=6,<6.0.6",
"phpmyadmin/phpmyadmin": "<4.9.2",
"phpoffice/phpexcel": "<1.8.2",
"phpoffice/phpspreadsheet": "<1.8",
2019-09-12 15:13:37 +02:00
"phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
"phpwhois/phpwhois": "<=4.2.5",
"phpxmlrpc/extras": "<0.6.1",
"pimcore/pimcore": "<6.3",
"prestashop/autoupgrade": ">=4,<4.10.1",
"prestashop/gamification": "<2.3.2",
"prestashop/ps_facetedsearch": "<3.4.1",
"privatebin/privatebin": "<1.2.2|>=1.3,<1.3.2",
2019-09-12 15:13:37 +02:00
"propel/propel": ">=2-alpha.1,<=2-alpha.7",
"propel/propel1": ">=1,<=1.7.1",
"pusher/pusher-php-server": "<2.2.1",
"robrichards/xmlseclibs": "<3.0.4",
2019-09-12 15:13:37 +02:00
"sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
"scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11",
2019-09-12 15:13:37 +02:00
"sensiolabs/connect": "<4.2.3",
"serluck/phpwhois": "<=4.2.6",
"shopware/shopware": "<5.3.7",
"silverstripe/admin": ">=1.0.3,<1.0.4|>=1.1,<1.1.1",
"silverstripe/assets": ">=1,<1.3.5",
"silverstripe/cms": "<4.3.6|>=4.4,<4.4.4",
"silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1",
2019-09-12 15:13:37 +02:00
"silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
2020-02-21 09:40:34 +01:00
"silverstripe/framework": "<4.4.5|>=4.5,<4.5.2",
2019-09-12 15:13:37 +02:00
"silverstripe/graphql": ">=2,<2.0.5|>=3,<3.1.2",
"silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
"silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4",
"silverstripe/subsites": ">=2,<2.1.1",
"silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
2019-09-12 15:13:37 +02:00
"silverstripe/userforms": "<3",
"simple-updates/phpwhois": "<=1",
"simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
"simplesamlphp/simplesamlphp": "<1.18.4",
2019-09-12 15:13:37 +02:00
"simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
"simplito/elliptic-php": "<1.0.6",
2019-09-12 15:13:37 +02:00
"slim/slim": "<2.6",
"smarty/smarty": "<3.1.33",
"socalnick/scn-social-auth": "<1.15.2",
"spoonity/tcpdf": "<6.2.22",
"squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
"stormpath/sdk": ">=0,<9.9.99",
2020-01-20 21:18:00 +01:00
"studio-42/elfinder": "<2.1.49",
2019-09-12 15:13:37 +02:00
"swiftmailer/swiftmailer": ">=4,<5.4.5",
"sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
"sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
"sylius/grid-bundle": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
"sylius/resource-bundle": "<1.3.13|>=1.4,<1.4.6|>=1.5,<1.5.1|>=1.6,<1.6.3",
"sylius/sylius": "<1.3.16|>=1.4,<1.4.12|>=1.5,<1.5.9|>=1.6,<1.6.5",
"symbiote/silverstripe-multivaluefield": ">=3,<3.0.99",
"symbiote/silverstripe-versionedfiles": "<=2.0.3",
"symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
2019-09-12 15:13:37 +02:00
"symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
"symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
"symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
"symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
"symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
2019-09-12 15:13:37 +02:00
"symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
"symfony/mime": ">=4.3,<4.3.8",
2019-09-12 15:13:37 +02:00
"symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
"symfony/polyfill": ">=1,<1.10",
"symfony/polyfill-php55": ">=1,<1.10",
"symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
"symfony/routing": ">=2,<2.0.19",
"symfony/security": ">=2,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
"symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
"symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<2.8.37|>=3,<3.3.17|>=3.4,<3.4.7|>=4,<4.0.7",
"symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
"symfony/security-guard": ">=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
"symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8",
2019-09-12 15:13:37 +02:00
"symfony/serializer": ">=2,<2.0.11",
"symfony/symfony": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
2019-09-12 15:13:37 +02:00
"symfony/translation": ">=2,<2.0.17",
"symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
"symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
2019-09-12 15:13:37 +02:00
"symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
"symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
"tecnickcom/tcpdf": "<6.2.22",
"thelia/backoffice-default-template": ">=2.1,<2.1.2",
"thelia/thelia": ">=2.1-beta.1,<2.1.3",
"theonedemon/phpwhois": "<=4.2.5",
"titon/framework": ">=0,<9.9.99",
"truckersmp/phpwhois": "<=4.3.1",
"twig/twig": "<1.38|>=2,<2.7",
"typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.30|>=9,<9.5.12|>=10,<10.2.1",
"typo3/cms-core": ">=8,<8.7.30|>=9,<9.5.12|>=10,<10.2.1",
2019-09-12 15:13:37 +02:00
"typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.10|>=3.1,<3.1.7|>=3.2,<3.2.7|>=3.3,<3.3.5",
"typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
"typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
"ua-parser/uap-php": "<3.8",
"usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
"verot/class.upload.php": "<1.0.3|>=2,<2.0.4",
2019-09-12 15:13:37 +02:00
"wallabag/tcpdf": "<6.2.22",
"willdurand/js-translation-bundle": "<2.1.1",
"yii2mod/yii2-cms": "<1.9.2",
2019-09-12 15:13:37 +02:00
"yiisoft/yii": ">=1.1.14,<1.1.15",
"yiisoft/yii2": "<2.0.15",
"yiisoft/yii2-bootstrap": "<2.0.4",
"yiisoft/yii2-dev": "<2.0.15",
"yiisoft/yii2-elasticsearch": "<2.0.5",
"yiisoft/yii2-gii": "<2.0.4",
"yiisoft/yii2-jui": "<2.0.4",
"yiisoft/yii2-redis": "<2.0.8",
"yourls/yourls": "<1.7.4",
2019-09-12 15:13:37 +02:00
"zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
"zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
"zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
"zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
"zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
"zendframework/zend-diactoros": ">=1,<1.8.4",
"zendframework/zend-feed": ">=1,<2.10.3",
"zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
"zendframework/zend-http": ">=1,<2.8.1",
"zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
"zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
"zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
"zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
"zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
"zendframework/zend-validator": ">=2.3,<2.3.6",
"zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
"zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
"zendframework/zendframework": "<2.5.1",
"zendframework/zendframework1": "<1.12.20",
"zendframework/zendopenid": ">=2,<2.0.2",
"zendframework/zendxml": ">=1,<1.0.1",
"zetacomponents/mail": "<1.8.2",
"zf-commons/zfc-user": "<1.2.2",
"zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
"zfr/zfr-oauth2-server-module": "<0.1.2"
},
"type": "metapackage",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"role": "maintainer"
},
{
"name": "Ilya Tribusean",
"email": "slash3b@gmail.com",
"role": "maintainer"
2019-09-12 15:13:37 +02:00
}
],
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
2020-02-21 09:40:34 +01:00
"time": "2020-02-19T06:23:50+00:00"
2019-09-12 15:13:37 +02:00
}
],
"aliases": [],
"minimum-stability": "dev",
2019-09-12 15:13:37 +02:00
"stability-flags": {
"roave/security-advisories": 20
},
"prefer-stable": true,
2019-09-12 15:13:37 +02:00
"prefer-lowest": false,
"platform": {
2019-11-13 10:44:07 +01:00
"php": "^7.1",
2019-09-12 15:13:37 +02:00
"ext-json": "*",
"ext-pdo": "*"
},
"platform-dev": []
}