Skip to content
Snippets Groups Projects
composer.lock 285 KiB
Newer Older
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "content-hash": "9334150af226e9bbf9c051b843b512b5",
    "packages": [
        {
            "name": "aferrandini/phpqrcode",
            "version": "1.0.1",
            "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"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2013-07-08T09:39:08+00:00"
        },
        {
            "name": "ahand/mobileesp",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/ahand/mobileesp.git",
                "reference": "c02055dbe9baee63aab11438f4d7b5d25075d347"
                "url": "https://api.github.com/repos/ahand/mobileesp/zipball/c02055dbe9baee63aab11438f4d7b5d25075d347",
                "reference": "c02055dbe9baee63aab11438f4d7b5d25075d347",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "PHP"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "Apache-2.0"
            ],
            "authors": [
                {
                    "name": "Anthony Hand",
                    "email": "anthony.hand@gmail.com",
                    "role": "Maintainer"
                }
            ],
            "description": "Since 2008, MobileESP provides web site developers an easy-to-use and lightweight API for detecting whether visitors are using a mobile device, and if so, what kind. The APIs provide simple boolean results ('true' or 'false') for identifying individual device categories (such as iPhone, BlackBerry, Android, and Windows Mobile), device capabilities (e.g., J2ME), and broad classes of devices, such as 'iPhone Tier' (iPhone/Android/Tizen) or 'Tablet Tier.' APIs are available in PHP, JavaScript, Java, C#, Ruby Python, and more.",
            "homepage": "http://www.mobileesp.org",
            "keywords": [
                "Mobile-Detect",
                "browser",
                "detect android",
                "detect ipad",
                "detect iphone",
                "detect tablet",
                "mobile",
                "mobile detect",
                "mobile detector",
                "mobile device",
                "mobile esp",
                "mobile redirect",
                "mobile view managing",
                "mobiledetect",
                "responsive web",
                "user agent",
                "useragent"
            ],
            "time": "2017-06-06 22:20:56"
        },
        {
            "name": "cap60552/php-sip2",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/cap60552/php-sip2.git",
                "reference": "9904f94e857b7d4d4fd494f2d6634dcaf0d6e2c1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/cap60552/php-sip2/zipball/9904f94e857b7d4d4fd494f2d6634dcaf0d6e2c1",
                "reference": "9904f94e857b7d4d4fd494f2d6634dcaf0d6e2c1",
                "shasum": ""
            },
            "type": "library",
            "autoload": {
                "classmap": [
                    "/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-3.0"
            ],
            "authors": [
                {
                    "name": "John Wohlers",
                    "email": "john@wohlershome.net",
                    "role": "Maintainer"
                }
            ],
            "description": "PHP class library to facilitate communication with Integrated Library System (ILS) servers via 3M's SIP2.",
            "homepage": "https://github.com/cap60552/php-sip2",
Demian Katz's avatar
Demian Katz committed
            "time": "2015-11-03T04:42:39+00:00"
        },
        {
            "name": "container-interop/container-interop",
Demian Katz's avatar
Demian Katz committed
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/container-interop/container-interop.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
                "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
Demian Katz's avatar
Demian Katz committed
            "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.)",
Demian Katz's avatar
Demian Katz committed
            "homepage": "https://github.com/container-interop/container-interop",
Demian Katz's avatar
Demian Katz committed
            "time": "2017-02-14T19:40:03+00:00"
            "version": "1.3.5",
            "source": {
                "type": "git",
                "url": "https://github.com/Jasig/phpCAS.git",
                "reference": "61c8899c8f91204e8b9135d795461e50fe5c2db0"
                "url": "https://api.github.com/repos/Jasig/phpCAS/zipball/61c8899c8f91204e8b9135d795461e50fe5c2db0",
                "reference": "61c8899c8f91204e8b9135d795461e50fe5c2db0",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*",
                "php": ">=5.4.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": "2017-04-10T19:12:45+00:00"
        },
        {
            "name": "matthiasmullie/minify",
            "version": "1.3.45",
            "source": {
                "type": "git",
                "url": "https://github.com/matthiasmullie/minify.git",
                "reference": "09b83e9dbdc50cf6734c6a9652a54891c0651998"
                "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/09b83e9dbdc50cf6734c6a9652a54891c0651998",
                "reference": "09b83e9dbdc50cf6734c6a9652a54891c0651998",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "matthiasmullie/path-converter": "~1.1",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "friendsofphp/php-cs-fixer": "~1.0",
                "matthiasmullie/scrapbook": "~1.0",
                "phpunit/phpunit": "~4.8"
            },
            "suggest": {
                "psr/cache-implementation": "Cache implementation to use with Minify::cache"
            },
            "bin": [
                "bin/minifycss",
                "bin/minifyjs"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "MatthiasMullie\\Minify\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matthias Mullie",
                    "email": "minify@mullie.eu",
                    "homepage": "http://www.mullie.eu",
                    "role": "Developer"
                }
            ],
            "description": "CSS & JS minifier",
            "homepage": "http://www.minifier.org",
            "keywords": [
                "JS",
                "css",
                "javascript",
                "minifier",
                "minify"
            ],
            "time": "2017-06-13T15:54:31+00:00"
        },
        {
            "name": "matthiasmullie/path-converter",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/matthiasmullie/path-converter.git",
                "reference": "08551ec1b156e923c242a10ab484bd4d6ead6631"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/08551ec1b156e923c242a10ab484bd4d6ead6631",
                "reference": "08551ec1b156e923c242a10ab484bd4d6ead6631",
                "shasum": ""
            },
            "require": {
                "ext-pcre": "*",
                "php": ">=5.3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.8"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "MatthiasMullie\\PathConverter\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Matthias Mullie",
                    "email": "pathconverter@mullie.eu",
                    "homepage": "http://www.mullie.eu",
                    "role": "Developer"
                }
            ],
            "description": "Relative path converter",
            "homepage": "http://github.com/matthiasmullie/path-converter",
            "keywords": [
                "converter",
                "path",
                "paths",
                "relative"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2017-01-26T08:54:49+00:00"
        },
        {
            "name": "ocramius/proxy-manager",
            "version": "1.0.2",
            "source": {
                "type": "git",
                "url": "https://github.com/Ocramius/ProxyManager.git",
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/57e9272ec0e8deccf09421596e0e2252df440e11",
                "reference": "57e9272ec0e8deccf09421596e0e2252df440e11",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "zendframework/zend-code": ">2.2.5,<3.0"
            },
            "require-dev": {
                "ext-phar": "*",
                "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": "2.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "ProxyManager\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Marco Pivetta",
                    "email": "ocramius@gmail.com",
                    "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": "2015-08-09T04:28:19+00:00"
        },
        {
            "name": "oyejorge/less.php",
Demian Katz's avatar
Demian Katz committed
            "version": "v1.7.0.14",
            "source": {
                "type": "git",
                "url": "https://github.com/oyejorge/less.php.git",
Demian Katz's avatar
Demian Katz committed
                "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9"
Demian Katz's avatar
Demian Katz committed
                "url": "https://api.github.com/repos/oyejorge/less.php/zipball/42925c5a01a07d67ca7e82dfc8fb31814d557bc9",
                "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3"
            },
            "require-dev": {
Demian Katz's avatar
Demian Katz committed
                "phpunit/phpunit": "~4.8.24"
            },
            "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"
                }
            ],
Demian Katz's avatar
Demian Katz committed
            "description": "PHP port of the Javascript version of LESS http://lesscss.org (Originally maintained by Josh Schmidt)",
            "homepage": "http://lessphp.gpeasy.com",
            "keywords": [
                "css",
                "less",
                "less.js",
                "lesscss",
                "php",
                "stylesheet"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2017-03-28T22:19:25+00:00"
        {
            "name": "paragonie/random_compat",
            "version": "v2.0.10",
            "source": {
                "type": "git",
                "url": "https://github.com/paragonie/random_compat.git",
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paragonie/random_compat/zipball/634bae8e911eefa89c1abfbf1b66da679ac8f54d",
                "reference": "634bae8e911eefa89c1abfbf1b66da679ac8f54d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.0"
            },
            "require-dev": {
                "phpunit/phpunit": "4.*|5.*"
            },
            "suggest": {
                "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
            },
            "type": "library",
            "autoload": {
                "files": [
                    "lib/random.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Paragon Initiative Enterprises",
                    "email": "security@paragonie.com",
                    "homepage": "https://paragonie.com"
                }
            ],
            "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
            "keywords": [
                "csprng",
                "pseudorandom",
                "random"
            ],
            "time": "2017-03-13T16:27:32+00:00"
        },
        {
            "name": "pear/file_marc",
            "version": "1.1.5",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/File_MARC.git",
                "reference": "ecf5a79661595e3804ad4c0ede984757b4fe8d8f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/File_MARC/zipball/ecf5a79661595e3804ad4c0ede984757b4fe8d8f",
                "reference": "ecf5a79661595e3804ad4c0ede984757b4fe8d8f",
                "shasum": ""
            },
            "require": {
                "pear/pear_exception": "1.*"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "suggest": {
                "pear/validate_ispn": "Install optionally via your project's composer.json"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "File": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "LGPL-2.1"
            ],
            "authors": [
                {
                    "name": "Dan Scott",
                    "email": "dbs@php.net",
                    "homepage": "https://coffeecode.net",
                    "role": "Lead"
                }
            ],
            "description": "Supports the MAchine Readable Cataloging (MARC) file format documented at http://loc.gov/marc/",
Demian Katz's avatar
Demian Katz committed
            "time": "2017-01-23T16:49:13+00:00"
        },
        {
            "name": "pear/http_request2",
            "version": "v2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/HTTP_Request2.git",
                "reference": "3599cf0fe455a4e281da464f6510bfc5c2ce54c4"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/HTTP_Request2/zipball/3599cf0fe455a4e281da464f6510bfc5c2ce54c4",
                "reference": "3599cf0fe455a4e281da464f6510bfc5c2ce54c4",
                "shasum": ""
            },
            "require": {
                "pear/net_url2": "^2.2.0",
                "pear/pear_exception": "^1.0.0",
                "php": ">=5.2.0"
            },
            "suggest": {
                "ext-fileinfo": "Adds support for looking up mime-types using finfo.",
                "ext-zlib": "Allows handling gzip compressed responses.",
                "lib-curl": "Allows using cURL as a request backend.",
                "lib-openssl": "Allows handling SSL requests when not using cURL."
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-trunk": "2.2-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "HTTP_Request2": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Alexey Borzov",
                    "email": "avb@php.net"
                }
            ],
            "description": "Provides an easy way to perform HTTP requests.",
            "homepage": "http://pear.php.net/package/HTTP_Request2",
            "keywords": [
                "PEAR",
                "curl",
                "http",
                "request"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2016-02-13T20:20:39+00:00"
        },
        {
            "name": "pear/net_url2",
            "version": "v2.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Net_URL2.git",
                "reference": "43a87606daf52efe6685c92131be083143108e37"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Net_URL2/zipball/43a87606daf52efe6685c92131be083143108e37",
                "reference": "43a87606daf52efe6685c92131be083143108e37",
                "shasum": ""
            },
            "require": {
                "php": ">=5.1.4"
            },
            "require-dev": {
                "phpunit/phpunit": ">=3.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.2.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "Net/URL2.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "David Coallier",
                    "email": "davidc@php.net"
                },
                {
                    "name": "Tom Klingenberg",
                    "email": "tkli@php.net"
                },
                {
                    "name": "Christian Schmidt",
                    "email": "chmidt@php.net"
                }
            ],
            "description": "Class for parsing and handling URL. Provides parsing of URLs into their constituent parts (scheme, host, path etc.), URL generation, and resolving of relative URLs.",
            "homepage": "https://github.com/pear/Net_URL2",
            "keywords": [
                "PEAR",
                "net",
                "networking",
                "rfc3986",
                "uri",
                "url"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2016-04-18T22:24:01+00:00"
        },
        {
            "name": "pear/pear_exception",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/PEAR_Exception.git",
                "reference": "8c18719fdae000b690e3912be401c76e406dd13b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/8c18719fdae000b690e3912be401c76e406dd13b",
                "reference": "8c18719fdae000b690e3912be401c76e406dd13b",
                "shasum": ""
            },
            "require": {
                "php": ">=4.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "type": "class",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.0.x-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "PEAR": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "."
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Helgi Thormar",
                    "email": "dufuz@php.net"
                },
                {
                    "name": "Greg Beaver",
                    "email": "cellog@php.net"
                }
            ],
            "description": "The PEAR Exception base class.",
            "homepage": "https://github.com/pear/PEAR_Exception",
            "keywords": [
                "exception"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2015-02-10T20:07:52+00:00"
        },
        {
            "name": "pear/validate",
            "version": "v0.8.5",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Validate.git",
                "reference": "d055541ee2d7165329d5e5b8e91907d7fae1cff2"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Validate/zipball/d055541ee2d7165329d5e5b8e91907d7fae1cff2",
                "reference": "d055541ee2d7165329d5e5b8e91907d7fae1cff2",
                "shasum": ""
            },
            "suggest": {
                "pear/date": "Install optionally via your project's composer.json"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Validate": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "New BSD"
            ],
            "authors": [
                {
                    "name": "Pierre-Alain Joye",
                    "email": "pierre.php@gmail.com",
                    "role": "Lead"
                },
                {
                    "name": "Thomas V.V.Cox",
                    "email": "cox@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Helgi Þormar Þorbjörnsson",
                    "email": "dufuz@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Amir Mohammad Saied",
                    "email": "amirsaied@gmail.com",
                    "role": "Lead"
                },
                {
                    "name": "David Coallier",
                    "email": "david@echolibre.com",
                    "role": "Lead"
                },
                {
                    "name": "bertrand Gugger",
                    "email": "bertrand@toggg.com",
                    "role": "Lead"
                },
                {
                    "name": "Stefan Neufeind",
                    "email": "pear.neufeind@speedpartner.de",
                    "role": "Developer"
                }
            ],
            "description": "Validate numbers, email, strings, dates, URIs and more",
            "homepage": "http://pear.php.net/package/Validate",
Demian Katz's avatar
Demian Katz committed
            "time": "2015-02-20T09:16:13+00:00"
        },
        {
            "name": "pear/validate_ispn",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/pear/Validate_ISPN.git",
                "reference": "9ea9312a0841b5d745742c737772aeffa6d06e96"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/pear/Validate_ISPN/zipball/9ea9312a0841b5d745742c737772aeffa6d06e96",
                "reference": "9ea9312a0841b5d745742c737772aeffa6d06e96",
                "shasum": ""
            },
            "require": {
                "pear/validate": "*"
            },
            "require-dev": {
                "phpunit/phpunit": "*"
            },
            "type": "library",
            "autoload": {
                "psr-0": {
                    "Validate": "./"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "./"
            ],
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "Helgi Þormar",
                    "email": "dufuz@php.net",
                    "role": "Lead"
                },
                {
                    "name": "Piotr Klaban",
                    "email": "makler@man.torun.pl",
                    "role": "Lead"
                }
            ],
            "description": "More info available on: http://pear.php.net/package/Validate_ISPN",
            "time": "2015-04-14 04:17:31"
        },
        {
            "name": "phing/phing",
            "version": "2.16.0",
            "source": {
                "type": "git",
                "url": "https://github.com/phingofficial/phing.git",
                "reference": "151a0f4d8cebf7711eccc62dde3f09bc36a00d7b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phingofficial/phing/zipball/151a0f4d8cebf7711eccc62dde3f09bc36a00d7b",
                "reference": "151a0f4d8cebf7711eccc62dde3f09bc36a00d7b",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.0",
                "symfony/yaml": "^3.1"
            },
            "require-dev": {
                "ext-pdo_sqlite": "*",
                "mikey179/vfsstream": "^1.6",
                "pdepend/pdepend": "2.x",
                "pear/archive_tar": "1.4.x",
                "pear/http_request2": "dev-trunk",
                "pear/net_growl": "dev-trunk",
                "pear/pear-core-minimal": "1.10.1",
                "pear/versioncontrol_git": "@dev",
                "pear/versioncontrol_svn": "~0.5",
                "phpdocumentor/phpdocumentor": "2.x",
                "phploc/phploc": "~2.0.6",
                "phpmd/phpmd": "~2.2",
                "phpunit/phpunit": ">=3.7",
                "sebastian/git": "~1.0",
                "sebastian/phpcpd": "2.x",
                "siad007/versioncontrol_hg": "^1.0",
                "simpletest/simpletest": "^1.1",
                "squizlabs/php_codesniffer": "~2.2"
            },
            "suggest": {
                "pdepend/pdepend": "PHP version of JDepend",
                "pear/archive_tar": "Tar file management class",
                "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
                "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
                "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
                "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
                "phpmd/phpmd": "PHP version of PMD tool",
                "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
                "phpunit/phpunit": "The PHP Unit Testing Framework",
                "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
                "siad007/versioncontrol_hg": "A library for interfacing with Mercurial repositories.",
                "tedivm/jshrink": "Javascript Minifier built in PHP"
            },
            "bin": [
                "bin/phing"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.16.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "classes/phing/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "classes"
            ],
            "license": [
                "LGPL-3.0"
            ],
            "authors": [
                {
                    "name": "Michiel Rook",
                    "email": "mrook@php.net"
                },
                {
                    "name": "Phing Community",
                    "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
                }
            ],
            "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
            "homepage": "https://www.phing.info/",
            "keywords": [
                "build",
                "phing",
                "task",
                "tool"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2016-12-22T20:16:33+00:00"
Demian Katz's avatar
Demian Katz committed
        {
            "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"
                }
            },
            "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"
            ],
Demian Katz's avatar
Demian Katz committed
            "time": "2017-02-14T16:28:37+00:00"
Demian Katz's avatar
Demian Katz committed
        },
        {
            "name": "psr/http-message",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/http-message.git",
                "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
            },
            "dist": {