|
@@ -1,5 +1,5 @@
|
|
|
{
|
|
|
- "hash": "935255dfdcb9876ff6d3b91eea1e5842",
|
|
|
+ "hash": "b50cdf1c09be1b7696e6ca2f95a9e5e2",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "composer/composer",
|
|
@@ -1670,11 +1670,322 @@
|
|
|
"page",
|
|
|
"paging"
|
|
|
]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-escaper",
|
|
|
+ "version": "2.0.2",
|
|
|
+ "target-dir": "Zend/Escaper",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "http://packages.zendframework.com/composer/Zend_Escaper-2.0.2.zip",
|
|
|
+ "reference": null,
|
|
|
+ "shasum": null
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Zend\\Escaper": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": " ",
|
|
|
+ "homepage": "http://packages.zendframework.com/",
|
|
|
+ "keywords": [
|
|
|
+ "zf2",
|
|
|
+ "escaper"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "email": "fw-general-subscribe@lists.zend.com",
|
|
|
+ "irc": "irc://irc.freenode.net/zftalk",
|
|
|
+ "issues": "https://github.com/zendframework/zf2/issues",
|
|
|
+ "source": "https://github.com/zendframework/zf2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-feed",
|
|
|
+ "version": "2.0.2",
|
|
|
+ "target-dir": "Zend/Feed",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "http://packages.zendframework.com/composer/Zend_Feed-2.0.2.zip",
|
|
|
+ "reference": null,
|
|
|
+ "shasum": null
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3",
|
|
|
+ "zendframework/zend-escaper": "self.version",
|
|
|
+ "zendframework/zend-stdlib": "self.version"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-uri": "Zend\\Uri component",
|
|
|
+ "zendframework/zend-validator": "Zend\\Validator component"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Zend\\Feed": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "provides functionality for consuming RSS and Atom feeds",
|
|
|
+ "homepage": "http://packages.zendframework.com/",
|
|
|
+ "keywords": [
|
|
|
+ "zf2",
|
|
|
+ "feed"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "email": "fw-general-subscribe@lists.zend.com",
|
|
|
+ "irc": "irc://irc.freenode.net/zftalk",
|
|
|
+ "issues": "https://github.com/zendframework/zf2/issues",
|
|
|
+ "source": "https://github.com/zendframework/zf2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-i18n",
|
|
|
+ "version": "2.0.2",
|
|
|
+ "target-dir": "Zend/I18n",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "http://packages.zendframework.com/composer/Zend_I18n-2.0.2.zip",
|
|
|
+ "reference": null,
|
|
|
+ "shasum": null
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3",
|
|
|
+ "ext-intl": "*",
|
|
|
+ "zendframework/zend-stdlib": "self.version"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Zend\\I18n": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": " ",
|
|
|
+ "homepage": "http://packages.zendframework.com/",
|
|
|
+ "keywords": [
|
|
|
+ "zf2",
|
|
|
+ "i18n"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "email": "fw-general-subscribe@lists.zend.com",
|
|
|
+ "irc": "irc://irc.freenode.net/zftalk",
|
|
|
+ "issues": "https://github.com/zendframework/zf2/issues",
|
|
|
+ "source": "https://github.com/zendframework/zf2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-servicemanager",
|
|
|
+ "version": "2.0.2",
|
|
|
+ "target-dir": "Zend/ServiceManager",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "http://packages.zendframework.com/composer/Zend_ServiceManager-2.0.2.zip",
|
|
|
+ "reference": null,
|
|
|
+ "shasum": null
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-di": "Zend\\Di component"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Zend\\ServiceManager": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": " ",
|
|
|
+ "homepage": "http://packages.zendframework.com/",
|
|
|
+ "keywords": [
|
|
|
+ "zf2",
|
|
|
+ "servicemanager"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "email": "fw-general-subscribe@lists.zend.com",
|
|
|
+ "irc": "irc://irc.freenode.net/zftalk",
|
|
|
+ "issues": "https://github.com/zendframework/zf2/issues",
|
|
|
+ "source": "https://github.com/zendframework/zf2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-stdlib",
|
|
|
+ "version": "2.0.2",
|
|
|
+ "target-dir": "Zend/Stdlib",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "http://packages.zendframework.com/composer/Zend_Stdlib-2.0.2.zip",
|
|
|
+ "reference": null,
|
|
|
+ "shasum": null
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "pecl-weakref": "Implementation of weak references for Stdlib\\CallbackHandler"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Zend\\Stdlib": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": " ",
|
|
|
+ "homepage": "http://packages.zendframework.com/",
|
|
|
+ "keywords": [
|
|
|
+ "zf2",
|
|
|
+ "stdlib"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "email": "fw-general-subscribe@lists.zend.com",
|
|
|
+ "irc": "irc://irc.freenode.net/zftalk",
|
|
|
+ "issues": "https://github.com/zendframework/zf2/issues",
|
|
|
+ "source": "https://github.com/zendframework/zf2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-uri",
|
|
|
+ "version": "2.0.2",
|
|
|
+ "target-dir": "Zend/Uri",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "http://packages.zendframework.com/composer/Zend_Uri-2.0.2.zip",
|
|
|
+ "reference": null,
|
|
|
+ "shasum": null
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3",
|
|
|
+ "zendframework/zend-escaper": "self.version",
|
|
|
+ "zendframework/zend-validator": "self.version"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Zend\\Uri": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "a component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
|
|
|
+ "homepage": "http://packages.zendframework.com/",
|
|
|
+ "keywords": [
|
|
|
+ "zf2",
|
|
|
+ "uri"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "email": "fw-general-subscribe@lists.zend.com",
|
|
|
+ "irc": "irc://irc.freenode.net/zftalk",
|
|
|
+ "issues": "https://github.com/zendframework/zf2/issues",
|
|
|
+ "source": "https://github.com/zendframework/zf2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-validator",
|
|
|
+ "version": "2.0.2",
|
|
|
+ "target-dir": "Zend/Validator",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "http://packages.zendframework.com/composer/Zend_Validator-2.0.2.zip",
|
|
|
+ "reference": null,
|
|
|
+ "shasum": null
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3",
|
|
|
+ "zendframework/zend-i18n": "self.version",
|
|
|
+ "zendframework/zend-stdlib": "self.version"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "zendframework/zend-math": "self.version"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-db": "Zend\\Db component",
|
|
|
+ "zendframework/zend-math": "Zend\\Math component"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Zend\\Validator": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "provides a set of commonly needed validators",
|
|
|
+ "homepage": "http://packages.zendframework.com/",
|
|
|
+ "keywords": [
|
|
|
+ "zf2",
|
|
|
+ "validator"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "email": "fw-general-subscribe@lists.zend.com",
|
|
|
+ "irc": "irc://irc.freenode.net/zftalk",
|
|
|
+ "issues": "https://github.com/zendframework/zf2/issues",
|
|
|
+ "source": "https://github.com/zendframework/zf2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-version",
|
|
|
+ "version": "2.0.2",
|
|
|
+ "target-dir": "Zend/Version",
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "http://packages.zendframework.com/composer/Zend_Version-2.0.2.zip",
|
|
|
+ "reference": null,
|
|
|
+ "shasum": null
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Zend\\Version": ""
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": " ",
|
|
|
+ "homepage": "http://packages.zendframework.com/",
|
|
|
+ "keywords": [
|
|
|
+ "zf2",
|
|
|
+ "version"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "email": "fw-general-subscribe@lists.zend.com",
|
|
|
+ "irc": "irc://irc.freenode.net/zftalk",
|
|
|
+ "issues": "https://github.com/zendframework/zf2/issues",
|
|
|
+ "source": "https://github.com/zendframework/zf2"
|
|
|
+ }
|
|
|
}
|
|
|
],
|
|
|
- "packages-dev": [
|
|
|
-
|
|
|
- ],
|
|
|
+ "packages-dev": null,
|
|
|
"aliases": [
|
|
|
|
|
|
],
|