Newer
Older

Sebastian Kehr
committed
"feed",

Sebastian Kehr
committed
"time": "2018-08-01T13:53:20+00:00"

Sebastian Kehr
committed
"name": "zendframework/zend-filter",
"version": "2.9.1",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/zendframework/zend-filter.git",
"reference": "1c3e6d02f9cd5f6c929c9859498f5efbe216e86f"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/zendframework/zend-filter/zipball/1c3e6d02f9cd5f6c929c9859498f5efbe216e86f",
"reference": "1c3e6d02f9cd5f6c929c9859498f5efbe216e86f",
"shasum": ""
},
"require": {

Sebastian Kehr
committed
"zendframework/zend-stdlib": "^2.7.7 || ^3.1"
},
"conflict": {
"zendframework/zend-validator": "<2.10.1"
},
"require-dev": {

Sebastian Kehr
committed
"pear/archive_tar": "^1.4.3",
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
"psr/http-factory": "^1.0",

Sebastian Kehr
committed
"zendframework/zend-crypt": "^3.2.1",
"zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
"zendframework/zend-uri": "^2.6"
},
"suggest": {

Sebastian Kehr
committed
"psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters",
"zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters",
"zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality",
"zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality",
"zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter"
},
"type": "library",
"extra": {
"branch-alias": {

Sebastian Kehr
committed
"dev-master": "2.9.x-dev",
"dev-develop": "2.10.x-dev"
},
"zf": {

Sebastian Kehr
committed
"component": "Zend\\Filter",
"config-provider": "Zend\\Filter\\ConfigProvider"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Zend\\Filter\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],

Sebastian Kehr
committed
"description": "provides a set of commonly needed data filters",

Sebastian Kehr
committed
"filter",

Sebastian Kehr
committed
"time": "2018-12-17T16:00:04+00:00"

Sebastian Kehr
committed
"name": "zendframework/zend-form",
"version": "2.14.0",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/zendframework/zend-form.git",
"reference": "afab173513e6930aa8ae86cc755e3b2d4874d6f6"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/zendframework/zend-form/zipball/afab173513e6930aa8ae86cc755e3b2d4874d6f6",
"reference": "afab173513e6930aa8ae86cc755e3b2d4874d6f6",
"shasum": ""
},
"require": {

Sebastian Kehr
committed
"php": "^5.6 || ^7.0",
"zendframework/zend-hydrator": "^1.1 || ^2.1 || ^3.0",
"zendframework/zend-inputfilter": "^2.8",
"zendframework/zend-stdlib": "^3.2.1"
},
"require-dev": {

Sebastian Kehr
committed
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
"doctrine/annotations": "~1.0",
"phpunit/phpunit": "^5.7.23 || ^6.5.3",
"zendframework/zend-cache": "^2.6.1",
"zendframework/zend-captcha": "^2.7.1",
"zendframework/zend-code": "^2.6 || ^3.0",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-escaper": "^2.5",
"zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
"zendframework/zend-filter": "^2.6",
"zendframework/zend-i18n": "^2.6",
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
"zendframework/zend-session": "^2.8.1",
"zendframework/zend-text": "^2.6",
"zendframework/zend-validator": "^2.6",
"zendframework/zend-view": "^2.6.2",
"zendframework/zendservice-recaptcha": "^3.0.0"
},
"suggest": {
"zendframework/zend-captcha": "^2.7.1, required for using CAPTCHA form elements",
"zendframework/zend-code": "^2.6 || ^3.0, required to use zend-form annotations support",
"zendframework/zend-eventmanager": "^2.6.2 || ^3.0, reuired for zend-form annotations support",
"zendframework/zend-i18n": "^2.6, required when using zend-form view helpers",
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, required to use the form factories or provide services",
"zendframework/zend-view": "^2.6.2, required for using the zend-form view helpers",
"zendframework/zendservice-recaptcha": "in order to use the ReCaptcha form element"
},
"type": "library",
"extra": {
"branch-alias": {

Sebastian Kehr
committed
"dev-master": "2.14.x-dev",
"dev-develop": "2.15.x-dev"
},
"zf": {
"component": "Zend\\Form",
"config-provider": "Zend\\Form\\ConfigProvider"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Zend\\Form\\": "src/"
},
"files": [
"autoload/formElementManagerPolyfill.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],

Sebastian Kehr
committed
"description": "Validate and display simple and complex forms, casting forms to business objects and vice versa",

Sebastian Kehr
committed
"ZendFramework",
"form",
"zf"

Sebastian Kehr
committed
"time": "2019-01-07T21:38:04+00:00"

Sebastian Kehr
committed
"name": "zendframework/zend-http",
"version": "2.9.1",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/zendframework/zend-http.git",
"reference": "fe80a6bc0b8a632ed878854ee519a2eed4a1e2d0"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/zendframework/zend-http/zipball/fe80a6bc0b8a632ed878854ee519a2eed4a1e2d0",
"reference": "fe80a6bc0b8a632ed878854ee519a2eed4a1e2d0",
"shasum": ""
},
"require": {

Sebastian Kehr
committed
"php": "^5.6 || ^7.0",
"zendframework/zend-loader": "^2.5.1",
"zendframework/zend-stdlib": "^3.2.1",
"zendframework/zend-uri": "^2.5.2",
"zendframework/zend-validator": "^2.10.1"
},
"require-dev": {

Sebastian Kehr
committed
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.3",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-config": "^3.1 || ^2.6"
},
"suggest": {
"paragonie/certainty": "For automated management of cacert.pem"
},
"type": "library",
"extra": {
"branch-alias": {

Sebastian Kehr
committed
"dev-master": "2.9.x-dev",
"dev-develop": "2.10.x-dev"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Zend\\Http\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],

Sebastian Kehr
committed
"description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",

Sebastian Kehr
committed
"http",
"http client",
"zend",

Sebastian Kehr
committed
"time": "2019-01-22T19:48:43+00:00"

Sebastian Kehr
committed
"name": "zendframework/zend-hydrator",
"version": "2.4.1",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/zendframework/zend-hydrator.git",
"reference": "70b02f4d8676e64af932625751750b5ca72fff3a"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/70b02f4d8676e64af932625751750b5ca72fff3a",
"reference": "70b02f4d8676e64af932625751750b5ca72fff3a",
"shasum": ""
},
"require": {

Sebastian Kehr
committed
"php": "^5.6 || ^7.0",
"zendframework/zend-stdlib": "^3.0"
},
"require-dev": {

Sebastian Kehr
committed
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
"zendframework/zend-filter": "^2.6",
"zendframework/zend-inputfilter": "^2.6",
"zendframework/zend-serializer": "^2.6.1",
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
},
"suggest": {
"zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
"zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
"zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
},
"type": "library",
"extra": {
"branch-alias": {

Sebastian Kehr
committed
"dev-release-1.0": "1.0.x-dev",
"dev-release-1.1": "1.1.x-dev",
"dev-master": "2.4.x-dev",
"dev-develop": "2.5.x-dev"
},
"zf": {
"component": "Zend\\Hydrator",
"config-provider": "Zend\\Hydrator\\ConfigProvider"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Zend\\Hydrator\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],

Sebastian Kehr
committed
"description": "Serialize objects to arrays, and vice versa",

Sebastian Kehr
committed
"hydrator",

Sebastian Kehr
committed
"time": "2018-11-19T19:16:10+00:00"

Sebastian Kehr
committed
"name": "zendframework/zend-i18n",
"version": "2.9.0",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/zendframework/zend-i18n.git",
"reference": "6d69af5a04e1a4de7250043cb1322f077a0cdb7f"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/6d69af5a04e1a4de7250043cb1322f077a0cdb7f",
"reference": "6d69af5a04e1a4de7250043cb1322f077a0cdb7f",
"shasum": ""
},
"require": {

Sebastian Kehr
committed
"php": "^5.6 || ^7.0",
"zendframework/zend-stdlib": "^2.7 || ^3.0"
},
"require-dev": {

Sebastian Kehr
committed
"zendframework/zend-cache": "^2.6.1",
"zendframework/zend-coding-standard": "~1.0.0",

Sebastian Kehr
committed
"zendframework/zend-config": "^2.6",
"zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
"zendframework/zend-filter": "^2.6.1",
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
"zendframework/zend-validator": "^2.6",
"zendframework/zend-view": "^2.6.3"

Sebastian Kehr
committed
"ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
"zendframework/zend-cache": "Zend\\Cache component",
"zendframework/zend-config": "Zend\\Config component",
"zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
"zendframework/zend-filter": "You should install this package to use the provided filters",
"zendframework/zend-i18n-resources": "Translation resources",
"zendframework/zend-servicemanager": "Zend\\ServiceManager component",
"zendframework/zend-validator": "You should install this package to use the provided validators",
"zendframework/zend-view": "You should install this package to use the provided view helpers"
},
"type": "library",
"extra": {
"branch-alias": {

Sebastian Kehr
committed
"dev-master": "2.9.x-dev",
"dev-develop": "2.10.x-dev"
},
"zf": {
"component": "Zend\\I18n",
"config-provider": "Zend\\I18n\\ConfigProvider"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Zend\\I18n\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],

Sebastian Kehr
committed
"description": "Provide translations for your application, and filter and validate internationalized values",

Sebastian Kehr
committed
"ZendFramework",
"i18n",
"zf"

Sebastian Kehr
committed
"time": "2018-05-16T16:39:13+00:00"

Sebastian Kehr
committed
"name": "zendframework/zend-inputfilter",
"version": "2.10.0",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/zendframework/zend-inputfilter.git",
"reference": "4f52b71ec9cef3a06e3bba8f5c2124e94055ec0c"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/zendframework/zend-inputfilter/zipball/4f52b71ec9cef3a06e3bba8f5c2124e94055ec0c",
"reference": "4f52b71ec9cef3a06e3bba8f5c2124e94055ec0c",
"shasum": ""
},
"require": {

Sebastian Kehr
committed
"zendframework/zend-filter": "^2.9.1",
"zendframework/zend-servicemanager": "^2.7.10 || ^3.3.1",
"zendframework/zend-stdlib": "^2.7 || ^3.0",
"zendframework/zend-validator": "^2.11"
},
"require-dev": {

Sebastian Kehr
committed
"psr/http-message": "^1.0",
"zendframework/zend-coding-standard": "~1.0.0"
},
"suggest": {

Sebastian Kehr
committed
"psr/http-message-implementation": "PSR-7 is required if you wish to validate PSR-7 UploadedFileInterface payloads"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.10.x-dev",
"dev-develop": "2.11.x-dev"

Sebastian Kehr
committed
},
"zf": {
"component": "Zend\\InputFilter",
"config-provider": "Zend\\InputFilter\\ConfigProvider"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Zend\\InputFilter\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],

Sebastian Kehr
committed
"description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",

Sebastian Kehr
committed
"inputfilter",

Sebastian Kehr
committed
"time": "2019-01-30T16:58:51+00:00"

Sebastian Kehr
committed
"name": "zendframework/zend-json",
"version": "3.1.0",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/zendframework/zend-json.git",
"reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/zendframework/zend-json/zipball/4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c",
"reference": "4dd940e8e6f32f1d36ea6b0677ea57c540c7c19c",
"shasum": ""
},
"require": {

Sebastian Kehr
committed
"php": "^5.6 || ^7.0"
},
"require-dev": {
"zendframework/zend-coding-standard": "~1.0.0",

Sebastian Kehr
committed
"zendframework/zend-stdlib": "^2.7.7 || ^3.1"
},
"suggest": {

Sebastian Kehr
committed
"zendframework/zend-json-server": "For implementing JSON-RPC servers",
"zendframework/zend-xml2json": "For converting XML documents to JSON"
},
"type": "library",
"extra": {
"branch-alias": {

Sebastian Kehr
committed
"dev-master": "3.1.x-dev",
"dev-develop": "3.2.x-dev"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Zend\\Json\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],

Sebastian Kehr
committed
"description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",

Sebastian Kehr
committed
"json",

Sebastian Kehr
committed
"time": "2018-01-04T17:51:34+00:00"

Sebastian Kehr
committed
"name": "zendframework/zend-loader",
"version": "2.6.0",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/zendframework/zend-loader.git",
"reference": "78f11749ea340f6ca316bca5958eef80b38f9b6c"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/zendframework/zend-loader/zipball/78f11749ea340f6ca316bca5958eef80b38f9b6c",
"reference": "78f11749ea340f6ca316bca5958eef80b38f9b6c",
"shasum": ""

Sebastian Kehr
committed
"require": {
"php": "^5.6 || ^7.0"

Sebastian Kehr
committed
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
"zendframework/zend-coding-standard": "~1.0.0"
},
"type": "library",
"extra": {
"branch-alias": {

Sebastian Kehr
committed
"dev-master": "2.6.x-dev",
"dev-develop": "2.7.x-dev"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Zend\\Loader\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],

Sebastian Kehr
committed
"description": "Autoloading and plugin loading strategies",
"keywords": [
"ZendFramework",

Sebastian Kehr
committed
"loader",
"zf"
],

Sebastian Kehr
committed
"time": "2018-04-30T15:20:54+00:00"

Sebastian Kehr
committed
"name": "zendframework/zend-log",
"version": "2.10.0",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/zendframework/zend-log.git",
"reference": "9cec3b092acb39963659c2f32441cccc56b3f430"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/zendframework/zend-log/zipball/9cec3b092acb39963659c2f32441cccc56b3f430",
"reference": "9cec3b092acb39963659c2f32441cccc56b3f430",
"shasum": ""
},
"require": {

Sebastian Kehr
committed
"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"
},
"require-dev": {

Sebastian Kehr
committed
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^5.7.15 || ^6.0.8",
"zendframework/zend-coding-standard": "~1.0.0",

Sebastian Kehr
committed
"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"

Sebastian Kehr
committed
"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"
"type": "library",
"extra": {
"branch-alias": {

Sebastian Kehr
committed
"dev-master": "2.10.x-dev",
"dev-develop": "2.11.x-dev"
},
"zf": {
"component": "Zend\\Log",
"config-provider": "Zend\\Log\\ConfigProvider"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Zend\\Log\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],

Sebastian Kehr
committed
"description": "component for general purpose logging",
"homepage": "https://github.com/zendframework/zend-log",

Sebastian Kehr
committed
"log",
"logging",
"zf2"

Sebastian Kehr
committed
"time": "2018-04-09T21:59:51+00:00"

Sebastian Kehr
committed
"name": "zendframework/zend-mail",
"version": "2.10.0",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/zendframework/zend-mail.git",
"reference": "d7beb63d5f7144a21ac100072c453e63860cdab8"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/zendframework/zend-mail/zipball/d7beb63d5f7144a21ac100072c453e63860cdab8",
"reference": "d7beb63d5f7144a21ac100072c453e63860cdab8",
"shasum": ""
},
"require": {

Sebastian Kehr
committed
"ext-iconv": "*",
"php": "^5.6 || ^7.0",

Sebastian Kehr
committed
"true/punycode": "^2.1",
"zendframework/zend-loader": "^2.5",
"zendframework/zend-mime": "^2.5",
"zendframework/zend-stdlib": "^2.7 || ^3.0",
"zendframework/zend-validator": "^2.10.2"
},
"require-dev": {

Sebastian Kehr
committed
"phpunit/phpunit": "^5.7.25 || ^6.4.4 || ^7.1.4",
"zendframework/zend-coding-standard": "~1.0.0",

Sebastian Kehr
committed
"zendframework/zend-config": "^2.6",
"zendframework/zend-crypt": "^2.6 || ^3.0",
"zendframework/zend-servicemanager": "^2.7.10 || ^3.3.1"
},
"suggest": {

Sebastian Kehr
committed
"zendframework/zend-crypt": "Crammd5 support in SMTP Auth",
"zendframework/zend-servicemanager": "^2.7.10 || ^3.3.1 when using SMTP to deliver messages"
},
"type": "library",
"extra": {
"branch-alias": {

Sebastian Kehr
committed
"dev-master": "2.10.x-dev",
"dev-develop": "2.11.x-dev"
},
"zf": {

Sebastian Kehr
committed
"component": "Zend\\Mail",
"config-provider": "Zend\\Mail\\ConfigProvider"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Zend\\Mail\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],

Sebastian Kehr
committed
"description": "Provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages",
"keywords": [
"ZendFramework",

Sebastian Kehr
committed
"mail",
"zf"
],

Sebastian Kehr
committed
"time": "2018-06-07T13:37:07+00:00"

Sebastian Kehr
committed
"name": "zendframework/zend-math",
"version": "3.2.0",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/zendframework/zend-math.git",
"reference": "07e43d87fd5c7edc4f54121b9a4625eb10e4b726"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/zendframework/zend-math/zipball/07e43d87fd5c7edc4f54121b9a4625eb10e4b726",
"reference": "07e43d87fd5c7edc4f54121b9a4625eb10e4b726",
"shasum": ""
},
"require": {

Sebastian Kehr
committed
"ext-mbstring": "*",
"paragonie/random_compat": "^2.0.11 || 9.99.99",
"php": "^5.6 || ^7.0"
},
"require-dev": {

Sebastian Kehr
committed
"zendframework/zend-coding-standard": "~1.0.0"
},
"suggest": {

Sebastian Kehr
committed
"ext-bcmath": "If using the bcmath functionality",
"ext-gmp": "If using the gmp functionality"
},
"type": "library",
"extra": {
"branch-alias": {

Sebastian Kehr
committed
"dev-master": "3.2.x-dev",
"dev-develop": "3.3.x-dev"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Zend\\Math\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],

Sebastian Kehr
committed
"description": "Create cryptographically secure pseudo-random numbers, and manage big integers",

Sebastian Kehr
committed
"math",

Sebastian Kehr
committed
"time": "2018-12-04T15:45:09+00:00"

Sebastian Kehr
committed
"name": "zendframework/zend-mime",
"version": "2.7.1",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/zendframework/zend-mime.git",
"reference": "52ae5fa9f12845cae749271034a2d594f0e4c6f2"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/zendframework/zend-mime/zipball/52ae5fa9f12845cae749271034a2d594f0e4c6f2",
"reference": "52ae5fa9f12845cae749271034a2d594f0e4c6f2",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",

Sebastian Kehr
committed
"zendframework/zend-stdlib": "^2.7 || ^3.0"
},
"require-dev": {

Sebastian Kehr
committed
"phpunit/phpunit": "^5.7.21 || ^6.3",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-mail": "^2.6"
},
"suggest": {

Sebastian Kehr
committed
"zendframework/zend-mail": "Zend\\Mail component"
},
"type": "library",
"extra": {
"branch-alias": {

Sebastian Kehr
committed
"dev-master": "2.7-dev",
"dev-develop": "2.8-dev"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Zend\\Mime\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],

Sebastian Kehr
committed
"description": "Create and parse MIME messages and parts",
"homepage": "https://github.com/zendframework/zend-mime",
"keywords": [
"ZendFramework",

Sebastian Kehr
committed
"mime",
"zf"
],

Sebastian Kehr
committed
"time": "2018-05-14T19:02:50+00:00"

Sebastian Kehr
committed
"name": "zendframework/zend-modulemanager",
"version": "2.8.2",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/zendframework/zend-modulemanager.git",
"reference": "394df6e12248ac430a312d4693f793ee7120baa6"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/zendframework/zend-modulemanager/zipball/394df6e12248ac430a312d4693f793ee7120baa6",
"reference": "394df6e12248ac430a312d4693f793ee7120baa6",
"shasum": ""
},
"require": {

Sebastian Kehr
committed
"php": "^5.6 || ^7.0",
"zendframework/zend-config": "^3.1 || ^2.6",
"zendframework/zend-eventmanager": "^3.2 || ^2.6.3",
"zendframework/zend-stdlib": "^3.1 || ^2.7"
},
"require-dev": {

Sebastian Kehr
committed
"phpunit/phpunit": "^6.0.8 || ^5.7.15",
"zendframework/zend-coding-standard": "~1.0.0",

Sebastian Kehr
committed
"zendframework/zend-console": "^2.6",
"zendframework/zend-di": "^2.6",
"zendframework/zend-loader": "^2.5",
"zendframework/zend-mvc": "^3.0 || ^2.7",
"zendframework/zend-servicemanager": "^3.0.3 || ^2.7.5"
},
"suggest": {

Sebastian Kehr
committed
"zendframework/zend-console": "Zend\\Console component",
"zendframework/zend-loader": "Zend\\Loader component if you are not using Composer autoloading for your modules",
"zendframework/zend-mvc": "Zend\\Mvc component",
"zendframework/zend-servicemanager": "Zend\\ServiceManager component"
},
"type": "library",
"extra": {
"branch-alias": {

Sebastian Kehr
committed
"dev-master": "2.7-dev",
"dev-develop": "2.8-dev"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Zend\\ModuleManager\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],

Sebastian Kehr
committed
"description": "Modular application system for zend-mvc applications",
"homepage": "https://github.com/zendframework/zend-modulemanager",

Sebastian Kehr
committed
"modulemanager",

Sebastian Kehr
committed
"time": "2017-12-02T06:11:18+00:00"

Sebastian Kehr
committed
"name": "zendframework/zend-mvc",
"version": "3.1.1",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/zendframework/zend-mvc.git",
"reference": "236e7e1e3757e988fa06530c0a3f96a148858ae8"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/zendframework/zend-mvc/zipball/236e7e1e3757e988fa06530c0a3f96a148858ae8",
"reference": "236e7e1e3757e988fa06530c0a3f96a148858ae8",
"shasum": ""
},
"require": {

Sebastian Kehr
committed
"container-interop/container-interop": "^1.2",
"php": "^5.6 || ^7.0",
"zendframework/zend-eventmanager": "^3.2",
"zendframework/zend-http": "^2.7",
"zendframework/zend-modulemanager": "^2.8",
"zendframework/zend-router": "^3.0.2",
"zendframework/zend-servicemanager": "^3.3",
"zendframework/zend-stdlib": "^3.1",
"zendframework/zend-view": "^2.9"
},
"require-dev": {

Sebastian Kehr
committed
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
"http-interop/http-middleware": "^0.4.1",
"phpunit/phpunit": "^6.4.4 || ^5.7.14",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-json": "^2.6.1 || ^3.0",
"zendframework/zend-psr7bridge": "^1.0",
"zendframework/zend-stratigility": "^2.0.1"
},
"suggest": {
"http-interop/http-middleware": "^0.4.1 to be used together with zend-stratigility",
"zendframework/zend-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
"zendframework/zend-log": "^2.9.1 To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager",
"zendframework/zend-mvc-console": "zend-mvc-console provides the ability to expose zend-mvc as a console application",
"zendframework/zend-mvc-i18n": "zend-mvc-i18n provides integration with zend-i18n, including a translation bridge and translatable route segments",
"zendframework/zend-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads",
"zendframework/zend-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests",
"zendframework/zend-mvc-plugin-identity": "To access the authenticated identity (per zend-authentication) in controllers",
"zendframework/zend-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
"zendframework/zend-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager",
"zendframework/zend-psr7bridge": "(^0.2) To consume PSR-7 middleware within the MVC workflow",
"zendframework/zend-servicemanager-di": "zend-servicemanager-di provides utilities for integrating zend-di and zend-servicemanager in your zend-mvc application",
"zendframework/zend-stratigility": "zend-stratigility is required to use middleware pipes in the MiddlewareListener"
},
"type": "library",
"extra": {
"branch-alias": {

Sebastian Kehr
committed
"dev-master": "3.1-dev",
"dev-develop": "3.2-dev"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Zend\\Mvc\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],

Sebastian Kehr
committed
"description": "Zend Framework's event-driven MVC layer, including MVC Applications, Controllers, and Plugins",

Sebastian Kehr
committed
"mvc",

Sebastian Kehr
committed
"time": "2017-11-24T06:32:07+00:00"

Sebastian Kehr
committed
"name": "zendframework/zend-mvc-console",
"version": "1.2.0",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/zendframework/zend-mvc-console.git",
"reference": "821c18e0d57e71b370166bd2f35623befddaf2ee"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/zendframework/zend-mvc-console/zipball/821c18e0d57e71b370166bd2f35623befddaf2ee",
"reference": "821c18e0d57e71b370166bd2f35623befddaf2ee",
"shasum": ""
},
"require": {

Sebastian Kehr
committed
"container-interop/container-interop": "^1.1",
"php": "^5.6 || ^7.0",

Sebastian Kehr
committed
"zendframework/zend-console": "^2.6",
"zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
"zendframework/zend-modulemanager": "^2.7.1",
"zendframework/zend-mvc": "^3.0.3",
"zendframework/zend-router": "^3.0",
"zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",

Sebastian Kehr
committed
"zendframework/zend-stdlib": "^2.7.5 || ^3.0",
"zendframework/zend-text": "^2.6",
"zendframework/zend-view": "^2.6.3"

Sebastian Kehr
committed
"conflict": {
"zendframework/zend-mvc": "<3.0.0"
},
"require-dev": {

Sebastian Kehr
committed
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4",
"zendframework/zend-coding-standard": "~1.0.0",

Sebastian Kehr
committed
"zendframework/zend-filter": "^2.6.1"
},
"suggest": {

Sebastian Kehr
committed
"zendframework/zend-filter": "^2.6.1, to filter rendered results"
},
"type": "library",
"extra": {
"branch-alias": {

Sebastian Kehr
committed
"dev-master": "1.2.x-dev",
"dev-develop": "1.3.x-dev"
},
"zf": {

Sebastian Kehr
committed
"component": "Zend\\Mvc\\Console"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Zend\\Mvc\\Console\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],

Sebastian Kehr
committed
"description": "Integration between zend-mvc and zend-console",

Sebastian Kehr
committed
"ZendFramework",
"console",
"mvc",
"zf"

Sebastian Kehr
committed
"time": "2018-04-30T19:10:26+00:00"

Sebastian Kehr
committed
"name": "zendframework/zend-mvc-i18n",
"version": "1.1.0",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/zendframework/zend-mvc-i18n.git",
"reference": "90e64d1304385cfcf19447b6449514e8a720adfc"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/zendframework/zend-mvc-i18n/zipball/90e64d1304385cfcf19447b6449514e8a720adfc",
"reference": "90e64d1304385cfcf19447b6449514e8a720adfc",
"shasum": ""
},
"require": {

Sebastian Kehr
committed
"container-interop/container-interop": "^1.1",
"php": "^5.6 || ^7.0",

Sebastian Kehr
committed
"zendframework/zend-i18n": "^2.7",
"zendframework/zend-router": "^3.0",
"zendframework/zend-servicemanager": "^2.7.10 || ^3.0.3",
"zendframework/zend-stdlib": "^2.7.6 || ^3.0",
"zendframework/zend-validator": "^2.6"
},
"conflict": {
"zendframework/zend-mvc": "<3.0.0"
},
"require-dev": {

Sebastian Kehr
committed
"phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5",
"zendframework/zend-cache": "^2.6.1",
"zendframework/zend-coding-standard": "~1.0.0"
},
"suggest": {

Sebastian Kehr
committed
"zendframework/zend-cache": "To enable caching of translation strings"
},
"type": "library",
"extra": {
"branch-alias": {

Sebastian Kehr
committed
"dev-master": "1.1.x-dev",
"dev-develop": "1.2.x-dev"
},
"zf": {

Sebastian Kehr
committed
"component": "Zend\\Mvc\\I18n",
"config-provider": "Zend\\Mvc\\I18n\\ConfigProvider"
}
},
"autoload": {
"psr-4": {

Sebastian Kehr
committed
"Zend\\Mvc\\I18n\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],

Sebastian Kehr
committed
"description": "Integration between zend-mvc and zend-i18n",
"ZendFramework",

Sebastian Kehr
committed
"i18n",
"mvc",

Sebastian Kehr
committed
"time": "2018-05-01T15:48:40+00:00"

Sebastian Kehr
committed
"name": "zendframework/zend-mvc-plugin-flashmessenger",
"version": "1.1.0",
"source": {
"type": "git",

Sebastian Kehr
committed
"url": "https://github.com/zendframework/zend-mvc-plugin-flashmessenger.git",
"reference": "1af2e2d69500da5ca31868c4817b6b7eb7e1cf47"
},
"dist": {
"type": "zip",

Sebastian Kehr
committed
"url": "https://api.github.com/repos/zendframework/zend-mvc-plugin-flashmessenger/zipball/1af2e2d69500da5ca31868c4817b6b7eb7e1cf47",
"reference": "1af2e2d69500da5ca31868c4817b6b7eb7e1cf47",
"shasum": ""
},
"require": {

Sebastian Kehr
committed
"php": "^5.6 || ^7.0",