Current Path : /home/bitrix/ext_www/laminas/ |
Current File : /home/bitrix/ext_www/laminas/composer.lock |
{ "_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#installing-dependencies", "This file is @generated automatically" ], "content-hash": "34f8d3e5dd4f5436c9c68ab8223e477f", "packages": [ { "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", "abandoned": "psr/container", "time": "2017-02-14T19:40:03+00:00" }, { "name": "laminas/laminas-authentication", "version": "2.7.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-authentication.git", "reference": "53505e07858d243792b96be763456f786d953501" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-authentication/zipball/53505e07858d243792b96be763456f786d953501", "reference": "53505e07858d243792b96be763456f786d953501", "shasum": "" }, "require": { "laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-authentication": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-crypt": "^2.6 || ^3.2.1", "laminas/laminas-db": "^2.8.2", "laminas/laminas-http": "^2.7", "laminas/laminas-ldap": "^2.8", "laminas/laminas-session": "^2.8", "laminas/laminas-uri": "^2.5.2", "laminas/laminas-validator": "^2.10.1", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" }, "suggest": { "laminas/laminas-crypt": "Laminas\\Crypt component", "laminas/laminas-db": "Laminas\\Db component", "laminas/laminas-http": "Laminas\\Http component", "laminas/laminas-ldap": "Laminas\\Ldap component", "laminas/laminas-session": "Laminas\\Session component", "laminas/laminas-uri": "Laminas\\Uri component", "laminas/laminas-validator": "Laminas\\Validator component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7.x-dev", "dev-develop": "2.8.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Authentication\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides an API for authentication and includes concrete authentication adapters for common use case scenarios", "homepage": "https://laminas.dev", "keywords": [ "Authentication", "laminas" ], "time": "2019-12-31T16:14:48+00:00" }, { "name": "laminas/laminas-code", "version": "3.4.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-code.git", "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-code/zipball/1cb8f203389ab1482bf89c0e70a04849bacd7766", "reference": "1cb8f203389ab1482bf89c0e70a04849bacd7766", "shasum": "" }, "require": { "laminas/laminas-eventmanager": "^2.6 || ^3.0", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^7.1" }, "conflict": { "phpspec/prophecy": "<1.9.0" }, "replace": { "zendframework/zend-code": "self.version" }, "require-dev": { "doctrine/annotations": "^1.7", "ext-phar": "*", "laminas/laminas-coding-standard": "^1.0", "laminas/laminas-stdlib": "^2.7 || ^3.0", "phpunit/phpunit": "^7.5.16 || ^8.4" }, "suggest": { "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", "laminas/laminas-stdlib": "Laminas\\Stdlib component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4.x-dev", "dev-develop": "3.5.x-dev", "dev-dev-4.0": "4.0.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Code\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Extensions to the PHP Reflection API, static code scanning, and code generation", "homepage": "https://laminas.dev", "keywords": [ "code", "laminas" ], "time": "2019-12-31T16:28:24+00:00" }, { "name": "laminas/laminas-component-installer", "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/laminas/laminas-component-installer.git", "reference": "a12c65077c6b046d8f4338f9a2479e783e97aaab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-component-installer/zipball/a12c65077c6b046d8f4338f9a2479e783e97aaab", "reference": "a12c65077c6b046d8f4338f9a2479e783e97aaab", "shasum": "" }, "require": { "composer-plugin-api": "^1.0", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^7.1" }, "replace": { "zendframework/zend-component-installer": "self.version" }, "require-dev": { "composer/composer": "^1.5.2", "laminas/laminas-coding-standard": "~1.0.0", "malukenho/docheader": "^0.1.6", "mikey179/vfsstream": "^1.6.7", "phpunit/phpunit": "^7.5.15 || ^8.3.4" }, "type": "composer-plugin", "extra": { "branch-alias": { "dev-master": "2.1.x-dev", "dev-develop": "2.2.x-dev" }, "class": "Laminas\\ComponentInstaller\\ComponentInstaller" }, "autoload": { "psr-4": { "Laminas\\ComponentInstaller\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Composer plugin for injecting modules and configuration providers into application configuration", "homepage": "https://laminas.dev", "keywords": [ "component installer", "composer", "laminas", "plugin" ], "time": "2019-12-31T16:28:51+00:00" }, { "name": "laminas/laminas-config", "version": "3.3.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-config.git", "reference": "b8fe057f55e69a0e7a2e4ced79218a43f58606a8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-config/zipball/b8fe057f55e69a0e7a2e4ced79218a43f58606a8", "reference": "b8fe057f55e69a0e7a2e4ced79218a43f58606a8", "shasum": "" }, "require": { "ext-json": "*", "laminas/laminas-stdlib": "^2.7.7 || ^3.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0", "psr/container": "^1.0" }, "conflict": { "container-interop/container-interop": "<1.2.0" }, "replace": { "zendframework/zend-config": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-filter": "^2.7.2", "laminas/laminas-i18n": "^2.7.4", "laminas/laminas-servicemanager": "^2.7.8 || ^3.3", "malukenho/docheader": "^0.1.6", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" }, "suggest": { "laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor", "laminas/laminas-i18n": "^2.7.4; install if you want to use the Translator processor", "laminas/laminas-servicemanager": "^2.7.8 || ^3.3; if you need an extensible plugin manager for use with the Config Factory" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3.x-dev", "dev-develop": "3.4.x-dev" } }, "autoload": { "psr-4": { "Laminas\\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://laminas.dev", "keywords": [ "config", "laminas" ], "time": "2019-12-31T16:30:11+00:00" }, { "name": "laminas/laminas-console", "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-console.git", "reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-console/zipball/478a6ceac3e31fb38d6314088abda8b239ee23a5", "reference": "478a6ceac3e31fb38d6314088abda8b239ee23a5", "shasum": "" }, "require": { "laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-console": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-filter": "^2.7.2", "laminas/laminas-json": "^2.6 || ^3.0", "laminas/laminas-validator": "^2.10.1", "phpunit/phpunit": "^5.7.23 || ^6.4.3" }, "suggest": { "laminas/laminas-filter": "To support DefaultRouteMatcher usage", "laminas/laminas-validator": "To support DefaultRouteMatcher usage" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8.x-dev", "dev-develop": "2.9.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Console\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Build console applications using getopt syntax or routing, complete with prompts", "homepage": "https://laminas.dev", "keywords": [ "console", "laminas" ], "time": "2019-12-31T16:31:45+00:00" }, { "name": "laminas/laminas-development-mode", "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-development-mode.git", "reference": "203cf2f61dbea1489cb6e0c42ffdc987ebe4f796" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-development-mode/zipball/203cf2f61dbea1489cb6e0c42ffdc987ebe4f796", "reference": "203cf2f61dbea1489cb6e0c42ffdc987ebe4f796", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zfcampus/zf-development-mode": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "mikey179/vfsstream": "^1.6.5", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5" }, "bin": [ "bin/laminas-development-mode" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.2.x-dev", "dev-develop": "3.3.x-dev" } }, "autoload": { "psr-4": { "Laminas\\DevelopmentMode\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Laminas development mode script", "homepage": "https://laminas.dev", "keywords": [ "framework", "laminas" ], "time": "2019-12-31T16:40:06+00:00" }, { "name": "laminas/laminas-di", "version": "3.1.2", "source": { "type": "git", "url": "https://github.com/laminas/laminas-di.git", "reference": "ee4d80f1756cf8c249e6816513f6f1f9ed89a262" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-di/zipball/ee4d80f1756cf8c249e6816513f6f1f9ed89a262", "reference": "ee4d80f1756cf8c249e6816513f6f1f9ed89a262", "shasum": "" }, "require": { "laminas/laminas-stdlib": "^2.7 || ^3.0", "laminas/laminas-zendframework-bridge": "^0.4.5 || ^1.0", "php": "^7.1", "psr/container": "^1.0", "psr/log": "^1.0" }, "conflict": { "laminas/laminas-servicemanager-di": "*", "phpspec/prophecy": "<1.9.0" }, "replace": { "zendframework/zend-di": "self.version" }, "require-dev": { "container-interop/container-interop": "^1.2.0", "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-servicemanager": "^3.0", "mikey179/vfsstream": "^1.6.7", "phpunit/phpunit": "^7.5.18 || ^8.5" }, "suggest": { "laminas/laminas-servicemanager": "An IoC container without auto wiring capabilities" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1.x-dev", "dev-develop": "3.2.x-dev" }, "laminas": { "component": "Laminas\\Di", "config-provider": "Laminas\\Di\\ConfigProvider" } }, "autoload": { "psr-4": { "Laminas\\Di\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Automated dependency injection for PSR-11 containers", "homepage": "https://laminas.dev", "keywords": [ "PSR-11", "di", "laminas" ], "time": "2019-12-31T15:17:41+00:00" }, { "name": "laminas/laminas-diactoros", "version": "2.2.2", "source": { "type": "git", "url": "https://github.com/laminas/laminas-diactoros.git", "reference": "95178c4751d737cdf9ab0a9f70a42754ac860e7b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/95178c4751d737cdf9ab0a9f70a42754ac860e7b", "reference": "95178c4751d737cdf9ab0a9f70a42754ac860e7b", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": "^7.1", "psr/http-factory": "^1.0", "psr/http-message": "^1.0" }, "conflict": { "phpspec/prophecy": "<1.9.0" }, "provide": { "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "replace": { "zendframework/zend-diactoros": "self.version" }, "require-dev": { "ext-curl": "*", "ext-dom": "*", "ext-libxml": "*", "http-interop/http-factory-tests": "^0.5.0", "laminas/laminas-coding-standard": "~1.0.0", "php-http/psr7-integration-tests": "dev-master", "phpunit/phpunit": "^7.5.18" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.1.x-dev", "dev-develop": "2.2.x-dev", "dev-release-1.8": "1.8.x-dev" } }, "autoload": { "files": [ "src/functions/create_uploaded_file.php", "src/functions/marshal_headers_from_sapi.php", "src/functions/marshal_method_from_sapi.php", "src/functions/marshal_protocol_version_from_sapi.php", "src/functions/marshal_uri_from_sapi.php", "src/functions/normalize_server.php", "src/functions/normalize_uploaded_files.php", "src/functions/parse_cookie_header.php", "src/functions/create_uploaded_file.legacy.php", "src/functions/marshal_headers_from_sapi.legacy.php", "src/functions/marshal_method_from_sapi.legacy.php", "src/functions/marshal_protocol_version_from_sapi.legacy.php", "src/functions/marshal_uri_from_sapi.legacy.php", "src/functions/normalize_server.legacy.php", "src/functions/normalize_uploaded_files.legacy.php", "src/functions/parse_cookie_header.legacy.php" ], "psr-4": { "Laminas\\Diactoros\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "PSR HTTP Message implementations", "homepage": "https://laminas.dev", "keywords": [ "http", "laminas", "psr", "psr-7" ], "time": "2020-01-07T19:39:26+00:00" }, { "name": "laminas/laminas-escaper", "version": "2.6.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-escaper.git", "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/25f2a053eadfa92ddacb609dcbbc39362610da70", "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-escaper": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6.x-dev", "dev-develop": "2.7.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Escaper\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs", "homepage": "https://laminas.dev", "keywords": [ "escaper", "laminas" ], "time": "2019-12-31T16:43:30+00:00" }, { "name": "laminas/laminas-eventmanager", "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-eventmanager.git", "reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/ce4dc0bdf3b14b7f9815775af9dfee80a63b4748", "reference": "ce4dc0bdf3b14b7f9815775af9dfee80a63b4748", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-eventmanager": "self.version" }, "require-dev": { "athletic/athletic": "^0.1", "container-interop/container-interop": "^1.1.0", "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-stdlib": "^2.7.3 || ^3.0", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" }, "suggest": { "container-interop/container-interop": "^1.1.0, to use the lazy listeners feature", "laminas/laminas-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": { "Laminas\\EventManager\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Trigger and listen to events within a PHP application", "homepage": "https://laminas.dev", "keywords": [ "event", "eventmanager", "events", "laminas" ], "time": "2019-12-31T16:44:52+00:00" }, { "name": "laminas/laminas-filter", "version": "2.9.3", "source": { "type": "git", "url": "https://github.com/laminas/laminas-filter.git", "reference": "52b5cdbef8902280996e687e7352a648a8e22f31" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/52b5cdbef8902280996e687e7352a648a8e22f31", "reference": "52b5cdbef8902280996e687e7352a648a8e22f31", "shasum": "" }, "require": { "laminas/laminas-stdlib": "^2.7.7 || ^3.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-validator": "<2.10.1" }, "replace": { "zendframework/zend-filter": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-crypt": "^3.2.1", "laminas/laminas-servicemanager": "^2.7.8 || ^3.3", "laminas/laminas-uri": "^2.6", "pear/archive_tar": "^1.4.3", "phpunit/phpunit": "^5.7.23 || ^6.4.3", "psr/http-factory": "^1.0" }, "suggest": { "laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters", "laminas/laminas-i18n": "Laminas\\I18n component for filters depending on i18n functionality", "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for using the filter chain functionality", "laminas/laminas-uri": "Laminas\\Uri component, for the UriNormalize filter", "psr/http-factory-implementation": "psr/http-factory-implementation, for creating file upload instances when consuming PSR-7 in file upload filters" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.9.x-dev", "dev-develop": "2.10.x-dev" }, "laminas": { "component": "Laminas\\Filter", "config-provider": "Laminas\\Filter\\ConfigProvider" } }, "autoload": { "psr-4": { "Laminas\\Filter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Programmatically filter and normalize data and files", "homepage": "https://laminas.dev", "keywords": [ "filter", "laminas" ], "time": "2020-01-07T20:43:53+00:00" }, { "name": "laminas/laminas-form", "version": "2.14.3", "source": { "type": "git", "url": "https://github.com/laminas/laminas-form.git", "reference": "012aae01366cb8c8fb64e39a887363ef82f388dd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-form/zipball/012aae01366cb8c8fb64e39a887363ef82f388dd", "reference": "012aae01366cb8c8fb64e39a887363ef82f388dd", "shasum": "" }, "require": { "laminas/laminas-hydrator": "^1.1 || ^2.1 || ^3.0", "laminas/laminas-inputfilter": "^2.8", "laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-form": "self.version" }, "require-dev": { "doctrine/annotations": "~1.0", "laminas/laminas-cache": "^2.6.1", "laminas/laminas-captcha": "^2.7.1", "laminas/laminas-code": "^2.6 || ^3.0", "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-escaper": "^2.5", "laminas/laminas-eventmanager": "^2.6.2 || ^3.0", "laminas/laminas-filter": "^2.6", "laminas/laminas-i18n": "^2.6", "laminas/laminas-recaptcha": "^3.0.0", "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3", "laminas/laminas-session": "^2.8.1", "laminas/laminas-text": "^2.6", "laminas/laminas-validator": "^2.6", "laminas/laminas-view": "^2.6.2", "phpunit/phpunit": "^5.7.23 || ^6.5.3" }, "suggest": { "laminas/laminas-captcha": "^2.7.1, required for using CAPTCHA form elements", "laminas/laminas-code": "^2.6 || ^3.0, required to use laminas-form annotations support", "laminas/laminas-eventmanager": "^2.6.2 || ^3.0, reuired for laminas-form annotations support", "laminas/laminas-i18n": "^2.6, required when using laminas-form view helpers", "laminas/laminas-recaptcha": "in order to use the ReCaptcha form element", "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3, required to use the form factories or provide services", "laminas/laminas-view": "^2.6.2, required for using the laminas-form view helpers" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.14.x-dev", "dev-develop": "2.15.x-dev" }, "laminas": { "component": "Laminas\\Form", "config-provider": "Laminas\\Form\\ConfigProvider" } }, "autoload": { "psr-4": { "Laminas\\Form\\": "src/" }, "files": [ "autoload/formElementManagerPolyfill.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa", "homepage": "https://laminas.dev", "keywords": [ "form", "laminas" ], "time": "2019-12-31T16:56:34+00:00" }, { "name": "laminas/laminas-http", "version": "2.11.2", "source": { "type": "git", "url": "https://github.com/laminas/laminas-http.git", "reference": "8c66963b933c80da59433da56a44dfa979f3ec88" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-http/zipball/8c66963b933c80da59433da56a44dfa979f3ec88", "reference": "8c66963b933c80da59433da56a44dfa979f3ec88", "shasum": "" }, "require": { "laminas/laminas-loader": "^2.5.1", "laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-uri": "^2.5.2", "laminas/laminas-validator": "^2.10.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-http": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-config": "^3.1 || ^2.6", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.3" }, "suggest": { "paragonie/certainty": "For automated management of cacert.pem" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.11.x-dev", "dev-develop": "2.12.x-dev" } }, "autoload": { "psr-4": { "Laminas\\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://laminas.dev", "keywords": [ "http", "http client", "laminas" ], "time": "2019-12-31T17:02:36+00:00" }, { "name": "laminas/laminas-hydrator", "version": "2.4.2", "source": { "type": "git", "url": "https://github.com/laminas/laminas-hydrator.git", "reference": "4a0e81cf05f32edcace817f1f48cb4055f689d85" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-hydrator/zipball/4a0e81cf05f32edcace817f1f48cb4055f689d85", "reference": "4a0e81cf05f32edcace817f1f48cb4055f689d85", "shasum": "" }, "require": { "laminas/laminas-stdlib": "^3.0", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-hydrator": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-eventmanager": "^2.6.2 || ^3.0", "laminas/laminas-filter": "^2.6", "laminas/laminas-inputfilter": "^2.6", "laminas/laminas-serializer": "^2.6.1", "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" }, "suggest": { "laminas/laminas-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage", "laminas/laminas-filter": "^2.6, to support naming strategy hydrator usage", "laminas/laminas-serializer": "^2.6.1, to use the SerializableStrategy", "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage" }, "type": "library", "extra": { "branch-alias": { "dev-release-2.4": "2.4.x-dev" }, "laminas": { "component": "Laminas\\Hydrator", "config-provider": "Laminas\\Hydrator\\ConfigProvider" } }, "autoload": { "psr-4": { "Laminas\\Hydrator\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Serialize objects to arrays, and vice versa", "homepage": "https://laminas.dev", "keywords": [ "hydrator", "laminas" ], "time": "2019-12-31T17:06:38+00:00" }, { "name": "laminas/laminas-i18n", "version": "2.10.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-i18n.git", "reference": "815be447f1c77f70a86bf24d00087fcb975b39ff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/815be447f1c77f70a86bf24d00087fcb975b39ff", "reference": "815be447f1c77f70a86bf24d00087fcb975b39ff", "shasum": "" }, "require": { "ext-intl": "*", "laminas/laminas-stdlib": "^2.7 || ^3.0", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "conflict": { "phpspec/prophecy": "<1.9.0" }, "replace": { "zendframework/zend-i18n": "self.version" }, "require-dev": { "laminas/laminas-cache": "^2.6.1", "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-config": "^2.6", "laminas/laminas-eventmanager": "^2.6.2 || ^3.0", "laminas/laminas-filter": "^2.6.1", "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3", "laminas/laminas-validator": "^2.6", "laminas/laminas-view": "^2.6.3", "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.16" }, "suggest": { "laminas/laminas-cache": "Laminas\\Cache component", "laminas/laminas-config": "Laminas\\Config component", "laminas/laminas-eventmanager": "You should install this package to use the events in the translator", "laminas/laminas-filter": "You should install this package to use the provided filters", "laminas/laminas-i18n-resources": "Translation resources", "laminas/laminas-servicemanager": "Laminas\\ServiceManager component", "laminas/laminas-validator": "You should install this package to use the provided validators", "laminas/laminas-view": "You should install this package to use the provided view helpers" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.10.x-dev", "dev-develop": "2.11.x-dev" }, "laminas": { "component": "Laminas\\I18n", "config-provider": "Laminas\\I18n\\ConfigProvider" } }, "autoload": { "psr-4": { "Laminas\\I18n\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Provide translations for your application, and filter and validate internationalized values", "homepage": "https://laminas.dev", "keywords": [ "i18n", "laminas" ], "time": "2019-12-31T17:07:17+00:00" }, { "name": "laminas/laminas-inputfilter", "version": "2.10.1", "source": { "type": "git", "url": "git@github.com:laminas/laminas-inputfilter.git", "reference": "b29ce8f512c966468eee37ea4873ae5fb545d00a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/b29ce8f512c966468eee37ea4873ae5fb545d00a", "reference": "b29ce8f512c966468eee37ea4873ae5fb545d00a", "shasum": "" }, "require": { "laminas/laminas-filter": "^2.9.1", "laminas/laminas-servicemanager": "^2.7.10 || ^3.3.1", "laminas/laminas-stdlib": "^2.7 || ^3.0", "laminas/laminas-validator": "^2.11", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-inputfilter": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.15", "psr/http-message": "^1.0" }, "suggest": { "psr/http-message-implementation": "PSR-7 is required if you wish to validate PSR-7 UploadedFileInterface payloads" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.10.x-dev", "dev-develop": "2.11.x-dev" }, "laminas": { "component": "Laminas\\InputFilter", "config-provider": "Laminas\\InputFilter\\ConfigProvider" } }, "autoload": { "psr-4": { "Laminas\\InputFilter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files", "homepage": "https://laminas.dev", "keywords": [ "inputfilter", "laminas" ], "time": "2019-12-31T17:11:54+00:00" }, { "name": "laminas/laminas-json", "version": "3.1.2", "source": { "type": "git", "url": "https://github.com/laminas/laminas-json.git", "reference": "00dc0da7b5e5018904c5c4a8e80a5faa16c2c1c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-json/zipball/00dc0da7b5e5018904c5c4a8e80a5faa16c2c1c6", "reference": "00dc0da7b5e5018904c5c4a8e80a5faa16c2c1c6", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-json": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-stdlib": "^2.7.7 || ^3.1", "phpunit/phpunit": "^5.7.23 || ^6.4.3" }, "suggest": { "laminas/laminas-json-server": "For implementing JSON-RPC servers", "laminas/laminas-xml2json": "For converting XML documents to JSON" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1.x-dev", "dev-develop": "3.2.x-dev" } }, "autoload": { "psr-4": { "Laminas\\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://laminas.dev", "keywords": [ "json", "laminas" ], "time": "2019-12-31T17:15:04+00:00" }, { "name": "laminas/laminas-loader", "version": "2.6.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-loader.git", "reference": "5d01c2c237ae9e68bec262f339947e2ea18979bc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-loader/zipball/5d01c2c237ae9e68bec262f339947e2ea18979bc", "reference": "5d01c2c237ae9e68bec262f339947e2ea18979bc", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-loader": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6.x-dev", "dev-develop": "2.7.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Loader\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Autoloading and plugin loading strategies", "homepage": "https://laminas.dev", "keywords": [ "laminas", "loader" ], "time": "2019-12-31T17:18:27+00:00" }, { "name": "laminas/laminas-log", "version": "2.12.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-log.git", "reference": "4e92d841b48868714a070b10866e94be80fc92ff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-log/zipball/4e92d841b48868714a070b10866e94be80fc92ff", "reference": "4e92d841b48868714a070b10866e94be80fc92ff", "shasum": "" }, "require": { "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3", "laminas/laminas-stdlib": "^2.7 || ^3.0", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0", "psr/log": "^1.1.2" }, "provide": { "psr/log-implementation": "1.0.0" }, "replace": { "zendframework/zend-log": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-db": "^2.6", "laminas/laminas-escaper": "^2.5", "laminas/laminas-filter": "^2.5", "laminas/laminas-mail": "^2.6.1", "laminas/laminas-validator": "^2.10.1", "mikey179/vfsstream": "^1.6.7", "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.15" }, "suggest": { "ext-mongo": "mongo extension to use Mongo writer", "ext-mongodb": "mongodb extension to use MongoDB writer", "laminas/laminas-db": "Laminas\\Db component to use the database log writer", "laminas/laminas-escaper": "Laminas\\Escaper component, for use in the XML log formatter", "laminas/laminas-mail": "Laminas\\Mail component to use the email log writer", "laminas/laminas-validator": "Laminas\\Validator component to block invalid log messages" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.12.x-dev", "dev-develop": "2.13.x-dev" }, "laminas": { "component": "Laminas\\Log", "config-provider": "Laminas\\Log\\ConfigProvider" } }, "autoload": { "psr-4": { "Laminas\\Log\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Robust, composite logger with filtering, formatting, and PSR-3 support", "homepage": "https://laminas.dev", "keywords": [ "laminas", "log", "logging" ], "time": "2019-12-31T17:18:59+00:00" }, { "name": "laminas/laminas-modulemanager", "version": "2.8.4", "source": { "type": "git", "url": "https://github.com/laminas/laminas-modulemanager.git", "reference": "92b1cde1aab5aef687b863face6dd5d9c6751c78" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/92b1cde1aab5aef687b863face6dd5d9c6751c78", "reference": "92b1cde1aab5aef687b863face6dd5d9c6751c78", "shasum": "" }, "require": { "laminas/laminas-config": "^3.1 || ^2.6", "laminas/laminas-eventmanager": "^3.2 || ^2.6.3", "laminas/laminas-stdlib": "^3.1 || ^2.7", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-modulemanager": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-console": "^2.6", "laminas/laminas-di": "^2.6", "laminas/laminas-loader": "^2.5", "laminas/laminas-mvc": "^3.0 || ^2.7", "laminas/laminas-servicemanager": "^3.0.3 || ^2.7.5", "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.16" }, "suggest": { "laminas/laminas-console": "Laminas\\Console component", "laminas/laminas-loader": "Laminas\\Loader component if you are not using Composer autoloading for your modules", "laminas/laminas-mvc": "Laminas\\Mvc component", "laminas/laminas-servicemanager": "Laminas\\ServiceManager component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8.x-dev", "dev-develop": "2.9.x-dev" } }, "autoload": { "psr-4": { "Laminas\\ModuleManager\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Modular application system for laminas-mvc applications", "homepage": "https://laminas.dev", "keywords": [ "laminas", "modulemanager" ], "time": "2019-12-31T17:26:56+00:00" }, { "name": "laminas/laminas-mvc", "version": "3.1.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-mvc.git", "reference": "ead09f8ab5ff0e562dbd0198c7f67523c2f61980" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/ead09f8ab5ff0e562dbd0198c7f67523c2f61980", "reference": "ead09f8ab5ff0e562dbd0198c7f67523c2f61980", "shasum": "" }, "require": { "container-interop/container-interop": "^1.2", "laminas/laminas-eventmanager": "^3.2", "laminas/laminas-http": "^2.7", "laminas/laminas-modulemanager": "^2.8", "laminas/laminas-router": "^3.0.2", "laminas/laminas-servicemanager": "^3.3", "laminas/laminas-stdlib": "^3.1", "laminas/laminas-view": "^2.9", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-mvc": "self.version" }, "require-dev": { "http-interop/http-middleware": "^0.4.1", "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-json": "^2.6.1 || ^3.0", "laminas/laminas-psr7bridge": "^1.0", "laminas/laminas-stratigility": "^2.0.1", "phpunit/phpunit": "^6.4.4 || ^5.7.14" }, "suggest": { "http-interop/http-middleware": "^0.4.1 to be used together with laminas-stratigility", "laminas/laminas-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable", "laminas/laminas-log": "^2.9.1 To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager", "laminas/laminas-mvc-console": "laminas-mvc-console provides the ability to expose laminas-mvc as a console application", "laminas/laminas-mvc-i18n": "laminas-mvc-i18n provides integration with laminas-i18n, including a translation bridge and translatable route segments", "laminas/laminas-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads", "laminas/laminas-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests", "laminas/laminas-mvc-plugin-identity": "To access the authenticated identity (per laminas-authentication) in controllers", "laminas/laminas-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers", "laminas/laminas-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager", "laminas/laminas-psr7bridge": "(^0.2) To consume PSR-7 middleware within the MVC workflow", "laminas/laminas-servicemanager-di": "laminas-servicemanager-di provides utilities for integrating laminas-di and laminas-servicemanager in your laminas-mvc application", "laminas/laminas-stratigility": "laminas-stratigility is required to use middleware pipes in the MiddlewareListener" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-dev", "dev-develop": "3.2-dev" } }, "autoload": { "psr-4": { "Laminas\\Mvc\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins", "homepage": "https://laminas.dev", "keywords": [ "laminas", "mvc" ], "time": "2019-12-31T17:33:14+00:00" }, { "name": "laminas/laminas-mvc-console", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-mvc-console.git", "reference": "0c16223557fdb9bba853f6de22e1040824c1c966" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-mvc-console/zipball/0c16223557fdb9bba853f6de22e1040824c1c966", "reference": "0c16223557fdb9bba853f6de22e1040824c1c966", "shasum": "" }, "require": { "container-interop/container-interop": "^1.1", "laminas/laminas-console": "^2.6", "laminas/laminas-eventmanager": "^2.6.2 || ^3.0", "laminas/laminas-modulemanager": "^2.7.1", "laminas/laminas-mvc": "^3.0.3", "laminas/laminas-router": "^3.0", "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3", "laminas/laminas-stdlib": "^2.7.5 || ^3.0", "laminas/laminas-text": "^2.6", "laminas/laminas-view": "^2.6.3", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-mvc": "<3.0.0" }, "replace": { "zendframework/zend-mvc-console": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-filter": "^2.6.1", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4" }, "suggest": { "laminas/laminas-filter": "^2.6.1, to filter rendered results" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev", "dev-develop": "1.3.x-dev" }, "laminas": { "component": "Laminas\\Mvc\\Console" } }, "autoload": { "psr-4": { "Laminas\\Mvc\\Console\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Integration between laminas-mvc and laminas-console", "homepage": "https://laminas.dev", "keywords": [ "console", "laminas", "mvc" ], "time": "2019-12-31T17:33:37+00:00" }, { "name": "laminas/laminas-mvc-form", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-mvc-form.git", "reference": "42254dd6d6d221f0825e79b1811bc734027908ed" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-mvc-form/zipball/42254dd6d6d221f0825e79b1811bc734027908ed", "reference": "42254dd6d6d221f0825e79b1811bc734027908ed", "shasum": "" }, "require": { "laminas/laminas-code": "^2.6.3 || ^3.0.2", "laminas/laminas-form": "^2.8.4", "laminas/laminas-i18n": "^2.7.2", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-mvc-form": "self.version" }, "type": "metapackage", "extra": { "branch-alias": { "dev-master": "1.0-dev" }, "laminas": { "component": "Laminas\\Form" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Metapackage with all requirements needed to use laminas-form with laminas-mvc.", "homepage": "https://laminas.dev", "keywords": [ "form", "laminas", "mvc" ], "time": "2019-12-31T17:33:38+00:00" }, { "name": "laminas/laminas-mvc-i18n", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-mvc-i18n.git", "reference": "4184f6572b5244a5f5781604f1e03d7955e304a0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-mvc-i18n/zipball/4184f6572b5244a5f5781604f1e03d7955e304a0", "reference": "4184f6572b5244a5f5781604f1e03d7955e304a0", "shasum": "" }, "require": { "container-interop/container-interop": "^1.1", "laminas/laminas-i18n": "^2.7", "laminas/laminas-router": "^3.0", "laminas/laminas-servicemanager": "^2.7.10 || ^3.0.3", "laminas/laminas-stdlib": "^2.7.6 || ^3.0", "laminas/laminas-validator": "^2.6", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-mvc": "<3.0.0", "phpspec/prophecy": "<1.8.0" }, "replace": { "zendframework/zend-mvc-i18n": "self.version" }, "require-dev": { "laminas/laminas-cache": "^2.6.1", "laminas/laminas-coding-standard": "~1.0.0", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5" }, "suggest": { "laminas/laminas-cache": "To enable caching of translation strings" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev", "dev-develop": "1.2.x-dev" }, "laminas": { "component": "Laminas\\Mvc\\I18n", "config-provider": "Laminas\\Mvc\\I18n\\ConfigProvider" } }, "autoload": { "psr-4": { "Laminas\\Mvc\\I18n\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Integration between laminas-mvc and laminas-i18n", "homepage": "https://laminas.dev", "keywords": [ "i18n", "laminas", "mvc" ], "time": "2019-12-31T17:33:41+00:00" }, { "name": "laminas/laminas-mvc-plugin-fileprg", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-mvc-plugin-fileprg.git", "reference": "4a1a3729b3789a4d9e7cfe285ce84a636be87a67" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-fileprg/zipball/4a1a3729b3789a4d9e7cfe285ce84a636be87a67", "reference": "4a1a3729b3789a4d9e7cfe285ce84a636be87a67", "shasum": "" }, "require": { "laminas/laminas-filter": "^2.6.1", "laminas/laminas-form": "^2.7", "laminas/laminas-inputfilter": "^2.8.1", "laminas/laminas-mvc": "^3.0", "laminas/laminas-session": "^2.8.5", "laminas/laminas-stdlib": "^2.7 || ^3.0", "laminas/laminas-validator": "^2.6", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-mvc": "<3.0.0" }, "replace": { "zendframework/zend-mvc-plugin-fileprg": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev", "dev-develop": "1.2.x-dev" }, "laminas": { "component": "Laminas\\Mvc\\Plugin\\FilePrg" } }, "autoload": { "psr-4": { "Laminas\\Mvc\\Plugin\\FilePrg\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Post/Redirect/Get plugin with file upload handling for laminas-mvc controllers", "homepage": "https://laminas.dev", "keywords": [ "laminas", "mvc" ], "time": "2019-12-31T17:33:44+00:00" }, { "name": "laminas/laminas-mvc-plugin-flashmessenger", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-mvc-plugin-flashmessenger.git", "reference": "f5a522c3aab215a9b89a0630beb91582f4a3f202" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-flashmessenger/zipball/f5a522c3aab215a9b89a0630beb91582f4a3f202", "reference": "f5a522c3aab215a9b89a0630beb91582f4a3f202", "shasum": "" }, "require": { "laminas/laminas-mvc": "^3.0", "laminas/laminas-session": "^2.8.5", "laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-view": "^2.10", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-mvc": "<3.0.0" }, "replace": { "zendframework/zend-mvc-plugin-flashmessenger": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-i18n": "^2.8", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev", "dev-develop": "1.3.x-dev" }, "laminas": { "component": "Laminas\\Mvc\\Plugin\\FlashMessenger" } }, "autoload": { "psr-4": { "Laminas\\Mvc\\Plugin\\FlashMessenger\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Plugin for creating and exposing flash messages via laminas-mvc controllers", "homepage": "https://laminas.dev", "keywords": [ "laminas", "mvc" ], "time": "2019-12-31T17:33:46+00:00" }, { "name": "laminas/laminas-mvc-plugin-identity", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-mvc-plugin-identity.git", "reference": "0dc0c349be0faee67bbb4ae2a0206435a7a51516" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-identity/zipball/0dc0c349be0faee67bbb4ae2a0206435a7a51516", "reference": "0dc0c349be0faee67bbb4ae2a0206435a7a51516", "shasum": "" }, "require": { "container-interop/container-interop": "^1.1", "laminas/laminas-authentication": "^2.5.3", "laminas/laminas-mvc": "^3.0", "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-mvc": "<3.0.0" }, "replace": { "zendframework/zend-mvc-plugin-identity": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev", "dev-develop": "1.2.x-dev" }, "laminas": { "component": "Laminas\\Mvc\\Plugin\\Identity" } }, "autoload": { "psr-4": { "Laminas\\Mvc\\Plugin\\Identity\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Plugin for retrieving the current authenticated identity within laminas-mvc controllers", "homepage": "https://laminas.dev", "keywords": [ "laminas", "mvc" ], "time": "2019-12-31T17:33:49+00:00" }, { "name": "laminas/laminas-mvc-plugin-prg", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-mvc-plugin-prg.git", "reference": "f9b094373795dd4250d3551a1fbd6d304762b621" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-mvc-plugin-prg/zipball/f9b094373795dd4250d3551a1fbd6d304762b621", "reference": "f9b094373795dd4250d3551a1fbd6d304762b621", "shasum": "" }, "require": { "laminas/laminas-mvc": "^3.0", "laminas/laminas-session": "^2.8.5", "laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-mvc-plugin-prg": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev", "dev-develop": "1.3.x-dev" }, "laminas": { "component": "Laminas\\Mvc\\Plugin\\Prg" } }, "autoload": { "psr-4": { "Laminas\\Mvc\\Plugin\\Prg\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Post/Redirect/Get plugin for laminas-mvc controllers", "homepage": "https://laminas.dev", "keywords": [ "laminas", "mvc" ], "time": "2019-12-31T17:33:51+00:00" }, { "name": "laminas/laminas-mvc-plugins", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-mvc-plugins.git", "reference": "896104a57c3898c2ca932c1ec10c6a3afea2f815" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-mvc-plugins/zipball/896104a57c3898c2ca932c1ec10c6a3afea2f815", "reference": "896104a57c3898c2ca932c1ec10c6a3afea2f815", "shasum": "" }, "require": { "laminas/laminas-mvc-plugin-fileprg": "^1.0", "laminas/laminas-mvc-plugin-flashmessenger": "^1.0", "laminas/laminas-mvc-plugin-identity": "^1.0", "laminas/laminas-mvc-plugin-prg": "^1.0", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-mvc-plugins": "self.version" }, "type": "metapackage", "extra": { "branch-alias": { "dev-master": "1.0-dev" }, "laminas": { "component": [ "Laminas\\Mvc\\Plugin\\FilePrg", "Laminas\\Mvc\\Plugin\\FlashMessenger", "Laminas\\Mvc\\Plugin\\Identity", "Laminas\\Mvc\\Plugin\\Prg" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Collection of all stable laminas-mvc plugins served via separate packages.", "homepage": "https://laminas.dev", "keywords": [ "laminas", "mvc", "plugins" ], "time": "2019-12-31T17:33:52+00:00" }, { "name": "laminas/laminas-psr7bridge", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-psr7bridge.git", "reference": "405b41b33a66f62787a675090804e0c085797766" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-psr7bridge/zipball/405b41b33a66f62787a675090804e0c085797766", "reference": "405b41b33a66f62787a675090804e0c085797766", "shasum": "" }, "require": { "laminas/laminas-diactoros": "^1.7 || ^2.0", "laminas/laminas-http": "^2.11", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0", "psr/http-message": "^1.0" }, "conflict": { "laminas/laminas-stdlib": "< 3.2.1" }, "replace": { "zendframework/zend-psr7bridge": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "phpunit/phpunit": "^5.7.15 || ^6.5.6 || ^7.5.20" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev", "dev-develop": "1.3.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Psr7Bridge\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "PSR-7 <-> laminas-http message conversions", "homepage": "https://laminas.dev", "keywords": [ "http", "laminas", "psr", "psr-7" ], "time": "2020-01-24T13:04:55+00:00" }, { "name": "laminas/laminas-router", "version": "3.3.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-router.git", "reference": "c94f13f39dfbc4313efdbfcd9772487b4b009026" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-router/zipball/c94f13f39dfbc4313efdbfcd9772487b4b009026", "reference": "c94f13f39dfbc4313efdbfcd9772487b4b009026", "shasum": "" }, "require": { "container-interop/container-interop": "^1.2", "laminas/laminas-http": "^2.8.1", "laminas/laminas-servicemanager": "^2.7.8 || ^3.3", "laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "conflict": { "laminas/laminas-mvc": "<3.0.0" }, "replace": { "zendframework/zend-router": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-i18n": "^2.7.4", "phpunit/phpunit": "^5.7.22 || ^6.4.1 || ^7.5.18" }, "suggest": { "laminas/laminas-i18n": "^2.7.4, if defining translatable HTTP path segments" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3.x-dev", "dev-develop": "4.0.x-dev" }, "laminas": { "component": "Laminas\\Router", "config-provider": "Laminas\\Router\\ConfigProvider" } }, "autoload": { "psr-4": { "Laminas\\Router\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Flexible routing system for HTTP and console applications", "homepage": "https://laminas.dev", "keywords": [ "laminas", "mvc", "routing" ], "time": "2020-01-03T17:19:34+00:00" }, { "name": "laminas/laminas-servicemanager", "version": "3.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-servicemanager.git", "reference": "044cb8e380682563fb277ed5f6de4f690e4e6239" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/044cb8e380682563fb277ed5f6de4f690e4e6239", "reference": "044cb8e380682563fb277ed5f6de4f690e4e6239", "shasum": "" }, "require": { "container-interop/container-interop": "^1.2", "laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0", "psr/container": "^1.0" }, "provide": { "container-interop/container-interop-implementation": "^1.2", "psr/container-implementation": "^1.0" }, "replace": { "zendframework/zend-servicemanager": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "mikey179/vfsstream": "^1.6.5", "ocramius/proxy-manager": "^1.0 || ^2.0", "phpbench/phpbench": "^0.13.0", "phpunit/phpunit": "^5.7.25 || ^6.4.4" }, "suggest": { "laminas/laminas-stdlib": "laminas-stdlib ^2.5 if you wish to use the MergeReplaceKey or MergeRemoveKey features in Config instances", "ocramius/proxy-manager": "ProxyManager 1.* to handle lazy initialization of services" }, "bin": [ "bin/generate-deps-for-config-factory", "bin/generate-factory-for-class" ], "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev", "dev-develop": "4.0-dev" } }, "autoload": { "psr-4": { "Laminas\\ServiceManager\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Factory-Driven Dependency Injection Container", "homepage": "https://laminas.dev", "keywords": [ "PSR-11", "dependency-injection", "di", "dic", "laminas", "service-manager", "servicemanager" ], "time": "2019-12-31T17:44:47+00:00" }, { "name": "laminas/laminas-session", "version": "2.9.2", "source": { "type": "git", "url": "https://github.com/laminas/laminas-session.git", "reference": "fdba34c1b257235dba2fff6ed4df1844390f85f6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-session/zipball/fdba34c1b257235dba2fff6ed4df1844390f85f6", "reference": "fdba34c1b257235dba2fff6ed4df1844390f85f6", "shasum": "" }, "require": { "laminas/laminas-eventmanager": "^2.6.2 || ^3.0", "laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-session": "self.version" }, "require-dev": { "container-interop/container-interop": "^1.1", "laminas/laminas-cache": "^2.6.1", "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-db": "^2.7", "laminas/laminas-http": "^2.5.4", "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3", "laminas/laminas-validator": "^2.6", "mongodb/mongodb": "^1.0.1", "php-mock/php-mock-phpunit": "^1.1.2 || ^2.0", "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20" }, "suggest": { "laminas/laminas-cache": "Laminas\\Cache component", "laminas/laminas-db": "Laminas\\Db component", "laminas/laminas-http": "Laminas\\Http component", "laminas/laminas-servicemanager": "Laminas\\ServiceManager component", "laminas/laminas-validator": "Laminas\\Validator component", "mongodb/mongodb": "If you want to use the MongoDB session save handler" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.9.x-dev", "dev-develop": "2.10.x-dev" }, "laminas": { "component": "Laminas\\Session", "config-provider": "Laminas\\Session\\ConfigProvider" } }, "autoload": { "psr-4": { "Laminas\\Session\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Object-oriented interface to PHP sessions and storage", "homepage": "https://laminas.dev", "keywords": [ "laminas", "session" ], "time": "2020-03-06T09:44:45+00:00" }, { "name": "laminas/laminas-stdlib", "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-stdlib.git", "reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/2b18347625a2f06a1a485acfbc870f699dbe51c6", "reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-stdlib": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "phpbench/phpbench": "^0.13", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2.x-dev", "dev-develop": "3.3.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Stdlib\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "SPL extensions, array utilities, error handlers, and more", "homepage": "https://laminas.dev", "keywords": [ "laminas", "stdlib" ], "time": "2019-12-31T17:51:15+00:00" }, { "name": "laminas/laminas-text", "version": "2.7.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-text.git", "reference": "3601b5eacb06ed0a12f658df860cc0f9613cf4db" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-text/zipball/3601b5eacb06ed0a12f658df860cc0f9613cf4db", "reference": "3601b5eacb06ed0a12f658df860cc0f9613cf4db", "shasum": "" }, "require": { "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3", "laminas/laminas-stdlib": "^2.7 || ^3.0", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-text": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-config": "^2.6", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7.x-dev", "dev-develop": "2.8.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Text\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Create FIGlets and text-based tables", "homepage": "https://laminas.dev", "keywords": [ "laminas", "text" ], "time": "2019-12-31T17:54:52+00:00" }, { "name": "laminas/laminas-uri", "version": "2.7.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-uri.git", "reference": "6be8ce19622f359b048ce4faebf1aa1bca73a7ff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-uri/zipball/6be8ce19622f359b048ce4faebf1aa1bca73a7ff", "reference": "6be8ce19622f359b048ce4faebf1aa1bca73a7ff", "shasum": "" }, "require": { "laminas/laminas-escaper": "^2.5", "laminas/laminas-validator": "^2.10", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-uri": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7.x-dev", "dev-develop": "2.8.x-dev" } }, "autoload": { "psr-4": { "Laminas\\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://laminas.dev", "keywords": [ "laminas", "uri" ], "time": "2019-12-31T17:56:00+00:00" }, { "name": "laminas/laminas-validator", "version": "2.13.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-validator.git", "reference": "36702f033486bf1953e254f5299aad205302e79d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/36702f033486bf1953e254f5299aad205302e79d", "reference": "36702f033486bf1953e254f5299aad205302e79d", "shasum": "" }, "require": { "container-interop/container-interop": "^1.1", "laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^7.1" }, "replace": { "zendframework/zend-validator": "self.version" }, "require-dev": { "laminas/laminas-cache": "^2.6.1", "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-config": "^2.6", "laminas/laminas-db": "^2.7", "laminas/laminas-filter": "^2.6", "laminas/laminas-http": "^2.5.4", "laminas/laminas-i18n": "^2.6", "laminas/laminas-math": "^2.6", "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3", "laminas/laminas-session": "^2.8", "laminas/laminas-uri": "^2.5", "phpunit/phpunit": "^7.5.20 || ^8.5.2", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0" }, "suggest": { "laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator", "laminas/laminas-filter": "Laminas\\Filter component, required by the Digits validator", "laminas/laminas-i18n": "Laminas\\I18n component to allow translation of validation error messages", "laminas/laminas-i18n-resources": "Translations of validator messages", "laminas/laminas-math": "Laminas\\Math component, required by the Csrf validator", "laminas/laminas-servicemanager": "Laminas\\ServiceManager component to allow using the ValidatorPluginManager and validator chains", "laminas/laminas-session": "Laminas\\Session component, ^2.8; required by the Csrf validator", "laminas/laminas-uri": "Laminas\\Uri component, required by the Uri and Sitemap\\Loc validators", "psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.13.x-dev", "dev-develop": "2.14.x-dev" }, "laminas": { "component": "Laminas\\Validator", "config-provider": "Laminas\\Validator\\ConfigProvider" } }, "autoload": { "psr-4": { "Laminas\\Validator\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria", "homepage": "https://laminas.dev", "keywords": [ "laminas", "validator" ], "time": "2020-01-15T09:59:30+00:00" }, { "name": "laminas/laminas-view", "version": "2.11.4", "source": { "type": "git", "url": "https://github.com/laminas/laminas-view.git", "reference": "3bbb2e94287383604c898284a18d2d06cf17301e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-view/zipball/3bbb2e94287383604c898284a18d2d06cf17301e", "reference": "3bbb2e94287383604c898284a18d2d06cf17301e", "shasum": "" }, "require": { "laminas/laminas-eventmanager": "^2.6.2 || ^3.0", "laminas/laminas-json": "^2.6.1 || ^3.0", "laminas/laminas-loader": "^2.5", "laminas/laminas-stdlib": "^2.7 || ^3.0", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-view": "self.version" }, "require-dev": { "laminas/laminas-authentication": "^2.5", "laminas/laminas-cache": "^2.6.1", "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-config": "^2.6", "laminas/laminas-console": "^2.6", "laminas/laminas-escaper": "^2.5", "laminas/laminas-feed": "^2.7", "laminas/laminas-filter": "^2.6.1", "laminas/laminas-http": "^2.5.4", "laminas/laminas-i18n": "^2.6", "laminas/laminas-log": "^2.7", "laminas/laminas-modulemanager": "^2.7.1", "laminas/laminas-mvc": "^2.7.14 || ^3.0", "laminas/laminas-navigation": "^2.5", "laminas/laminas-paginator": "^2.5", "laminas/laminas-permissions-acl": "^2.6", "laminas/laminas-router": "^3.0.1", "laminas/laminas-serializer": "^2.6.1", "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3", "laminas/laminas-session": "^2.8.1", "laminas/laminas-uri": "^2.5", "phpunit/phpunit": "^5.7.15 || ^6.0.8" }, "suggest": { "laminas/laminas-authentication": "Laminas\\Authentication component", "laminas/laminas-escaper": "Laminas\\Escaper component", "laminas/laminas-feed": "Laminas\\Feed component", "laminas/laminas-filter": "Laminas\\Filter component", "laminas/laminas-http": "Laminas\\Http component", "laminas/laminas-i18n": "Laminas\\I18n component", "laminas/laminas-mvc": "Laminas\\Mvc component", "laminas/laminas-mvc-plugin-flashmessenger": "laminas-mvc-plugin-flashmessenger component, if you want to use the FlashMessenger view helper with laminas-mvc versions 3 and up", "laminas/laminas-navigation": "Laminas\\Navigation component", "laminas/laminas-paginator": "Laminas\\Paginator component", "laminas/laminas-permissions-acl": "Laminas\\Permissions\\Acl component", "laminas/laminas-servicemanager": "Laminas\\ServiceManager component", "laminas/laminas-uri": "Laminas\\Uri component" }, "bin": [ "bin/templatemap_generator.php" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.11.x-dev", "dev-develop": "2.12.x-dev" } }, "autoload": { "psr-4": { "Laminas\\View\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Flexible view layer supporting and providing multiple view layers, helpers, and more", "homepage": "https://laminas.dev", "keywords": [ "laminas", "view" ], "time": "2019-12-31T18:03:30+00:00" }, { "name": "laminas/laminas-zendframework-bridge", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-zendframework-bridge.git", "reference": "0fb9675b84a1666ab45182b6c5b29956921e818d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/0fb9675b84a1666ab45182b6c5b29956921e818d", "reference": "0fb9675b84a1666ab45182b6c5b29956921e818d", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1", "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev", "dev-develop": "1.1.x-dev" }, "laminas": { "module": "Laminas\\ZendFrameworkBridge" } }, "autoload": { "files": [ "src/autoload.php" ], "psr-4": { "Laminas\\ZendFrameworkBridge\\": "src//" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Alias legacy ZF class names to Laminas Project equivalents.", "keywords": [ "ZendFramework", "autoloading", "laminas", "zf" ], "time": "2020-01-07T22:58:31+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-factory", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", "shasum": "" }, "require": { "php": ">=7.0.0", "psr/http-message": "^1.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 interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", "http", "message", "psr", "psr-17", "psr-7", "request", "response" ], "time": "2019-04-30T12:38:16+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.1.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801", "reference": "446d54b4cb6bf489fc9d75f55843658e6f25d801", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.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": "2019-11-01T11:05:21+00:00" } ], "packages-dev": [ { "name": "doctrine/instantiator", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", "reference": "ae466f726242e637cebdd526a7d991b9433bacf1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1", "reference": "ae466f726242e637cebdd526a7d991b9433bacf1", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { "doctrine/coding-standard": "^6.0", "ext-pdo": "*", "ext-phar": "*", "phpbench/phpbench": "^0.13", "phpstan/phpstan-phpunit": "^0.11", "phpstan/phpstan-shim": "^0.11", "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.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://www.doctrine-project.org/projects/instantiator.html", "keywords": [ "constructor", "instantiate" ], "time": "2019-10-21T16:45:58+00:00" }, { "name": "laminas/laminas-developer-tools", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-developer-tools.git", "reference": "2fc2018e2a218bd5ec2c5e7c9df89d1a8fd033c2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-developer-tools/zipball/2fc2018e2a218bd5ec2c5e7c9df89d1a8fd033c2", "reference": "2fc2018e2a218bd5ec2c5e7c9df89d1a8fd033c2", "shasum": "" }, "require": { "laminas/laminas-eventmanager": "^2.6.2 || ^3.0", "laminas/laminas-modulemanager": "^2.7", "laminas/laminas-mvc": "^2.7 || ^3.0.1", "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3", "laminas/laminas-stdlib": "^2.7 || ^3.0", "laminas/laminas-view": "^2.6", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0", "symfony/var-dumper": "^3.4.36 || ^4.4.1 || ^5.0.1" }, "replace": { "zendframework/zend-developer-tools": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "phpunit/phpunit": "^5.7.25 || ^6.4.4 || ^7.1" }, "suggest": { "aist/aist-git-tools": "Show you information about current GIT repository", "bjyoungblood/bjy-profiler": "Version: dev-master, allows the usage of the (Laminas) Db collector.", "doctrine/doctrine-orm-module": "Profile DoctrineORM queries", "jhuet/zdt-logger-module": "Show you log data from Laminas\\Log", "ocramius/ocra-service-manager": "OcraServiceManager can help you track dependencies within your application.", "san/san-session-toolbar": "SanSessionToolbar can help you see current Laminas\\Session data you're using within your application.", "snapshotpl/api-tools-snap-event-debugger": "ZfSnapEventDebugger can help you debug events from Laminas\\EventManager" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev", "dev-develop": "2.0.x-dev" }, "laminas": { "module": "Laminas\\DeveloperTools" } }, "autoload": { "psr-4": { "Laminas\\DeveloperTools\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Module for developer and debug tools for use with laminas-mvc applications.", "homepage": "https://laminas.dev", "keywords": [ "debug", "developer", "laminas", "module" ], "time": "2019-12-31T16:40:01+00:00" }, { "name": "laminas/laminas-dom", "version": "2.7.2", "source": { "type": "git", "url": "https://github.com/laminas/laminas-dom.git", "reference": "631fa74ae6f68e9019b73512f1b3b139d43f3572" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-dom/zipball/631fa74ae6f68e9019b73512f1b3b139d43f3572", "reference": "631fa74ae6f68e9019b73512f1b3b139d43f3572", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-dom": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "phpunit/phpunit": "^5.7.23 || ^6.4.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7.x-dev", "dev-develop": "2.8.x-dev" } }, "autoload": { "psr-4": { "Laminas\\Dom\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides tools for working with DOM documents and structures", "homepage": "https://laminas.dev", "keywords": [ "dom", "laminas" ], "time": "2019-12-31T16:43:02+00:00" }, { "name": "laminas/laminas-test", "version": "3.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-test.git", "reference": "e2d0dec7872bbee214b9f2a9448e429d71b0e668" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-test/zipball/e2d0dec7872bbee214b9f2a9448e429d71b0e668", "reference": "e2d0dec7872bbee214b9f2a9448e429d71b0e668", "shasum": "" }, "require": { "laminas/laminas-console": "^2.6", "laminas/laminas-dom": "^2.6", "laminas/laminas-eventmanager": "^2.6.2 || ^3.0", "laminas/laminas-http": "^2.8.3", "laminas/laminas-mvc": "^3.0", "laminas/laminas-servicemanager": "^2.7.5 || ^3.0.3", "laminas/laminas-stdlib": "^2.7 || ^3.0", "laminas/laminas-uri": "^2.5", "laminas/laminas-view": "^2.6.3", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0", "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" }, "replace": { "zendframework/zend-test": "self.version" }, "require-dev": { "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-i18n": "^2.6", "laminas/laminas-log": "^2.7.1", "laminas/laminas-modulemanager": "^2.7.1", "laminas/laminas-mvc-console": "^1.1.8", "laminas/laminas-mvc-plugin-flashmessenger": "^0.1.0", "laminas/laminas-serializer": "^2.6.1", "laminas/laminas-session": "^2.8.5", "laminas/laminas-validator": "^2.8", "mikey179/vfsstream": "~1.2" }, "suggest": { "laminas/laminas-mvc-console": "^1.1.8, to test MVC <-> console integration" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4.x-dev", "dev-develop": "3.5.x-dev" } }, "autoload": { "files": [ "autoload/phpunit-class-aliases.php" ], "psr-4": { "Laminas\\Test\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Tools to facilitate unit testing of laminas-mvc applications", "homepage": "https://laminas.dev", "keywords": [ "laminas", "test" ], "time": "2020-02-07T16:14:56+00:00" }, { "name": "myclabs/deep-copy", "version": "1.9.5", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/b2c28789e80a97badd14145fda39b545d83ca3ef", "reference": "b2c28789e80a97badd14145fda39b545d83ca3ef", "shasum": "" }, "require": { "php": "^7.1" }, "replace": { "myclabs/deep-copy": "self.version" }, "require-dev": { "doctrine/collections": "^1.0", "doctrine/common": "^2.6", "phpunit/phpunit": "^7.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": "2020-01-17T21:11:47+00:00" }, { "name": "phar-io/manifest", "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/phar-io/manifest.git", "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4", "shasum": "" }, "require": { "ext-dom": "*", "ext-phar": "*", "phar-io/version": "^2.0", "php": "^5.6 || ^7.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": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" }, { "name": "Sebastian Heuer", "email": "sebastian@phpeople.de", "role": "Developer" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "Developer" } ], "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", "time": "2018-07-08T19:23:20+00:00" }, { "name": "phar-io/version", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/phar-io/version.git", "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6", "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" }, { "name": "Sebastian Heuer", "email": "sebastian@phpeople.de", "role": "Developer" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "Developer" } ], "description": "Library for handling version information and constraints", "time": "2018-07-08T19:19:57+00:00" }, { "name": "phpdocumentor/reflection-common", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionCommon.git", "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a", "reference": "63a995caa1ca9e5590304cd845c15ad6d482a62a", "shasum": "" }, "require": { "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "~6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.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": "2018-08-07T13:53:10+00:00" }, { "name": "phpdocumentor/reflection-docblock", "version": "4.3.4", "source": { "type": "git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c", "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c", "shasum": "" }, "require": { "php": "^7.0", "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0", "phpdocumentor/type-resolver": "~0.4 || ^1.0.0", "webmozart/assert": "^1.0" }, "require-dev": { "doctrine/instantiator": "^1.0.5", "mockery/mockery": "^1.0", "phpdocumentor/type-resolver": "0.4.*", "phpunit/phpunit": "^6.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.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" } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "time": "2019-12-28T18:55:12+00:00" }, { "name": "phpdocumentor/type-resolver", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9", "reference": "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9", "shasum": "" }, "require": { "php": "^7.1", "phpdocumentor/reflection-common": "^2.0" }, "require-dev": { "ext-tokenizer": "^7.1", "mockery/mockery": "~1", "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.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" } ], "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "time": "2019-08-22T18:11:29+00:00" }, { "name": "phpspec/prophecy", "version": "v1.10.3", "source": { "type": "git", "url": "https://github.com/phpspec/prophecy.git", "reference": "451c3cd1418cf640de218914901e51b064abb093" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpspec/prophecy/zipball/451c3cd1418cf640de218914901e51b064abb093", "reference": "451c3cd1418cf640de218914901e51b064abb093", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.2", "php": "^5.3|^7.0", "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0|^5.0", "sebastian/comparator": "^1.2.3|^2.0|^3.0|^4.0", "sebastian/recursion-context": "^1.0|^2.0|^3.0|^4.0" }, "require-dev": { "phpspec/phpspec": "^2.5 || ^3.2", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.10.x-dev" } }, "autoload": { "psr-4": { "Prophecy\\": "src/Prophecy" } }, "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": "2020-03-05T15:02:03+00:00" }, { "name": "phpunit/php-code-coverage", "version": "6.1.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d", "shasum": "" }, "require": { "ext-dom": "*", "ext-xmlwriter": "*", "php": "^7.1", "phpunit/php-file-iterator": "^2.0", "phpunit/php-text-template": "^1.2.1", "phpunit/php-token-stream": "^3.0", "sebastian/code-unit-reverse-lookup": "^1.0.1", "sebastian/environment": "^3.1 || ^4.0", "sebastian/version": "^2.0.1", "theseer/tokenizer": "^1.1" }, "require-dev": { "phpunit/phpunit": "^7.0" }, "suggest": { "ext-xdebug": "^2.6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "6.1-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 provides collection, processing, and rendering functionality for PHP code coverage information.", "homepage": "https://github.com/sebastianbergmann/php-code-coverage", "keywords": [ "coverage", "testing", "xunit" ], "time": "2018-10-31T16:06:48+00:00" }, { "name": "phpunit/php-file-iterator", "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", "reference": "050bedf145a257b1ff02746c31894800e5122946" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946", "reference": "050bedf145a257b1ff02746c31894800e5122946", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { "phpunit/phpunit": "^7.1" }, "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": "FilterIterator implementation that filters files based on a list of suffixes.", "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", "keywords": [ "filesystem", "iterator" ], "time": "2018-09-13T20:33:42+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": "2.1.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", "reference": "1038454804406b0b5f5f520358e78c1c2f71501e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e", "reference": "1038454804406b0b5f5f520358e78c1c2f71501e", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.1-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": "Utility class for timing", "homepage": "https://github.com/sebastianbergmann/php-timer/", "keywords": [ "timer" ], "time": "2019-06-07T04:22:29+00:00" }, { "name": "phpunit/php-token-stream", "version": "3.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/995192df77f63a59e47f025390d2d1fdf8f425ff", "reference": "995192df77f63a59e47f025390d2d1fdf8f425ff", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": "^7.1" }, "require-dev": { "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-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": "2019-09-17T06:23:10+00:00" }, { "name": "phpunit/phpunit", "version": "7.5.20", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", "reference": "9467db479d1b0487c99733bb1e7944d32deded2c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c", "reference": "9467db479d1b0487c99733bb1e7944d32deded2c", "shasum": "" }, "require": { "doctrine/instantiator": "^1.1", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-xml": "*", "myclabs/deep-copy": "^1.7", "phar-io/manifest": "^1.0.2", "phar-io/version": "^2.0", "php": "^7.1", "phpspec/prophecy": "^1.7", "phpunit/php-code-coverage": "^6.0.7", "phpunit/php-file-iterator": "^2.0.1", "phpunit/php-text-template": "^1.2.1", "phpunit/php-timer": "^2.1", "sebastian/comparator": "^3.0", "sebastian/diff": "^3.0", "sebastian/environment": "^4.0", "sebastian/exporter": "^3.1", "sebastian/global-state": "^2.0", "sebastian/object-enumerator": "^3.0.3", "sebastian/resource-operations": "^2.0", "sebastian/version": "^2.0.1" }, "conflict": { "phpunit/phpunit-mock-objects": "*" }, "require-dev": { "ext-pdo": "*" }, "suggest": { "ext-soap": "*", "ext-xdebug": "*", "phpunit/php-invoker": "^2.0" }, "bin": [ "phpunit" ], "type": "library", "extra": { "branch-alias": { "dev-master": "7.5-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": "2020-01-08T08:45:45+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": "3.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da", "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da", "shasum": "" }, "require": { "php": "^7.1", "sebastian/diff": "^3.0", "sebastian/exporter": "^3.1" }, "require-dev": { "phpunit/phpunit": "^7.1" }, "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": "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": "https://github.com/sebastianbergmann/comparator", "keywords": [ "comparator", "compare", "equality" ], "time": "2018-07-12T15:12:46+00:00" }, { "name": "sebastian/diff", "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29", "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { "phpunit/phpunit": "^7.5 || ^8.0", "symfony/process": "^2 || ^3.3 || ^4" }, "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": "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", "udiff", "unidiff", "unified diff" ], "time": "2019-02-04T06:01:07+00:00" }, { "name": "sebastian/environment", "version": "4.2.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/464c90d7bdf5ad4e8a6aea15c091fec0603d4368", "reference": "464c90d7bdf5ad4e8a6aea15c091fec0603d4368", "shasum": "" }, "require": { "php": "^7.1" }, "require-dev": { "phpunit/phpunit": "^7.5" }, "suggest": { "ext-posix": "*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.2-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": "2019-11-20T08:46:58+00:00" }, { "name": "sebastian/exporter", "version": "3.1.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/68609e1261d215ea5b21b7987539cbfbe156ec3e", "reference": "68609e1261d215ea5b21b7987539cbfbe156ec3e", "shasum": "" }, "require": { "php": "^7.0", "sebastian/recursion-context": "^3.0" }, "require-dev": { "ext-mbstring": "*", "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Volker Dusch", "email": "github@wallbash.com" }, { "name": "Adam Harvey", "email": "aharvey@php.net" }, { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "Provides the functionality to export PHP variables for visualization", "homepage": "http://www.github.com/sebastianbergmann/exporter", "keywords": [ "export", "exporter" ], "time": "2019-09-14T09:02:43+00:00" }, { "name": "sebastian/global-state", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4", "shasum": "" }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "suggest": { "ext-uopz": "*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.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": "2017-04-27T15:39:26+00:00" }, { "name": "sebastian/object-enumerator", "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5", "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5", "shasum": "" }, "require": { "php": "^7.0", "sebastian/object-reflector": "^1.1.1", "sebastian/recursion-context": "^3.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.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-08-03T12:35:26+00:00" }, { "name": "sebastian/object-reflector", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-reflector.git", "reference": "773f97c67f28de00d397be301821b06708fca0be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be", "reference": "773f97c67f28de00d397be301821b06708fca0be", "shasum": "" }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Allows reflection of object attributes, including inherited and non-public ones", "homepage": "https://github.com/sebastianbergmann/object-reflector/", "time": "2017-03-29T09:07:27+00:00" }, { "name": "sebastian/recursion-context", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8", "shasum": "" }, "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.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": "2017-03-03T06:23:57+00:00" }, { "name": "sebastian/resource-operations", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/resource-operations.git", "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9", "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9", "shasum": "" }, "require": { "php": "^7.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-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": "2018-10-04T04:07:39+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": "symfony/polyfill-ctype", "version": "v1.14.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/fbdeaec0df06cf3d51c93de80c7eb76e271f5a38", "reference": "fbdeaec0df06cf3d51c93de80c7eb76e271f5a38", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.14-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], "time": "2020-01-13T11:15:53+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.14.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/34094cfa9abe1f0f14f48f490772db7a775559f2", "reference": "34094cfa9abe1f0f14f48f490772db7a775559f2", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.14-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": "2020-01-13T11:15:53+00:00" }, { "name": "symfony/polyfill-php72", "version": "v1.14.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", "reference": "46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf", "reference": "46ecacf4751dd0dc81e4f6bf01dbf9da1dc1dadf", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.14-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": "2020-01-13T11:15:53+00:00" }, { "name": "symfony/var-dumper", "version": "v4.4.5", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", "reference": "2572839911702b0405479410ea7a1334bfab0b96" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/2572839911702b0405479410ea7a1334bfab0b96", "reference": "2572839911702b0405479410ea7a1334bfab0b96", "shasum": "" }, "require": { "php": "^7.1.3", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php72": "~1.5" }, "conflict": { "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", "symfony/console": "<3.4" }, "require-dev": { "ext-iconv": "*", "symfony/console": "^3.4|^4.0|^5.0", "symfony/process": "^4.4|^5.0", "twig/twig": "^1.34|^2.4|^3.0" }, "suggest": { "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", "ext-intl": "To show region name in time zone dump", "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" }, "bin": [ "Resources/bin/var-dump-server" ], "type": "library", "extra": { "branch-alias": { "dev-master": "4.4-dev" } }, "autoload": { "files": [ "Resources/functions/dump.php" ], "psr-4": { "Symfony\\Component\\VarDumper\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "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 mechanism for exploring and dumping PHP variables", "homepage": "https://symfony.com", "keywords": [ "debug", "dump" ], "time": "2020-02-24T13:10:00+00:00" }, { "name": "theseer/tokenizer", "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/theseer/tokenizer.git", "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9", "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9", "shasum": "" }, "require": { "ext-dom": "*", "ext-tokenizer": "*", "ext-xmlwriter": "*", "php": "^7.0" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Arne Blankerts", "email": "arne@blankerts.de", "role": "Developer" } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", "time": "2019-06-13T22:48:21+00:00" }, { "name": "webmozart/assert", "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/webmozart/assert.git", "reference": "aed98a490f9a8f78468232db345ab9cf606cf598" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozart/assert/zipball/aed98a490f9a8f78468232db345ab9cf606cf598", "reference": "aed98a490f9a8f78468232db345ab9cf606cf598", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0", "symfony/polyfill-ctype": "^1.8" }, "conflict": { "vimeo/psalm": "<3.6.0" }, "require-dev": { "phpunit/phpunit": "^4.8.36 || ^7.5.13" }, "type": "library", "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": "2020-02-14T12:15:55+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": "^7.1" }, "platform-dev": [] }