2017-07-21 19:59:16 +02:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2020-04-23 18:26:12 +02:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2017-07-21 19:59:16 +02:00
"This file is @generated automatically"
],
2020-04-23 18:26:12 +02:00
"content-hash": "9cfc6f9ac99a01c82f1b981940cb9554",
2017-07-21 19:59:16 +02:00
"packages": [
{
"name": "container-interop/container-interop",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/container-interop/container-interop.git",
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
"shasum": ""
},
"require": {
"psr/container": "^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Interop\\Container\\": "src/Interop/Container/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
"homepage": "https://github.com/container-interop/container-interop",
"time": "2017-02-14T19:40:03+00:00"
},
2017-08-12 22:56:25 +02:00
{
"name": "dasprid/container-interop-doctrine",
2020-04-23 18:26:12 +02:00
"version": "1.1.0",
2017-08-12 22:56:25 +02:00
"source": {
"type": "git",
"url": "https://github.com/DASPRiD/container-interop-doctrine.git",
2020-04-23 18:26:12 +02:00
"reference": "b9f3afc00ce997e469d7fdd6fed7b8d400763290"
2017-08-12 22:56:25 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/DASPRiD/container-interop-doctrine/zipball/b9f3afc00ce997e469d7fdd6fed7b8d400763290",
"reference": "b9f3afc00ce997e469d7fdd6fed7b8d400763290",
2017-08-12 22:56:25 +02:00
"shasum": ""
},
"require": {
"doctrine/common": "^2.6",
"doctrine/dbal": "^2.5",
"doctrine/orm": "^2.5",
"php": "^5.5|^7.0",
"psr/container": "^1.0.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"squizlabs/php_codesniffer": "^2.5"
},
"type": "library",
"autoload": {
"psr-4": {
"ContainerInteropDoctrine\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"description": "Doctrine factories for container-interop",
"homepage": "https://github.com/DASPRiD/container-interop-doctrine",
2020-04-23 18:26:12 +02:00
"time": "2018-01-24T23:25:49+00:00"
2017-08-12 22:56:25 +02:00
},
{
"name": "doctrine/annotations",
2020-04-23 18:26:12 +02:00
"version": "v1.6.0",
2017-08-12 22:56:25 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
2020-04-23 18:26:12 +02:00
"reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5"
2017-08-12 22:56:25 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/doctrine/annotations/zipball/c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
"reference": "c7f2050c68a9ab0bdb0f98567ec08d80ea7d24d5",
2017-08-12 22:56:25 +02:00
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
"php": "^7.1"
},
"require-dev": {
"doctrine/cache": "1.*",
2020-04-23 18:26:12 +02:00
"phpunit/phpunit": "^6.4"
2017-08-12 22:56:25 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "1.6.x-dev"
2017-08-12 22:56:25 +02:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Docblock Annotations Parser",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"annotations",
"docblock",
"parser"
],
2020-04-23 18:26:12 +02:00
"time": "2017-12-06T07:11:42+00:00"
2017-08-12 22:56:25 +02:00
},
{
"name": "doctrine/cache",
2020-04-23 18:26:12 +02:00
"version": "v1.8.0",
2017-08-12 22:56:25 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
2020-04-23 18:26:12 +02:00
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
2017-08-12 22:56:25 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
2017-08-12 22:56:25 +02:00
"shasum": ""
},
"require": {
"php": "~7.1"
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
"alcaeus/mongo-php-adapter": "^1.1",
2020-04-23 18:26:12 +02:00
"doctrine/coding-standard": "^4.0",
2017-08-12 22:56:25 +02:00
"mongodb/mongodb": "^1.1",
2020-04-23 18:26:12 +02:00
"phpunit/phpunit": "^7.0",
2017-08-12 22:56:25 +02:00
"predis/predis": "~1.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "1.8.x-dev"
2017-08-12 22:56:25 +02:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Caching library offering an object-oriented API for many cache backends",
2020-04-23 18:26:12 +02:00
"homepage": "https://www.doctrine-project.org",
2017-08-12 22:56:25 +02:00
"keywords": [
"cache",
"caching"
],
2020-04-23 18:26:12 +02:00
"time": "2018-08-21T18:01:43+00:00"
2017-08-12 22:56:25 +02:00
},
{
"name": "doctrine/collections",
"version": "v1.5.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
"reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
"reference": "a01ee38fcd999f34d9bfbcee59dbda5105449cbf",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"require-dev": {
"doctrine/coding-standard": "~0.1@dev",
"phpunit/phpunit": "^5.7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common\\Collections\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Collections Abstraction library",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"array",
"collections",
"iterator"
],
"time": "2017-07-22T10:37:32+00:00"
},
{
"name": "doctrine/common",
2020-04-23 18:26:12 +02:00
"version": "v2.9.0",
2017-08-12 22:56:25 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/common.git",
2020-04-23 18:26:12 +02:00
"reference": "a210246d286c77d2b89040f8691ba7b3a713d2c1"
2017-08-12 22:56:25 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/doctrine/common/zipball/a210246d286c77d2b89040f8691ba7b3a713d2c1",
"reference": "a210246d286c77d2b89040f8691ba7b3a713d2c1",
2017-08-12 22:56:25 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"doctrine/annotations": "^1.0",
"doctrine/cache": "^1.0",
"doctrine/collections": "^1.0",
"doctrine/event-manager": "^1.0",
"doctrine/inflector": "^1.0",
"doctrine/lexer": "^1.0",
"doctrine/persistence": "^1.0",
"doctrine/reflection": "^1.0",
"php": "^7.1"
2017-08-12 22:56:25 +02:00
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"doctrine/coding-standard": "^1.0",
"phpunit/phpunit": "^6.3",
"squizlabs/php_codesniffer": "^3.0",
"symfony/phpunit-bridge": "^4.0.5"
2017-08-12 22:56:25 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "2.9.x-dev"
2017-08-12 22:56:25 +02:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2020-04-23 18:26:12 +02:00
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
2017-08-12 22:56:25 +02:00
}
],
"description": "Common Library for Doctrine projects",
2020-04-23 18:26:12 +02:00
"homepage": "https://www.doctrine-project.org",
2017-08-12 22:56:25 +02:00
"keywords": [
"annotations",
"collections",
"eventmanager",
"persistence",
"spl"
],
2020-04-23 18:26:12 +02:00
"time": "2018-07-12T21:16:12+00:00"
2017-08-12 22:56:25 +02:00
},
{
"name": "doctrine/dbal",
2020-04-23 18:26:12 +02:00
"version": "v2.8.0",
2017-08-12 22:56:25 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
2020-04-23 18:26:12 +02:00
"reference": "5140a64c08b4b607b9bedaae0cedd26f04a0e621"
2017-08-12 22:56:25 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/5140a64c08b4b607b9bedaae0cedd26f04a0e621",
"reference": "5140a64c08b4b607b9bedaae0cedd26f04a0e621",
2017-08-12 22:56:25 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"doctrine/cache": "^1.0",
"doctrine/event-manager": "^1.0",
2017-08-12 22:56:25 +02:00
"ext-pdo": "*",
"php": "^7.1"
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"doctrine/coding-standard": "^4.0",
"jetbrains/phpstorm-stubs": "^2018.1.2",
"phpstan/phpstan": "^0.10.1",
"phpunit/phpunit": "^7.1.2",
2017-08-12 22:56:25 +02:00
"phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
2020-04-23 18:26:12 +02:00
"symfony/console": "^2.0.5|^3.0|^4.0",
"symfony/phpunit-bridge": "^3.4.5|^4.0.5"
2017-08-12 22:56:25 +02:00
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": [
"bin/doctrine-dbal"
],
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "2.8.x-dev",
"dev-develop": "3.0.x-dev"
2017-08-12 22:56:25 +02:00
}
},
"autoload": {
"psr-0": {
"Doctrine\\DBAL\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
}
],
"description": "Database Abstraction Layer",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"database",
"dbal",
"persistence",
"queryobject"
],
2020-04-23 18:26:12 +02:00
"time": "2018-07-13T03:16:35+00:00"
},
{
"name": "doctrine/event-manager",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/event-manager.git",
"reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
"reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"conflict": {
"doctrine/common": "<2.9@dev"
},
"require-dev": {
"doctrine/coding-standard": "^4.0",
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "Doctrine Event Manager component",
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
"keywords": [
"event",
"eventdispatcher",
"eventmanager"
],
"time": "2018-06-11T11:59:03+00:00"
2017-08-12 22:56:25 +02:00
},
{
"name": "doctrine/inflector",
2020-04-23 18:26:12 +02:00
"version": "v1.3.0",
2017-08-12 22:56:25 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2020-04-23 18:26:12 +02:00
"reference": "5527a48b7313d15261292c149e55e26eae771b0a"
2017-08-12 22:56:25 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
"reference": "5527a48b7313d15261292c149e55e26eae771b0a",
2017-08-12 22:56:25 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"php": "^7.1"
2017-08-12 22:56:25 +02:00
},
"require-dev": {
"phpunit/phpunit": "^6.2"
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "1.3.x-dev"
2017-08-12 22:56:25 +02:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"inflection",
"pluralize",
"singularize",
"string"
],
2020-04-23 18:26:12 +02:00
"time": "2018-01-09T20:05:19+00:00"
2017-08-12 22:56:25 +02:00
},
{
"name": "doctrine/instantiator",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
"reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
"shasum": ""
},
"require": {
"php": "^7.1"
},
"require-dev": {
"athletic/athletic": "~0.1.8",
"ext-pdo": "*",
"ext-phar": "*",
"phpunit/phpunit": "^6.2.3",
"squizlabs/php_codesniffer": "^3.0.2"
},
"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://github.com/doctrine/instantiator",
"keywords": [
"constructor",
"instantiate"
],
"time": "2017-07-22T11:58:36+00:00"
},
{
"name": "doctrine/lexer",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Doctrine\\Common\\Lexer\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"lexer",
"parser"
],
"time": "2014-09-09T13:34:57+00:00"
},
{
"name": "doctrine/orm",
2020-04-23 18:26:12 +02:00
"version": "v2.6.2",
2017-08-12 22:56:25 +02:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/doctrine2.git",
2020-04-23 18:26:12 +02:00
"reference": "d2b4dd71d2a276edd65d0c170375b445f8a4a4a8"
2017-08-12 22:56:25 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/doctrine/doctrine2/zipball/d2b4dd71d2a276edd65d0c170375b445f8a4a4a8",
"reference": "d2b4dd71d2a276edd65d0c170375b445f8a4a4a8",
2017-08-12 22:56:25 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"doctrine/annotations": "~1.5",
2017-08-12 22:56:25 +02:00
"doctrine/cache": "~1.6",
"doctrine/collections": "^1.4",
"doctrine/common": "^2.7.1",
2020-04-23 18:26:12 +02:00
"doctrine/dbal": "^2.6",
2017-08-12 22:56:25 +02:00
"doctrine/instantiator": "~1.1",
"ext-pdo": "*",
"php": "^7.1",
"symfony/console": "~3.0|~4.0"
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"doctrine/coding-standard": "^1.0",
"phpunit/phpunit": "^6.5",
"squizlabs/php_codesniffer": "^3.2",
"symfony/yaml": "~3.4|~4.0"
2017-08-12 22:56:25 +02:00
},
"suggest": {
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
},
"bin": [
"bin/doctrine"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.6.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\ORM\\": "lib/Doctrine/ORM"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "Object-Relational-Mapper for PHP",
"homepage": "http://www.doctrine-project.org",
"keywords": [
"database",
"orm"
],
2020-04-23 18:26:12 +02:00
"time": "2018-07-12T20:47:13+00:00"
2017-08-12 22:56:25 +02:00
},
2017-07-21 19:59:16 +02:00
{
2020-04-23 18:26:12 +02:00
"name": "doctrine/persistence",
"version": "v1.0.1",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-04-23 18:26:12 +02:00
"url": "https://github.com/doctrine/persistence.git",
"reference": "af1ec238659a83e320f03e0e454e200f689b4b97"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/doctrine/persistence/zipball/af1ec238659a83e320f03e0e454e200f689b4b97",
"reference": "af1ec238659a83e320f03e0e454e200f689b4b97",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"doctrine/annotations": "^1.0",
"doctrine/cache": "^1.0",
"doctrine/collections": "^1.0",
"doctrine/event-manager": "^1.0",
"doctrine/reflection": "^1.0",
"php": "^7.1"
},
"conflict": {
"doctrine/common": "<2.9@dev"
},
"require-dev": {
"doctrine/coding-standard": "^4.0",
"phpstan/phpstan": "^0.8",
"phpunit/phpunit": "^7.0"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "1.0.x-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
2020-04-23 18:26:12 +02:00
"Doctrine\\Common\\": "lib/Doctrine/Common"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-04-23 18:26:12 +02:00
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
2017-07-21 19:59:16 +02:00
}
],
2020-04-23 18:26:12 +02:00
"description": "Doctrine Persistence abstractions.",
"homepage": "https://doctrine-project.org/projects/persistence.html",
2017-07-21 19:59:16 +02:00
"keywords": [
2020-04-23 18:26:12 +02:00
"persistence"
2017-07-21 19:59:16 +02:00
],
2020-04-23 18:26:12 +02:00
"time": "2018-07-12T12:37:50+00:00"
2017-07-21 19:59:16 +02:00
},
{
2020-04-23 18:26:12 +02:00
"name": "doctrine/reflection",
"version": "v1.0.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-04-23 18:26:12 +02:00
"url": "https://github.com/doctrine/reflection.git",
"reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/doctrine/reflection/zipball/02538d3f95e88eb397a5f86274deb2c6175c2ab6",
"reference": "02538d3f95e88eb397a5f86274deb2c6175c2ab6",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"doctrine/annotations": "^1.0",
"ext-tokenizer": "*",
"php": "^7.1"
},
"require-dev": {
"doctrine/coding-standard": "^4.0",
"doctrine/common": "^2.8",
"phpstan/phpstan": "^0.9.2",
"phpstan/phpstan-phpunit": "^0.9.4",
"phpunit/phpunit": "^7.0",
"squizlabs/php_codesniffer": "^3.0"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
2020-04-23 18:26:12 +02:00
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "Doctrine Reflection component",
"homepage": "https://www.doctrine-project.org/projects/reflection.html",
"keywords": [
"reflection"
],
"time": "2018-06-14T14:45:07+00:00"
},
{
"name": "fig/http-message-util",
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message-util.git",
"reference": "20b2c280cb6914b7b83089720df44e490f4b42f0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message-util/zipball/20b2c280cb6914b7b83089720df44e490f4b42f0",
"reference": "20b2c280cb6914b7b83089720df44e490f4b42f0",
"shasum": ""
},
"require": {
"php": "^5.3 || ^7.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Fig\\Http\\Message\\": "src/"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
2020-04-23 18:26:12 +02:00
"description": "Utility classes and constants for use with PSR-7 (psr/http-message)",
2017-07-21 19:59:16 +02:00
"keywords": [
"http",
2020-04-23 18:26:12 +02:00
"http-message",
2017-07-21 19:59:16 +02:00
"psr",
"psr-7",
"request",
"response"
],
2020-04-23 18:26:12 +02:00
"time": "2017-02-09T16:10:21+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "imagine/imagine",
2020-04-23 18:26:12 +02:00
"version": "1.0.1",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/avalanche123/Imagine.git",
2020-04-23 18:26:12 +02:00
"reference": "f2f39f5900ed69480dfc2f23cb56b591b282d501"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/avalanche123/Imagine/zipball/f2f39f5900ed69480dfc2f23cb56b591b282d501",
"reference": "f2f39f5900ed69480dfc2f23cb56b591b282d501",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"friendsofphp/php-cs-fixer": "2.2.*",
"symfony/phpunit-bridge": "^3.2 || ^4.0"
2017-07-21 19:59:16 +02:00
},
"suggest": {
"ext-gd": "to use the GD implementation",
"ext-gmagick": "to use the Gmagick implementation",
"ext-imagick": "to use the Imagick implementation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.7-dev"
}
},
"autoload": {
2020-04-23 18:26:12 +02:00
"psr-4": {
"Imagine\\": "src/"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bulat Shakirzyanov",
"email": "mallluhuct@gmail.com",
"homepage": "http://avalanche123.com"
}
],
"description": "Image processing for PHP 5.3",
"homepage": "http://imagine.readthedocs.org/",
"keywords": [
"drawing",
"graphics",
"image manipulation",
"image processing"
],
2020-04-23 18:26:12 +02:00
"time": "2018-09-27T12:22:55+00:00"
2017-07-21 19:59:16 +02:00
},
{
2020-04-23 18:26:12 +02:00
"name": "los/loslog",
"version": "3.1.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-04-23 18:26:12 +02:00
"url": "https://github.com/Lansoweb/LosLog.git",
"reference": "a6dc0138f2db721ffa134d495972c20b2da2e7b6"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/Lansoweb/LosLog/zipball/a6dc0138f2db721ffa134d495972c20b2da2e7b6",
"reference": "a6dc0138f2db721ffa134d495972c20b2da2e7b6",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"php": "^7.1",
"psr/container": "^1.0",
"psr/log": "^1.0",
"zendframework/zend-diactoros": "^1.7",
"zendframework/zend-log": "^2.9",
"zendframework/zend-stratigility": "^3.0"
},
"require-dev": {
"mikey179/vfsstream": "^1.6",
"phpstan/phpstan": "^0.9.2",
"phpunit/phpunit": "^7.0",
"rollbar/rollbar": "^1.4",
"satooshi/php-coveralls": "^2.0",
"squizlabs/php_codesniffer": "^2.7",
"zendframework/zend-coding-standard": "^1.0"
},
"suggest": {
"rollbar/rollbar": "Needed if you want to use Rollbar logger"
2017-07-21 19:59:16 +02:00
},
"type": "library",
2020-04-23 18:26:12 +02:00
"extra": {
"branch-alias": {
"dev-develop": "2.0-dev"
}
},
2017-07-21 19:59:16 +02:00
"autoload": {
"psr-4": {
2020-04-23 18:26:12 +02:00
"LosMiddleware\\LosLog\\": "src/"
}
2017-07-21 19:59:16 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2020-04-23 18:26:12 +02:00
"name": "Leandro Silva",
"email": "leandro@leandrosilva.info",
"homepage": "http://leandrosilva.info"
2017-07-21 19:59:16 +02:00
}
],
2020-04-23 18:26:12 +02:00
"description": "LosLog provides some log utility",
"homepage": "http://github.com/Lansoweb/LosLog",
2017-07-21 19:59:16 +02:00
"keywords": [
2020-04-23 18:26:12 +02:00
"expressive",
"log",
"los",
"module",
"zf2",
"zf3"
2017-07-21 19:59:16 +02:00
],
2020-04-23 18:26:12 +02:00
"time": "2018-03-16T13:02:56+00:00"
2017-07-21 19:59:16 +02:00
},
{
2020-04-23 18:26:12 +02:00
"name": "neomerx/cors-psr7",
"version": "v1.0.13",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-04-23 18:26:12 +02:00
"url": "https://github.com/neomerx/cors-psr7.git",
"reference": "2556e2013f16a55532c95928455257d5b6bbc6e2"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/neomerx/cors-psr7/zipball/2556e2013f16a55532c95928455257d5b6bbc6e2",
"reference": "2556e2013f16a55532c95928455257d5b6bbc6e2",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"php": ">=5.6.0",
"psr/http-message": "^1.0",
"psr/log": "^1.0"
2017-07-21 19:59:16 +02:00
},
2020-04-23 18:26:12 +02:00
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^5.7",
"scrutinizer/ocular": "^1.1",
"squizlabs/php_codesniffer": "^3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Neomerx\\Cors\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "neomerx",
"email": "info@neomerx.com"
}
],
"description": "Framework agnostic (PSR-7) CORS implementation (www.w3.org/TR/cors/)",
"homepage": "https://github.com/neomerx/cors-psr7",
"keywords": [
"Cross Origin Resource Sharing",
"Cross-Origin Resource Sharing",
"cors",
"neomerx",
"psr-7",
"psr7",
"w3.org",
"www.w3.org"
],
"time": "2018-05-23T16:10:11+00:00"
},
{
"name": "nikic/fast-route",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/FastRoute.git",
"reference": "181d480e08d9476e61381e04a71b34dc0432e812"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
"reference": "181d480e08d9476e61381e04a71b34dc0432e812",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35|~5.7"
},
"type": "library",
"autoload": {
"psr-4": {
"FastRoute\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov",
"email": "nikic@php.net"
}
],
"description": "Fast request router for PHP",
"keywords": [
"router",
"routing"
],
"time": "2018-02-13T20:26:39+00:00"
},
{
"name": "psr/container",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
2017-07-21 19:59:16 +02:00
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"time": "2017-02-14T16:28:37+00:00"
},
2020-04-23 18:26:12 +02:00
{
"name": "psr/http-factory",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "378bfe27931ecc54ff824a20d6f6bfc303bbd04c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/378bfe27931ecc54ff824a20d6f6bfc303bbd04c",
"reference": "378bfe27931ecc54ff824a20d6f6bfc303bbd04c",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"time": "2018-07-30T21:54:04+00:00"
},
2017-07-21 19:59:16 +02:00
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
2017-08-12 22:56:25 +02:00
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"time": "2016-08-06T14:39:51+00:00"
},
2020-04-23 18:26:12 +02:00
{
"name": "psr/http-server-handler",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-server-handler.git",
"reference": "439d92054dc06097f2406ec074a2627839955a02"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-server-handler/zipball/439d92054dc06097f2406ec074a2627839955a02",
"reference": "439d92054dc06097f2406ec074a2627839955a02",
"shasum": ""
},
"require": {
"php": ">=7.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Server\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP server-side request handler",
"keywords": [
"handler",
"http",
"http-interop",
"psr",
"psr-15",
"psr-7",
"request",
"response",
"server"
],
"time": "2018-01-22T17:04:15+00:00"
},
{
"name": "psr/http-server-middleware",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-server-middleware.git",
"reference": "ea17eb1fb2c8df6db919cc578451a8013c6a0ae5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-server-middleware/zipball/ea17eb1fb2c8df6db919cc578451a8013c6a0ae5",
"reference": "ea17eb1fb2c8df6db919cc578451a8013c6a0ae5",
"shasum": ""
},
"require": {
"php": ">=7.0",
"psr/http-message": "^1.0",
"psr/http-server-handler": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Server\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP server-side middleware",
"keywords": [
"http",
"http-interop",
"middleware",
"psr",
"psr-15",
"psr-7",
"request",
"response"
],
"time": "2018-01-22T17:08:31+00:00"
},
2017-08-12 22:56:25 +02:00
{
"name": "psr/log",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2017-08-12 22:56:25 +02:00
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
2017-08-12 22:56:25 +02:00
"Psr\\Log\\": "Psr/Log/"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
2017-08-12 22:56:25 +02:00
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
2017-07-21 19:59:16 +02:00
"keywords": [
2017-08-12 22:56:25 +02:00
"log",
2017-07-21 19:59:16 +02:00
"psr",
2017-08-12 22:56:25 +02:00
"psr-3"
2017-07-21 19:59:16 +02:00
],
2017-08-12 22:56:25 +02:00
"time": "2016-10-10T12:19:37+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "roave/security-advisories",
"version": "dev-master",
"conflict": {
2020-04-23 18:26:12 +02:00
"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",
"asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
2017-07-21 19:59:16 +02:00
"aws/aws-sdk-php": ">=3,<3.2.1",
2020-04-23 18:26:12 +02:00
"brightlocal/phpwhois": "<=4.2.5",
2017-07-21 19:59:16 +02:00
"bugsnag/bugsnag-laravel": ">=2,<2.0.2",
2020-04-23 18:26:12 +02:00
"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.0.15|>=3.1,<3.1.4|>=3.4,<3.4.14|>=3.5,<3.5.17|>=3.6,<3.6.4",
2017-07-21 19:59:16 +02:00
"cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
2020-04-23 18:26:12 +02:00
"cartalyst/sentry": "<=2.1.6",
2017-07-21 19:59:16 +02:00
"codeigniter/framework": "<=3.0.6",
"composer/composer": "<=1.0.0-alpha11",
"contao-components/mediaelement": ">=2.14.2,<2.21.1",
2020-04-23 18:26:12 +02:00
"contao/core": ">=2,<3.5.35",
"contao/core-bundle": ">=4,<4.4.18|>=4.5,<4.5.8",
"contao/listing-bundle": ">=4,<4.4.8",
"contao/newsletter-bundle": ">=4,<4.1",
"david-garcia/phpwhois": "<=4.3.1",
2017-07-21 19:59:16 +02:00
"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",
"dompdf/dompdf": ">=0.6,<0.6.2",
2020-04-23 18:26:12 +02:00
"drupal/core": ">=7,<7.59|>=8,<8.4.8|>=8.5,<8.5.3",
"drupal/drupal": ">=7,<7.59|>=8,<8.4.8|>=8.5,<8.5.3",
"erusev/parsedown": "<1.7",
"ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.3|>=5.4,<5.4.11.3|>=2017.8,<2017.8.1.1|>=2017.12,<2017.12.2.1",
"ezyang/htmlpurifier": "<4.1.1",
2017-07-21 19:59:16 +02:00
"firebase/php-jwt": "<2",
"friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
"friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
2020-04-23 18:26:12 +02:00
"fuel/core": "<1.8.1",
"gree/jose": "<=2.2",
2017-07-21 19:59:16 +02:00
"gregwar/rst": "<1.0.3",
"guzzlehttp/guzzle": ">=6,<6.2.1|>=4.0.0-rc2,<4.2.4|>=5,<5.3.1",
2020-04-23 18:26:12 +02:00
"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",
2017-07-21 19:59:16 +02:00
"illuminate/database": ">=4,<4.0.99|>=4.1,<4.1.29",
2020-04-23 18:26:12 +02:00
"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",
2017-07-21 19:59:16 +02:00
"joomla/session": "<1.3.1",
2020-04-23 18:26:12 +02:00
"jsmitty12/phpwhois": "<5.1",
"kazist/phpwhois": "<=4.2.6",
"kreait/firebase-php": ">=3.2,<3.8.1",
"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",
2017-07-21 19:59:16 +02:00
"laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
2020-04-23 18:26:12 +02:00
"magento/magento1ce": "<1.9.3.9",
2017-07-21 19:59:16 +02:00
"magento/magento1ee": ">=1.9,<1.14.3.2",
2020-04-23 18:26:12 +02:00
"magento/product-community-edition": ">=2,<2.2.5",
2017-07-21 19:59:16 +02:00
"monolog/monolog": ">=1.8,<1.12",
"namshi/jose": "<2.2",
"onelogin/php-saml": "<2.10.4",
2020-04-23 18:26:12 +02:00
"openid/php-openid": "<2.3",
2017-07-21 19:59:16 +02:00
"oro/crm": ">=1.7,<1.7.4",
"oro/platform": ">=1.7,<1.7.4",
2020-04-23 18:26:12 +02:00
"padraic/humbug_get_contents": "<1.1.2",
"pagarme/pagarme-php": ">=0,<3",
"paragonie/random_compat": "<2",
"paypal/merchant-sdk-php": "<3.12",
2017-08-09 15:47:05 +02:00
"phpmailer/phpmailer": ">=5,<5.2.24",
2020-04-23 18:26:12 +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",
"propel/propel": ">=2.0.0-alpha1,<=2.0.0-alpha7",
"propel/propel1": ">=1,<=1.7.1",
2017-07-21 19:59:16 +02:00
"pusher/pusher-php-server": "<2.2.1",
2020-04-23 18:26:12 +02:00
"robrichards/xmlseclibs": ">=1,<3.0.2",
2017-07-21 19:59:16 +02:00
"sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
2020-04-23 18:26:12 +02:00
"sensiolabs/connect": "<4.2.3",
"serluck/phpwhois": "<=4.2.6",
"shopware/shopware": "<5.3.7",
"silverstripe/cms": ">=3,<=3.0.11|>=3.1,<3.1.11",
2017-07-21 19:59:16 +02:00
"silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
"silverstripe/framework": ">=3,<3.3",
"silverstripe/userforms": "<3",
2020-04-23 18:26:12 +02:00
"simple-updates/phpwhois": "<=1",
"simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
"simplesamlphp/simplesamlphp": "<1.15.2",
2017-07-21 19:59:16 +02:00
"simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
2020-04-23 18:26:12 +02:00
"slim/slim": "<2.6",
"smarty/smarty": "<3.1.33",
2017-07-21 19:59:16 +02:00
"socalnick/scn-social-auth": "<1.15.2",
2020-04-23 18:26:12 +02:00
"squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
"stormpath/sdk": ">=0,<9.9.99",
2017-07-21 19:59:16 +02:00
"swiftmailer/swiftmailer": ">=4,<5.4.5",
2020-04-23 18:26:12 +02:00
"sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
"sylius/sylius": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
2017-07-21 19:59:16 +02:00
"symfony/dependency-injection": ">=2,<2.0.17",
2020-04-23 18:26:12 +02:00
"symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
2017-07-21 19:59:16 +02:00
"symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2",
2020-04-23 18:26:12 +02:00
"symfony/http-foundation": ">=2,<2.7.49|>=2.8,<2.8.44|>=3,<3.3.18|>=3.4,<3.4.14|>=4,<4.0.14|>=4.1,<4.1.3",
2017-07-21 19:59:16 +02:00
"symfony/http-kernel": ">=2,<2.3.29|>=2.4,<2.5.12|>=2.6,<2.6.8",
2020-04-23 18:26:12 +02:00
"symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
2017-07-21 19:59:16 +02:00
"symfony/routing": ">=2,<2.0.19",
2020-04-23 18:26:12 +02:00
"symfony/security": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
"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.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
2017-07-21 19:59:16 +02:00
"symfony/serializer": ">=2,<2.0.11",
2020-04-23 18:26:12 +02:00
"symfony/symfony": ">=2,<2.7.49|>=2.8,<2.8.44|>=3,<3.3.18|>=3.4,<3.4.14|>=4,<4.0.14|>=4.1,<4.1.3",
2017-07-21 19:59:16 +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/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",
"thelia/backoffice-default-template": ">=2.1,<2.1.2",
2020-04-23 18:26:12 +02:00
"thelia/thelia": ">=2.1,<2.1.2|>=2.1.0-beta1,<2.1.3",
"theonedemon/phpwhois": "<=4.2.5",
"titon/framework": ">=0,<9.9.99",
"truckersmp/phpwhois": "<=4.3.1",
2017-07-21 19:59:16 +02:00
"twig/twig": "<1.20",
2020-04-23 18:26:12 +02:00
"typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.30|>=8,<8.7.17|>=9,<9.3.2",
"typo3/cms-core": ">=8,<8.7.17|>=9,<9.3.2",
"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",
2017-07-21 19:59:16 +02:00
"typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4",
"willdurand/js-translation-bundle": "<2.1.1",
"yiisoft/yii": ">=1.1.14,<1.1.15",
2020-04-23 18:26:12 +02:00
"yiisoft/yii2": "<2.0.15",
2017-07-21 19:59:16 +02:00
"yiisoft/yii2-bootstrap": "<2.0.4",
2020-04-23 18:26:12 +02:00
"yiisoft/yii2-dev": "<2.0.15",
"yiisoft/yii2-elasticsearch": "<2.0.5",
2017-07-21 19:59:16 +02:00
"yiisoft/yii2-gii": "<2.0.4",
"yiisoft/yii2-jui": "<2.0.4",
2020-04-23 18:26:12 +02:00
"yiisoft/yii2-redis": "<2.0.8",
2017-07-21 19:59:16 +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",
2020-04-23 18:26:12 +02:00
"zendframework/zend-diactoros": ">=1,<1.8.4",
"zendframework/zend-feed": ">=1,<2.10.3",
2017-07-21 19:59:16 +02:00
"zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
2020-04-23 18:26:12 +02:00
"zendframework/zend-http": ">=1,<2.8.1",
2017-07-21 19:59:16 +02:00
"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",
2020-04-23 18:26:12 +02:00
"zendframework/zendframework": "<2.5.1",
2017-07-21 19:59:16 +02:00
"zendframework/zendframework1": "<1.12.20",
"zendframework/zendopenid": ">=2,<2.0.2",
"zendframework/zendxml": ">=1,<1.0.1",
2020-04-23 18:26:12 +02:00
"zetacomponents/mail": "<1.8.2",
2017-07-21 19:59:16 +02:00
"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"
}
],
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
2020-04-23 18:26:12 +02:00
"time": "2018-10-05T18:14:02+00:00"
2017-07-21 19:59:16 +02:00
},
2017-08-12 22:56:25 +02:00
{
"name": "symfony/console",
2020-04-23 18:26:12 +02:00
"version": "v4.1.6",
2017-08-12 22:56:25 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2020-04-23 18:26:12 +02:00
"reference": "dc7122fe5f6113cfaba3b3de575d31112c9aa60b"
2017-08-12 22:56:25 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/symfony/console/zipball/dc7122fe5f6113cfaba3b3de575d31112c9aa60b",
"reference": "dc7122fe5f6113cfaba3b3de575d31112c9aa60b",
2017-08-12 22:56:25 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"php": "^7.1.3",
2017-08-12 22:56:25 +02:00
"symfony/polyfill-mbstring": "~1.0"
},
"conflict": {
2020-04-23 18:26:12 +02:00
"symfony/dependency-injection": "<3.4",
"symfony/process": "<3.3"
2017-08-12 22:56:25 +02:00
},
"require-dev": {
"psr/log": "~1.0",
2020-04-23 18:26:12 +02:00
"symfony/config": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/event-dispatcher": "~3.4|~4.0",
"symfony/lock": "~3.4|~4.0",
"symfony/process": "~3.4|~4.0"
2017-08-12 22:56:25 +02:00
},
"suggest": {
2020-04-23 18:26:12 +02:00
"psr/log-implementation": "For using the console logger",
2017-08-12 22:56:25 +02:00
"symfony/event-dispatcher": "",
2020-04-23 18:26:12 +02:00
"symfony/lock": "",
2017-08-12 22:56:25 +02:00
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "4.1-dev"
2017-08-12 22:56:25 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
2020-04-23 18:26:12 +02:00
"time": "2018-10-03T08:15:46+00:00"
2017-08-12 22:56:25 +02:00
},
{
2020-04-23 18:26:12 +02:00
"name": "symfony/polyfill-ctype",
"version": "v1.9.0",
2017-08-12 22:56:25 +02:00
"source": {
"type": "git",
2020-04-23 18:26:12 +02:00
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
2017-08-12 22:56:25 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
2017-08-12 22:56:25 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"php": ">=5.3.3"
2017-08-12 22:56:25 +02:00
},
2020-04-23 18:26:12 +02:00
"suggest": {
"ext-ctype": "For best performance"
2017-08-12 22:56:25 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "1.9-dev"
2017-08-12 22:56:25 +02:00
}
},
"autoload": {
"psr-4": {
2020-04-23 18:26:12 +02:00
"Symfony\\Polyfill\\Ctype\\": ""
2017-08-12 22:56:25 +02:00
},
2020-04-23 18:26:12 +02:00
"files": [
"bootstrap.php"
2017-08-12 22:56:25 +02:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2020-04-23 18:26:12 +02:00
},
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
2017-08-12 22:56:25 +02:00
}
],
2020-04-23 18:26:12 +02:00
"description": "Symfony polyfill for ctype functions",
2017-08-12 22:56:25 +02:00
"homepage": "https://symfony.com",
2020-04-23 18:26:12 +02:00
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"time": "2018-08-06T14:22:27+00:00"
2017-08-12 22:56:25 +02:00
},
{
"name": "symfony/polyfill-mbstring",
2020-04-23 18:26:12 +02:00
"version": "v1.9.0",
2017-08-12 22:56:25 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2020-04-23 18:26:12 +02:00
"reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
2017-08-12 22:56:25 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
"reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
2017-08-12 22:56:25 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "1.9-dev"
2017-08-12 22:56:25 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
2020-04-23 18:26:12 +02:00
"time": "2018-08-06T14:22:27+00:00"
2017-08-12 22:56:25 +02:00
},
2017-07-21 19:59:16 +02:00
{
"name": "symfony/yaml",
2020-04-23 18:26:12 +02:00
"version": "v4.1.6",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2020-04-23 18:26:12 +02:00
"reference": "367e689b2fdc19965be435337b50bc8adf2746c9"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/367e689b2fdc19965be435337b50bc8adf2746c9",
"reference": "367e689b2fdc19965be435337b50bc8adf2746c9",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<3.4"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"symfony/console": "~3.4|~4.0"
2017-07-21 19:59:16 +02:00
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "4.1-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
2020-04-23 18:26:12 +02:00
"time": "2018-10-02T16:36:10+00:00"
},
{
"name": "tuupola/callable-handler",
"version": "0.4.0",
"source": {
"type": "git",
"url": "https://github.com/tuupola/callable-handler.git",
"reference": "662744a6a4a52235be5bd73ac04de4375eff3fc9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tuupola/callable-handler/zipball/662744a6a4a52235be5bd73ac04de4375eff3fc9",
"reference": "662744a6a4a52235be5bd73ac04de4375eff3fc9",
"shasum": ""
},
"require": {
"php": "^7.1",
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"codedungeon/phpunit-result-printer": "^0.4.4",
"overtrue/phplint": "^1.0",
"phpunit/phpunit": "^6.5",
"squizlabs/php_codesniffer": "^3.2",
"tuupola/http-factory": "^0.4.0",
"zendframework/zend-diactoros": "^1.6"
},
"type": "library",
"autoload": {
"psr-4": {
"Tuupola\\Middleware\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mika Tuupola",
"email": "tuupola@appelsiini.net",
"homepage": "https://appelsiini.net/",
"role": "Developer"
}
],
"description": "Compatibility layer for PSR-7 double pass and PSR-15 middlewares.",
"homepage": "https://github.com/tuupola/callable-handler",
"keywords": [
"middleware",
"psr-15",
"psr-7"
],
"time": "2018-08-02T11:15:40+00:00"
},
{
"name": "tuupola/cors-middleware",
"version": "0.9.0",
"source": {
"type": "git",
"url": "https://github.com/tuupola/cors-middleware.git",
"reference": "d76b26cf4f10e913569dc7c08fb9df9abe9b0604"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tuupola/cors-middleware/zipball/d76b26cf4f10e913569dc7c08fb9df9abe9b0604",
"reference": "d76b26cf4f10e913569dc7c08fb9df9abe9b0604",
"shasum": ""
},
"require": {
"neomerx/cors-psr7": "^1.0",
"php": "^7.1",
"psr/http-server-middleware": "^1.0",
"tuupola/callable-handler": "^0.3.0|^0.4.0",
"tuupola/http-factory": "^0.4.0"
},
"require-dev": {
"codedungeon/phpunit-result-printer": "^0.4.4",
"equip/dispatch": "^2.0",
"overtrue/phplint": "^1.0",
"phpunit/phpunit": "^6.5",
"squizlabs/php_codesniffer": "^3.2",
"zendframework/zend-diactoros": "^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Tuupola\\Middleware\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mika Tuupola",
"email": "tuupola@appelsiini.net",
"homepage": "http://www.appelsiini.net/",
"role": "Developer"
}
],
"description": "PSR-7 and PSR-15 CORS middleware",
"homepage": "https://github.com/tuupola/cors-middleware",
"keywords": [
"cors",
"middleware",
"psr-15",
"psr-7"
],
"time": "2018-08-21T07:44:14+00:00"
},
{
"name": "tuupola/http-factory",
"version": "0.4.2",
"source": {
"type": "git",
"url": "https://github.com/tuupola/http-factory.git",
"reference": "c7e2712d5c4f49ddae704ae1f42854f437ddb028"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/tuupola/http-factory/zipball/c7e2712d5c4f49ddae704ae1f42854f437ddb028",
"reference": "c7e2712d5c4f49ddae704ae1f42854f437ddb028",
"shasum": ""
},
"require": {
"php": "^7.1",
"psr/http-factory": "^1.0"
},
"require-dev": {
"http-interop/http-factory-tests": "^0.5.0",
"overtrue/phplint": "^1.0",
"phpunit/phpunit": "^6.5",
"squizlabs/php_codesniffer": "^3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Tuupola\\Http\\Factory\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mika Tuupola",
"email": "tuupola@appelsiini.net",
"homepage": "http://www.appelsiini.net/",
"role": "Developer"
}
],
"description": "Lightweight autodiscovering PSR-17 HTTP factories",
"homepage": "https://github.com/tuupola/http-factory",
"keywords": [
"http",
"psr-17",
"psr-7"
],
"time": "2018-08-09T09:02:33+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "zendframework/zend-component-installer",
2020-04-23 18:26:12 +02:00
"version": "2.1.1",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-component-installer.git",
2020-04-23 18:26:12 +02:00
"reference": "788b74439fff056b848c47aeb3d8b63cf2fb2161"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/zendframework/zend-component-installer/zipball/788b74439fff056b848c47aeb3d8b63cf2fb2161",
"reference": "788b74439fff056b848c47aeb3d8b63cf2fb2161",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0",
2020-04-23 18:26:12 +02:00
"php": "^7.1"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"composer/composer": "^1.5.2",
"malukenho/docheader": "^0.1.6",
"mikey179/vfsstream": "^1.6.5",
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
2017-07-21 19:59:16 +02:00
"zendframework/zend-coding-standard": "~1.0.0"
},
"type": "composer-plugin",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "2.1.x-dev",
"dev-develop": "2.2.x-dev"
2017-07-21 19:59:16 +02:00
},
"class": "Zend\\ComponentInstaller\\ComponentInstaller"
},
"autoload": {
"psr-4": {
"Zend\\ComponentInstaller\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Composer plugin for automating component registration in zend-mvc and Expressive applications",
2020-04-23 18:26:12 +02:00
"keywords": [
"ZendFramework",
"component installer",
"composer",
"plugin",
"zf"
],
"time": "2018-03-21T16:53:56+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "zendframework/zend-config",
2020-04-23 18:26:12 +02:00
"version": "3.2.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-config.git",
2020-04-23 18:26:12 +02:00
"reference": "6796f5dcba52c84ef2501d7313618989b5ef3023"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/zendframework/zend-config/zipball/6796f5dcba52c84ef2501d7313618989b5ef3023",
"reference": "6796f5dcba52c84ef2501d7313618989b5ef3023",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^5.6 || ^7.0",
"psr/container": "^1.0",
"zendframework/zend-stdlib": "^2.7.7 || ^3.1"
},
"conflict": {
"container-interop/container-interop": "<1.2.0"
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"malukenho/docheader": "^0.1.6",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
2017-07-21 19:59:16 +02:00
"zendframework/zend-coding-standard": "~1.0.0",
2020-04-23 18:26:12 +02:00
"zendframework/zend-filter": "^2.7.2",
"zendframework/zend-i18n": "^2.7.4",
"zendframework/zend-servicemanager": "^2.7.8 || ^3.3"
2017-07-21 19:59:16 +02:00
},
"suggest": {
2020-04-23 18:26:12 +02:00
"zendframework/zend-filter": "^2.7.2; install if you want to use the Filter processor",
"zendframework/zend-i18n": "^2.7.4; install if you want to use the Translator processor",
"zendframework/zend-servicemanager": "^2.7.8 || ^3.3; if you need an extensible plugin manager for use with the Config Factory"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "3.2.x-dev",
"dev-develop": "3.3.x-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
"Zend\\Config\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "provides a nested object property based user interface for accessing this configuration data within application code",
"keywords": [
2020-04-23 18:26:12 +02:00
"ZendFramework",
2017-07-21 19:59:16 +02:00
"config",
2020-04-23 18:26:12 +02:00
"zf"
2017-07-21 19:59:16 +02:00
],
2020-04-23 18:26:12 +02:00
"time": "2018-04-24T19:26:44+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "zendframework/zend-config-aggregator",
2020-04-23 18:26:12 +02:00
"version": "1.1.1",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-config-aggregator.git",
2020-04-23 18:26:12 +02:00
"reference": "2a08547b64119a73b6700bde3301d978258dfcb5"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/zendframework/zend-config-aggregator/zipball/2a08547b64119a73b6700bde3301d978258dfcb5",
"reference": "2a08547b64119a73b6700bde3301d978258dfcb5",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"php": "^5.6 || ^7.0",
"zendframework/zend-stdlib": "^2.7.7 || ^3.1.0"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
"malukenho/docheader": "^0.1.5",
"mikey179/vfsstream": "^1.6",
2020-04-23 18:26:12 +02:00
"phpunit/phpunit": "^5.7.21 || ^6.3",
2017-07-21 19:59:16 +02:00
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-config": "^2.6 || ^3.0",
"zendframework/zend-servicemanager": "^2.7.7 || ^3.1.1"
},
"suggest": {
"zendframework/zend-config": "Allows loading configuration from XML, INI, YAML, and JSON files",
2020-04-23 18:26:12 +02:00
"zendframework/zend-config-aggregator-modulemanager": "Allows loading configuration from zend-mvc Module classes",
"zendframework/zend-config-aggregator-parameters": "Allows usage of templated parameters within your configuration"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "1.1.x-dev",
"dev-develop": "1.2.x-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
"Zend\\ConfigAggregator\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-04-23 18:26:12 +02:00
"BSD-3-Clause"
2017-07-21 19:59:16 +02:00
],
2020-04-23 18:26:12 +02:00
"description": "Lightweight library for collecting and merging configuration from different sources",
"keywords": [
"ZendFramework",
"config-aggregator",
"zf"
2017-07-21 19:59:16 +02:00
],
2020-04-23 18:26:12 +02:00
"time": "2018-04-04T20:37:31+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "zendframework/zend-diactoros",
2020-04-23 18:26:12 +02:00
"version": "1.8.6",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-diactoros.git",
2020-04-23 18:26:12 +02:00
"reference": "20da13beba0dde8fb648be3cc19765732790f46e"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/20da13beba0dde8fb648be3cc19765732790f46e",
"reference": "20da13beba0dde8fb648be3cc19765732790f46e",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"php": "^5.6 || ^7.0",
"psr/http-message": "^1.0"
2017-07-21 19:59:16 +02:00
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"ext-dom": "*",
"ext-libxml": "*",
2020-04-23 18:26:12 +02:00
"php-http/psr7-integration-tests": "dev-master",
"phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
"zendframework/zend-coding-standard": "~1.0"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "1.8.x-dev",
"dev-develop": "1.9.x-dev",
"dev-release-2.0": "2.0.x-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
2020-04-23 18:26:12 +02:00
"files": [
"src/functions/create_uploaded_file.php",
"src/functions/marshal_headers_from_sapi.php",
"src/functions/marshal_method_from_sapi.php",
"src/functions/marshal_protocol_version_from_sapi.php",
"src/functions/marshal_uri_from_sapi.php",
"src/functions/normalize_server.php",
"src/functions/normalize_uploaded_files.php",
"src/functions/parse_cookie_header.php"
],
2017-07-21 19:59:16 +02:00
"psr-4": {
"Zend\\Diactoros\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"description": "PSR HTTP Message implementations",
"homepage": "https://github.com/zendframework/zend-diactoros",
"keywords": [
"http",
"psr",
"psr-7"
],
2020-04-23 18:26:12 +02:00
"time": "2018-09-05T19:29:37+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "zendframework/zend-escaper",
2020-04-23 18:26:12 +02:00
"version": "2.6.0",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-escaper.git",
"reference": "31d8aafae982f9568287cb4dce987e6aff8fd074"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074",
"reference": "31d8aafae982f9568287cb4dce987e6aff8fd074",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
"zendframework/zend-coding-standard": "~1.0.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.6.x-dev",
"dev-develop": "2.7.x-dev"
}
},
"autoload": {
"psr-4": {
"Zend\\Escaper\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
"keywords": [
"ZendFramework",
"escaper",
"zf"
],
"time": "2018-04-25T15:48:53+00:00"
},
{
"name": "zendframework/zend-expressive",
"version": "3.2.0",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-expressive.git",
"reference": "a57c75703e781e3a8e812b83413443f3ce550a0f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-expressive/zipball/a57c75703e781e3a8e812b83413443f3ce550a0f",
"reference": "a57c75703e781e3a8e812b83413443f3ce550a0f",
"shasum": ""
},
"require": {
"fig/http-message-util": "^1.1.2",
"php": "^7.1",
"psr/container": "^1.0",
"psr/http-message": "^1.0.1",
"psr/http-server-middleware": "^1.0",
"zendframework/zend-expressive-router": "^3.0",
"zendframework/zend-expressive-template": "^2.0",
"zendframework/zend-httphandlerrunner": "^1.0.1",
"zendframework/zend-stratigility": "^3.0"
},
"conflict": {
"container-interop/container-interop": "<1.2.0",
"zendframework/zend-diactoros": "<1.7.1"
},
"require-dev": {
"filp/whoops": "^1.1.10 || ^2.1.13",
"malukenho/docheader": "^0.1.6",
"mockery/mockery": "^1.0",
"phpstan/phpstan": "^0.9.2",
"phpstan/phpstan-strict-rules": "^0.9",
"phpunit/phpunit": "^7.0.1",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-diactoros": "^1.7.1 || ^2.0",
"zendframework/zend-expressive-aurarouter": "^3.0",
"zendframework/zend-expressive-fastroute": "^3.0",
"zendframework/zend-expressive-zendrouter": "^3.0",
"zendframework/zend-servicemanager": "^2.7.8 || ^3.3"
},
"suggest": {
"filp/whoops": "^2.1 to use the Whoops error handler",
"psr/http-message-implementation": "Please install a psr/http-message-implementation to consume Expressive; e.g., zendframework/zend-diactoros",
"zendframework/zend-auradi-config": "^1.0 to use Aura.Di dependency injection container",
"zendframework/zend-expressive-helpers": "^3.0 for its UrlHelper, ServerUrlHelper, and BodyParseMiddleware",
"zendframework/zend-expressive-tooling": "^1.0 for migration and development tools; require it with the --dev flag",
"zendframework/zend-pimple-config": "^1.0 to use Pimple for dependency injection container",
"zendframework/zend-servicemanager": "^3.3 to use zend-servicemanager for dependency injection"
},
"bin": [
"bin/expressive-tooling"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev",
"dev-develop": "3.3.x-dev"
},
"zf": {
"config-provider": "Zend\\Expressive\\ConfigProvider"
}
},
"autoload": {
"files": [
"src/constants.php"
],
"psr-4": {
"Zend\\Expressive\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "PSR-15 Middleware Microframework",
"keywords": [
"PSR-11",
"ZendFramework",
"expressive",
"http",
"middleware",
"psr",
"psr-15",
"psr-7",
"zend-expressive",
"zf"
],
"time": "2018-09-27T21:32:28+00:00"
},
{
"name": "zendframework/zend-expressive-fastroute",
"version": "3.0.2",
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-expressive-fastroute.git",
"reference": "da91f1ba3d03e3aad58d9f0290518f8e28e2e8f0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/zendframework/zend-expressive-fastroute/zipball/da91f1ba3d03e3aad58d9f0290518f8e28e2e8f0",
"reference": "da91f1ba3d03e3aad58d9f0290518f8e28e2e8f0",
"shasum": ""
},
"require": {
"fig/http-message-util": "^1.1.2",
"nikic/fast-route": "^1.2",
"php": "^7.1",
"psr/container": "^1.0",
"psr/http-message": "^1.0.1",
"zendframework/zend-expressive-router": "^3.0",
"zendframework/zend-stdlib": "^2.0 || ^3.1"
},
"conflict": {
"container-interop/container-interop": "<1.2.0"
},
"require-dev": {
"malukenho/docheader": "^0.1.6",
"mikey179/vfsstream": "^1.6.5",
"phpunit/phpunit": "^7.0.2",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-diactoros": "^1.7.1",
"zendframework/zend-stratigility": "^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev",
"dev-develop": "3.1.x-dev"
},
"zf": {
"config-provider": "Zend\\Expressive\\Router\\FastRouteRouter\\ConfigProvider"
}
},
"autoload": {
"psr-4": {
"Zend\\Expressive\\Router\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "FastRoute integration for Expressive",
"keywords": [
"FastRoute",
"ZendFramework",
"expressive",
"http",
"middleware",
"psr",
"psr-7",
"zend-expressive",
"zf"
],
"time": "2018-08-02T14:10:40+00:00"
},
{
"name": "zendframework/zend-expressive-helpers",
"version": "5.1.2",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-04-23 18:26:12 +02:00
"url": "https://github.com/zendframework/zend-expressive-helpers.git",
"reference": "c4db15318ae53965794f46618535fc61dd058ea7"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/zendframework/zend-expressive-helpers/zipball/c4db15318ae53965794f46618535fc61dd058ea7",
"reference": "c4db15318ae53965794f46618535fc61dd058ea7",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"php": "^7.1",
"psr/container": "^1.0",
"psr/http-message": "^1.0.1",
"psr/http-server-middleware": "^1.0",
"zendframework/zend-expressive-router": "^3.0"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"malukenho/docheader": "^0.1.6",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.0.2",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-diactoros": "^1.7.1"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "5.1.x-dev",
"dev-develop": "5.2.x-dev"
},
"zf": {
"config-provider": "Zend\\Expressive\\Helper\\ConfigProvider"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
2020-04-23 18:26:12 +02:00
"Zend\\Expressive\\Helper\\": "src/"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2020-04-23 18:26:12 +02:00
"description": "Helper/Utility classes for Expressive",
2017-07-21 19:59:16 +02:00
"keywords": [
2020-04-23 18:26:12 +02:00
"ZendFramework",
"expressive",
"http",
"middleware",
"psr",
"psr-7",
"zend-expressive",
"zf"
2017-07-21 19:59:16 +02:00
],
2020-04-23 18:26:12 +02:00
"time": "2018-07-26T20:05:23+00:00"
2017-07-21 19:59:16 +02:00
},
{
2020-04-23 18:26:12 +02:00
"name": "zendframework/zend-expressive-router",
"version": "3.1.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-04-23 18:26:12 +02:00
"url": "https://github.com/zendframework/zend-expressive-router.git",
"reference": "072d6b0620f7e1e616cb60062425b4eedd1a0447"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/zendframework/zend-expressive-router/zipball/072d6b0620f7e1e616cb60062425b4eedd1a0447",
"reference": "072d6b0620f7e1e616cb60062425b4eedd1a0447",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
"fig/http-message-util": "^1.1.2",
2020-04-23 18:26:12 +02:00
"php": "^7.1",
2017-07-21 19:59:16 +02:00
"psr/container": "^1.0",
"psr/http-message": "^1.0.1",
2020-04-23 18:26:12 +02:00
"psr/http-server-middleware": "^1.0"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"malukenho/docheader": "^0.1.6",
"phpunit/phpunit": "^7.0.2",
"zendframework/zend-coding-standard": "~1.0.0"
2017-07-21 19:59:16 +02:00
},
"suggest": {
2020-04-23 18:26:12 +02:00
"zendframework/zend-expressive-aurarouter": "^3.0 to use the Aura.Router routing adapter",
"zendframework/zend-expressive-fastroute": "^3.0 to use the FastRoute routing adapter",
"zendframework/zend-expressive-zendrouter": "^3.0 to use the zend-router routing adapter"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "3.1.x-dev",
"dev-develop": "3.2.x-dev"
},
"zf": {
"config-provider": "Zend\\Expressive\\Router\\ConfigProvider"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
2020-04-23 18:26:12 +02:00
"Zend\\Expressive\\Router\\": "src/"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2020-04-23 18:26:12 +02:00
"description": "Router subcomponent for Expressive",
2017-07-21 19:59:16 +02:00
"keywords": [
2020-04-23 18:26:12 +02:00
"ZendFramework",
"expressive",
2017-07-21 19:59:16 +02:00
"http",
"middleware",
"psr",
2020-04-23 18:26:12 +02:00
"psr-7",
"zend-expressive",
"zf"
2017-07-21 19:59:16 +02:00
],
2020-04-23 18:26:12 +02:00
"time": "2018-06-05T15:28:00+00:00"
2017-07-21 19:59:16 +02:00
},
{
2020-04-23 18:26:12 +02:00
"name": "zendframework/zend-expressive-template",
2017-07-21 19:59:16 +02:00
"version": "2.0.0",
"source": {
"type": "git",
2020-04-23 18:26:12 +02:00
"url": "https://github.com/zendframework/zend-expressive-template.git",
"reference": "b8b9ece61ed598a58223638933e2fd703ae4a5e9"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/zendframework/zend-expressive-template/zipball/b8b9ece61ed598a58223638933e2fd703ae4a5e9",
"reference": "b8b9ece61ed598a58223638933e2fd703ae4a5e9",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"php": "^7.1"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"malukenho/docheader": "^0.1.6",
"phpunit/phpunit": "^7.0.2",
2017-07-21 19:59:16 +02:00
"zendframework/zend-coding-standard": "~1.0.0"
},
2020-04-23 18:26:12 +02:00
"suggest": {
"zendframework/zend-expressive-platesrenderer": "^2.0 to use the Plates template renderer",
"zendframework/zend-expressive-twigrenderer": "^2.0 to use the Twig template renderer",
"zendframework/zend-expressive-zendviewrenderer": "^2.0 to use the zend-view PhpRenderer template renderer"
},
2017-07-21 19:59:16 +02:00
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "2.0.x-dev",
"dev-develop": "2.1.x-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
2020-04-23 18:26:12 +02:00
"Zend\\Expressive\\Template\\": "src/"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2020-04-23 18:26:12 +02:00
"description": "Template subcomponent for Expressive",
2017-07-21 19:59:16 +02:00
"keywords": [
2020-04-23 18:26:12 +02:00
"ZendFramework",
2017-07-21 19:59:16 +02:00
"expressive",
2020-04-23 18:26:12 +02:00
"template",
"zend-expressive",
"zf"
2017-07-21 19:59:16 +02:00
],
2020-04-23 18:26:12 +02:00
"time": "2018-03-15T15:42:46+00:00"
2017-07-21 19:59:16 +02:00
},
{
2020-04-23 18:26:12 +02:00
"name": "zendframework/zend-httphandlerrunner",
"version": "1.0.1",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-04-23 18:26:12 +02:00
"url": "https://github.com/zendframework/zend-httphandlerrunner.git",
"reference": "5e4c1e82a8bb1585020eafd32c49ece5a6ee98df"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/zendframework/zend-httphandlerrunner/zipball/5e4c1e82a8bb1585020eafd32c49ece5a6ee98df",
"reference": "5e4c1e82a8bb1585020eafd32c49ece5a6ee98df",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"php": "^7.1",
"psr/http-message": "^1.0",
"psr/http-message-implementation": "^1.0",
"psr/http-server-handler": "^1.0"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"phpunit/phpunit": "^6.3",
2017-07-21 19:59:16 +02:00
"zendframework/zend-coding-standard": "~1.0.0",
2020-04-23 18:26:12 +02:00
"zendframework/zend-diactoros": "^1.7"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "1.0-dev"
},
"zf": {
"config-provider": "Zend\\HttpHandlerRunner\\ConfigProvider"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
2020-04-23 18:26:12 +02:00
"Zend\\HttpHandlerRunner\\": "src/"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2020-04-23 18:26:12 +02:00
"description": "Execute PSR-15 RequestHandlerInterface instances and emit responses they generate.",
2017-07-21 19:59:16 +02:00
"keywords": [
2020-04-23 18:26:12 +02:00
"ZendFramework",
"components",
2017-07-21 19:59:16 +02:00
"expressive",
2020-04-23 18:26:12 +02:00
"psr-15",
"psr-7",
"zf"
2017-07-21 19:59:16 +02:00
],
2020-04-23 18:26:12 +02:00
"time": "2018-02-21T20:33:02+00:00"
2017-07-21 19:59:16 +02:00
},
{
2020-04-23 18:26:12 +02:00
"name": "zendframework/zend-json",
"version": "3.1.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-04-23 18:26:12 +02:00
"url": "https://github.com/zendframework/zend-json.git",
"reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/zendframework/zend-json/zipball/4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c",
"reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"php": "^5.6 || ^7.0"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-stdlib": "^2.7.7 || ^3.1"
2017-07-21 19:59:16 +02:00
},
"suggest": {
2020-04-23 18:26:12 +02:00
"zendframework/zend-json-server": "For implementing JSON-RPC servers",
"zendframework/zend-xml2json": "For converting XML documents to JSON"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "3.1.x-dev",
"dev-develop": "3.2.x-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
2020-04-23 18:26:12 +02:00
"Zend\\Json\\": "src/"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2020-04-23 18:26:12 +02:00
"description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
2017-07-21 19:59:16 +02:00
"keywords": [
2020-04-23 18:26:12 +02:00
"ZendFramework",
"json",
"zf"
2017-07-21 19:59:16 +02:00
],
2020-04-23 18:26:12 +02:00
"time": "2018-01-04T17:51:34+00:00"
2017-07-21 19:59:16 +02:00
},
{
2020-04-23 18:26:12 +02:00
"name": "zendframework/zend-log",
"version": "2.10.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
2020-04-23 18:26:12 +02:00
"url": "https://github.com/zendframework/zend-log.git",
"reference": "9cec3b092acb39963659c2f32441cccc56b3f430"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/zendframework/zend-log/zipball/9cec3b092acb39963659c2f32441cccc56b3f430",
"reference": "9cec3b092acb39963659c2f32441cccc56b3f430",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"php": "^5.6 || ^7.0",
"psr/log": "^1.0",
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
"zendframework/zend-stdlib": "^2.7 || ^3.0"
},
"provide": {
"psr/log-implementation": "1.0.0"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^5.7.15 || ^6.0.8",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-db": "^2.6",
"zendframework/zend-escaper": "^2.5",
"zendframework/zend-filter": "^2.5",
"zendframework/zend-mail": "^2.6.1",
"zendframework/zend-validator": "^2.10.1"
2017-07-21 19:59:16 +02:00
},
"suggest": {
2020-04-23 18:26:12 +02:00
"ext-mongo": "mongo extension to use Mongo writer",
"ext-mongodb": "mongodb extension to use MongoDB writer",
"zendframework/zend-console": "Zend\\Console component to use the RequestID log processor",
"zendframework/zend-db": "Zend\\Db component to use the database log writer",
"zendframework/zend-escaper": "Zend\\Escaper component, for use in the XML log formatter",
"zendframework/zend-mail": "Zend\\Mail component to use the email log writer",
"zendframework/zend-validator": "Zend\\Validator component to block invalid log messages"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "2.10.x-dev",
"dev-develop": "2.11.x-dev"
},
"zf": {
"component": "Zend\\Log",
"config-provider": "Zend\\Log\\ConfigProvider"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
2020-04-23 18:26:12 +02:00
"Zend\\Log\\": "src/"
2017-07-21 19:59:16 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2020-04-23 18:26:12 +02:00
"description": "component for general purpose logging",
"homepage": "https://github.com/zendframework/zend-log",
2017-07-21 19:59:16 +02:00
"keywords": [
2020-04-23 18:26:12 +02:00
"log",
"logging",
"zf2"
2017-07-21 19:59:16 +02:00
],
2020-04-23 18:26:12 +02:00
"time": "2018-04-09T21:59:51+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "zendframework/zend-servicemanager",
2020-04-23 18:26:12 +02:00
"version": "3.3.2",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-servicemanager.git",
2020-04-23 18:26:12 +02:00
"reference": "9f35a104b8d4d3b32da5f4a3b6efc0dd62e5af42"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/9f35a104b8d4d3b32da5f4a3b6efc0dd62e5af42",
"reference": "9f35a104b8d4d3b32da5f4a3b6efc0dd62e5af42",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
"container-interop/container-interop": "^1.2",
"php": "^5.6 || ^7.0",
"psr/container": "^1.0",
"zendframework/zend-stdlib": "^3.1"
},
"provide": {
"container-interop/container-interop-implementation": "^1.2",
"psr/container-implementation": "^1.0"
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"mikey179/vfsstream": "^1.6.5",
2017-07-21 19:59:16 +02:00
"ocramius/proxy-manager": "^1.0 || ^2.0",
2020-04-23 18:26:12 +02:00
"phpbench/phpbench": "^0.13.0",
"phpunit/phpunit": "^5.7.25 || ^6.4.4",
2017-07-21 19:59:16 +02:00
"zendframework/zend-coding-standard": "~1.0.0"
},
"suggest": {
"ocramius/proxy-manager": "ProxyManager 1.* to handle lazy initialization of services",
"zendframework/zend-stdlib": "zend-stdlib ^2.5 if you wish to use the MergeReplaceKey or MergeRemoveKey features in Config instances"
},
"bin": [
"bin/generate-deps-for-config-factory",
"bin/generate-factory-for-class"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.3-dev",
2020-04-23 18:26:12 +02:00
"dev-develop": "4.0-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
"Zend\\ServiceManager\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2020-04-23 18:26:12 +02:00
"description": "Factory-Driven Dependency Injection Container",
2017-07-21 19:59:16 +02:00
"keywords": [
2020-04-23 18:26:12 +02:00
"PSR-11",
"ZendFramework",
"dependency-injection",
"di",
"dic",
2017-07-21 19:59:16 +02:00
"service-manager",
"servicemanager",
"zf"
],
2020-04-23 18:26:12 +02:00
"time": "2018-01-29T16:48:37+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "zendframework/zend-stdlib",
2020-04-23 18:26:12 +02:00
"version": "3.2.1",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-stdlib.git",
2020-04-23 18:26:12 +02:00
"reference": "66536006722aff9e62d1b331025089b7ec71c065"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/66536006722aff9e62d1b331025089b7ec71c065",
"reference": "66536006722aff9e62d1b331025089b7ec71c065",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"phpbench/phpbench": "^0.13",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2",
"zendframework/zend-coding-standard": "~1.0.0"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "3.2.x-dev",
"dev-develop": "3.3.x-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
"Zend\\Stdlib\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2020-04-23 18:26:12 +02:00
"description": "SPL extensions, array utilities, error handlers, and more",
2017-07-21 19:59:16 +02:00
"keywords": [
2020-04-23 18:26:12 +02:00
"ZendFramework",
2017-07-21 19:59:16 +02:00
"stdlib",
2020-04-23 18:26:12 +02:00
"zf"
2017-07-21 19:59:16 +02:00
],
2020-04-23 18:26:12 +02:00
"time": "2018-08-28T21:34:05+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "zendframework/zend-stratigility",
2020-04-23 18:26:12 +02:00
"version": "3.0.2",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/zendframework/zend-stratigility.git",
2020-04-23 18:26:12 +02:00
"reference": "75b64558201807514734a9f46386816f2900d7f7"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/zendframework/zend-stratigility/zipball/75b64558201807514734a9f46386816f2900d7f7",
"reference": "75b64558201807514734a9f46386816f2900d7f7",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"fig/http-message-util": "^1.1",
"php": "^7.1",
2017-07-21 19:59:16 +02:00
"psr/http-message": "^1.0",
2020-04-23 18:26:12 +02:00
"psr/http-server-middleware": "^1.0",
2017-07-21 19:59:16 +02:00
"zendframework/zend-escaper": "^2.3"
},
2020-04-23 18:26:12 +02:00
"conflict": {
"zendframework/zend-diactoros": "<1.7.1"
},
2017-07-21 19:59:16 +02:00
"require-dev": {
2020-04-23 18:26:12 +02:00
"malukenho/docheader": "^0.1.6",
"phpunit/phpunit": "^7.0.1",
2017-07-21 19:59:16 +02:00
"zendframework/zend-coding-standard": "~1.0.0",
2020-04-23 18:26:12 +02:00
"zendframework/zend-diactoros": "^1.7.1"
2017-07-21 19:59:16 +02:00
},
"suggest": {
"psr/http-message-implementation": "Please install a psr/http-message-implementation to consume Stratigility; e.g., zendframework/zend-diactoros"
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "3.0.x-dev",
"dev-develop": "3.1.x-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
2020-04-23 18:26:12 +02:00
"files": [
"src/functions/double-pass-middleware.php",
"src/functions/host.php",
"src/functions/middleware.php",
"src/functions/path.php"
],
2017-07-21 19:59:16 +02:00
"psr-4": {
"Zend\\Stratigility\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2020-04-23 18:26:12 +02:00
"description": "PSR-7 middleware foundation for building and dispatching middleware pipelines",
2017-07-21 19:59:16 +02:00
"keywords": [
2020-04-23 18:26:12 +02:00
"ZendFramework",
2017-07-21 19:59:16 +02:00
"http",
"middleware",
2020-04-23 18:26:12 +02:00
"psr-15",
"psr-7",
"zf"
2017-07-21 19:59:16 +02:00
],
2020-04-23 18:26:12 +02:00
"time": "2018-07-24T20:39:18+00:00"
2017-07-21 19:59:16 +02:00
}
],
"packages-dev": [
{
"name": "filp/whoops",
2020-04-23 18:26:12 +02:00
"version": "2.2.1",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
2020-04-23 18:26:12 +02:00
"reference": "e79cd403fb77fc8963a99ecc30e80ddd885b3311"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/filp/whoops/zipball/e79cd403fb77fc8963a99ecc30e80ddd885b3311",
"reference": "e79cd403fb77fc8963a99ecc30e80ddd885b3311",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
"php": "^5.5.9 || ^7.0",
"psr/log": "^1.0.1"
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"mockery/mockery": "^0.9 || ^1.0",
"phpunit/phpunit": "^4.8.35 || ^5.7",
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.0"
2017-07-21 19:59:16 +02:00
},
"suggest": {
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
"whoops/soap": "Formats errors as SOAP responses"
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "2.2-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
"Whoops\\": "src/Whoops/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Filipe Dobreira",
"homepage": "https://github.com/filp",
"role": "Developer"
}
],
"description": "php error handling for cool kids",
"homepage": "https://filp.github.io/whoops/",
"keywords": [
"error",
"exception",
"handling",
"library",
2020-04-23 18:26:12 +02:00
"throwable",
"whoops"
2017-07-21 19:59:16 +02:00
],
2020-04-23 18:26:12 +02:00
"time": "2018-06-30T13:14:06+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "myclabs/deep-copy",
2020-04-23 18:26:12 +02:00
"version": "1.8.1",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2020-04-23 18:26:12 +02:00
"reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
"reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"php": "^7.1"
},
"replace": {
"myclabs/deep-copy": "self.version"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
"phpunit/phpunit": "^7.1"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
2020-04-23 18:26:12 +02:00
},
"files": [
"src/DeepCopy/deep_copy.php"
]
2017-07-21 19:59:16 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
2020-04-23 18:26:12 +02:00
"time": "2018-06-11T23:09:50+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "phar-io/manifest",
2020-04-23 18:26:12 +02:00
"version": "1.0.3",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
2020-04-23 18:26:12 +02:00
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
2020-04-23 18:26:12 +02:00
"phar-io/version": "^2.0",
2017-07-21 19:59:16 +02:00
"php": "^5.6 || ^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2020-04-23 18:26:12 +02:00
"time": "2018-07-08T19:23:20+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "phar-io/version",
2020-04-23 18:26:12 +02:00
"version": "2.0.1",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
2020-04-23 18:26:12 +02:00
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
2020-04-23 18:26:12 +02:00
"time": "2018-07-08T19:19:57+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "phpdocumentor/reflection-common",
2020-04-23 18:26:12 +02:00
"version": "1.0.1",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2020-04-23 18:26:12 +02:00
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "^4.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": [
"src"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
2020-04-23 18:26:12 +02:00
"time": "2017-09-11T18:02:19+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "phpdocumentor/reflection-docblock",
2020-04-23 18:26:12 +02:00
"version": "4.3.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2020-04-23 18:26:12 +02:00
"reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
"reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"php": "^7.0",
"phpdocumentor/reflection-common": "^1.0.0",
"phpdocumentor/type-resolver": "^0.4.0",
2017-07-21 19:59:16 +02:00
"webmozart/assert": "^1.0"
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"doctrine/instantiator": "~1.0.5",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.4"
2017-07-21 19:59:16 +02:00
},
"type": "library",
2020-04-23 18:26:12 +02:00
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
}
},
2017-07-21 19:59:16 +02:00
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2020-04-23 18:26:12 +02:00
"time": "2017-11-30T07:14:17+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "phpdocumentor/type-resolver",
2020-04-23 18:26:12 +02:00
"version": "0.4.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2020-04-23 18:26:12 +02:00
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
"php": "^5.5 || ^7.0",
"phpdocumentor/reflection-common": "^1.0"
},
"require-dev": {
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^5.2||^4.8.24"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
2020-04-23 18:26:12 +02:00
"time": "2017-07-14T14:27:02+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "phpspec/prophecy",
2020-04-23 18:26:12 +02:00
"version": "1.8.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2020-04-23 18:26:12 +02:00
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
"php": "^5.3|^7.0",
2020-04-23 18:26:12 +02:00
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
"sebastian/comparator": "^1.1|^2.0|^3.0",
2017-07-21 19:59:16 +02:00
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
},
"require-dev": {
"phpspec/phpspec": "^2.5|^3.2",
2020-04-23 18:26:12 +02:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "1.8.x-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-0": {
"Prophecy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
}
],
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
2020-04-23 18:26:12 +02:00
"time": "2018-08-05T17:53:17+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "phpunit/php-code-coverage",
2020-04-23 18:26:12 +02:00
"version": "6.0.8",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2020-04-23 18:26:12 +02:00
"reference": "848f78b3309780fef7ec8c4666b7ab4e6b09b22f"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/848f78b3309780fef7ec8c4666b7ab4e6b09b22f",
"reference": "848f78b3309780fef7ec8c4666b7ab4e6b09b22f",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xmlwriter": "*",
2020-04-23 18:26:12 +02:00
"php": "^7.1",
"phpunit/php-file-iterator": "^2.0",
2017-08-09 15:47:05 +02:00
"phpunit/php-text-template": "^1.2.1",
2020-04-23 18:26:12 +02:00
"phpunit/php-token-stream": "^3.0",
2017-08-09 15:47:05 +02:00
"sebastian/code-unit-reverse-lookup": "^1.0.1",
2020-04-23 18:26:12 +02:00
"sebastian/environment": "^3.1",
2017-08-09 15:47:05 +02:00
"sebastian/version": "^2.0.1",
2017-07-21 19:59:16 +02:00
"theseer/tokenizer": "^1.1"
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"phpunit/phpunit": "^7.0"
2017-07-21 19:59:16 +02:00
},
"suggest": {
2020-04-23 18:26:12 +02:00
"ext-xdebug": "^2.6.0"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "6.0-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2020-04-23 18:26:12 +02:00
"email": "sebastian@phpunit.de",
2017-07-21 19:59:16 +02:00
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
2020-04-23 18:26:12 +02:00
"time": "2018-10-04T03:41:23+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "phpunit/php-file-iterator",
2020-04-23 18:26:12 +02:00
"version": "2.0.2",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2020-04-23 18:26:12 +02:00
"reference": "050bedf145a257b1ff02746c31894800e5122946"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
"reference": "050bedf145a257b1ff02746c31894800e5122946",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"php": "^7.1"
},
"require-dev": {
"phpunit/phpunit": "^7.1"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "2.0.x-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2020-04-23 18:26:12 +02:00
"email": "sebastian@phpunit.de",
2017-07-21 19:59:16 +02:00
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
2020-04-23 18:26:12 +02:00
"time": "2018-09-13T20:33:42+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "phpunit/php-text-template",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
"time": "2015-06-21T13:50:34+00:00"
},
{
"name": "phpunit/php-timer",
2020-04-23 18:26:12 +02:00
"version": "2.0.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
2020-04-23 18:26:12 +02:00
"reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
"reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"php": "^7.1"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"phpunit/phpunit": "^7.0"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "2.0-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2020-04-23 18:26:12 +02:00
"email": "sebastian@phpunit.de",
2017-07-21 19:59:16 +02:00
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
2020-04-23 18:26:12 +02:00
"time": "2018-02-01T13:07:23+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "phpunit/php-token-stream",
2020-04-23 18:26:12 +02:00
"version": "3.0.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2020-04-23 18:26:12 +02:00
"reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
"reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2020-04-23 18:26:12 +02:00
"php": "^7.1"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"phpunit/phpunit": "^7.0"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "3.0-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
2020-04-23 18:26:12 +02:00
"time": "2018-02-01T13:16:43+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "phpunit/phpunit",
2020-04-23 18:26:12 +02:00
"version": "7.4.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2020-04-23 18:26:12 +02:00
"reference": "f3837fa1e07758057ae06e8ddec6d06ba183f126"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f3837fa1e07758057ae06e8ddec6d06ba183f126",
"reference": "f3837fa1e07758057ae06e8ddec6d06ba183f126",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"doctrine/instantiator": "^1.1",
2017-07-21 19:59:16 +02:00
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
2020-04-23 18:26:12 +02:00
"myclabs/deep-copy": "^1.7",
"phar-io/manifest": "^1.0.2",
"phar-io/version": "^2.0",
"php": "^7.1",
2017-07-21 19:59:16 +02:00
"phpspec/prophecy": "^1.7",
2020-04-23 18:26:12 +02:00
"phpunit/php-code-coverage": "^6.0.7",
"phpunit/php-file-iterator": "^2.0.1",
2017-08-09 15:47:05 +02:00
"phpunit/php-text-template": "^1.2.1",
2020-04-23 18:26:12 +02:00
"phpunit/php-timer": "^2.0",
"sebastian/comparator": "^3.0",
"sebastian/diff": "^3.0",
2017-08-09 15:47:05 +02:00
"sebastian/environment": "^3.1",
2017-07-21 19:59:16 +02:00
"sebastian/exporter": "^3.1",
2017-08-09 15:47:05 +02:00
"sebastian/global-state": "^2.0",
"sebastian/object-enumerator": "^3.0.3",
2020-04-23 18:26:12 +02:00
"sebastian/resource-operations": "^2.0",
2017-08-09 15:47:05 +02:00
"sebastian/version": "^2.0.1"
2017-07-21 19:59:16 +02:00
},
"conflict": {
2020-04-23 18:26:12 +02:00
"phpunit/phpunit-mock-objects": "*"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
"ext-pdo": "*"
},
"suggest": {
2020-04-23 18:26:12 +02:00
"ext-soap": "*",
2017-07-21 19:59:16 +02:00
"ext-xdebug": "*",
2020-04-23 18:26:12 +02:00
"phpunit/php-invoker": "^2.0"
2017-07-21 19:59:16 +02:00
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "7.4-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
2020-04-23 18:26:12 +02:00
"time": "2018-10-05T04:05:24+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "sebastian/code-unit-reverse-lookup",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"time": "2017-03-04T06:30:41+00:00"
},
{
"name": "sebastian/comparator",
2020-04-23 18:26:12 +02:00
"version": "3.0.2",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2020-04-23 18:26:12 +02:00
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"php": "^7.1",
"sebastian/diff": "^3.0",
"sebastian/exporter": "^3.1"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"phpunit/phpunit": "^7.1"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "3.0-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides the functionality to compare PHP values for equality",
2020-04-23 18:26:12 +02:00
"homepage": "https://github.com/sebastianbergmann/comparator",
2017-07-21 19:59:16 +02:00
"keywords": [
"comparator",
"compare",
"equality"
],
2020-04-23 18:26:12 +02:00
"time": "2018-07-12T15:12:46+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "sebastian/diff",
2020-04-23 18:26:12 +02:00
"version": "3.0.1",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2020-04-23 18:26:12 +02:00
"reference": "366541b989927187c4ca70490a35615d3fef2dce"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce",
"reference": "366541b989927187c4ca70490a35615d3fef2dce",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"php": "^7.1"
2017-07-21 19:59:16 +02:00
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"phpunit/phpunit": "^7.0",
"symfony/process": "^2 || ^3.3 || ^4"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "3.0-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
2020-04-23 18:26:12 +02:00
"diff",
"udiff",
"unidiff",
"unified diff"
2017-07-21 19:59:16 +02:00
],
2020-04-23 18:26:12 +02:00
"time": "2018-06-10T07:54:39+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "sebastian/environment",
"version": "3.1.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
"reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
"time": "2017-07-01T08:51:00+00:00"
},
{
"name": "sebastian/exporter",
"version": "3.1.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
"reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
"shasum": ""
},
"require": {
"php": "^7.0",
"sebastian/recursion-context": "^3.0"
},
"require-dev": {
"ext-mbstring": "*",
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
"time": "2017-04-03T13:19:02+00:00"
},
{
"name": "sebastian/global-state",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
"time": "2017-04-27T15:39:26+00:00"
},
{
"name": "sebastian/object-enumerator",
2017-08-09 15:47:05 +02:00
"version": "3.0.3",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
2017-08-09 15:47:05 +02:00
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2017-08-09 15:47:05 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
"php": "^7.0",
2017-08-09 15:47:05 +02:00
"sebastian/object-reflector": "^1.1.1",
2017-07-21 19:59:16 +02:00
"sebastian/recursion-context": "^3.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2017-08-09 15:47:05 +02:00
"time": "2017-08-03T12:35:26+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "sebastian/object-reflector",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "773f97c67f28de00d397be301821b06708fca0be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
"reference": "773f97c67f28de00d397be301821b06708fca0be",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
"time": "2017-03-29T09:07:27+00:00"
},
{
"name": "sebastian/recursion-context",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
"time": "2017-03-03T06:23:57+00:00"
},
{
"name": "sebastian/resource-operations",
2020-04-23 18:26:12 +02:00
"version": "2.0.1",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
2020-04-23 18:26:12 +02:00
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
2020-04-23 18:26:12 +02:00
"php": "^7.1"
2017-07-21 19:59:16 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "2.0-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
2020-04-23 18:26:12 +02:00
"time": "2018-10-04T04:07:39+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "sebastian/version",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
"time": "2016-10-03T07:35:21+00:00"
},
{
"name": "squizlabs/php_codesniffer",
"version": "2.9.1",
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
"reference": "dcbed1074f8244661eecddfc2a675430d8d33f62"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/dcbed1074f8244661eecddfc2a675430d8d33f62",
"reference": "dcbed1074f8244661eecddfc2a675430d8d33f62",
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": ">=5.1.2"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"bin": [
"scripts/phpcs",
"scripts/phpcbf"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"classmap": [
"CodeSniffer.php",
"CodeSniffer/CLI.php",
"CodeSniffer/Exception.php",
"CodeSniffer/File.php",
"CodeSniffer/Fixer.php",
"CodeSniffer/Report.php",
"CodeSniffer/Reporting.php",
"CodeSniffer/Sniff.php",
"CodeSniffer/Tokens.php",
"CodeSniffer/Reports/",
"CodeSniffer/Tokenizers/",
"CodeSniffer/DocGenerators/",
"CodeSniffer/Standards/AbstractPatternSniff.php",
"CodeSniffer/Standards/AbstractScopeSniff.php",
"CodeSniffer/Standards/AbstractVariableSniff.php",
"CodeSniffer/Standards/IncorrectPatternException.php",
"CodeSniffer/Standards/Generic/Sniffs/",
"CodeSniffer/Standards/MySource/Sniffs/",
"CodeSniffer/Standards/PEAR/Sniffs/",
"CodeSniffer/Standards/PSR1/Sniffs/",
"CodeSniffer/Standards/PSR2/Sniffs/",
"CodeSniffer/Standards/Squiz/Sniffs/",
"CodeSniffer/Standards/Zend/Sniffs/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Greg Sherwood",
"role": "lead"
}
],
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
"homepage": "http://www.squizlabs.com/php-codesniffer",
"keywords": [
"phpcs",
"standards"
],
"time": "2017-05-22T02:43:20+00:00"
},
{
"name": "theseer/tokenizer",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
"reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
"reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"time": "2017-04-07T12:08:54+00:00"
},
{
"name": "webmozart/assert",
2020-04-23 18:26:12 +02:00
"version": "1.3.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
2020-04-23 18:26:12 +02:00
"reference": "0df1908962e7a3071564e857d86874dad1ef204a"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
"reference": "0df1908962e7a3071564e857d86874dad1ef204a",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
"php": "^5.3.3 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.3-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
2020-04-23 18:26:12 +02:00
"time": "2018-01-29T19:49:41+00:00"
2017-07-21 19:59:16 +02:00
},
{
"name": "zfcampus/zf-development-mode",
2020-04-23 18:26:12 +02:00
"version": "3.2.0",
2017-07-21 19:59:16 +02:00
"source": {
"type": "git",
"url": "https://github.com/zfcampus/zf-development-mode.git",
2020-04-23 18:26:12 +02:00
"reference": "419004a320bab017d28f2bc5e7857dde7e19aecf"
2017-07-21 19:59:16 +02:00
},
"dist": {
"type": "zip",
2020-04-23 18:26:12 +02:00
"url": "https://api.github.com/repos/zfcampus/zf-development-mode/zipball/419004a320bab017d28f2bc5e7857dde7e19aecf",
"reference": "419004a320bab017d28f2bc5e7857dde7e19aecf",
2017-07-21 19:59:16 +02:00
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"require-dev": {
2020-04-23 18:26:12 +02:00
"mikey179/vfsstream": "^1.6.5",
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5",
"zendframework/zend-coding-standard": "~1.0.0"
2017-07-21 19:59:16 +02:00
},
"bin": [
"bin/zf-development-mode"
],
"type": "library",
"extra": {
"branch-alias": {
2020-04-23 18:26:12 +02:00
"dev-master": "3.2.x-dev",
"dev-develop": "3.3.x-dev"
2017-07-21 19:59:16 +02:00
}
},
"autoload": {
"psr-4": {
"ZF\\DevelopmentMode\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Zend Framework development mode script",
"keywords": [
2020-04-23 18:26:12 +02:00
"ZendFramework",
2017-07-21 19:59:16 +02:00
"framework",
2020-04-23 18:26:12 +02:00
"zf"
2017-07-21 19:59:16 +02:00
],
2020-04-23 18:26:12 +02:00
"time": "2018-05-07T15:44:42+00:00"
2017-07-21 19:59:16 +02:00
}
],
"aliases": [],
2017-08-12 22:56:25 +02:00
"minimum-stability": "dev",
2017-07-21 19:59:16 +02:00
"stability-flags": {
"roave/security-advisories": 20
},
2017-08-12 22:56:25 +02:00
"prefer-stable": true,
2017-07-21 19:59:16 +02:00
"prefer-lowest": false,
"platform": {
2020-04-23 18:26:12 +02:00
"php": "^7.1",
"ext-zip": "*",
"ext-fileinfo": "*",
"ext-json": "*"
2017-07-21 19:59:16 +02:00
},
"platform-dev": []
}