Skip to content
Snippets Groups Projects
composer.lock 35.7 KiB
Newer Older
    "_readme": [
        "This file locks the dependencies of your project to a known state",
Demian Katz's avatar
Demian Katz committed
        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    "hash": "9cd1fe9a339a11f246bbda40fadca844",
Demian Katz's avatar
Demian Katz committed
        {
            "name": "aferrandini/phpqrcode",
Demian Katz's avatar
Demian Katz committed
            "version": "1.0.1",
Demian Katz's avatar
Demian Katz committed
            "source": {
                "type": "git",
                "url": "https://github.com/aferrandini/PHPQRCode.git",
                "reference": "3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/aferrandini/PHPQRCode/zipball/3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46",
                "reference": "3c1c0454d43710ab5bbe19a51ad4cb41c22e3d46",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "PHPQRCode": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Ariel Ferrandini",
                    "email": "arielferrandini@gmail.com",
                    "homepage": "http://www.ferrandini.com/",
                    "role": "Developer"
                }
            ],
            "description": "PHPQRCode porting and changed for PHP 5.3 compatibility",
            "homepage": "https://github.com/aferrandini/PHPQRCode",
            "keywords": [
                "barcode",
                "php",
                "qrcode"
            ],
            "time": "2013-07-08 09:39:08"
        },
        {
            "name": "jasig/phpcas",
            "version": "1.3.3",
            "source": {
                "type": "git",
                "url": "https://github.com/Jasig/phpCAS.git",
                "reference": "b6f5d484735d3b0e80b068a87bd1eabac04b2cbe"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Jasig/phpCAS/zipball/b6f5d484735d3b0e80b068a87bd1eabac04b2cbe",
                "reference": "b6f5d484735d3b0e80b068a87bd1eabac04b2cbe",
                "shasum": ""
            },
            "require": {
                "php": ">=5.0.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~3.7.10"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.3.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "source/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Joachim Fritschi",
                    "homepage": "https://wiki.jasig.org/display/~fritschi"
                },
                {
                    "name": "Adam Franco",
                    "homepage": "https://wiki.jasig.org/display/~adamfranco"
                }
            ],
            "description": "Provides a simple API for authenticating users against a CAS server",
            "homepage": "https://wiki.jasig.org/display/CASC/phpCAS",
            "keywords": [
                "cas",
                "jasig"
            ],
            "time": "2014-07-24 20:29:29"
        {
            "name": "johnwohlers/sip2",
            "version": "dev-master",
            "dist": {
                "type": "file",
                "url": "https://php-sip2.googlecode.com/svn/trunk/sip2.class.php",
                "reference": null,
                "shasum": null
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "/"
                ]
            }
        },
        {
            "name": "mobileesp/mdetect",
            "version": "dev-master",
            "dist": {
                "type": "file",
                "url": "http://mobileesp.googlecode.com/svn/PHP/mdetect.php",
                "reference": null,
                "shasum": null
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "/"
                ]
            }
        },
        {
            "name": "ocramius/proxy-manager",
Demian Katz's avatar
Demian Katz committed
            "version": "0.5.2",
            "source": {
                "type": "git",
                "url": "https://github.com/Ocramius/ProxyManager.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "0ac0eb3e8e04c7fa75caaf1a43c5405623abf8f5"
            },
            "dist": {
                "type": "zip",
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/0ac0eb3e8e04c7fa75caaf1a43c5405623abf8f5",
                "reference": "0ac0eb3e8e04c7fa75caaf1a43c5405623abf8f5",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "zendframework/zend-code": ">2.2.5,<3.0"
            },
            "require-dev": {
                "ext-phar": "*",
Demian Katz's avatar
Demian Katz committed
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "1.5.*"
            },
            "suggest": {
                "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects",
                "zendframework/zend-json": "To have the JsonRpc adapter (Remote Object feature)",
                "zendframework/zend-soap": "To have the Soap adapter (Remote Object feature)",
                "zendframework/zend-stdlib": "To use the hydrator proxy",
                "zendframework/zend-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.6.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "ProxyManager\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
Demian Katz's avatar
Demian Katz committed
                    "homepage": "http://ocramius.github.com/"
                }
            ],
            "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies",
            "homepage": "https://github.com/Ocramius/ProxyManager",
            "keywords": [
                "aop",
                "lazy loading",
                "proxy",
                "proxy pattern",
                "service proxies"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2014-09-28 14:18:11"
Demian Katz's avatar
Demian Katz committed
        {
            "name": "oyejorge/less.php",
            "version": "v1.7.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/oyejorge/less.php.git",
                "reference": "82372b389386ae1edab55495eae4b400cca3c86c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/oyejorge/less.php/zipball/82372b389386ae1edab55495eae4b400cca3c86c",
                "reference": "82372b389386ae1edab55495eae4b400cca3c86c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2"
            },
            "bin": [
                "bin/lessc"
            ],
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Less": "lib/"
                },
                "classmap": [
                    "lessc.inc.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Matt Agar",
                    "homepage": "https://github.com/agar"
                },
                {
                    "name": "Martin Jantošovič",
                    "homepage": "https://github.com/Mordred"
                },
                {
                    "name": "Josh Schmidt",
                    "homepage": "https://github.com/oyejorge"
                }
            ],
            "description": "PHP port of the Javascript version of LESS http://lesscss.org",
            "homepage": "http://lessphp.gpeasy.com",
            "keywords": [
                "css",
                "less",
                "less.js",
                "lesscss",
                "php",
                "stylesheet"
            ],
            "time": "2014-06-05 16:09:50"
        },
            "version": "1.3.13",
                "url": "http://pear.php.net/get/Archive_Tar-1.3.13.tgz",
                "reference": null,
                "shasum": null
            },
            "require": {
                "php": ">=4.3.0.0"
            },
            "replace": {
                "pear-pear/archive_tar": "== 1.3.13.0"
            },
            "type": "pear-library",
            "autoload": {
                "classmap": [
                    ""
                ]
            },
            "include-path": [
                "/"
            ],
            "description": "This class provides handling of tar files in PHP.\nIt supports creating, listing, extracting and adding to tar files.\nGzip support is available if PHP has the zlib extension built-in or\nloaded. Bz2 compression is also supported with the bz2 extension loaded."
        },
        {
            "name": "pear-pear.php.net/Console_Getopt",
            "version": "1.3.1",
            "dist": {
                "type": "file",
                "url": "http://pear.php.net/get/Console_Getopt-1.3.1.tgz",
                "reference": null,
                "shasum": null
            },
            "require": {
                "php": ">=4.3.0.0"
            },
            "replace": {
                "pear-pear/console_getopt": "== 1.3.1.0"
            },
            "type": "pear-library",
            "autoload": {
                "classmap": [
                    ""
                ]
            },
            "include-path": [
                "/"
            ],
            "description": "This is a PHP implementation of &quot;getopt&quot; supporting both\nshort and long options."
        },
        {
            "name": "pear-pear.php.net/File_MARC",
Demian Katz's avatar
Demian Katz committed
            "version": "1.1.1",
Demian Katz's avatar
Demian Katz committed
                "url": "http://pear.php.net/get/File_MARC-1.1.1.tgz",
Demian Katz's avatar
Demian Katz committed
                "php": ">=5.3.0.0"
Demian Katz's avatar
Demian Katz committed
                "pear-pear/file_marc": "== 1.1.1.0"
            },
            "type": "pear-library",
            "autoload": {
                "classmap": [
                    ""
                ]
            },
            "include-path": [
                "/"
            ],
            "description": "The standard for machine-readable cataloging (MARC) records is documented at http://loc.gov/marc/. This package enables you to read existing MARC records from a file, string, or (using the YAZ extension), from a Z39.50 source. You can also use this package to create new MARC records.\n\nThis package is based on the PHP MARC package, originally called \"php-marc\", that is part of the Emilda Project (http://www.emilda.org).  Christoffer Landtman generously agreed to make the \"php-marc\" code available under the GNU LGPL so it could be used as the basis of this PEAR package."
            "version": "1.9.5",
                "url": "http://pear.php.net/get/PEAR-1.9.5.tgz",
                "reference": null,
                "shasum": null
            },
            "require": {
                "ext-pcre": "*",
                "ext-xml": "*",
                "pear-pear.php.net/archive_tar": ">=1.3.11.0",
                "pear-pear.php.net/console_getopt": ">=1.2.0.0",
                "pear-pear.php.net/structures_graph": ">=1.0.2.0",
                "pear-pear.php.net/xml_util": ">=1.2.0.0",
                "php": ">=4.4.0.0,!=5.0.0.0,!=5.1.0.0,!=5.1.1.0,!=5.1.2.0,!=5.1.3.0,!=5.1.4.0,!=5.1.5.0"
            },
            "conflict": {
                "pear-pear.php.net/pear_frontend_gtk": "<0.4.0.0",
                "pear-pear.php.net/pear_frontend_web": "<=0.4.0.0"
            },
            "replace": {
                "pear-pear/pear": "== 1.9.5.0"
            },
            "type": "pear-library",
            "autoload": {
                "classmap": [
                    ""
                ]
            },
            "include-path": [
                "/"
            ],
            "description": "The PEAR package contains:\n * the PEAR installer, for creating, distributing\n   and installing packages\n * the PEAR_Exception PHP5 error handling mechanism\n * the PEAR_ErrorStack advanced error handling mechanism\n * the PEAR_Error error handling mechanism\n * the OS_Guess class for retrieving info about the OS\n   where PHP is running on\n * the System class for quick handling of common operations\n   with files and directories\n * the PEAR base class\n  Features in a nutshell:\n  * full support for channels\n  * pre-download dependency validation\n  * new package.xml 2.0 format allows tremendous flexibility while maintaining BC\n  * support for optional dependency groups and limited support for sub-packaging\n  * robust dependency support\n  * full dependency validation on uninstall\n  * remote install for hosts with only ftp access - no more problems with\n    restricted host installation\n  * full support for mirroring\n  * support for bundling several packages into a single tarball\n  * support for static dependencies on a url-based package\n  * support for custom file roles and installation tasks"
        },
        {
            "name": "pear-pear.php.net/Structures_Graph",
            "version": "1.0.4",
            "dist": {
                "type": "file",
                "url": "http://pear.php.net/get/Structures_Graph-1.0.4.tgz",
                "reference": null,
                "shasum": null
            },
            "require": {
                "php": ">=4.2.0.0"
            },
            "replace": {
                "pear-pear/structures_graph": "== 1.0.4.0"
            },
            "type": "pear-library",
            "autoload": {
                "classmap": [
                    ""
                ]
            },
            "include-path": [
                "/"
            ],
            "description": "Structures_Graph is a package for creating and manipulating graph datastructures. It allows building of directed\nand undirected graphs, with data and metadata stored in nodes. The library provides functions for graph traversing\nas well as for characteristic extraction from the graph topology."
        },
        {
            "name": "pear-pear.php.net/Validate",
            "version": "0.8.5",
            "dist": {
                "type": "file",
                "url": "http://pear.php.net/get/Validate-0.8.5.tgz",
                "reference": null,
                "shasum": null
            },
            "require": {
                "php": ">=4.2.0.0"
            },
            "replace": {
                "pear-pear/validate": "== 0.8.5.0"
            },
            "type": "pear-library",
            "autoload": {
                "classmap": [
                    ""
                ]
            },
            "include-path": [
                "/"
            ],
            "description": "Package to validate various datas. It includes :\n    - numbers (min/max, decimal or not)\n    - email (syntax, domain check, rfc822)\n    - string (predifined type alpha upper and/or lowercase, numeric,...)\n    - date (min, max, rfc822 compliant)\n    - uri (RFC2396)\n    - possibility valid multiple data with a single method call (::multiple)"
        },
        {
            "name": "pear-pear.php.net/Validate_ISPN",
            "version": "0.6.1",
            "dist": {
                "type": "file",
                "url": "http://pear.php.net/get/Validate_ISPN-0.6.1.tgz",
                "reference": null,
                "shasum": null
            },
            "require": {
                "pear-pear.php.net/validate": ">=0.5.0.0",
                "php": ">=4.1.0.0"
            },
            "replace": {
                "pear-pear/validate_ispn": "== 0.6.1.0"
            },
            "type": "pear-library",
            "autoload": {
                "classmap": [
                    ""
                ]
            },
            "include-path": [
                "/"
            ],
            "description": "Package containes ISPN (International Standard Product Numbers) validations such as:\n * ISSN\n * ISBN\n * ISMN\n * ISRC (International Standard Recording Code)\n * EAN8\n * EAN13\n * EAN14\n * UCC12\n * SSCC"
        },
        {
            "name": "pear-pear.php.net/XML_Util",
Demian Katz's avatar
Demian Katz committed
            "version": "1.2.3",
Demian Katz's avatar
Demian Katz committed
                "url": "http://pear.php.net/get/XML_Util-1.2.3.tgz",
                "reference": null,
                "shasum": null
            },
            "require": {
                "ext-pcre": "*",
                "php": ">=4.3.0.0"
            },
            "replace": {
Demian Katz's avatar
Demian Katz committed
                "pear-pear/xml_util": "== 1.2.3.0"
            },
            "type": "pear-library",
            "autoload": {
                "classmap": [
                    ""
                ]
            },
            "include-path": [
                "/"
            ],
            "description": "Selection of methods that are often needed when working with XML documents.  Functionality includes creating of attribute lists from arrays, creation of tags, validation of XML names and more."
        },
        {
            "name": "serialssolutions/summon",
            "version": "v1.0.0",
Demian Katz's avatar
Demian Katz committed
                "url": "https://github.com/summon/Summon.php.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "ce26752adfded96aff2f4422991078eedfc740a5"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/summon/Summon.php/zipball/ce26752adfded96aff2f4422991078eedfc740a5",
                "reference": "ce26752adfded96aff2f4422991078eedfc740a5",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "SerialsSolutions": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "Demian Katz",
                    "email": "demian.katz@villanova.edu"
                }
            ],
            "description": "Library for interacting with Serials Solutions' Summon API.",
Demian Katz's avatar
Demian Katz committed
            "time": "2013-11-13 19:07:09"
Demian Katz's avatar
Demian Katz committed
            "version": "v2.5.5",
            "target-dir": "Symfony/Component/Yaml",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Yaml.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "b1dbc53593b98c2d694ebf383660ac9134d30b96"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/symfony/Yaml/zipball/b1dbc53593b98c2d694ebf383660ac9134d30b96",
                "reference": "b1dbc53593b98c2d694ebf383660ac9134d30b96",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Demian Katz's avatar
Demian Katz committed
                    "dev-master": "2.5-dev"
                    "Symfony\\Component\\Yaml\\": ""
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                },
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                }
            ],
            "description": "Symfony Yaml Component",
            "homepage": "http://symfony.com",
Demian Katz's avatar
Demian Katz committed
            "time": "2014-09-22 09:14:18"
        {
            "name": "vufind-org/vufindhttp",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/vufind-org/vufindhttp.git",
                "reference": "2f56535bd3c306747ecf89ecea33c798f16f8c4e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/vufind-org/vufindhttp/zipball/2f56535bd3c306747ecf89ecea33c798f16f8c4e",
                "reference": "2f56535bd3c306747ecf89ecea33c798f16f8c4e",
                "shasum": ""
            },
            "require": {
                "zendframework/zend-http": "2.2.*"
            },
            "require-dev": {
                "zendframework/zend-uri": "2.2.*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "VuFindHttp\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0"
            ],
            "authors": [
                {
                    "name": "David Maus",
                    "email": "maus@hab.de",
                    "role": "Developer"
                },
                {
                    "name": "Demian Katz",
                    "email": "demian.katz@villanova.edu",
                    "role": "Maintainer"
                }
            ],
            "description": "VuFind 2.x HTTP service library",
            "homepage": "http://vufind.org/",
            "time": "2014-10-16 14:38:35"
        },
            "version": "2.2.7",
                "url": "https://github.com/zendframework/zf2.git",
                "reference": "ffca3e3eefd7fbe0f316ed0224edff368949223d"
                "url": "https://packages.zendframework.com/composer/zendframework-zendframework-ffca3e3eefd7fbe0f316ed0224edff368949223d-zip-486378.zip",
                "reference": "2.2.7",
                "shasum": "0e386ea1eed09bbb50be7d957f8f3d7cefb7bd3d"
                "php": ">=5.3.3",
                "zendframework/zendxml": "~1.0-dev"
            },
            "replace": {
                "zendframework/zend-authentication": "self.version",
                "zendframework/zend-barcode": "self.version",
                "zendframework/zend-cache": "self.version",
                "zendframework/zend-captcha": "self.version",
                "zendframework/zend-code": "self.version",
                "zendframework/zend-config": "self.version",
                "zendframework/zend-console": "self.version",
                "zendframework/zend-crypt": "self.version",
                "zendframework/zend-db": "self.version",
                "zendframework/zend-debug": "self.version",
                "zendframework/zend-di": "self.version",
                "zendframework/zend-dom": "self.version",
                "zendframework/zend-escaper": "self.version",
                "zendframework/zend-eventmanager": "self.version",
                "zendframework/zend-feed": "self.version",
                "zendframework/zend-file": "self.version",
                "zendframework/zend-filter": "self.version",
                "zendframework/zend-form": "self.version",
                "zendframework/zend-http": "self.version",
                "zendframework/zend-i18n": "self.version",
                "zendframework/zend-inputfilter": "self.version",
                "zendframework/zend-json": "self.version",
                "zendframework/zend-ldap": "self.version",
                "zendframework/zend-loader": "self.version",
                "zendframework/zend-log": "self.version",
                "zendframework/zend-mail": "self.version",
                "zendframework/zend-math": "self.version",
                "zendframework/zend-memory": "self.version",
                "zendframework/zend-mime": "self.version",
                "zendframework/zend-modulemanager": "self.version",
                "zendframework/zend-mvc": "self.version",
                "zendframework/zend-navigation": "self.version",
                "zendframework/zend-paginator": "self.version",
                "zendframework/zend-permissions-acl": "self.version",
                "zendframework/zend-permissions-rbac": "self.version",
                "zendframework/zend-progressbar": "self.version",
Demian Katz's avatar
Demian Katz committed
                "zendframework/zend-resources": "self.version",
                "zendframework/zend-serializer": "self.version",
                "zendframework/zend-server": "self.version",
                "zendframework/zend-servicemanager": "self.version",
                "zendframework/zend-session": "self.version",
                "zendframework/zend-soap": "self.version",
                "zendframework/zend-stdlib": "self.version",
                "zendframework/zend-tag": "self.version",
                "zendframework/zend-test": "self.version",
                "zendframework/zend-text": "self.version",
                "zendframework/zend-uri": "self.version",
                "zendframework/zend-validator": "self.version",
                "zendframework/zend-version": "self.version",
                "zendframework/zend-view": "self.version",
                "zendframework/zend-xmlrpc": "self.version"
            },
            "require-dev": {
Demian Katz's avatar
Demian Katz committed
                "doctrine/annotations": ">=1.0",
Demian Katz's avatar
Demian Katz committed
                "fabpot/php-cs-fixer": "*@dev",
                "ircmaxell/random-lib": "dev-master",
                "ircmaxell/security-lib": "dev-master",
Demian Katz's avatar
Demian Katz committed
                "ocramius/proxy-manager": "0.4.*",
                "phpunit/phpunit": "3.7.*"
Demian Katz's avatar
Demian Katz committed
                "doctrine/annotations": "Doctrine Annotations >=1.0 for annotation features",
                "ext-intl": "ext/intl for i18n features (included in default builds of PHP)",
                "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable",
Demian Katz's avatar
Demian Katz committed
                "ocramius/proxy-manager": "ProxyManager to handle lazy initialization of services",
                "zendframework/zendpdf": "ZendPdf for creating PDF representations of barcodes",
                "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha for rendering ReCaptchas in Zend\\Captcha and/or Zend\\Form"
            },
            "bin": [
Demian Katz's avatar
Demian Katz committed
                "bin/classmap_generator.php",
                "bin/pluginmap_generator.php",
                "bin/templatemap_generator.php"
            "extra": {
                "branch-alias": {
Demian Katz's avatar
Demian Katz committed
                    "dev-master": "2.2-dev",
                    "dev-develop": "2.3-dev"
Demian Katz's avatar
Demian Katz committed
                    "Zend\\": "library/"
                }
            },
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Zend Framework 2",
            "homepage": "http://framework.zend.com/",
                "source": "https://github.com/zendframework/zf2/tree/release-2.2.7",
                "issues": "https://github.com/zendframework/zf2/issues"
            },
            "time": "2014-04-15 14:31:59"
Demian Katz's avatar
Demian Katz committed
            "version": "2.0.2",
Demian Katz's avatar
Demian Katz committed
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/ZendRest.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "7427d242b4546e5aef1206d2c97e402109d8843e"
Demian Katz's avatar
Demian Katz committed
            },
Demian Katz's avatar
Demian Katz committed
                "url": "https://packages.zendframework.com/composer/zendframework-zendrest-7427d242b4546e5aef1206d2c97e402109d8843e-zip-da96cc.zip",
                "reference": "2.0.2",
                "shasum": "cd304d9e2fccccbd98348bfbead7d42b102e565a"
Demian Katz's avatar
Demian Katz committed
                "zendframework/zend-http": "~2.0",
                "zendframework/zend-uri": "~2.0",
                "zendframework/zendxml": "~1.0-dev"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "ZendRest": "library/"
                }
            },
            "license": [
                "BSD-3-Clause"
            ],
            "description": " ",
            "homepage": "http://packages.zendframework.com/",
            "keywords": [
                "rest",
                "zf2"
            ],
            "support": {
Demian Katz's avatar
Demian Katz committed
                "source": "https://github.com/zendframework/ZendRest/tree/release-2.0.2",
Demian Katz's avatar
Demian Katz committed
                "issues": "https://github.com/zendframework/ZendRest/issues"
            },
Demian Katz's avatar
Demian Katz committed
            "time": "2014-03-05 22:32:09"
        },
        {
            "name": "zendframework/zendservice-amazon",
Demian Katz's avatar
Demian Katz committed
            "version": "2.0.3",
Demian Katz's avatar
Demian Katz committed
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/ZendService_Amazon.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "f3d44e3488908323c34bf040c045ee71e1196796"
Demian Katz's avatar
Demian Katz committed
            },
Demian Katz's avatar
Demian Katz committed
                "url": "https://packages.zendframework.com/composer/zendframework-zendservice-amazon-f3d44e3488908323c34bf040c045ee71e1196796-zip-31bbc0.zip",
                "reference": "2.0.3",
                "shasum": "b7f77cced220f6738248fc827952ab2c6604a08f"
Demian Katz's avatar
Demian Katz committed
                "zendframework/zend-crypt": "~2.0",
                "zendframework/zend-http": "~2.0",
                "zendframework/zend-json": "~2.0",
                "zendframework/zendrest": "~2.0",
                "zendframework/zendxml": "~1.0-dev"
Demian Katz's avatar
Demian Katz committed
                "zendframework/zend-i18n": "~2.0"
            },
            "suggest": {
                "zendframework/zend-uri": "Zend\\Uri component"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
Demian Katz's avatar
Demian Katz committed
                    "ZendService\\Amazon\\": "library/"
                }
            },
            "license": [
                "BSD-3-Clause"
            ],
            "description": "OOP wrapper for the Amazon web service",
            "homepage": "http://packages.zendframework.com/",
            "keywords": [
                "amazon",
                "ec2",
                "s3",
                "simpledb",
                "sqs",
                "zf2"
            ],
            "support": {
Demian Katz's avatar
Demian Katz committed
                "source": "https://github.com/zendframework/ZendService_Amazon/tree/master",
Demian Katz's avatar
Demian Katz committed
                "issues": "https://github.com/zendframework/ZendService_Amazon/issues"
            },
Demian Katz's avatar
Demian Katz committed
            "time": "2014-03-05 22:37:42"
Demian Katz's avatar
Demian Katz committed
        },
        {
            "name": "zendframework/zendservice-recaptcha",
            "version": "2.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/ZendService_ReCaptcha.git",
                "reference": "4324cca8502d9f47b3b43a18acdd3fdbeb965536"
            },
            "dist": {
                "type": "zip",
                "url": "https://packages.zendframework.com/composer/zendframework-zendservice-recaptcha-4324cca8502d9f47b3b43a18acdd3fdbeb965536-zip-8c45bf.zip",
                "reference": "2.0.1",
                "shasum": "fab92465cda889ff975c1ec79bb378d7e3f39081"
            },
            "require": {
                "php": ">=5.3.3",
                "zendframework/zend-http": ">=2.0.0",
                "zendframework/zend-uri": ">=2.0.0",
                "zendframework/zend-version": ">=2.0.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "ZendService": "library/"
                }
            },
            "license": [
                "BSD-3-Clause"
            ],
            "description": "OOP wrapper for the ReCaptcha web service",
            "homepage": "http://packages.zendframework.com/",
            "keywords": [
                "recaptcha",
                "zf2"
            ],
            "support": {
                "source": "https://github.com/zendframework/ZendService_ReCaptcha/tree/release-2.0.1",
                "issues": "https://github.com/zendframework/ZendService_ReCaptcha/issues"
            },
            "time": "2012-09-24 15:18:29"
        },
Demian Katz's avatar
Demian Katz committed
        {
            "name": "zendframework/zendxml",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/zendframework/ZendXml.git",
                "reference": "559b34f426d33a11c3db118e00ce14bb8dc64e5f"
            },
            "dist": {
                "type": "zip",
                "url": "https://packages.zendframework.com/composer/zendframework-zendxml-559b34f426d33a11c3db118e00ce14bb8dc64e5f-zip-6cf7a2.zip",
                "reference": "1.0.0",
                "shasum": "39abc614b5c26bcbf8102e203c52dee73c4460a8"
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "fabpot/php-cs-fixer": "*@dev",
                "phpunit/phpunit": "~3.7"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "ZendXml": "library/"
                }
            },
            "license": [
                "BSD-3-Clause"
            ],
            "description": "Utility library for XML usage, best practices, and security in PHP",
            "homepage": "http://packages.zendframework.com/",
            "keywords": [
                "security",
                "xml",
                "zf2"
            ],
            "support": {
                "source": "https://github.com/zendframework/ZendXml/tree/master",
                "issues": "https://github.com/zendframework/ZendXml/issues"
            },
            "time": "2014-03-05 22:25:44"
    "packages-dev": [

    ],
    "aliases": [

    ],
    "minimum-stability": "stable",
    "stability-flags": {
        "johnwohlers/sip2": 20,
        "mobileesp/mdetect": 20
    "prefer-stable": false,
    "platform": [

    ],
    "platform-dev": [

    ]