{ "_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": "aa1b7b4534fd7a053971ecfd2f8258ee", "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" ], "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" }, "dist": { "type": "zip", "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-06T22:20:56+00:00" }, { "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", "time": "2015-11-03T04:42:39+00:00" }, { "name": "container-interop/container-interop", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/container-interop/container-interop.git", "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", "shasum": "" }, "require": { "psr/container": "^1.0" }, "type": "library", "autoload": { "psr-4": { "Interop\\Container\\": "src/Interop/Container/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", "homepage": "https://github.com/container-interop/container-interop", "time": "2017-02-14T19:40:03+00:00" }, { "name": "filp/whoops", "version": "2.1.12", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", "reference": "a99f0b151846021ba7a73b4e3cba3ebc9f14f03e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/filp/whoops/zipball/a99f0b151846021ba7a73b4e3cba3ebc9f14f03e", "reference": "a99f0b151846021ba7a73b4e3cba3ebc9f14f03e", "shasum": "" }, "require": { "php": "^5.5.9 || ^7.0", "psr/log": "^1.0.1" }, "require-dev": { "mockery/mockery": "0.9.*", "phpunit/phpunit": "^4.8 || ^5.0", "symfony/var-dumper": "^2.6 || ^3.0" }, "suggest": { "symfony/var-dumper": "Pretty print complex values better with var-dumper available", "whoops/soap": "Formats errors as SOAP responses" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "psr-4": { "Whoops\\": "src/Whoops/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Filipe Dobreira", "homepage": "https://github.com/filp", "role": "Developer" } ], "description": "php error handling for cool kids", "homepage": "https://filp.github.io/whoops/", "keywords": [ "error", "exception", "handling", "library", "throwable", "whoops" ], "time": "2017-10-15T13:05:10+00:00" }, { "name": "ghislainf/zf2-whoops", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/ghislainf/zf2-whoops.git", "reference": "2649cf7caf400409942ddc3f8fe15b89381fc74e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ghislainf/zf2-whoops/zipball/2649cf7caf400409942ddc3f8fe15b89381fc74e", "reference": "2649cf7caf400409942ddc3f8fe15b89381fc74e", "shasum": "" }, "require": { "filp/whoops": "2.*", "php": ">=5.3.3", "zendframework/zend-config": "*", "zendframework/zend-console": "*", "zendframework/zend-eventmanager": "*", "zendframework/zend-mvc": "*" }, "type": "module", "autoload": { "psr-0": { "zf2-whoops": "src/" }, "classmap": [ "./Module.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Balázs Németh", "email": "zsilbi@zsilbi.hu" }, { "name": "Ghislain de Fontenay", "homepage": "http://www.ghislainf.me/", "role": "Developer" }, { "name": "Filipe Dobreira", "homepage": "https://github.com/filp" }, { "name": "Andreas Frömer", "homepage": "https://github.com/icanhazstring" } ], "description": "PHP whoops error on ZF2 framework", "homepage": "https://github.com/ghislainf/zf2-whoops", "time": "2016-06-06T08:41:08+00:00" }, { "name": "jasig/phpcas", "version": "1.3.5", "source": { "type": "git", "url": "https://github.com/apereo/phpCAS.git", "reference": "61c8899c8f91204e8b9135d795461e50fe5c2db0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/apereo/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.53", "source": { "type": "git", "url": "https://github.com/matthiasmullie/minify.git", "reference": "7d79f1188e749ad09a075b0487aa58b11bac86d8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/7d79f1188e749ad09a075b0487aa58b11bac86d8", "reference": "7d79f1188e749ad09a075b0487aa58b11bac86d8", "shasum": "" }, "require": { "ext-pcre": "*", "matthiasmullie/path-converter": "~1.1", "php": ">=5.3.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.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 & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.", "homepage": "http://www.minifier.org", "keywords": [ "JS", "css", "javascript", "minifier", "minify" ], "time": "2017-10-13T15:44:30+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" ], "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" ], "time": "2015-08-09T04:28:19+00:00" }, { "name": "oyejorge/less.php", "version": "v1.7.0.14", "source": { "type": "git", "url": "https://github.com/oyejorge/less.php.git", "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/oyejorge/less.php/zipball/42925c5a01a07d67ca7e82dfc8fb31814d557bc9", "reference": "42925c5a01a07d67ca7e82dfc8fb31814d557bc9", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "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" } ], "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" ], "time": "2017-03-28T22:19:25+00:00" }, { "name": "paragonie/random_compat", "version": "v2.0.11", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/5da4d3c796c275c55f057af5a643ae297d96b4d8", "reference": "5da4d3c796c275c55f057af5a643ae297d96b4d8", "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-09-27T21:40:39+00:00" }, { "name": "pear/archive_tar", "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/pear/Archive_Tar.git", "reference": "43455c960da70e655c6bdf8ea2bc8cc1a6034afb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/43455c960da70e655c6bdf8ea2bc8cc1a6034afb", "reference": "43455c960da70e655c6bdf8ea2bc8cc1a6034afb", "shasum": "" }, "require": { "pear/pear-core-minimal": "^1.10.0alpha2", "php": ">=5.2.0" }, "require-dev": { "phpunit/phpunit": "*" }, "suggest": { "ext-bz2": "bz2 compression support.", "ext-xz": "lzma2 compression support.", "ext-zlib": "Gzip compression support." }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } }, "autoload": { "psr-0": { "Archive_Tar": "" } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "./" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Vincent Blavet", "email": "vincent@phpconcept.net" }, { "name": "Greg Beaver", "email": "greg@chiaraquartet.net" }, { "name": "Michiel Rook", "email": "mrook@php.net" } ], "description": "Tar file management class", "homepage": "https://github.com/pear/Archive_Tar", "keywords": [ "archive", "tar" ], "time": "2017-06-11T17:28:11+00:00" }, { "name": "pear/console_getopt", "version": "v1.4.1", "source": { "type": "git", "url": "https://github.com/pear/Console_Getopt.git", "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f", "reference": "82f05cd1aa3edf34e19aa7c8ca312ce13a6a577f", "shasum": "" }, "type": "library", "autoload": { "psr-0": { "Console": "./" } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "./" ], "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Greg Beaver", "email": "cellog@php.net", "role": "Helper" }, { "name": "Andrei Zmievski", "email": "andrei@php.net", "role": "Lead" }, { "name": "Stig Bakken", "email": "stig@php.net", "role": "Developer" } ], "description": "More info available on: http://pear.php.net/package/Console_Getopt", "time": "2015-07-20T20:28:12+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/", "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" ], "time": "2016-02-13T20:20:39+00:00" }, { "name": "pear/net_url2", "version": "v2.2.2", "source": { "type": "git", "url": "https://github.com/pear/Net_URL2.git", "reference": "07fd055820dbf466ee3990abe96d0e40a8791f9d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/Net_URL2/zipball/07fd055820dbf466ee3990abe96d0e40a8791f9d", "reference": "07fd055820dbf466ee3990abe96d0e40a8791f9d", "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/", "include-path": [ "./" ], "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" ], "time": "2017-08-25T06:16:11+00:00" }, { "name": "pear/pear-core-minimal", "version": "v1.10.3", "source": { "type": "git", "url": "https://github.com/pear/pear-core-minimal.git", "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/070f0b600b2caca2501e2c9b7e553016e4b0d115", "reference": "070f0b600b2caca2501e2c9b7e553016e4b0d115", "shasum": "" }, "require": { "pear/console_getopt": "~1.4", "pear/pear_exception": "~1.0" }, "replace": { "rsky/pear-core-min": "self.version" }, "type": "library", "autoload": { "psr-0": { "": "src/" } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "src/" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Christian Weiske", "email": "cweiske@php.net", "role": "Lead" } ], "description": "Minimal set of PEAR core files to be used as composer dependency", "time": "2017-02-28T16:46:11+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" ], "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", "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-14T04:17:31+00:00" }, { "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" ], "time": "2016-12-22T20:16:33+00:00" }, { "name": "psr/container", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ], "time": "2017-02-14T16:28:37+00:00" }, { "name": "psr/http-message", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/log", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "time": "2016-10-10T12:19:37+00:00" }, { "name": "serialssolutions/summon", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/summon/Summon.php.git", "reference": "170beb3b0505f2047613b101213379537e651ea2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/summon/Summon.php/zipball/170beb3b0505f2047613b101213379537e651ea2", "reference": "170beb3b0505f2047613b101213379537e651ea2", "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.", "time": "2017-05-17T20:36:35+00:00" }, { "name": "swagger-api/swagger-ui", "version": "v2.2.10", "source": { "type": "git", "url": "https://github.com/swagger-api/swagger-ui.git", "reference": "64dc3060b3700b12e466f8d67b7d7ec3574b015f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/swagger-api/swagger-ui/zipball/64dc3060b3700b12e466f8d67b7d7ec3574b015f", "reference": "64dc3060b3700b12e466f8d67b7d7ec3574b015f", "shasum": "" }, "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Tony Tam", "email": "fehguy@gmail.com" }, { "name": "Mohsen Azimi", "email": "me@azimi.me" } ], "description": "Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API", "homepage": "http://swagger.io", "keywords": [ "api", "documentation", "openapi", "specification", "swagger", "ui" ], "time": "2017-01-05T08:57:09+00:00" }, { "name": "symfony/yaml", "version": "v3.3.10", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46", "reference": "8c7bf1e7d5d6b05a690b715729cb4cd0c0a99c46", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, "require-dev": { "symfony/console": "~2.8|~3.0" }, "suggest": { "symfony/console": "For validating YAML files using the lint command" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", "time": "2017-10-05T14:43:42+00:00" }, { "name": "vufind-org/vufindcode", "version": "v1.0.3", "source": { "type": "git", "url": "https://github.com/vufind-org/vufindcode.git", "reference": "f50091c35f50865b926bac549e671347c4d4389d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vufind-org/vufindcode/zipball/f50091c35f50865b926bac549e671347c4d4389d", "reference": "f50091c35f50865b926bac549e671347c4d4389d", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "1.11.3", "phploc/phploc": "2.0.6", "phpmd/phpmd": "1.5.0", "phpunit/phpunit": "4.8.4", "sebastian/phpcpd": "1.4.3", "squizlabs/php_codesniffer": "2.6.0" }, "type": "library", "autoload": { "psr-0": { "VuFindCode\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0" ], "authors": [ { "name": "Demian Katz", "email": "demian.katz@villanova.edu" } ], "description": "Class for representing ISBNs (a VuFind support library)", "homepage": "https://vufind.org/", "time": "2016-06-06T19:12:16+00:00" }, { "name": "vufind-org/vufindharvest", "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/vufind-org/vufindharvest.git", "reference": "c59e0a64b59873120c5cda32cbb8654629a8320e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vufind-org/vufindharvest/zipball/c59e0a64b59873120c5cda32cbb8654629a8320e", "reference": "c59e0a64b59873120c5cda32cbb8654629a8320e", "shasum": "" }, "require": { "php": ">=5.6", "zendframework/zend-console": ">=2.2", "zendframework/zend-http": ">=2.2" }, "require-dev": { "friendsofphp/php-cs-fixer": "1.11.6", "phing/phing": "2.16.0", "phpdocumentor/phpdocumentor": "2.9.0", "phploc/phploc": "3.0.1", "phpmd/phpmd": "2.6.0", "phpunit/phpunit": "5.7.15", "sebastian/phpcpd": "2.0.4", "squizlabs/php_codesniffer": "2.8.1" }, "type": "library", "autoload": { "psr-4": { "VuFindHarvest\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0" ], "authors": [ { "name": "Demian Katz", "email": "demian.katz@villanova.edu", "role": "Maintainer" } ], "description": "VuFind Harvest Tools", "homepage": "https://vufind.org/", "time": "2017-04-06T18:31:39+00:00" }, { "name": "vufind-org/vufindhttp", "version": "v2.1.1", "source": { "type": "git", "url": "https://github.com/vufind-org/vufindhttp.git", "reference": "b1b7dcd5f2c87a199fd3d6d439898cc7ddd0d7ca" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vufind-org/vufindhttp/zipball/b1b7dcd5f2c87a199fd3d6d439898cc7ddd0d7ca", "reference": "b1b7dcd5f2c87a199fd3d6d439898cc7ddd0d7ca", "shasum": "" }, "require": { "php": ">=5.4", "zendframework/zend-http": ">=2.2" }, "require-dev": { "friendsofphp/php-cs-fixer": "1.11.3", "phploc/phploc": "2.0.6", "phpmd/phpmd": "1.5.0", "phpunit/phpunit": "4.8.4", "sebastian/phpcpd": "2.0.0", "squizlabs/php_codesniffer": "2.6.0", "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 HTTP service library", "homepage": "https://vufind.org/", "time": "2016-09-23T12:51:36+00:00" }, { "name": "yajra/laravel-pdo-via-oci8", "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/yajra/pdo-via-oci8.git", "reference": "b3e52482af67770a0b3ea620f11ba0a1b38b4afd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/yajra/pdo-via-oci8/zipball/b3e52482af67770a0b3ea620f11ba0a1b38b4afd", "reference": "b3e52482af67770a0b3ea620f11ba0a1b38b4afd", "shasum": "" }, "require-dev": { "phpunit/phpunit": "4.0.*" }, "type": "library", "autoload": { "psr-4": { "Yajra\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Arjay Angeles", "email": "aqangeles@gmail.com" } ], "description": "PDO userspace driver proxying calls to PHP OCI8 driver", "time": "2017-02-02T02:51:53+00:00" }, { "name": "zendframework/zend-cache", "version": "2.7.2", "source": { "type": "git", "url": "https://github.com/zendframework/zend-cache.git", "reference": "c98331b96d3b9d9b24cf32d02660602edb34d039" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/c98331b96d3b9d9b24cf32d02660602edb34d039", "reference": "c98331b96d3b9d9b24cf32d02660602edb34d039", "shasum": "" }, "require": { "php": "^5.5 || ^7.0", "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", "zendframework/zend-stdlib": "^2.7 || ^3.0" }, "require-dev": { "phpbench/phpbench": "^0.10.0", "phpunit/phpunit": "^4.8", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-serializer": "^2.6", "zendframework/zend-session": "^2.6.2" }, "suggest": { "ext-apc": "APC or compatible extension, to use the APC storage adapter", "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter", "ext-dba": "DBA, to use the DBA storage adapter", "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter", "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter", "ext-mongo": "Mongo, to use MongoDb storage adapter", "ext-redis": "Redis, to use Redis storage adapter", "ext-wincache": "WinCache, to use the WinCache storage adapter", "ext-xcache": "XCache, to use the XCache storage adapter", "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement", "zendframework/zend-serializer": "Zend\\Serializer component", "zendframework/zend-session": "Zend\\Session component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev", "dev-develop": "2.8-dev" }, "zf": { "component": "Zend\\Cache", "config-provider": "Zend\\Cache\\ConfigProvider" } }, "autoload": { "psr-4": { "Zend\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides a generic way to cache any data", "homepage": "https://github.com/zendframework/zend-cache", "keywords": [ "cache", "zf2" ], "time": "2016-12-16T11:35:47+00:00" }, { "name": "zendframework/zend-captcha", "version": "2.7.1", "source": { "type": "git", "url": "https://github.com/zendframework/zend-captcha.git", "reference": "2d56293a5ae3e45e7c8ee7030aa8b305768d8014" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-captcha/zipball/2d56293a5ae3e45e7c8ee7030aa8b305768d8014", "reference": "2d56293a5ae3e45e7c8ee7030aa8b305768d8014", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "zendframework/zend-math": "^2.6 || ^3.0", "zendframework/zend-stdlib": "^2.7 || ^3.0" }, "require-dev": { "phpunit/phpunit": "~4.8", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-session": "^2.6", "zendframework/zend-text": "^2.6", "zendframework/zend-validator": "^2.6", "zendframework/zendservice-recaptcha": "^3.0" }, "suggest": { "zendframework/zend-i18n-resources": "Translations of captcha messages", "zendframework/zend-session": "Zend\\Session component", "zendframework/zend-text": "Zend\\Text component", "zendframework/zend-validator": "Zend\\Validator component", "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev", "dev-develop": "2.8-dev" } }, "autoload": { "psr-4": { "Zend\\Captcha\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-captcha", "keywords": [ "captcha", "zf2" ], "time": "2017-02-23T08:09:44+00:00" }, { "name": "zendframework/zend-code", "version": "2.6.3", "source": { "type": "git", "url": "https://github.com/zendframework/zend-code.git", "reference": "95033f061b083e16cdee60530ec260d7d628b887" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887", "reference": "95033f061b083e16cdee60530ec260d7d628b887", "shasum": "" }, "require": { "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6", "zendframework/zend-eventmanager": "^2.6 || ^3.0" }, "require-dev": { "doctrine/annotations": "~1.0", "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "^4.8.21", "zendframework/zend-stdlib": "^2.7 || ^3.0" }, "suggest": { "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", "zendframework/zend-stdlib": "Zend\\Stdlib component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6-dev", "dev-develop": "2.7-dev" } }, "autoload": { "psr-4": { "Zend\\Code\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides facilities to generate arbitrary code using an object oriented interface", "homepage": "https://github.com/zendframework/zend-code", "keywords": [ "code", "zf2" ], "time": "2016-04-20T17:26:42+00:00" }, { "name": "zendframework/zend-config", "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-config.git", "reference": "a12e4a592bf66d9629b84960e268f3752e53abe4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-config/zipball/a12e4a592bf66d9629b84960e268f3752e53abe4", "reference": "a12e4a592bf66d9629b84960e268f3752e53abe4", "shasum": "" }, "require": { "ext-json": "*", "php": "^5.6 || ^7.0", "psr/container": "^1.0", "zendframework/zend-stdlib": "^2.7.7 || ^3.1" }, "conflict": { "container-interop/container-interop": "<1.2.0" }, "require-dev": { "malukenho/docheader": "^0.1.5", "phpunit/phpunit": "^5.7 || ^6.0", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-filter": "^2.7.1", "zendframework/zend-i18n": "^2.7.3", "zendframework/zend-servicemanager": "^2.7.8 || ^3.2.1" }, "suggest": { "zendframework/zend-filter": "^2.7.1; install if you want to use the Filter processor", "zendframework/zend-i18n": "^2.7.3; install if you want to use the Translator processor", "zendframework/zend-servicemanager": "^2.7.8 || ^3.2.1; if you need an extensible plugin manager for use with the Config Factory" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-dev", "dev-develop": "3.2-dev" } }, "autoload": { "psr-4": { "Zend\\Config\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides a nested object property based user interface for accessing this configuration data within application code", "homepage": "https://github.com/zendframework/zend-config", "keywords": [ "config", "zf2" ], "time": "2017-02-22T14:31:10+00:00" }, { "name": "zendframework/zend-console", "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-console.git", "reference": "cbbdfdfa0564aa20d1c6c6ef3daeafe6aec02360" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-console/zipball/cbbdfdfa0564aa20d1c6c6ef3daeafe6aec02360", "reference": "cbbdfdfa0564aa20d1c6c6ef3daeafe6aec02360", "shasum": "" }, "require": { "php": "^5.5 || ^7.0", "zendframework/zend-stdlib": "^2.7 || ^3.0" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "^4.0", "zendframework/zend-filter": "^2.6", "zendframework/zend-json": "^2.6", "zendframework/zend-validator": "^2.5" }, "suggest": { "zendframework/zend-filter": "To support DefaultRouteMatcher usage", "zendframework/zend-validator": "To support DefaultRouteMatcher usage" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6-dev", "dev-develop": "2.7-dev" } }, "autoload": { "psr-4": { "Zend\\Console\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-console", "keywords": [ "console", "zf2" ], "time": "2016-02-09T17:15:12+00:00" }, { "name": "zendframework/zend-crypt", "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/zendframework/zend-crypt.git", "reference": "514cef5556bac069e36c2cbded40e529b86bb3f2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-crypt/zipball/514cef5556bac069e36c2cbded40e529b86bb3f2", "reference": "514cef5556bac069e36c2cbded40e529b86bb3f2", "shasum": "" }, "require": { "container-interop/container-interop": "~1.0", "ext-mbstring": "*", "php": "^5.6 || ^7.0", "zendframework/zend-math": "^3.0", "zendframework/zend-stdlib": "^2.7 || ^3.0" }, "require-dev": { "phpunit/phpunit": "^5.6.7", "squizlabs/php_codesniffer": "^2.3.1" }, "suggest": { "ext-openssl": "Required for most features of Zend\\Crypt" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-dev", "dev-develop": "3.2-dev" } }, "autoload": { "psr-4": { "Zend\\Crypt\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-crypt", "keywords": [ "crypt", "zf2" ], "time": "2017-07-17T15:46:00+00:00" }, { "name": "zendframework/zend-db", "version": "2.8.2", "source": { "type": "git", "url": "https://github.com/zendframework/zend-db.git", "reference": "5926a1a2e7e035546b690cb7d4c11a3c47db2c98" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-db/zipball/5926a1a2e7e035546b690cb7d4c11a3c47db2c98", "reference": "5926a1a2e7e035546b690cb7d4c11a3c47db2c98", "shasum": "" }, "require": { "php": "^5.5 || ^7.0", "zendframework/zend-stdlib": "^2.7 || ^3.0" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", "zendframework/zend-hydrator": "^1.1 || ^2.1", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" }, "suggest": { "zendframework/zend-eventmanager": "Zend\\EventManager component", "zendframework/zend-hydrator": "Zend\\Hydrator component for using HydratingResultSets", "zendframework/zend-servicemanager": "Zend\\ServiceManager component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev", "dev-develop": "2.9-dev" }, "zf": { "component": "Zend\\Db", "config-provider": "Zend\\Db\\ConfigProvider" } }, "autoload": { "psr-4": { "Zend\\Db\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-db", "keywords": [ "db", "zf2" ], "time": "2016-08-09T19:28:55+00:00" }, { "name": "zendframework/zend-diactoros", "version": "1.6.1", "source": { "type": "git", "url": "https://github.com/zendframework/zend-diactoros.git", "reference": "c8664b92a6d5bc229e48b0923486c097e45a7877" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/c8664b92a6d5bc229e48b0923486c097e45a7877", "reference": "c8664b92a6d5bc229e48b0923486c097e45a7877", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "psr/http-message": "^1.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "require-dev": { "ext-dom": "*", "ext-libxml": "*", "phpunit/phpunit": "^5.7.16 || ^6.0.8", "zendframework/zend-coding-standard": "~1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.6-dev", "dev-develop": "1.7-dev" } }, "autoload": { "psr-4": { "Zend\\Diactoros\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "description": "PSR HTTP Message implementations", "homepage": "https://github.com/zendframework/zend-diactoros", "keywords": [ "http", "psr", "psr-7" ], "time": "2017-10-12T15:24:51+00:00" }, { "name": "zendframework/zend-dom", "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-dom.git", "reference": "a9e145b2b52fe6de5a7a6b0ddb5c773c2c72d59e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-dom/zipball/a9e145b2b52fe6de5a7a6b0ddb5c773c2c72d59e", "reference": "a9e145b2b52fe6de5a7a6b0ddb5c773c2c72d59e", "shasum": "" }, "require": { "php": ">=5.5" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.5-dev", "dev-develop": "2.6-dev" } }, "autoload": { "psr-4": { "Zend\\Dom\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides tools for working with DOM documents and structures", "homepage": "https://github.com/zendframework/zend-dom", "keywords": [ "dom", "zf2" ], "time": "2015-10-14T03:37:48+00:00" }, { "name": "zendframework/zend-escaper", "version": "2.5.2", "source": { "type": "git", "url": "https://github.com/zendframework/zend-escaper.git", "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/2dcd14b61a72d8b8e27d579c6344e12c26141d4e", "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e", "shasum": "" }, "require": { "php": ">=5.5" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.5-dev", "dev-develop": "2.6-dev" } }, "autoload": { "psr-4": { "Zend\\Escaper\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-escaper", "keywords": [ "escaper", "zf2" ], "time": "2016-06-30T19:48:38+00:00" }, { "name": "zendframework/zend-eventmanager", "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-eventmanager.git", "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/9d72db10ceb6e42fb92350c0cb54460da61bd79c", "reference": "9d72db10ceb6e42fb92350c0cb54460da61bd79c", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "athletic/athletic": "^0.1", "container-interop/container-interop": "^1.1.0", "phpunit/phpunit": "^6.0.7 || ^5.7.14", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-stdlib": "^2.7.3 || ^3.0" }, "suggest": { "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature", "zendframework/zend-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev", "dev-develop": "3.3-dev" } }, "autoload": { "psr-4": { "Zend\\EventManager\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Trigger and listen to events within a PHP application", "homepage": "https://github.com/zendframework/zend-eventmanager", "keywords": [ "event", "eventmanager", "events", "zf2" ], "time": "2017-07-11T19:17:22+00:00" }, { "name": "zendframework/zend-feed", "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-feed.git", "reference": "94579e805dd108683209fe14b3b5d4276de3de6e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/94579e805dd108683209fe14b3b5d4276de3de6e", "reference": "94579e805dd108683209fe14b3b5d4276de3de6e", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "zendframework/zend-escaper": "^2.5", "zendframework/zend-stdlib": "^2.7 || ^3.1" }, "require-dev": { "phpunit/phpunit": "^6.0.8 || ^5.7.15", "psr/http-message": "^1.0", "zendframework/zend-cache": "^2.6", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-db": "^2.7", "zendframework/zend-http": "^2.5.4", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", "zendframework/zend-validator": "^2.6" }, "suggest": { "psr/http-message": "PSR-7 ^1.0, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator", "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests", "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub", "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader", "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations", "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries ehen using the Writer subcomponent" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev", "dev-develop": "2.9-dev" } }, "autoload": { "psr-4": { "Zend\\Feed\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides functionality for consuming RSS and Atom feeds", "homepage": "https://github.com/zendframework/zend-feed", "keywords": [ "feed", "zf2" ], "time": "2017-04-01T15:03:14+00:00" }, { "name": "zendframework/zend-filter", "version": "2.7.2", "source": { "type": "git", "url": "https://github.com/zendframework/zend-filter.git", "reference": "b8d0ff872f126631bf63a932e33aa2d22d467175" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/b8d0ff872f126631bf63a932e33aa2d22d467175", "reference": "b8d0ff872f126631bf63a932e33aa2d22d467175", "shasum": "" }, "require": { "php": "^5.5 || ^7.0", "zendframework/zend-stdlib": "^2.7 || ^3.0" }, "require-dev": { "pear/archive_tar": "^1.4", "phpunit/phpunit": "^6.0.10 || ^5.7.17", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-crypt": "^2.6 || ^3.0", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", "zendframework/zend-uri": "^2.5" }, "suggest": { "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": { "dev-master": "2.7-dev", "dev-develop": "2.8-dev" }, "zf": { "component": "Zend\\Filter", "config-provider": "Zend\\Filter\\ConfigProvider" } }, "autoload": { "psr-4": { "Zend\\Filter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides a set of commonly needed data filters", "homepage": "https://github.com/zendframework/zend-filter", "keywords": [ "filter", "zf2" ], "time": "2017-05-17T20:56:17+00:00" }, { "name": "zendframework/zend-form", "version": "2.10.2", "source": { "type": "git", "url": "https://github.com/zendframework/zend-form.git", "reference": "252db729887844025772bb8045f8df605850ed9c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-form/zipball/252db729887844025772bb8045f8df605850ed9c", "reference": "252db729887844025772bb8045f8df605850ed9c", "shasum": "" }, "require": { "php": "^7.0 || ^5.6", "zendframework/zend-hydrator": "^1.1 || ^2.1", "zendframework/zend-inputfilter": "^2.6", "zendframework/zend-stdlib": "^2.7 || ^3.0" }, "require-dev": { "doctrine/annotations": "~1.0", "phpunit/phpunit": "^6.0.8 || ^5.7.15", "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.6.2", "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": { "dev-master": "2.10-dev", "dev-develop": "2.11-dev" }, "zf": { "component": "Zend\\Form", "config-provider": "Zend\\Form\\ConfigProvider" } }, "autoload": { "psr-4": { "Zend\\Form\\": "src/" }, "files": [ "autoload/formElementManagerPolyfill.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-form", "keywords": [ "form", "zf2" ], "time": "2017-05-18T14:59:53+00:00" }, { "name": "zendframework/zend-http", "version": "2.7.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-http.git", "reference": "78aa510c0ea64bfb2aa234f50c4f232c9531acfa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-http/zipball/78aa510c0ea64bfb2aa234f50c4f232c9531acfa", "reference": "78aa510c0ea64bfb2aa234f50c4f232c9531acfa", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "zendframework/zend-loader": "^2.5.1", "zendframework/zend-stdlib": "^3.1 || ^2.7.7", "zendframework/zend-uri": "^2.5.2", "zendframework/zend-validator": "^2.10.1" }, "require-dev": { "phpunit/phpunit": "^6.4.1 || ^5.7.15", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-config": "^3.1 || ^2.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev", "dev-develop": "2.8-dev" } }, "autoload": { "psr-4": { "Zend\\Http\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests", "homepage": "https://github.com/zendframework/zend-http", "keywords": [ "ZendFramework", "http", "http client", "zend", "zf" ], "time": "2017-10-13T12:06:24+00:00" }, { "name": "zendframework/zend-hydrator", "version": "2.3.1", "source": { "type": "git", "url": "https://github.com/zendframework/zend-hydrator.git", "reference": "de0d6465fbc4b7ca345fddc148834c321c4b361f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/de0d6465fbc4b7ca345fddc148834c321c4b361f", "reference": "de0d6465fbc4b7ca345fddc148834c321c4b361f", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "zendframework/zend-stdlib": "^3.0" }, "require-dev": { "phpunit/phpunit": "^5.7.21 || ^6.3", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-eventmanager": "^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": { "dev-release-1.0": "1.0-dev", "dev-release-1.1": "1.1-dev", "dev-master": "2.3-dev", "dev-develop": "2.4-dev" }, "zf": { "component": "Zend\\Hydrator", "config-provider": "Zend\\Hydrator\\ConfigProvider" } }, "autoload": { "psr-4": { "Zend\\Hydrator\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-hydrator", "keywords": [ "hydrator", "zf2" ], "time": "2017-10-02T15:01:27+00:00" }, { "name": "zendframework/zend-i18n", "version": "2.7.4", "source": { "type": "git", "url": "https://github.com/zendframework/zend-i18n.git", "reference": "d3431e29cc00c2a1c6704e601d4371dbf24f6a31" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/d3431e29cc00c2a1c6704e601d4371dbf24f6a31", "reference": "d3431e29cc00c2a1c6704e601d4371dbf24f6a31", "shasum": "" }, "require": { "php": "^7.0 || ^5.6", "zendframework/zend-stdlib": "^2.7 || ^3.0" }, "require-dev": { "phpunit/phpunit": "^6.0.8 || ^5.7.15", "zendframework/zend-cache": "^2.6.1", "zendframework/zend-coding-standard": "~1.0.0", "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" }, "suggest": { "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": { "dev-master": "2.7-dev", "dev-develop": "2.8-dev" }, "zf": { "component": "Zend\\I18n", "config-provider": "Zend\\I18n\\ConfigProvider" } }, "autoload": { "psr-4": { "Zend\\I18n\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-i18n", "keywords": [ "i18n", "zf2" ], "time": "2017-05-17T17:00:12+00:00" }, { "name": "zendframework/zend-inputfilter", "version": "2.7.4", "source": { "type": "git", "url": "https://github.com/zendframework/zend-inputfilter.git", "reference": "699ab4916e0aa73104e1f9ff068ef6d33c5f5fe4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-inputfilter/zipball/699ab4916e0aa73104e1f9ff068ef6d33c5f5fe4", "reference": "699ab4916e0aa73104e1f9ff068ef6d33c5f5fe4", "shasum": "" }, "require": { "php": "^7.0 || ^5.6", "zendframework/zend-filter": "^2.6", "zendframework/zend-stdlib": "^2.7 || ^3.0", "zendframework/zend-validator": "^2.6" }, "require-dev": { "phpunit/phpunit": "^6.0.8 || ^5.7.15", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" }, "suggest": { "zendframework/zend-servicemanager": "To support plugin manager support" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev", "dev-develop": "2.8-dev" }, "zf": { "component": "Zend\\InputFilter", "config-provider": "Zend\\InputFilter\\ConfigProvider" } }, "autoload": { "psr-4": { "Zend\\InputFilter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-inputfilter", "keywords": [ "inputfilter", "zf2" ], "time": "2017-05-18T14:20:56+00:00" }, { "name": "zendframework/zend-json", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-json.git", "reference": "f42a1588e75c2a3e338cd94c37906231e616daab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-json/zipball/f42a1588e75c2a3e338cd94c37906231e616daab", "reference": "f42a1588e75c2a3e338cd94c37906231e616daab", "shasum": "" }, "require": { "php": "^5.5 || ^7.0" }, "require-dev": { "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "^2.3", "zendframework/zend-stdlib": "^2.7 || ^3.0" }, "suggest": { "zendframework/zend-json-server": "For implementing JSON-RPC servers", "zendframework/zend-xml2json": "For converting XML documents to JSON" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev", "dev-develop": "3.1-dev" } }, "autoload": { "psr-4": { "Zend\\Json\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP", "homepage": "https://github.com/zendframework/zend-json", "keywords": [ "json", "zf2" ], "time": "2016-04-01T02:34:00+00:00" }, { "name": "zendframework/zend-loader", "version": "2.5.1", "source": { "type": "git", "url": "https://github.com/zendframework/zend-loader.git", "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/c5fd2f071bde071f4363def7dea8dec7393e135c", "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c", "shasum": "" }, "require": { "php": ">=5.3.23" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.5-dev", "dev-develop": "2.6-dev" } }, "autoload": { "psr-4": { "Zend\\Loader\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-loader", "keywords": [ "loader", "zf2" ], "time": "2015-06-03T14:05:47+00:00" }, { "name": "zendframework/zend-log", "version": "2.9.2", "source": { "type": "git", "url": "https://github.com/zendframework/zend-log.git", "reference": "bf7489578d092d6ff7508117d1d920a4764fbd6a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-log/zipball/bf7489578d092d6ff7508117d1d920a4764fbd6a", "reference": "bf7489578d092d6ff7508117d1d920a4764fbd6a", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "psr/log": "^1.0", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", "zendframework/zend-stdlib": "^2.7 || ^3.0" }, "provide": { "psr/log-implementation": "1.0.0" }, "require-dev": { "mikey179/vfsstream": "^1.6", "phpunit/phpunit": "^5.7.15 || ^6.0.8", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-db": "^2.6", "zendframework/zend-escaper": "^2.5", "zendframework/zend-filter": "^2.5", "zendframework/zend-mail": "^2.6.1", "zendframework/zend-validator": "^2.6" }, "suggest": { "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": { "dev-master": "2.9-dev", "dev-develop": "2.10-dev" }, "zf": { "component": "Zend\\Log", "config-provider": "Zend\\Log\\ConfigProvider" } }, "autoload": { "psr-4": { "Zend\\Log\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "component for general purpose logging", "homepage": "https://github.com/zendframework/zend-log", "keywords": [ "log", "logging", "zf2" ], "time": "2017-05-17T16:03:26+00:00" }, { "name": "zendframework/zend-mail", "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-mail.git", "reference": "248230940ab1453b2a532a8fde76c5a6470d7aad" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-mail/zipball/248230940ab1453b2a532a8fde76c5a6470d7aad", "reference": "248230940ab1453b2a532a8fde76c5a6470d7aad", "shasum": "" }, "require": { "ext-iconv": "*", "php": "^7.0 || ^5.6", "zendframework/zend-loader": "^2.5", "zendframework/zend-mime": "^2.5", "zendframework/zend-stdlib": "^2.7 || ^3.0", "zendframework/zend-validator": "^2.6" }, "require-dev": { "phpunit/phpunit": "^6.0.8 || ^5.7.15", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-config": "^2.6", "zendframework/zend-crypt": "^2.6", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" }, "suggest": { "ext-intl": "Handle IDN in AddressList hostnames", "zendframework/zend-crypt": "Crammd5 support in SMTP Auth", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3 when using SMTP to deliver messages" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev", "dev-develop": "2.9-dev" }, "zf": { "component": "Zend\\Mail", "config-provider": "Zend\\Mail\\ConfigProvider" } }, "autoload": { "psr-4": { "Zend\\Mail\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages", "homepage": "https://github.com/zendframework/zend-mail", "keywords": [ "mail", "zf2" ], "time": "2017-06-08T20:03:58+00:00" }, { "name": "zendframework/zend-math", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-math.git", "reference": "fda3b4e6c3bb15c35adc6db38b2eacabaa243e65" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-math/zipball/fda3b4e6c3bb15c35adc6db38b2eacabaa243e65", "reference": "fda3b4e6c3bb15c35adc6db38b2eacabaa243e65", "shasum": "" }, "require": { "ext-mbstring": "*", "paragonie/random_compat": "^2.0.2", "php": "^5.5 || ^7.0" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0" }, "suggest": { "ext-bcmath": "If using the bcmath functionality", "ext-gmp": "If using the gmp functionality" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev", "dev-develop": "3.1-dev" } }, "autoload": { "psr-4": { "Zend\\Math\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-math", "keywords": [ "math", "zf2" ], "time": "2016-04-28T17:37:42+00:00" }, { "name": "zendframework/zend-mime", "version": "2.6.1", "source": { "type": "git", "url": "https://github.com/zendframework/zend-mime.git", "reference": "9e53a97a3c190d45cc5d584daaaf487d509a9285" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-mime/zipball/9e53a97a3c190d45cc5d584daaaf487d509a9285", "reference": "9e53a97a3c190d45cc5d584daaaf487d509a9285", "shasum": "" }, "require": { "php": "^5.5 || ^7.0", "zendframework/zend-stdlib": "^2.7 || ^3.0" }, "require-dev": { "phpunit/phpunit": "^4.7 || ^5.7", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-mail": "^2.6" }, "suggest": { "zendframework/zend-mail": "Zend\\Mail component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6-dev", "dev-develop": "2.7-dev" } }, "autoload": { "psr-4": { "Zend\\Mime\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-mime", "keywords": [ "mime", "zf2" ], "time": "2017-01-16T16:43:38+00:00" }, { "name": "zendframework/zend-modulemanager", "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-modulemanager.git", "reference": "c2c5b52ad9741e0b9a9c01a0ee72ab63e5b494b9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-modulemanager/zipball/c2c5b52ad9741e0b9a9c01a0ee72ab63e5b494b9", "reference": "c2c5b52ad9741e0b9a9c01a0ee72ab63e5b494b9", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "zendframework/zend-config": "^3.1 || ^2.6", "zendframework/zend-eventmanager": "^3.2 || ^2.6.3", "zendframework/zend-stdlib": "^3.0 || ^2.7" }, "require-dev": { "phpunit/phpunit": "^6.0.8 || ^5.7.15", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-console": "^2.6", "zendframework/zend-di": "^2.6", "zendframework/zend-loader": "^2.5", "zendframework/zend-mvc": "^2.7", "zendframework/zend-servicemanager": "^3.0.3 || ^2.7.5" }, "suggest": { "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": { "dev-master": "2.8-dev", "dev-develop": "2.9-dev" } }, "autoload": { "psr-4": { "Zend\\ModuleManager\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-modulemanager", "keywords": [ "modulemanager", "zf2" ], "time": "2017-07-11T19:39:57+00:00" }, { "name": "zendframework/zend-mvc", "version": "2.7.12", "source": { "type": "git", "url": "https://github.com/zendframework/zend-mvc.git", "reference": "badb5bdbdae0706d1ef8928cbc1088cca0e6a3cb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-mvc/zipball/badb5bdbdae0706d1ef8928cbc1088cca0e6a3cb", "reference": "badb5bdbdae0706d1ef8928cbc1088cca0e6a3cb", "shasum": "" }, "require": { "container-interop/container-interop": "^1.1", "php": "^5.5 || ^7.0", "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", "zendframework/zend-form": "^2.8.2", "zendframework/zend-hydrator": "^1.1 || ^2.1", "zendframework/zend-psr7bridge": "^0.2", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", "zendframework/zend-stdlib": "^2.7.5 || ^3.0" }, "replace": { "zendframework/zend-router": "^2.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "1.7.*", "phpunit/phpunit": "^4.5", "sebastian/version": "^1.0.4", "zendframework/zend-authentication": "^2.5.3", "zendframework/zend-cache": "^2.6.1", "zendframework/zend-console": "^2.6", "zendframework/zend-di": "^2.6", "zendframework/zend-filter": "^2.6.1", "zendframework/zend-http": "^2.5.4", "zendframework/zend-i18n": "^2.6", "zendframework/zend-inputfilter": "^2.6", "zendframework/zend-json": "^2.6.1", "zendframework/zend-log": "^2.7.1", "zendframework/zend-modulemanager": "^2.7.1", "zendframework/zend-serializer": "^2.6.1", "zendframework/zend-session": "^2.6.2", "zendframework/zend-text": "^2.6", "zendframework/zend-uri": "^2.5", "zendframework/zend-validator": "^2.6", "zendframework/zend-view": "^2.6.3" }, "suggest": { "zendframework/zend-authentication": "Zend\\Authentication component for Identity plugin", "zendframework/zend-config": "Zend\\Config component", "zendframework/zend-console": "Zend\\Console component", "zendframework/zend-di": "Zend\\Di component", "zendframework/zend-filter": "Zend\\Filter component", "zendframework/zend-http": "Zend\\Http component", "zendframework/zend-i18n": "Zend\\I18n component for translatable segments", "zendframework/zend-inputfilter": "Zend\\Inputfilter component", "zendframework/zend-json": "Zend\\Json component", "zendframework/zend-log": "Zend\\Log component", "zendframework/zend-modulemanager": "Zend\\ModuleManager component", "zendframework/zend-serializer": "Zend\\Serializer component", "zendframework/zend-servicemanager-di": "^1.0.1, if using zend-servicemanager v3 and requiring the zend-di integration", "zendframework/zend-session": "Zend\\Session component for FlashMessenger, PRG, and FPRG plugins", "zendframework/zend-text": "Zend\\Text component", "zendframework/zend-uri": "Zend\\Uri component", "zendframework/zend-validator": "Zend\\Validator component", "zendframework/zend-view": "Zend\\View component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev", "dev-develop": "3.0-dev" } }, "autoload": { "psr-4": { "Zend\\Mvc\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-mvc", "keywords": [ "mvc", "zf2" ], "time": "2017-04-27T15:44:01+00:00" }, { "name": "zendframework/zend-paginator", "version": "2.7.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-paginator.git", "reference": "42211f3e1e8230953c641e91fec5aa9fe964eb95" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-paginator/zipball/42211f3e1e8230953c641e91fec5aa9fe964eb95", "reference": "42211f3e1e8230953c641e91fec5aa9fe964eb95", "shasum": "" }, "require": { "php": "^5.5 || ^7.0", "zendframework/zend-stdlib": "^2.7 || ^3.0" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "zendframework/zend-cache": "^2.6.1", "zendframework/zend-config": "^2.6.0", "zendframework/zend-db": "^2.7", "zendframework/zend-filter": "^2.6.1", "zendframework/zend-json": "^2.6.1", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", "zendframework/zend-view": "^2.6.3" }, "suggest": { "zendframework/zend-cache": "Zend\\Cache component to support cache features", "zendframework/zend-db": "Zend\\Db component", "zendframework/zend-filter": "Zend\\Filter component", "zendframework/zend-json": "Zend\\Json component", "zendframework/zend-servicemanager": "Zend\\ServiceManager component", "zendframework/zend-view": "Zend\\View component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev", "dev-develop": "2.8-dev" }, "zf": { "component": "Zend\\Paginator", "config-provider": "Zend\\Paginator\\ConfigProvider" } }, "autoload": { "psr-4": { "Zend\\Paginator\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-paginator", "keywords": [ "paginator", "zf2" ], "time": "2016-04-11T21:18:13+00:00" }, { "name": "zendframework/zend-psr7bridge", "version": "0.2.2", "source": { "type": "git", "url": "https://github.com/zendframework/zend-psr7bridge.git", "reference": "86c0b53b0c6381391c4add4a93a56e51d5c74605" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-psr7bridge/zipball/86c0b53b0c6381391c4add4a93a56e51d5c74605", "reference": "86c0b53b0c6381391c4add4a93a56e51d5c74605", "shasum": "" }, "require": { "php": ">=5.5", "psr/http-message": "^1.0", "zendframework/zend-diactoros": "^1.1", "zendframework/zend-http": "^2.5" }, "require-dev": { "phpunit/phpunit": "^4.7", "squizlabs/php_codesniffer": "^2.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev", "dev-develop": "1.1-dev" } }, "autoload": { "psr-4": { "Zend\\Psr7Bridge\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "PSR-7 <-> Zend\\Http bridge", "homepage": "https://github.com/zendframework/zend-psr7bridge", "keywords": [ "http", "psr", "psr-7" ], "time": "2016-05-10T21:44:39+00:00" }, { "name": "zendframework/zend-serializer", "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-serializer.git", "reference": "ff74ea020f5f90866eb28365327e9bc765a61a6e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/ff74ea020f5f90866eb28365327e9bc765a61a6e", "reference": "ff74ea020f5f90866eb28365327e9bc765a61a6e", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "zendframework/zend-json": "^2.5 || ^3.0", "zendframework/zend-stdlib": "^2.7 || ^3.0" }, "require-dev": { "phpunit/phpunit": "^4.5", "squizlabs/php_codesniffer": "^2.3.1", "zendframework/zend-math": "^2.6", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3" }, "suggest": { "zendframework/zend-math": "(^2.6 || ^3.0) To support Python Pickle serialization", "zendframework/zend-servicemanager": "(^2.7.5 || ^3.0.3) To support plugin manager support" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev", "dev-develop": "2.9-dev" }, "zf": { "component": "Zend\\Serializer", "config-provider": "Zend\\Serializer\\ConfigProvider" } }, "autoload": { "psr-4": { "Zend\\Serializer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover", "homepage": "https://github.com/zendframework/zend-serializer", "keywords": [ "serializer", "zf2" ], "time": "2016-06-21T17:01:55+00:00" }, { "name": "zendframework/zend-server", "version": "2.7.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-server.git", "reference": "7cb617ca3e9b24579f544a244ee79ae61f480914" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-server/zipball/7cb617ca3e9b24579f544a244ee79ae61f480914", "reference": "7cb617ca3e9b24579f544a244ee79ae61f480914", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "zendframework/zend-code": "^2.5 || ^3.0", "zendframework/zend-stdlib": "^2.5 || ^3.0" }, "require-dev": { "phpunit/phpunit": "^4.8", "squizlabs/php_codesniffer": "^2.3.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev", "dev-develop": "2.8-dev" } }, "autoload": { "psr-4": { "Zend\\Server\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-server", "keywords": [ "server", "zf2" ], "time": "2016-06-20T22:27:55+00:00" }, { "name": "zendframework/zend-servicemanager", "version": "2.7.5", "source": { "type": "git", "url": "https://github.com/zendframework/zend-servicemanager.git", "reference": "fb5b54db5ead533b38e311f14e9c01a79218bf2b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/fb5b54db5ead533b38e311f14e9c01a79218bf2b", "reference": "fb5b54db5ead533b38e311f14e9c01a79218bf2b", "shasum": "" }, "require": { "container-interop/container-interop": "~1.0", "php": "^5.5 || ^7.0" }, "require-dev": { "athletic/athletic": "dev-master", "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "zendframework/zend-di": "~2.5", "zendframework/zend-mvc": "~2.5" }, "suggest": { "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services", "zendframework/zend-di": "Zend\\Di component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev", "dev-develop": "3.0-dev" } }, "autoload": { "psr-4": { "Zend\\ServiceManager\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-servicemanager", "keywords": [ "servicemanager", "zf2" ], "time": "2016-02-02T14:11:46+00:00" }, { "name": "zendframework/zend-session", "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-session.git", "reference": "b1486c382decc241de8b1c7778eaf2f0a884f67d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-session/zipball/b1486c382decc241de8b1c7778eaf2f0a884f67d", "reference": "b1486c382decc241de8b1c7778eaf2f0a884f67d", "shasum": "" }, "require": { "php": "^7.0 || ^5.6", "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", "zendframework/zend-stdlib": "^2.7 || ^3.0" }, "require-dev": { "container-interop/container-interop": "^1.1", "mongodb/mongodb": "^1.0.1", "phpunit/phpunit": "^6.0.8 || ^5.7.15", "zendframework/zend-cache": "^2.6.1", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-db": "^2.7", "zendframework/zend-http": "^2.5.4", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", "zendframework/zend-validator": "^2.6" }, "suggest": { "mongodb/mongodb": "If you want to use the MongoDB session save handler", "zendframework/zend-cache": "Zend\\Cache component", "zendframework/zend-db": "Zend\\Db component", "zendframework/zend-http": "Zend\\Http component", "zendframework/zend-servicemanager": "Zend\\ServiceManager component", "zendframework/zend-validator": "Zend\\Validator component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev", "dev-develop": "2.9-dev" }, "zf": { "component": "Zend\\Session", "config-provider": "Zend\\Session\\ConfigProvider" } }, "autoload": { "psr-4": { "Zend\\Session\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "manage and preserve session data, a logical complement of cookie data, across multiple page requests by the same client", "homepage": "https://github.com/zendframework/zend-session", "keywords": [ "session", "zf2" ], "time": "2017-06-19T21:31:39+00:00" }, { "name": "zendframework/zend-soap", "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-soap.git", "reference": "2d6012e7231cce550219eccfc80836a028d20bf1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-soap/zipball/2d6012e7231cce550219eccfc80836a028d20bf1", "reference": "2d6012e7231cce550219eccfc80836a028d20bf1", "shasum": "" }, "require": { "php": "^5.5 || ^7.0", "zendframework/zend-server": "^2.6.1", "zendframework/zend-stdlib": "^2.7 || ^3.0", "zendframework/zend-uri": "^2.5.2" }, "require-dev": { "phpunit/phpunit": "^4.8", "squizlabs/php_codesniffer": "^2.3.1", "zendframework/zend-config": "^2.6", "zendframework/zend-http": "^2.5.4" }, "suggest": { "zendframework/zend-http": "Zend\\Http component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6-dev", "dev-develop": "2.7-dev" } }, "autoload": { "psr-4": { "Zend\\Soap\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-soap", "keywords": [ "soap", "zf2" ], "time": "2016-04-21T16:06:27+00:00" }, { "name": "zendframework/zend-stdlib", "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-stdlib.git", "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/debedcfc373a293f9250cc9aa03cf121428c8e78", "reference": "debedcfc373a293f9250cc9aa03cf121428c8e78", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "athletic/athletic": "~0.1", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "^2.6.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-dev", "dev-develop": "3.2-dev" } }, "autoload": { "psr-4": { "Zend\\Stdlib\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-stdlib", "keywords": [ "stdlib", "zf2" ], "time": "2016-09-13T14:38:50+00:00" }, { "name": "zendframework/zend-text", "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-text.git", "reference": "07ad9388e4d4f12620ad37b52a5b0e4ee7845f92" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-text/zipball/07ad9388e4d4f12620ad37b52a5b0e4ee7845f92", "reference": "07ad9388e4d4f12620ad37b52a5b0e4ee7845f92", "shasum": "" }, "require": { "php": "^5.5 || ^7.0", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", "zendframework/zend-stdlib": "^2.7 || ^3.0" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "zendframework/zend-config": "^2.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6-dev", "dev-develop": "2.7-dev" } }, "autoload": { "psr-4": { "Zend\\Text\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://github.com/zendframework/zend-text", "keywords": [ "text", "zf2" ], "time": "2016-02-08T19:03:52+00:00" }, { "name": "zendframework/zend-uri", "version": "2.5.2", "source": { "type": "git", "url": "https://github.com/zendframework/zend-uri.git", "reference": "0bf717a239432b1a1675ae314f7c4acd742749ed" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/0bf717a239432b1a1675ae314f7c4acd742749ed", "reference": "0bf717a239432b1a1675ae314f7c4acd742749ed", "shasum": "" }, "require": { "php": "^5.5 || ^7.0", "zendframework/zend-escaper": "^2.5", "zendframework/zend-validator": "^2.5" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.5-dev", "dev-develop": "2.6-dev" } }, "autoload": { "psr-4": { "Zend\\Uri\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "a component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)", "homepage": "https://github.com/zendframework/zend-uri", "keywords": [ "uri", "zf2" ], "time": "2016-02-17T22:38:51+00:00" }, { "name": "zendframework/zend-validator", "version": "2.10.1", "source": { "type": "git", "url": "https://github.com/zendframework/zend-validator.git", "reference": "010084ddbd33299bf51ea6f0e07f8f4e8bd832a8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/010084ddbd33299bf51ea6f0e07f8f4e8bd832a8", "reference": "010084ddbd33299bf51ea6f0e07f8f4e8bd832a8", "shasum": "" }, "require": { "container-interop/container-interop": "^1.1", "php": "^5.6 || ^7.0", "zendframework/zend-stdlib": "^2.7.6 || ^3.1" }, "require-dev": { "phpunit/phpunit": "^6.0.8 || ^5.7.15", "zendframework/zend-cache": "^2.6.1", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-config": "^2.6", "zendframework/zend-db": "^2.7", "zendframework/zend-filter": "^2.6", "zendframework/zend-http": "^2.5.4", "zendframework/zend-i18n": "^2.6", "zendframework/zend-math": "^2.6", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", "zendframework/zend-session": "^2.8", "zendframework/zend-uri": "^2.5" }, "suggest": { "zendframework/zend-db": "Zend\\Db component, required by the (No)RecordExists validator", "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator", "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages", "zendframework/zend-i18n-resources": "Translations of validator messages", "zendframework/zend-math": "Zend\\Math component, required by the Csrf validator", "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains", "zendframework/zend-session": "Zend\\Session component, ^2.8; required by the Csrf validator", "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.10-dev", "dev-develop": "2.11-dev" }, "zf": { "component": "Zend\\Validator", "config-provider": "Zend\\Validator\\ConfigProvider" } }, "autoload": { "psr-4": { "Zend\\Validator\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides a set of commonly needed validators", "homepage": "https://github.com/zendframework/zend-validator", "keywords": [ "validator", "zf2" ], "time": "2017-08-22T14:19:23+00:00" }, { "name": "zendframework/zend-view", "version": "2.9.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-view.git", "reference": "3b6342c381c4437a03fc81d0064c0bb8924914d3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/zend-view/zipball/3b6342c381c4437a03fc81d0064c0bb8924914d3", "reference": "3b6342c381c4437a03fc81d0064c0bb8924914d3", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "zendframework/zend-eventmanager": "^2.6.2 || ^3.0", "zendframework/zend-loader": "^2.5", "zendframework/zend-stdlib": "^2.7 || ^3.0" }, "require-dev": { "phpunit/phpunit": "^5.7.15 || ^6.0.8", "zendframework/zend-authentication": "^2.5", "zendframework/zend-cache": "^2.6.1", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-config": "^2.6", "zendframework/zend-console": "^2.6", "zendframework/zend-escaper": "^2.5", "zendframework/zend-feed": "^2.7", "zendframework/zend-filter": "^2.6.1", "zendframework/zend-http": "^2.5.4", "zendframework/zend-i18n": "^2.6", "zendframework/zend-json": "^2.6.1", "zendframework/zend-log": "^2.7", "zendframework/zend-modulemanager": "^2.7.1", "zendframework/zend-mvc": "^2.7 || ^3.0", "zendframework/zend-navigation": "^2.5", "zendframework/zend-paginator": "^2.5", "zendframework/zend-permissions-acl": "^2.6", "zendframework/zend-router": "^3.0.1", "zendframework/zend-serializer": "^2.6.1", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", "zendframework/zend-session": "^2.6.2", "zendframework/zend-uri": "^2.5" }, "suggest": { "zendframework/zend-authentication": "Zend\\Authentication component", "zendframework/zend-escaper": "Zend\\Escaper component", "zendframework/zend-feed": "Zend\\Feed component", "zendframework/zend-filter": "Zend\\Filter component", "zendframework/zend-http": "Zend\\Http component", "zendframework/zend-i18n": "Zend\\I18n component", "zendframework/zend-json": "Zend\\Json component", "zendframework/zend-mvc": "Zend\\Mvc component", "zendframework/zend-navigation": "Zend\\Navigation component", "zendframework/zend-paginator": "Zend\\Paginator component", "zendframework/zend-permissions-acl": "Zend\\Permissions\\Acl component", "zendframework/zend-servicemanager": "Zend\\ServiceManager component", "zendframework/zend-uri": "Zend\\Uri component" }, "bin": [ "bin/templatemap_generator.php" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.9-dev", "dev-develop": "3.0-dev" } }, "autoload": { "psr-4": { "Zend\\View\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides a system of helpers, output filters, and variable escaping", "homepage": "https://github.com/zendframework/zend-view", "keywords": [ "view", "zf2" ], "time": "2017-03-21T15:05:56+00:00" }, { "name": "zendframework/zendrest", "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/zendframework/ZendRest.git", "reference": "7427d242b4546e5aef1206d2c97e402109d8843e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/ZendRest/zipball/7427d242b4546e5aef1206d2c97e402109d8843e", "reference": "7427d242b4546e5aef1206d2c97e402109d8843e", "shasum": "445d681551a5c9f2be25b241e615e754278d79ba" }, "require": { "php": ">=5.3.3", "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" ], "time": "2014-03-05T22:32:09+00:00" }, { "name": "zendframework/zendservice-amazon", "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/zendframework/ZendService_Amazon.git", "reference": "95347a55fec8adaace67707fdd66de1ea005b346" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/ZendService_Amazon/zipball/95347a55fec8adaace67707fdd66de1ea005b346", "reference": "95347a55fec8adaace67707fdd66de1ea005b346", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "zendframework/zend-crypt": "^2.6 || ^3.2", "zendframework/zend-http": "^2.6", "zendframework/zend-json": "^2.6 || ^3.0", "zendframework/zendrest": "~2.0", "zendframework/zendxml": "^1.0" }, "require-dev": { "malukenho/docheader": "^0.1.5", "phpunit/phpunit": "^6.0.8 || ^5.7.15", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-i18n": "~2.0" }, "suggest": { "zendframework/zend-uri": "Zend\\Uri component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2.x-dev", "dev-develop": "2.3.x-dev" } }, "autoload": { "psr-4": { "ZendService\\Amazon\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "OOP wrapper for the Amazon web service", "homepage": "http://packages.zendframework.com/", "keywords": [ "amazon", "ec2", "s3", "simpledb", "sqs", "zf2" ], "time": "2017-06-22T01:59:37+00:00" }, { "name": "zendframework/zendservice-recaptcha", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/zendframework/ZendService_ReCaptcha.git", "reference": "6c6877c07c8ac73b187911ea5d264a640b234361" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/ZendService_ReCaptcha/zipball/6c6877c07c8ac73b187911ea5d264a640b234361", "reference": "6c6877c07c8ac73b187911ea5d264a640b234361", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "zendframework/zend-http": "^2.5.4", "zendframework/zend-json": "^2.6.1 || ^3.0" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.0", "zendframework/zend-coding-standard": "~1.0.0", "zendframework/zend-config": "^2.0", "zendframework/zend-validator": "^2.8.2" }, "suggest": { "zendframework/zend-validator": "~2.0, if using ReCaptcha's Mailhide API" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev", "dev-develop": "3.1-dev" } }, "autoload": { "psr-4": { "ZendService\\ReCaptcha\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "OOP wrapper for the ReCaptcha web service", "homepage": "http://packages.zendframework.com/", "keywords": [ "recaptcha", "zf2" ], "time": "2017-02-09T21:38:25+00:00" }, { "name": "zendframework/zendxml", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/zendframework/ZendXml.git", "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/7b64507bc35d841c9c5802d67f6f87ef8e1a58c9", "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9", "shasum": "289f190ab278d7f30e2bad8c73e9a79fac40e5fb" }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^3.7 || ^4.0", "squizlabs/php_codesniffer": "^1.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "ZendXml\\": "library/" } }, "autoload-dev": { "psr-4": { "ZendTest\\Xml\\": "tests/ZendXmlTest/" } }, "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" ], "time": "2016-02-04T21:02:08+00:00" }, { "name": "zf-commons/zfc-rbac", "version": "v2.6.3", "source": { "type": "git", "url": "https://github.com/ZF-Commons/zfc-rbac.git", "reference": "dd1857a88474e2a77996b1fb858f927510762819" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ZF-Commons/zfc-rbac/zipball/dd1857a88474e2a77996b1fb858f927510762819", "reference": "dd1857a88474e2a77996b1fb858f927510762819", "shasum": "" }, "require": { "php": "~5.6 || ~7.0", "zendframework/zend-config": "~2.2 || ^3.1", "zendframework/zend-eventmanager": "^2.6.3 || ^3.0", "zendframework/zend-mvc": "~2.7 || ^3.0", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", "zfr/rbac": "~1.2" }, "require-dev": { "doctrine/common": "~2.4", "doctrine/doctrine-module": "~1.1", "doctrine/doctrine-orm-module": "^1.0", "phpunit/phpunit": "~4.8.26", "satooshi/php-coveralls": "~0.6", "squizlabs/php_codesniffer": "2.6.*", "zendframework/zend-authentication": "~2.2", "zendframework/zend-developer-tools": "~1.1", "zendframework/zend-http": "~2.2", "zendframework/zend-i18n": "~2.7.3", "zendframework/zend-log": "~2.2", "zendframework/zend-serializer": "~2.2", "zendframework/zend-view": "~2.2" }, "suggest": { "doctrine/doctrine-module": "if you want to use Doctrine role provider", "zendframework/zend-developer-tools": "if you want to show information about the roles" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.4-dev", "dev-develop": "3.0-dev" } }, "autoload": { "psr-0": { "ZfcRbac\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kyle Spraggs", "email": "theman@spiffyjr.me", "homepage": "http://www.spiffyjr.me/" }, { "name": "Jean-Marie Leroux", "email": "jmleroux.pro@gmail.com" }, { "name": "Michaël Gallego", "email": "mic.gallego@gmail.com", "homepage": "http://www.michaelgallego.fr" } ], "description": "Zend Framework 2 Module that provides a layer of features of Zend\\Permissions\\Rbac", "homepage": "http://www.github.com/ZF-Commons/zfc-rbac", "keywords": [ "module", "permissions", "rbac", "zf2" ], "time": "2017-05-07T08:45:27+00:00" }, { "name": "zfr/rbac", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/zf-fr/rbac.git", "reference": "493711bfc2a637fd7c6f23b71b7b55a621c35d9d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/zf-fr/rbac/zipball/493711bfc2a637fd7c6f23b71b7b55a621c35d9d", "reference": "493711bfc2a637fd7c6f23b71b7b55a621c35d9d", "shasum": "" }, "require": { "php": ">=5.4" }, "require-dev": { "phpunit/phpunit": "~3.7", "satooshi/php-coveralls": "~0.6", "squizlabs/php_codesniffer": "1.4.*", "zendframework/zend-servicemanager": "~2.2" }, "type": "library", "autoload": { "psr-0": { "Rbac\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michaël Gallego", "email": "mic.gallego@gmail.com", "homepage": "http://michaelgallego.fr" } ], "description": "Zend Framework 3 prototype for Zend\\Permissions\\Rbac.", "homepage": "https://github.com/zf-fr/rbac", "keywords": [ "rbac", "security", "zf2", "zf3" ], "time": "2014-02-06T14:18:34+00:00" } ], "packages-dev": [ { "name": "behat/mink", "version": "v1.7.1", "source": { "type": "git", "url": "https://github.com/minkphp/Mink.git", "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/minkphp/Mink/zipball/e6930b9c74693dff7f4e58577e1b1743399f3ff9", "reference": "e6930b9c74693dff7f4e58577e1b1743399f3ff9", "shasum": "" }, "require": { "php": ">=5.3.1", "symfony/css-selector": "~2.1|~3.0" }, "require-dev": { "symfony/phpunit-bridge": "~2.7|~3.0" }, "suggest": { "behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)", "behat/mink-goutte-driver": "fast headless driver for any app without JS emulation", "behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)", "behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.7.x-dev" } }, "autoload": { "psr-4": { "Behat\\Mink\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" } ], "description": "Browser controller/emulator abstraction for PHP", "homepage": "http://mink.behat.org/", "keywords": [ "browser", "testing", "web" ], "time": "2016-03-05T08:26:18+00:00" }, { "name": "behat/mink-selenium2-driver", "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/minkphp/MinkSelenium2Driver.git", "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/minkphp/MinkSelenium2Driver/zipball/473a9f3ebe0c134ee1e623ce8a9c852832020288", "reference": "473a9f3ebe0c134ee1e623ce8a9c852832020288", "shasum": "" }, "require": { "behat/mink": "~1.7@dev", "instaclick/php-webdriver": "~1.1", "php": ">=5.3.1" }, "require-dev": { "symfony/phpunit-bridge": "~2.7" }, "type": "mink-driver", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "psr-4": { "Behat\\Mink\\Driver\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" }, { "name": "Pete Otaqui", "email": "pete@otaqui.com", "homepage": "https://github.com/pete-otaqui" } ], "description": "Selenium2 (WebDriver) driver for Mink framework", "homepage": "http://mink.behat.org/", "keywords": [ "ajax", "browser", "javascript", "selenium", "testing", "webdriver" ], "time": "2016-03-05T09:10:18+00:00" }, { "name": "composer/semver", "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/composer/semver.git", "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573", "reference": "c7cb9a2095a074d131b65a8a0cd294479d785573", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.5 || ^5.0.5", "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\Semver\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" }, { "name": "Rob Bast", "email": "rob.bast@gmail.com", "homepage": "http://robbast.nl" } ], "description": "Semver library that offers utilities, version constraint parsing and validation.", "keywords": [ "semantic", "semver", "validation", "versioning" ], "time": "2016-08-30T16:08:34+00:00" }, { "name": "doctrine/annotations", "version": "v1.4.0", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", "reference": "54cacc9b81758b14e3ce750f205a393d52339e97" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/annotations/zipball/54cacc9b81758b14e3ce750f205a393d52339e97", "reference": "54cacc9b81758b14e3ce750f205a393d52339e97", "shasum": "" }, "require": { "doctrine/lexer": "1.*", "php": "^5.6 || ^7.0" }, "require-dev": { "doctrine/cache": "1.*", "phpunit/phpunit": "^5.7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Docblock Annotations Parser", "homepage": "http://www.doctrine-project.org", "keywords": [ "annotations", "docblock", "parser" ], "time": "2017-02-24T16:22:25+00:00" }, { "name": "doctrine/instantiator", "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d", "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", "shasum": "" }, "require": { "php": ">=5.3,<8.0-DEV" }, "require-dev": { "athletic/athletic": "~0.1.8", "ext-pdo": "*", "ext-phar": "*", "phpunit/phpunit": "~4.0", "squizlabs/php_codesniffer": "~2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", "homepage": "http://ocramius.github.com/" } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", "homepage": "https://github.com/doctrine/instantiator", "keywords": [ "constructor", "instantiate" ], "time": "2015-06-14T21:17:01+00:00" }, { "name": "doctrine/lexer", "version": "v1.0.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c", "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Doctrine\\Common\\Lexer\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.", "homepage": "http://www.doctrine-project.org", "keywords": [ "lexer", "parser" ], "time": "2014-09-09T13:34:57+00:00" }, { "name": "friendsofphp/php-cs-fixer", "version": "v2.7.1", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", "reference": "ab2e189d94698178988f9732bc75bb4ce8d16f77" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/ab2e189d94698178988f9732bc75bb4ce8d16f77", "reference": "ab2e189d94698178988f9732bc75bb4ce8d16f77", "shasum": "" }, "require": { "composer/semver": "^1.4", "doctrine/annotations": "^1.2", "ext-json": "*", "ext-tokenizer": "*", "gecko-packages/gecko-php-unit": "^2.0", "php": "^5.6 || >=7.0 <7.3", "php-cs-fixer/diff": "^1.0", "symfony/console": "^3.2", "symfony/event-dispatcher": "^3.0", "symfony/filesystem": "^3.0", "symfony/finder": "^3.0", "symfony/options-resolver": "^3.0", "symfony/polyfill-php70": "^1.0", "symfony/polyfill-php72": "^1.4", "symfony/process": "^3.0", "symfony/stopwatch": "^3.0" }, "conflict": { "hhvm": "*" }, "require-dev": { "johnkary/phpunit-speedtrap": "^1.1", "justinrainbow/json-schema": "^5.0", "php-cs-fixer/accessible-object": "^1.0", "phpunit/phpunit": "^4.8.35 || ^5.4.3", "satooshi/php-coveralls": "^1.0", "symfony/phpunit-bridge": "^3.2.2" }, "suggest": { "ext-mbstring": "For handling non-UTF8 characters in cache signature.", "symfony/polyfill-mbstring": "When enabling `ext-mbstring` is not possible." }, "bin": [ "php-cs-fixer" ], "type": "application", "autoload": { "psr-4": { "PhpCsFixer\\": "src/" }, "classmap": [ "tests/Test/Assert/AssertTokensTrait.php", "tests/Test/AbstractFixerTestCase.php", "tests/Test/AbstractIntegrationTestCase.php", "tests/Test/IntegrationCase.php", "tests/Test/IntegrationCaseFactory.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dariusz Rumiński", "email": "dariusz.ruminski@gmail.com" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "A tool to automatically fix PHP code style", "time": "2017-10-02T12:16:05+00:00" }, { "name": "gecko-packages/gecko-php-unit", "version": "v2.2", "source": { "type": "git", "url": "https://github.com/GeckoPackages/GeckoPHPUnit.git", "reference": "ab525fac9a9ffea219687f261b02008b18ebf2d1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/GeckoPackages/GeckoPHPUnit/zipball/ab525fac9a9ffea219687f261b02008b18ebf2d1", "reference": "ab525fac9a9ffea219687f261b02008b18ebf2d1", "shasum": "" }, "require": { "php": "^5.3.6 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.4.3" }, "suggest": { "ext-dom": "When testing with xml.", "ext-libxml": "When testing with xml.", "phpunit/phpunit": "This is an extension for it so make sure you have it some way." }, "type": "library", "autoload": { "psr-4": { "GeckoPackages\\PHPUnit\\": "src/PHPUnit" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Additional PHPUnit asserts and constraints.", "homepage": "https://github.com/GeckoPackages", "keywords": [ "extension", "filesystem", "phpunit" ], "time": "2017-08-23T07:39:54+00:00" }, { "name": "instaclick/php-webdriver", "version": "1.4.5", "source": { "type": "git", "url": "https://github.com/instaclick/php-webdriver.git", "reference": "6fa959452e774dcaed543faad3a9d1a37d803327" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/6fa959452e774dcaed543faad3a9d1a37d803327", "reference": "6fa959452e774dcaed543faad3a9d1a37d803327", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "^4.8", "satooshi/php-coveralls": "^1.0||^2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } }, "autoload": { "psr-0": { "WebDriver": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Justin Bishop", "email": "jubishop@gmail.com", "role": "Developer" }, { "name": "Anthon Pang", "email": "apang@softwaredevelopment.ca", "role": "Fork Maintainer" } ], "description": "PHP WebDriver for Selenium 2", "homepage": "http://instaclick.com/", "keywords": [ "browser", "selenium", "webdriver", "webtest" ], "time": "2017-06-30T04:02:48+00:00" }, { "name": "myclabs/deep-copy", "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "doctrine/collections": "^1.0", "doctrine/common": "^2.6", "phpunit/phpunit": "^4.1" }, "type": "library", "autoload": { "psr-4": { "DeepCopy\\": "src/DeepCopy/" }, "files": [ "src/DeepCopy/deep_copy.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Create deep copies (clones) of your objects", "keywords": [ "clone", "copy", "duplicate", "object", "object graph" ], "time": "2017-10-19T19:58:43+00:00" }, { "name": "pdepend/pdepend", "version": "2.5.0", "source": { "type": "git", "url": "https://github.com/pdepend/pdepend.git", "reference": "0c50874333149c0dad5a2877801aed148f2767ff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pdepend/pdepend/zipball/0c50874333149c0dad5a2877801aed148f2767ff", "reference": "0c50874333149c0dad5a2877801aed148f2767ff", "shasum": "" }, "require": { "php": ">=5.3.7", "symfony/config": "^2.3.0|^3", "symfony/dependency-injection": "^2.3.0|^3", "symfony/filesystem": "^2.3.0|^3" }, "require-dev": { "phpunit/phpunit": "^4.4.0,<4.8", "squizlabs/php_codesniffer": "^2.0.0" }, "bin": [ "src/bin/pdepend" ], "type": "library", "autoload": { "psr-4": { "PDepend\\": "src/main/php/PDepend" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Official version of pdepend to be handled with Composer", "time": "2017-01-19T14:23:36+00:00" }, { "name": "php-cs-fixer/diff", "version": "v1.2.0", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/diff.git", "reference": "f0ef6133d674137e902fdf8a6f2e8e97e14a087b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/f0ef6133d674137e902fdf8a6f2e8e97e14a087b", "reference": "f0ef6133d674137e902fdf8a6f2e8e97e14a087b", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.4.3", "symfony/process": "^3.3" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "authors": [ { "name": "Kore Nordmann", "email": "mail@kore-nordmann.de" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "SpacePossum" } ], "description": "sebastian/diff v2 backport support for PHP5.6", "homepage": "https://github.com/PHP-CS-Fixer", "keywords": [ "diff" ], "time": "2017-10-19T09:58:18+00:00" }, { "name": "phpdocumentor/reflection-common", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git", "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", "shasum": "" }, "require": { "php": ">=5.5" }, "require-dev": { "phpunit/phpunit": "^4.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": [ "src" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jaap van Otterdijk", "email": "opensource@ijaap.nl" } ], "description": "Common reflection classes used by phpdocumentor to reflect the code structure", "homepage": "http://www.phpdoc.org", "keywords": [ "FQSEN", "phpDocumentor", "phpdoc", "reflection", "static analysis" ], "time": "2017-09-11T18:02:19+00:00" }, { "name": "phpdocumentor/reflection-docblock", "version": "3.2.2", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/4aada1f93c72c35e22fb1383b47fee43b8f1d157", "reference": "4aada1f93c72c35e22fb1383b47fee43b8f1d157", "shasum": "" }, "require": { "php": ">=5.5", "phpdocumentor/reflection-common": "^1.0@dev", "phpdocumentor/type-resolver": "^0.3.0", "webmozart/assert": "^1.0" }, "require-dev": { "mockery/mockery": "^0.9.4", "phpunit/phpunit": "^4.4" }, "type": "library", "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": [ "src/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "me@mikevanriel.com" } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "time": "2017-08-08T06:39:58+00:00" }, { "name": "phpdocumentor/type-resolver", "version": "0.3.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fb3933512008d8162b3cdf9e18dba9309b7c3773", "reference": "fb3933512008d8162b3cdf9e18dba9309b7c3773", "shasum": "" }, "require": { "php": "^5.5 || ^7.0", "phpdocumentor/reflection-common": "^1.0" }, "require-dev": { "mockery/mockery": "^0.9.4", "phpunit/phpunit": "^5.2||^4.8.24" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": [ "src/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "me@mikevanriel.com" } ], "time": "2017-06-03T08:32:36+00:00" }, { "name": "phploc/phploc", "version": "4.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phploc.git", "reference": "7335bb2173c687759631fe4901db6897245f6e2b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phploc/zipball/7335bb2173c687759631fe4901db6897245f6e2b", "reference": "7335bb2173c687759631fe4901db6897245f6e2b", "shasum": "" }, "require": { "php": "^5.6 || ^7.0", "sebastian/finder-facade": "^1.1", "sebastian/version": "^2.0", "symfony/console": "^2.7|^3.0" }, "bin": [ "phploc" ], "type": "library", "extra": { "branch-alias": { "dev-master": "4.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "A tool for quickly measuring the size of a PHP project.", "homepage": "https://github.com/sebastianbergmann/phploc", "time": "2017-06-06T13:07:11+00:00" }, { "name": "phpmd/phpmd", "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/phpmd/phpmd.git", "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpmd/phpmd/zipball/4e9924b2c157a3eb64395460fcf56b31badc8374", "reference": "4e9924b2c157a3eb64395460fcf56b31badc8374", "shasum": "" }, "require": { "ext-xml": "*", "pdepend/pdepend": "^2.5", "php": ">=5.3.9" }, "require-dev": { "phpunit/phpunit": "^4.0", "squizlabs/php_codesniffer": "^2.0" }, "bin": [ "src/bin/phpmd" ], "type": "project", "autoload": { "psr-0": { "PHPMD\\": "src/main/php" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Manuel Pichler", "email": "github@manuel-pichler.de", "homepage": "https://github.com/manuelpichler", "role": "Project Founder" }, { "name": "Other contributors", "homepage": "https://github.com/phpmd/phpmd/graphs/contributors", "role": "Contributors" }, { "name": "Marc Würth", "email": "ravage@bluewin.ch", "homepage": "https://github.com/ravage84", "role": "Project Maintainer" } ], "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.", "homepage": "http://phpmd.org/", "keywords": [ "mess detection", "mess detector", "pdepend", "phpmd", "pmd" ], "time": "2017-01-20T14:41:10+00:00" }, { "name": "phpspec/prophecy", "version": "v1.7.2", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6", "reference": "c9b8c6088acd19d769d4cc0ffa60a9fe34344bd6", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.2", "php": "^5.3|^7.0", "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0", "sebastian/comparator": "^1.1|^2.0", "sebastian/recursion-context": "^1.0|^2.0|^3.0" }, "require-dev": { "phpspec/phpspec": "^2.5|^3.2", "phpunit/phpunit": "^4.8 || ^5.6.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.7.x-dev" } }, "autoload": { "psr-0": { "Prophecy\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Konstantin Kudryashov", "email": "ever.zet@gmail.com", "homepage": "http://everzet.com" }, { "name": "Marcello Duarte", "email": "marcello.duarte@gmail.com" } ], "description": "Highly opinionated mocking framework for PHP 5.3+", "homepage": "https://github.com/phpspec/prophecy", "keywords": [ "Double", "Dummy", "fake", "mock", "spy", "stub" ], "time": "2017-09-04T11:05:03+00:00" }, { "name": "phpunit/php-code-coverage", "version": "4.0.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d", "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d", "shasum": "" }, "require": { "ext-dom": "*", "ext-xmlwriter": "*", "php": "^5.6 || ^7.0", "phpunit/php-file-iterator": "^1.3", "phpunit/php-text-template": "^1.2", "phpunit/php-token-stream": "^1.4.2 || ^2.0", "sebastian/code-unit-reverse-lookup": "^1.0", "sebastian/environment": "^1.3.2 || ^2.0", "sebastian/version": "^1.0 || ^2.0" }, "require-dev": { "ext-xdebug": "^2.1.4", "phpunit/phpunit": "^5.7" }, "suggest": { "ext-xdebug": "^2.5.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.", "homepage": "https://github.com/sebastianbergmann/php-code-coverage", "keywords": [ "coverage", "testing", "xunit" ], "time": "2017-04-02T07:44:40+00:00" }, { "name": "phpunit/php-file-iterator", "version": "1.4.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/3cc8f69b3028d0f96a9078e6295d86e9bf019be5", "reference": "3cc8f69b3028d0f96a9078e6295d86e9bf019be5", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "FilterIterator implementation that filters files based on a list of suffixes.", "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", "keywords": [ "filesystem", "iterator" ], "time": "2016-10-03T07:40:28+00:00" }, { "name": "phpunit/php-text-template", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Simple template engine.", "homepage": "https://github.com/sebastianbergmann/php-text-template/", "keywords": [ "template" ], "time": "2015-06-21T13:50:34+00:00" }, { "name": "phpunit/php-timer", "version": "1.0.9", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Utility class for timing", "homepage": "https://github.com/sebastianbergmann/php-timer/", "keywords": [ "timer" ], "time": "2017-02-26T11:10:40+00:00" }, { "name": "phpunit/php-token-stream", "version": "1.4.11", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e03f8f67534427a787e21a385a67ec3ca6978ea7", "reference": "e03f8f67534427a787e21a385a67ec3ca6978ea7", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Wrapper around PHP's tokenizer extension.", "homepage": "https://github.com/sebastianbergmann/php-token-stream/", "keywords": [ "tokenizer" ], "time": "2017-02-27T10:12:30+00:00" }, { "name": "phpunit/phpunit", "version": "5.7.23", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", "reference": "78532d5269d984660080d8e0f4c99c5c2ea65ffe" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/78532d5269d984660080d8e0f4c99c5c2ea65ffe", "reference": "78532d5269d984660080d8e0f4c99c5c2ea65ffe", "shasum": "" }, "require": { "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-xml": "*", "myclabs/deep-copy": "~1.3", "php": "^5.6 || ^7.0", "phpspec/prophecy": "^1.6.2", "phpunit/php-code-coverage": "^4.0.4", "phpunit/php-file-iterator": "~1.4", "phpunit/php-text-template": "~1.2", "phpunit/php-timer": "^1.0.6", "phpunit/phpunit-mock-objects": "^3.2", "sebastian/comparator": "^1.2.4", "sebastian/diff": "^1.4.3", "sebastian/environment": "^1.3.4 || ^2.0", "sebastian/exporter": "~2.0", "sebastian/global-state": "^1.1", "sebastian/object-enumerator": "~2.0", "sebastian/resource-operations": "~1.0", "sebastian/version": "~1.0.3|~2.0", "symfony/yaml": "~2.1|~3.0" }, "conflict": { "phpdocumentor/reflection-docblock": "3.0.2" }, "require-dev": { "ext-pdo": "*" }, "suggest": { "ext-xdebug": "*", "phpunit/php-invoker": "~1.1" }, "bin": [ "phpunit" ], "type": "library", "extra": { "branch-alias": { "dev-master": "5.7.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "The PHP Unit Testing framework.", "homepage": "https://phpunit.de/", "keywords": [ "phpunit", "testing", "xunit" ], "time": "2017-10-15T06:13:55+00:00" }, { "name": "phpunit/phpunit-mock-objects", "version": "3.4.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", "reference": "a23b761686d50a560cc56233b9ecf49597cc9118" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118", "reference": "a23b761686d50a560cc56233b9ecf49597cc9118", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.2", "php": "^5.6 || ^7.0", "phpunit/php-text-template": "^1.2", "sebastian/exporter": "^1.2 || ^2.0" }, "conflict": { "phpunit/phpunit": "<5.4.0" }, "require-dev": { "phpunit/phpunit": "^5.4" }, "suggest": { "ext-soap": "*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Mock Object library for PHPUnit", "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", "keywords": [ "mock", "xunit" ], "time": "2017-06-30T09:13:00+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Looks up which function or method a line of code belongs to", "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", "time": "2017-03-04T06:30:41+00:00" }, { "name": "sebastian/comparator", "version": "1.2.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", "shasum": "" }, "require": { "php": ">=5.3.3", "sebastian/diff": "~1.2", "sebastian/exporter": "~1.2 || ~2.0" }, "require-dev": { "phpunit/phpunit": "~4.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Volker Dusch", "email": "github@wallbash.com" }, { "name": "Bernhard Schussek", "email": "bschussek@2bepublished.at" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides the functionality to compare PHP values for equality", "homepage": "http://www.github.com/sebastianbergmann/comparator", "keywords": [ "comparator", "compare", "equality" ], "time": "2017-01-29T09:50:25+00:00" }, { "name": "sebastian/diff", "version": "1.4.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4", "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kore Nordmann", "email": "mail@kore-nordmann.de" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Diff implementation", "homepage": "https://github.com/sebastianbergmann/diff", "keywords": [ "diff" ], "time": "2017-05-22T07:24:03+00:00" }, { "name": "sebastian/environment", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac", "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides functionality to handle HHVM/PHP environments", "homepage": "http://www.github.com/sebastianbergmann/environment", "keywords": [ "Xdebug", "environment", "hhvm" ], "time": "2016-11-26T07:53:53+00:00" }, { "name": "sebastian/exporter", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4", "shasum": "" }, "require": { "php": ">=5.3.3", "sebastian/recursion-context": "~2.0" }, "require-dev": { "ext-mbstring": "*", "phpunit/phpunit": "~4.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Volker Dusch", "email": "github@wallbash.com" }, { "name": "Bernhard Schussek", "email": "bschussek@2bepublished.at" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Adam Harvey", "email": "aharvey@php.net" } ], "description": "Provides the functionality to export PHP variables for visualization", "homepage": "http://www.github.com/sebastianbergmann/exporter", "keywords": [ "export", "exporter" ], "time": "2016-11-19T08:54:04+00:00" }, { "name": "sebastian/finder-facade", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/finder-facade.git", "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/finder-facade/zipball/2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9", "reference": "2a6f7f57efc0aa2d23297d9fd9e2a03111a8c0b9", "shasum": "" }, "require": { "symfony/finder": "~2.3|~3.0", "theseer/fdomdocument": "~1.3" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "FinderFacade is a convenience wrapper for Symfony's Finder component.", "homepage": "https://github.com/sebastianbergmann/finder-facade", "time": "2016-02-17T07:02:23+00:00" }, { "name": "sebastian/global-state", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.2" }, "suggest": { "ext-uopz": "*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Snapshotting of global state", "homepage": "http://www.github.com/sebastianbergmann/global-state", "keywords": [ "global state" ], "time": "2015-10-12T03:26:01+00:00" }, { "name": "sebastian/object-enumerator", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7", "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7", "shasum": "" }, "require": { "php": ">=5.6", "sebastian/recursion-context": "~2.0" }, "require-dev": { "phpunit/phpunit": "~5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Traverses array structures and object graphs to enumerate all referenced objects", "homepage": "https://github.com/sebastianbergmann/object-enumerator/", "time": "2017-02-18T15:18:39+00:00" }, { "name": "sebastian/phpcpd", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpcpd.git", "reference": "d7006078b75a34c9250831c3453a2e256a687615" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/d7006078b75a34c9250831c3453a2e256a687615", "reference": "d7006078b75a34c9250831c3453a2e256a687615", "shasum": "" }, "require": { "php": "^5.6|^7.0", "phpunit/php-timer": "^1.0.6", "sebastian/finder-facade": "^1.1", "sebastian/version": "^2.0", "symfony/console": "^3.0" }, "bin": [ "phpcpd" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Copy/Paste Detector (CPD) for PHP code.", "homepage": "https://github.com/sebastianbergmann/phpcpd", "time": "2017-02-05T07:48:01+00:00" }, { "name": "sebastian/recursion-context", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a", "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Adam Harvey", "email": "aharvey@php.net" } ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", "time": "2016-11-19T07:33:16+00:00" }, { "name": "sebastian/resource-operations", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/resource-operations.git", "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52", "shasum": "" }, "require": { "php": ">=5.6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides a list of PHP built-in functions that operate on resources", "homepage": "https://www.github.com/sebastianbergmann/resource-operations", "time": "2015-07-28T20:34:47+00:00" }, { "name": "sebastian/version", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", "shasum": "" }, "require": { "php": ">=5.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", "time": "2016-10-03T07:35:21+00:00" }, { "name": "squizlabs/php_codesniffer", "version": "3.1.1", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "reference": "d667e245d5dcd4d7bf80f26f2c947d476b66213e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/d667e245d5dcd4d7bf80f26f2c947d476b66213e", "reference": "d667e245d5dcd4d7bf80f26f2c947d476b66213e", "shasum": "" }, "require": { "ext-simplexml": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0" }, "bin": [ "bin/phpcs", "bin/phpcbf" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Greg Sherwood", "role": "lead" } ], "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", "homepage": "http://www.squizlabs.com/php-codesniffer", "keywords": [ "phpcs", "standards" ], "time": "2017-10-16T22:40:25+00:00" }, { "name": "symfony/config", "version": "v3.3.10", "source": { "type": "git", "url": "https://github.com/symfony/config.git", "reference": "4ab62407bff9cd97c410a7feaef04c375aaa5cfd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/config/zipball/4ab62407bff9cd97c410a7feaef04c375aaa5cfd", "reference": "4ab62407bff9cd97c410a7feaef04c375aaa5cfd", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/filesystem": "~2.8|~3.0" }, "conflict": { "symfony/dependency-injection": "<3.3", "symfony/finder": "<3.3" }, "require-dev": { "symfony/dependency-injection": "~3.3", "symfony/finder": "~3.3", "symfony/yaml": "~3.0" }, "suggest": { "symfony/yaml": "To use the yaml reference dumper" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Config\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Config Component", "homepage": "https://symfony.com", "time": "2017-10-04T18:56:58+00:00" }, { "name": "symfony/console", "version": "v3.3.10", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "116bc56e45a8e5572e51eb43ab58c769a352366c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/116bc56e45a8e5572e51eb43ab58c769a352366c", "reference": "116bc56e45a8e5572e51eb43ab58c769a352366c", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/debug": "~2.8|~3.0", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/dependency-injection": "<3.3" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~3.3", "symfony/dependency-injection": "~3.3", "symfony/event-dispatcher": "~2.8|~3.0", "symfony/filesystem": "~2.8|~3.0", "symfony/process": "~2.8|~3.0" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "", "symfony/filesystem": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Console Component", "homepage": "https://symfony.com", "time": "2017-10-02T06:42:24+00:00" }, { "name": "symfony/css-selector", "version": "v3.3.10", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", "reference": "07447650225ca9223bd5c97180fe7c8267f7d332" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/css-selector/zipball/07447650225ca9223bd5c97180fe7c8267f7d332", "reference": "07447650225ca9223bd5c97180fe7c8267f7d332", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\CssSelector\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jean-François Simon", "email": "jeanfrancois.simon@sensiolabs.com" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony CssSelector Component", "homepage": "https://symfony.com", "time": "2017-10-02T06:42:24+00:00" }, { "name": "symfony/debug", "version": "v3.3.10", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd", "reference": "eb95d9ce8f18dcc1b3dfff00cb624c402be78ffd", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "psr/log": "~1.0" }, "conflict": { "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" }, "require-dev": { "symfony/http-kernel": "~2.8|~3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Debug\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", "time": "2017-10-02T06:42:24+00:00" }, { "name": "symfony/dependency-injection", "version": "v3.3.10", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", "reference": "8ebad929aee3ca185b05f55d9cc5521670821ad1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/8ebad929aee3ca185b05f55d9cc5521670821ad1", "reference": "8ebad929aee3ca185b05f55d9cc5521670821ad1", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "psr/container": "^1.0" }, "conflict": { "symfony/config": "<3.3.1", "symfony/finder": "<3.3", "symfony/yaml": "<3.3" }, "provide": { "psr/container-implementation": "1.0" }, "require-dev": { "symfony/config": "~3.3", "symfony/expression-language": "~2.8|~3.0", "symfony/yaml": "~3.3" }, "suggest": { "symfony/config": "", "symfony/expression-language": "For using expressions in service container configuration", "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\DependencyInjection\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", "time": "2017-10-04T17:15:30+00:00" }, { "name": "symfony/event-dispatcher", "version": "v3.3.10", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "d7ba037e4b8221956ab1e221c73c9e27e05dd423" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d7ba037e4b8221956ab1e221c73c9e27e05dd423", "reference": "d7ba037e4b8221956ab1e221c73c9e27e05dd423", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, "conflict": { "symfony/dependency-injection": "<3.3" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.8|~3.0", "symfony/dependency-injection": "~3.3", "symfony/expression-language": "~2.8|~3.0", "symfony/stopwatch": "~2.8|~3.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\EventDispatcher\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", "time": "2017-10-02T06:42:24+00:00" }, { "name": "symfony/filesystem", "version": "v3.3.10", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "90bc45abf02ae6b7deb43895c1052cb0038506f1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/90bc45abf02ae6b7deb43895c1052cb0038506f1", "reference": "90bc45abf02ae6b7deb43895c1052cb0038506f1", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", "time": "2017-10-03T13:33:10+00:00" }, { "name": "symfony/finder", "version": "v3.3.10", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "773e19a491d97926f236942484cb541560ce862d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/773e19a491d97926f236942484cb541560ce862d", "reference": "773e19a491d97926f236942484cb541560ce862d", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", "time": "2017-10-02T06:42:24+00:00" }, { "name": "symfony/options-resolver", "version": "v3.3.10", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", "reference": "ee4e22978fe885b54ee5da8c7964f0a5301abfb6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/options-resolver/zipball/ee4e22978fe885b54ee5da8c7964f0a5301abfb6", "reference": "ee4e22978fe885b54ee5da8c7964f0a5301abfb6", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\OptionsResolver\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony OptionsResolver Component", "homepage": "https://symfony.com", "keywords": [ "config", "configuration", "options" ], "time": "2017-07-29T21:54:42+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.6.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", "reference": "2ec8b39c38cb16674bbf3fea2b6ce5bf117e1296", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.6-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "time": "2017-10-11T12:05:26+00:00" }, { "name": "symfony/polyfill-php70", "version": "v1.6.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php70.git", "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff", "reference": "0442b9c0596610bd24ae7b5f0a6cdbbc16d9fcff", "shasum": "" }, "require": { "paragonie/random_compat": "~1.0|~2.0", "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.6-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php70\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "time": "2017-10-11T12:05:26+00:00" }, { "name": "symfony/polyfill-php72", "version": "v1.6.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", "reference": "6de4f4884b97abbbed9f0a84a95ff2ff77254254" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/6de4f4884b97abbbed9f0a84a95ff2ff77254254", "reference": "6de4f4884b97abbbed9f0a84a95ff2ff77254254", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.6-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php72\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "time": "2017-10-11T12:05:26+00:00" }, { "name": "symfony/process", "version": "v3.3.10", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "fdf89e57a723a29baf536e288d6e232c059697b1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/fdf89e57a723a29baf536e288d6e232c059697b1", "reference": "fdf89e57a723a29baf536e288d6e232c059697b1", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Process Component", "homepage": "https://symfony.com", "time": "2017-10-02T06:42:24+00:00" }, { "name": "symfony/stopwatch", "version": "v3.3.10", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", "reference": "170edf8b3247d7b6779eb6fa7428f342702ca184" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/stopwatch/zipball/170edf8b3247d7b6779eb6fa7428f342702ca184", "reference": "170edf8b3247d7b6779eb6fa7428f342702ca184", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Stopwatch\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Stopwatch Component", "homepage": "https://symfony.com", "time": "2017-10-02T06:42:24+00:00" }, { "name": "theseer/fdomdocument", "version": "1.6.6", "source": { "type": "git", "url": "https://github.com/theseer/fDOMDocument.git", "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/theseer/fDOMDocument/zipball/6e8203e40a32a9c770bcb62fe37e68b948da6dca", "reference": "6e8203e40a32a9c770bcb62fe37e68b948da6dca", "shasum": "" }, "require": { "ext-dom": "*", "lib-libxml": "*", "php": ">=5.3.3" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "lead" } ], "description": "The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.", "homepage": "https://github.com/theseer/fDOMDocument", "time": "2017-06-30T11:53:12+00:00" }, { "name": "webmozart/assert", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f", "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^4.6", "sebastian/version": "^1.0.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3-dev" } }, "autoload": { "psr-4": { "Webmozart\\Assert\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "Assertions to validate method input/output with nice error messages.", "keywords": [ "assert", "check", "validate" ], "time": "2016-11-23T20:04:58+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": { "ahand/mobileesp": 20, "pear/validate_ispn": 20, "ghislainf/zf2-whoops": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=5.6" }, "platform-dev": [], "platform-overrides": { "php": "5.6.0" } }