|
@@ -0,0 +1,4631 @@
|
|
|
+{
|
|
|
+ "_readme": [
|
|
|
+ "This file locks the dependencies of your project to a known state",
|
|
|
+ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
|
+ "This file is @generated automatically"
|
|
|
+ ],
|
|
|
+ "content-hash": "bdd54702aaf26a80357501abed1760a6",
|
|
|
+ "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",
|
|
|
+ "time": "2017-02-14T19:40:03+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "doctrine/instantiator",
|
|
|
+ "version": "1.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/doctrine/instantiator.git",
|
|
|
+ "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
|
|
|
+ "reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "athletic/athletic": "~0.1.8",
|
|
|
+ "ext-pdo": "*",
|
|
|
+ "ext-phar": "*",
|
|
|
+ "phpunit/phpunit": "^6.2.3",
|
|
|
+ "squizlabs/php_codesniffer": "^3.0.2"
|
|
|
+ },
|
|
|
+ "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": "[email protected]",
|
|
|
+ "homepage": "http://ocramius.github.com/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
|
|
+ "homepage": "https://github.com/doctrine/instantiator",
|
|
|
+ "keywords": [
|
|
|
+ "constructor",
|
|
|
+ "instantiate"
|
|
|
+ ],
|
|
|
+ "time": "2017-07-22T11:58:36+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "myclabs/deep-copy",
|
|
|
+ "version": "1.7.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/myclabs/DeepCopy.git",
|
|
|
+ "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
|
|
|
+ "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.6 || ^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/collections": "^1.0",
|
|
|
+ "doctrine/common": "^2.6",
|
|
|
+ "phpunit/phpunit": "^4.1"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "DeepCopy\\": "src/DeepCopy/"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "src/DeepCopy/deep_copy.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "description": "Create deep copies (clones) of your objects",
|
|
|
+ "keywords": [
|
|
|
+ "clone",
|
|
|
+ "copy",
|
|
|
+ "duplicate",
|
|
|
+ "object",
|
|
|
+ "object graph"
|
|
|
+ ],
|
|
|
+ "time": "2017-10-19T19:58:43+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpdocumentor/reflection-common",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
|
|
+ "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
|
|
+ "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.5"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.6"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "phpDocumentor\\Reflection\\": [
|
|
|
+ "src"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jaap van Otterdijk",
|
|
|
+ "email": "[email protected]"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
|
|
|
+ "homepage": "http://www.phpdoc.org",
|
|
|
+ "keywords": [
|
|
|
+ "FQSEN",
|
|
|
+ "phpDocumentor",
|
|
|
+ "phpdoc",
|
|
|
+ "reflection",
|
|
|
+ "static analysis"
|
|
|
+ ],
|
|
|
+ "time": "2017-09-11T18:02:19+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpdocumentor/reflection-docblock",
|
|
|
+ "version": "4.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
|
+ "reference": "94fd0001232e47129dd3504189fa1c7225010d08"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
|
|
|
+ "reference": "94fd0001232e47129dd3504189fa1c7225010d08",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.0",
|
|
|
+ "phpdocumentor/reflection-common": "^1.0.0",
|
|
|
+ "phpdocumentor/type-resolver": "^0.4.0",
|
|
|
+ "webmozart/assert": "^1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/instantiator": "~1.0.5",
|
|
|
+ "mockery/mockery": "^1.0",
|
|
|
+ "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": "[email protected]"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
|
|
+ "time": "2017-11-30T07:14:17+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpdocumentor/type-resolver",
|
|
|
+ "version": "0.4.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/phpDocumentor/TypeResolver.git",
|
|
|
+ "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
|
|
|
+ "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5 || ^7.0",
|
|
|
+ "phpdocumentor/reflection-common": "^1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mockery/mockery": "^0.9.4",
|
|
|
+ "phpunit/phpunit": "^5.2||^4.8.24"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "phpDocumentor\\Reflection\\": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Mike van Riel",
|
|
|
+ "email": "[email protected]"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2017-07-14T14:27:02+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpspec/prophecy",
|
|
|
+ "version": "1.7.5",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/phpspec/prophecy.git",
|
|
|
+ "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/phpspec/prophecy/zipball/dfd6be44111a7c41c2e884a336cc4f461b3b2401",
|
|
|
+ "reference": "dfd6be44111a7c41c2e884a336cc4f461b3b2401",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "doctrine/instantiator": "^1.0.2",
|
|
|
+ "php": "^5.3|^7.0",
|
|
|
+ "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
|
|
|
+ "sebastian/comparator": "^1.1|^2.0",
|
|
|
+ "sebastian/recursion-context": "^1.0|^2.0|^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpspec/phpspec": "^2.5|^3.2",
|
|
|
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.7.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "Prophecy\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Konstantin Kudryashov",
|
|
|
+ "email": "[email protected]",
|
|
|
+ "homepage": "http://everzet.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Marcello Duarte",
|
|
|
+ "email": "[email protected]"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Highly opinionated mocking framework for PHP 5.3+",
|
|
|
+ "homepage": "https://github.com/phpspec/prophecy",
|
|
|
+ "keywords": [
|
|
|
+ "Double",
|
|
|
+ "Dummy",
|
|
|
+ "fake",
|
|
|
+ "mock",
|
|
|
+ "spy",
|
|
|
+ "stub"
|
|
|
+ ],
|
|
|
+ "time": "2018-02-19T10:16:54+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpunit/php-code-coverage",
|
|
|
+ "version": "4.0.8",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
|
+ "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
|
|
|
+ "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-dom": "*",
|
|
|
+ "ext-xmlwriter": "*",
|
|
|
+ "php": "^5.6 || ^7.0",
|
|
|
+ "phpunit/php-file-iterator": "^1.3",
|
|
|
+ "phpunit/php-text-template": "^1.2",
|
|
|
+ "phpunit/php-token-stream": "^1.4.2 || ^2.0",
|
|
|
+ "sebastian/code-unit-reverse-lookup": "^1.0",
|
|
|
+ "sebastian/environment": "^1.3.2 || ^2.0",
|
|
|
+ "sebastian/version": "^1.0 || ^2.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-xdebug": "^2.1.4",
|
|
|
+ "phpunit/phpunit": "^5.7"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-xdebug": "^2.5.1"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "4.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
+ "email": "[email protected]",
|
|
|
+ "role": "lead"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
|
|
+ "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
|
|
+ "keywords": [
|
|
|
+ "coverage",
|
|
|
+ "testing",
|
|
|
+ "xunit"
|
|
|
+ ],
|
|
|
+ "time": "2017-04-02T07:44:40+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpunit/php-file-iterator",
|
|
|
+ "version": "1.4.5",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
|
|
+ "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
|
|
|
+ "reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.4.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
+ "email": "[email protected]",
|
|
|
+ "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": "2017-11-27T13:52:08+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": "[email protected]",
|
|
|
+ "role": "lead"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Simple template engine.",
|
|
|
+ "homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
|
|
+ "keywords": [
|
|
|
+ "template"
|
|
|
+ ],
|
|
|
+ "time": "2015-06-21T13:50:34+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpunit/php-timer",
|
|
|
+ "version": "1.0.9",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/php-timer.git",
|
|
|
+ "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
|
|
|
+ "reference": "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.3.3 || ^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
+ "email": "[email protected]",
|
|
|
+ "role": "lead"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Utility class for timing",
|
|
|
+ "homepage": "https://github.com/sebastianbergmann/php-timer/",
|
|
|
+ "keywords": [
|
|
|
+ "timer"
|
|
|
+ ],
|
|
|
+ "time": "2017-02-26T11:10:40+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpunit/php-token-stream",
|
|
|
+ "version": "2.0.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
|
|
+ "reference": "791198a2c6254db10131eecfe8c06670700904db"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
|
|
|
+ "reference": "791198a2c6254db10131eecfe8c06670700904db",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-tokenizer": "*",
|
|
|
+ "php": "^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^6.2.4"
|
|
|
+ },
|
|
|
+ "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": "[email protected]"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Wrapper around PHP's tokenizer extension.",
|
|
|
+ "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
|
|
|
+ "keywords": [
|
|
|
+ "tokenizer"
|
|
|
+ ],
|
|
|
+ "time": "2017-11-27T05:48:46+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpunit/phpunit",
|
|
|
+ "version": "5.7.27",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
|
+ "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
|
|
|
+ "reference": "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-dom": "*",
|
|
|
+ "ext-json": "*",
|
|
|
+ "ext-libxml": "*",
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "ext-xml": "*",
|
|
|
+ "myclabs/deep-copy": "~1.3",
|
|
|
+ "php": "^5.6 || ^7.0",
|
|
|
+ "phpspec/prophecy": "^1.6.2",
|
|
|
+ "phpunit/php-code-coverage": "^4.0.4",
|
|
|
+ "phpunit/php-file-iterator": "~1.4",
|
|
|
+ "phpunit/php-text-template": "~1.2",
|
|
|
+ "phpunit/php-timer": "^1.0.6",
|
|
|
+ "phpunit/phpunit-mock-objects": "^3.2",
|
|
|
+ "sebastian/comparator": "^1.2.4",
|
|
|
+ "sebastian/diff": "^1.4.3",
|
|
|
+ "sebastian/environment": "^1.3.4 || ^2.0",
|
|
|
+ "sebastian/exporter": "~2.0",
|
|
|
+ "sebastian/global-state": "^1.1",
|
|
|
+ "sebastian/object-enumerator": "~2.0",
|
|
|
+ "sebastian/resource-operations": "~1.0",
|
|
|
+ "sebastian/version": "^1.0.6|^2.0.1",
|
|
|
+ "symfony/yaml": "~2.1|~3.0|~4.0"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "phpdocumentor/reflection-docblock": "3.0.2"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-pdo": "*"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-xdebug": "*",
|
|
|
+ "phpunit/php-invoker": "~1.1"
|
|
|
+ },
|
|
|
+ "bin": [
|
|
|
+ "phpunit"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "5.7.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
+ "email": "[email protected]",
|
|
|
+ "role": "lead"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "The PHP Unit Testing framework.",
|
|
|
+ "homepage": "https://phpunit.de/",
|
|
|
+ "keywords": [
|
|
|
+ "phpunit",
|
|
|
+ "testing",
|
|
|
+ "xunit"
|
|
|
+ ],
|
|
|
+ "time": "2018-02-01T05:50:59+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "phpunit/phpunit-mock-objects",
|
|
|
+ "version": "3.4.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
|
|
|
+ "reference": "a23b761686d50a560cc56233b9ecf49597cc9118"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118",
|
|
|
+ "reference": "a23b761686d50a560cc56233b9ecf49597cc9118",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "doctrine/instantiator": "^1.0.2",
|
|
|
+ "php": "^5.6 || ^7.0",
|
|
|
+ "phpunit/php-text-template": "^1.2",
|
|
|
+ "sebastian/exporter": "^1.2 || ^2.0"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "phpunit/phpunit": "<5.4.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^5.4"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-soap": "*"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "3.2.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
+ "email": "[email protected]",
|
|
|
+ "role": "lead"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Mock Object library for PHPUnit",
|
|
|
+ "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
|
|
|
+ "keywords": [
|
|
|
+ "mock",
|
|
|
+ "xunit"
|
|
|
+ ],
|
|
|
+ "time": "2017-06-30T09:13:00+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/container",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/container.git",
|
|
|
+ "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
|
+ "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Container\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common Container Interface (PHP FIG PSR-11)",
|
|
|
+ "homepage": "https://github.com/php-fig/container",
|
|
|
+ "keywords": [
|
|
|
+ "PSR-11",
|
|
|
+ "container",
|
|
|
+ "container-interface",
|
|
|
+ "container-interop",
|
|
|
+ "psr"
|
|
|
+ ],
|
|
|
+ "time": "2017-02-14T16:28:37+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/http-message",
|
|
|
+ "version": "1.0.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/http-message.git",
|
|
|
+ "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
|
+ "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Http\\Message\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interface for HTTP messages",
|
|
|
+ "homepage": "https://github.com/php-fig/http-message",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "http-message",
|
|
|
+ "psr",
|
|
|
+ "psr-7",
|
|
|
+ "request",
|
|
|
+ "response"
|
|
|
+ ],
|
|
|
+ "time": "2016-08-06T14:39:51+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "psr/log",
|
|
|
+ "version": "1.0.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/php-fig/log.git",
|
|
|
+ "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
|
|
+ "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Psr\\Log\\": "Psr/Log/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "PHP-FIG",
|
|
|
+ "homepage": "http://www.php-fig.org/"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Common interface for logging libraries",
|
|
|
+ "homepage": "https://github.com/php-fig/log",
|
|
|
+ "keywords": [
|
|
|
+ "log",
|
|
|
+ "psr",
|
|
|
+ "psr-3"
|
|
|
+ ],
|
|
|
+ "time": "2016-10-10T12:19:37+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "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": "[email protected]"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Looks up which function or method a line of code belongs to",
|
|
|
+ "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
|
|
+ "time": "2017-03-04T06:30:41+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sebastian/comparator",
|
|
|
+ "version": "1.2.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/comparator.git",
|
|
|
+ "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
|
|
|
+ "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3",
|
|
|
+ "sebastian/diff": "~1.2",
|
|
|
+ "sebastian/exporter": "~1.2 || ~2.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~4.4"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.2.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jeff Welch",
|
|
|
+ "email": "[email protected]"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Volker Dusch",
|
|
|
+ "email": "[email protected]"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Bernhard Schussek",
|
|
|
+ "email": "[email protected]"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
+ "email": "[email protected]"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Provides the functionality to compare PHP values for equality",
|
|
|
+ "homepage": "http://www.github.com/sebastianbergmann/comparator",
|
|
|
+ "keywords": [
|
|
|
+ "comparator",
|
|
|
+ "compare",
|
|
|
+ "equality"
|
|
|
+ ],
|
|
|
+ "time": "2017-01-29T09:50:25+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sebastian/diff",
|
|
|
+ "version": "1.4.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/diff.git",
|
|
|
+ "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4",
|
|
|
+ "reference": "7f066a26a962dbe58ddea9f72a4e82874a3975a4",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.3.3 || ^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.4-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Kore Nordmann",
|
|
|
+ "email": "[email protected]"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
+ "email": "[email protected]"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Diff implementation",
|
|
|
+ "homepage": "https://github.com/sebastianbergmann/diff",
|
|
|
+ "keywords": [
|
|
|
+ "diff"
|
|
|
+ ],
|
|
|
+ "time": "2017-05-22T07:24:03+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sebastian/environment",
|
|
|
+ "version": "2.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/environment.git",
|
|
|
+ "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
|
|
|
+ "reference": "5795ffe5dc5b02460c3e34222fee8cbe245d8fac",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.6 || ^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^5.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
+ "email": "[email protected]"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Provides functionality to handle HHVM/PHP environments",
|
|
|
+ "homepage": "http://www.github.com/sebastianbergmann/environment",
|
|
|
+ "keywords": [
|
|
|
+ "Xdebug",
|
|
|
+ "environment",
|
|
|
+ "hhvm"
|
|
|
+ ],
|
|
|
+ "time": "2016-11-26T07:53:53+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sebastian/exporter",
|
|
|
+ "version": "2.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/exporter.git",
|
|
|
+ "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
|
|
|
+ "reference": "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3",
|
|
|
+ "sebastian/recursion-context": "~2.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-mbstring": "*",
|
|
|
+ "phpunit/phpunit": "~4.4"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jeff Welch",
|
|
|
+ "email": "[email protected]"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Volker Dusch",
|
|
|
+ "email": "[email protected]"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Bernhard Schussek",
|
|
|
+ "email": "[email protected]"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
+ "email": "[email protected]"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Adam Harvey",
|
|
|
+ "email": "[email protected]"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Provides the functionality to export PHP variables for visualization",
|
|
|
+ "homepage": "http://www.github.com/sebastianbergmann/exporter",
|
|
|
+ "keywords": [
|
|
|
+ "export",
|
|
|
+ "exporter"
|
|
|
+ ],
|
|
|
+ "time": "2016-11-19T08:54:04+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sebastian/global-state",
|
|
|
+ "version": "1.1.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/global-state.git",
|
|
|
+ "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
|
|
|
+ "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~4.2"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-uopz": "*"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
+ "email": "[email protected]"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Snapshotting of global state",
|
|
|
+ "homepage": "http://www.github.com/sebastianbergmann/global-state",
|
|
|
+ "keywords": [
|
|
|
+ "global state"
|
|
|
+ ],
|
|
|
+ "time": "2015-10-12T03:26:01+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sebastian/object-enumerator",
|
|
|
+ "version": "2.0.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
|
|
+ "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7",
|
|
|
+ "reference": "1311872ac850040a79c3c058bea3e22d0f09cbb7",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.6",
|
|
|
+ "sebastian/recursion-context": "~2.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
+ "email": "[email protected]"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
|
|
+ "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
|
|
+ "time": "2017-02-18T15:18:39+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sebastian/recursion-context",
|
|
|
+ "version": "2.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/recursion-context.git",
|
|
|
+ "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
|
|
|
+ "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~4.4"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Jeff Welch",
|
|
|
+ "email": "[email protected]"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
+ "email": "[email protected]"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Adam Harvey",
|
|
|
+ "email": "[email protected]"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Provides functionality to recursively process PHP variables",
|
|
|
+ "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
|
|
+ "time": "2016-11-19T07:33:16+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sebastian/resource-operations",
|
|
|
+ "version": "1.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/resource-operations.git",
|
|
|
+ "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
|
|
|
+ "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.6.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
+ "email": "[email protected]"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Provides a list of PHP built-in functions that operate on resources",
|
|
|
+ "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
|
|
+ "time": "2015-07-28T20:34:47+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "sebastian/version",
|
|
|
+ "version": "1.0.6",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/sebastianbergmann/version.git",
|
|
|
+ "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
|
|
|
+ "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Sebastian Bergmann",
|
|
|
+ "email": "[email protected]",
|
|
|
+ "role": "lead"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
|
|
+ "homepage": "https://github.com/sebastianbergmann/version",
|
|
|
+ "time": "2015-06-21T13:59:46+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "symfony/yaml",
|
|
|
+ "version": "v4.0.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/yaml.git",
|
|
|
+ "reference": "ffc60bda1d4a00ec0b32eeabf39dc017bf480028"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/ffc60bda1d4a00ec0b32eeabf39dc017bf480028",
|
|
|
+ "reference": "ffc60bda1d4a00ec0b32eeabf39dc017bf480028",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.1.3"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "symfony/console": "<3.4"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "symfony/console": "~3.4|~4.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "symfony/console": "For validating YAML files using the lint command"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "4.0-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Component\\Yaml\\": ""
|
|
|
+ },
|
|
|
+ "exclude-from-classmap": [
|
|
|
+ "/Tests/"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Fabien Potencier",
|
|
|
+ "email": "[email protected]"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony Yaml Component",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "time": "2018-01-21T19:06:11+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "webmozart/assert",
|
|
|
+ "version": "1.3.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/webmozart/assert.git",
|
|
|
+ "reference": "0df1908962e7a3071564e857d86874dad1ef204a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
|
|
|
+ "reference": "0df1908962e7a3071564e857d86874dad1ef204a",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.3.3 || ^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.6",
|
|
|
+ "sebastian/version": "^1.0.1"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.3-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Webmozart\\Assert\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Bernhard Schussek",
|
|
|
+ "email": "[email protected]"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Assertions to validate method input/output with nice error messages.",
|
|
|
+ "keywords": [
|
|
|
+ "assert",
|
|
|
+ "check",
|
|
|
+ "validate"
|
|
|
+ ],
|
|
|
+ "time": "2018-01-29T19:49:41+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-authentication",
|
|
|
+ "version": "2.5.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-authentication.git",
|
|
|
+ "reference": "1422dec160eb769c719cad2229847fcbf20a1405"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-authentication/zipball/1422dec160eb769c719cad2229847fcbf20a1405",
|
|
|
+ "reference": "1422dec160eb769c719cad2229847fcbf20a1405",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5 || ^7.0",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "fabpot/php-cs-fixer": "1.7.*",
|
|
|
+ "phpunit/phpunit": "~4.0",
|
|
|
+ "zendframework/zend-crypt": "^2.6",
|
|
|
+ "zendframework/zend-db": "^2.7",
|
|
|
+ "zendframework/zend-http": "^2.5.4",
|
|
|
+ "zendframework/zend-ldap": "^2.6",
|
|
|
+ "zendframework/zend-session": "^2.6.2",
|
|
|
+ "zendframework/zend-uri": "^2.5",
|
|
|
+ "zendframework/zend-validator": "^2.6"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-crypt": "Zend\\Crypt component",
|
|
|
+ "zendframework/zend-db": "Zend\\Db component",
|
|
|
+ "zendframework/zend-http": "Zend\\Http component",
|
|
|
+ "zendframework/zend-ldap": "Zend\\Ldap component",
|
|
|
+ "zendframework/zend-session": "Zend\\Session component",
|
|
|
+ "zendframework/zend-uri": "Zend\\Uri component",
|
|
|
+ "zendframework/zend-validator": "Zend\\Validator component"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.5-dev",
|
|
|
+ "dev-develop": "2.6-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\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://github.com/zendframework/zend-authentication",
|
|
|
+ "keywords": [
|
|
|
+ "Authentication",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2016-02-28T15:02:34+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-barcode",
|
|
|
+ "version": "2.7.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-barcode.git",
|
|
|
+ "reference": "50f24f604ef2172a0127efe91e786bc2caf2e8cf"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-barcode/zipball/50f24f604ef2172a0127efe91e786bc2caf2e8cf",
|
|
|
+ "reference": "50f24f604ef2172a0127efe91e786bc2caf2e8cf",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.6 || ^7.0",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
|
|
|
+ "zendframework/zend-stdlib": "^2.7.7 || ^3.1",
|
|
|
+ "zendframework/zend-validator": "^2.10.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^5.7.23 || ^6.4.3",
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0",
|
|
|
+ "zendframework/zend-config": "^2.6 || ^3.1",
|
|
|
+ "zendframework/zendpdf": "^2.0.2"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zendpdf": "ZendPdf component"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.7.x-dev",
|
|
|
+ "dev-develop": "2.8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Barcode\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "provides a generic way to generate barcodes",
|
|
|
+ "keywords": [
|
|
|
+ "ZendFramework",
|
|
|
+ "barcode",
|
|
|
+ "zf"
|
|
|
+ ],
|
|
|
+ "time": "2017-12-11T15:30:02+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-cache",
|
|
|
+ "version": "2.7.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-cache.git",
|
|
|
+ "reference": "c98331b96d3b9d9b24cf32d02660602edb34d039"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-cache/zipball/c98331b96d3b9d9b24cf32d02660602edb34d039",
|
|
|
+ "reference": "c98331b96d3b9d9b24cf32d02660602edb34d039",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5 || ^7.0",
|
|
|
+ "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpbench/phpbench": "^0.10.0",
|
|
|
+ "phpunit/phpunit": "^4.8",
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0",
|
|
|
+ "zendframework/zend-serializer": "^2.6",
|
|
|
+ "zendframework/zend-session": "^2.6.2"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-apc": "APC or compatible extension, to use the APC storage adapter",
|
|
|
+ "ext-apcu": "APCU >= 5.1.0, to use the APCu storage adapter",
|
|
|
+ "ext-dba": "DBA, to use the DBA storage adapter",
|
|
|
+ "ext-memcache": "Memcache >= 2.0.0 to use the Memcache storage adapter",
|
|
|
+ "ext-memcached": "Memcached >= 1.0.0 to use the Memcached storage adapter",
|
|
|
+ "ext-mongo": "Mongo, to use MongoDb storage adapter",
|
|
|
+ "ext-redis": "Redis, to use Redis storage adapter",
|
|
|
+ "ext-wincache": "WinCache, to use the WinCache storage adapter",
|
|
|
+ "ext-xcache": "XCache, to use the XCache storage adapter",
|
|
|
+ "mongofill/mongofill": "Alternative to ext-mongo - a pure PHP implementation designed as a drop in replacement",
|
|
|
+ "zendframework/zend-serializer": "Zend\\Serializer component",
|
|
|
+ "zendframework/zend-session": "Zend\\Session component"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.7-dev",
|
|
|
+ "dev-develop": "2.8-dev"
|
|
|
+ },
|
|
|
+ "zf": {
|
|
|
+ "component": "Zend\\Cache",
|
|
|
+ "config-provider": "Zend\\Cache\\ConfigProvider"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Cache\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "provides a generic way to cache any data",
|
|
|
+ "homepage": "https://github.com/zendframework/zend-cache",
|
|
|
+ "keywords": [
|
|
|
+ "cache",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2016-12-16T11:35:47+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-captcha",
|
|
|
+ "version": "2.7.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-captcha.git",
|
|
|
+ "reference": "2d56293a5ae3e45e7c8ee7030aa8b305768d8014"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-captcha/zipball/2d56293a5ae3e45e7c8ee7030aa8b305768d8014",
|
|
|
+ "reference": "2d56293a5ae3e45e7c8ee7030aa8b305768d8014",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.6 || ^7.0",
|
|
|
+ "zendframework/zend-math": "^2.6 || ^3.0",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~4.8",
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0",
|
|
|
+ "zendframework/zend-session": "^2.6",
|
|
|
+ "zendframework/zend-text": "^2.6",
|
|
|
+ "zendframework/zend-validator": "^2.6",
|
|
|
+ "zendframework/zendservice-recaptcha": "^3.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-i18n-resources": "Translations of captcha messages",
|
|
|
+ "zendframework/zend-session": "Zend\\Session component",
|
|
|
+ "zendframework/zend-text": "Zend\\Text component",
|
|
|
+ "zendframework/zend-validator": "Zend\\Validator component",
|
|
|
+ "zendframework/zendservice-recaptcha": "ZendService\\ReCaptcha component"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.7-dev",
|
|
|
+ "dev-develop": "2.8-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Captcha\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "homepage": "https://github.com/zendframework/zend-captcha",
|
|
|
+ "keywords": [
|
|
|
+ "captcha",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2017-02-23T08:09:44+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-code",
|
|
|
+ "version": "2.6.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-code.git",
|
|
|
+ "reference": "95033f061b083e16cdee60530ec260d7d628b887"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-code/zipball/95033f061b083e16cdee60530ec260d7d628b887",
|
|
|
+ "reference": "95033f061b083e16cdee60530ec260d7d628b887",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5 || 7.0.0 - 7.0.4 || ^7.0.6",
|
|
|
+ "zendframework/zend-eventmanager": "^2.6 || ^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/annotations": "~1.0",
|
|
|
+ "fabpot/php-cs-fixer": "1.7.*",
|
|
|
+ "phpunit/phpunit": "^4.8.21",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
|
|
|
+ "zendframework/zend-stdlib": "Zend\\Stdlib component"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.6-dev",
|
|
|
+ "dev-develop": "2.7-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Code\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "provides facilities to generate arbitrary code using an object oriented interface",
|
|
|
+ "homepage": "https://github.com/zendframework/zend-code",
|
|
|
+ "keywords": [
|
|
|
+ "code",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2016-04-20T17:26:42+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-config",
|
|
|
+ "version": "2.6.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-config.git",
|
|
|
+ "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-config/zipball/2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
|
|
|
+ "reference": "2920e877a9f6dca9fa8f6bd3b1ffc2e19bb1e30d",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5 || ^7.0",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "fabpot/php-cs-fixer": "1.7.*",
|
|
|
+ "phpunit/phpunit": "~4.0",
|
|
|
+ "zendframework/zend-filter": "^2.6",
|
|
|
+ "zendframework/zend-i18n": "^2.5",
|
|
|
+ "zendframework/zend-json": "^2.6.1",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-filter": "Zend\\Filter component",
|
|
|
+ "zendframework/zend-i18n": "Zend\\I18n component",
|
|
|
+ "zendframework/zend-json": "Zend\\Json to use the Json reader or writer classes",
|
|
|
+ "zendframework/zend-servicemanager": "Zend\\ServiceManager for use with the Config Factory to retrieve reader and writer instances"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.6-dev",
|
|
|
+ "dev-develop": "2.7-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Config\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "provides a nested object property based user interface for accessing this configuration data within application code",
|
|
|
+ "homepage": "https://github.com/zendframework/zend-config",
|
|
|
+ "keywords": [
|
|
|
+ "config",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2016-02-04T23:01:10+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-console",
|
|
|
+ "version": "2.7.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-console.git",
|
|
|
+ "reference": "e8aa08da83de3d265256c40ba45cd649115f0e18"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-console/zipball/e8aa08da83de3d265256c40ba45cd649115f0e18",
|
|
|
+ "reference": "e8aa08da83de3d265256c40ba45cd649115f0e18",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.6 || ^7.0",
|
|
|
+ "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^5.7.23 || ^6.4.3",
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0",
|
|
|
+ "zendframework/zend-filter": "^2.7.2",
|
|
|
+ "zendframework/zend-json": "^2.6 || ^3.0",
|
|
|
+ "zendframework/zend-validator": "^2.10.1"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-filter": "To support DefaultRouteMatcher usage",
|
|
|
+ "zendframework/zend-validator": "To support DefaultRouteMatcher usage"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.7.x-dev",
|
|
|
+ "dev-develop": "2.8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Console\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "Build console applications using getopt syntax or routing, complete with prompts",
|
|
|
+ "keywords": [
|
|
|
+ "ZendFramework",
|
|
|
+ "console",
|
|
|
+ "zf"
|
|
|
+ ],
|
|
|
+ "time": "2018-01-25T19:08:04+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-crypt",
|
|
|
+ "version": "2.6.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-crypt.git",
|
|
|
+ "reference": "1b2f5600bf6262904167116fa67b58ab1457036d"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-crypt/zipball/1b2f5600bf6262904167116fa67b58ab1457036d",
|
|
|
+ "reference": "1b2f5600bf6262904167116fa67b58ab1457036d",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "container-interop/container-interop": "~1.0",
|
|
|
+ "php": "^5.5 || ^7.0",
|
|
|
+ "zendframework/zend-math": "^2.6",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "fabpot/php-cs-fixer": "1.7.*",
|
|
|
+ "phpunit/phpunit": "~4.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-mcrypt": "Required for most features of Zend\\Crypt"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.6-dev",
|
|
|
+ "dev-develop": "2.7-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Crypt\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "homepage": "https://github.com/zendframework/zend-crypt",
|
|
|
+ "keywords": [
|
|
|
+ "crypt",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2016-02-03T23:46:30+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-db",
|
|
|
+ "version": "2.9.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-db.git",
|
|
|
+ "reference": "1651abb1b33fc8fbd2d78ff9e2abb526cc2cf666"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-db/zipball/1651abb1b33fc8fbd2d78ff9e2abb526cc2cf666",
|
|
|
+ "reference": "1651abb1b33fc8fbd2d78ff9e2abb526cc2cf666",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.6 || ^7.0",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^5.7.25 || ^6.4.4",
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0",
|
|
|
+ "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
|
|
|
+ "zendframework/zend-hydrator": "^1.1 || ^2.1",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-eventmanager": "Zend\\EventManager component",
|
|
|
+ "zendframework/zend-hydrator": "Zend\\Hydrator component for using HydratingResultSets",
|
|
|
+ "zendframework/zend-servicemanager": "Zend\\ServiceManager component"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.9-dev",
|
|
|
+ "dev-develop": "2.10-dev"
|
|
|
+ },
|
|
|
+ "zf": {
|
|
|
+ "component": "Zend\\Db",
|
|
|
+ "config-provider": "Zend\\Db\\ConfigProvider"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Db\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
|
|
|
+ "keywords": [
|
|
|
+ "ZendFramework",
|
|
|
+ "db",
|
|
|
+ "zf"
|
|
|
+ ],
|
|
|
+ "time": "2017-12-11T14:57:52+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-debug",
|
|
|
+ "version": "2.5.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-debug.git",
|
|
|
+ "reference": "b6f9df59155391ca683c479a0d758f66ef73b3b3"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-debug/zipball/b6f9df59155391ca683c479a0d758f66ef73b3b3",
|
|
|
+ "reference": "b6f9df59155391ca683c479a0d758f66ef73b3b3",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.23"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "fabpot/php-cs-fixer": "1.7.*",
|
|
|
+ "phpunit/phpunit": "~4.0",
|
|
|
+ "zendframework/zend-escaper": "2.*"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext/xdebug": "XDebug, for better backtrace output",
|
|
|
+ "zendframework/zend-escaper": "To support escaped output"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.5-dev",
|
|
|
+ "dev-develop": "2.6-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Debug\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "homepage": "https://github.com/zendframework/zend-debug",
|
|
|
+ "keywords": [
|
|
|
+ "debug",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2015-06-03T14:05:35+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-di",
|
|
|
+ "version": "2.6.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-di.git",
|
|
|
+ "reference": "1fd1ba85660b5a2718741b38639dc7c4c3194b37"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-di/zipball/1fd1ba85660b5a2718741b38639dc7c4c3194b37",
|
|
|
+ "reference": "1fd1ba85660b5a2718741b38639dc7c4c3194b37",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "container-interop/container-interop": "^1.1",
|
|
|
+ "php": "^5.5 || ^7.0",
|
|
|
+ "zendframework/zend-code": "^2.6 || ^3.0",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "fabpot/php-cs-fixer": "1.7.*",
|
|
|
+ "phpunit/phpunit": "~4.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.6-dev",
|
|
|
+ "dev-develop": "2.7-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Di\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "homepage": "https://github.com/zendframework/zend-di",
|
|
|
+ "keywords": [
|
|
|
+ "di",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2016-04-25T20:58:11+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-diactoros",
|
|
|
+ "version": "1.7.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-diactoros.git",
|
|
|
+ "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
|
|
|
+ "reference": "bf26aff803a11c5cc8eb7c4878a702c403ec67f1",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.6 || ^7.0",
|
|
|
+ "psr/http-message": "^1.0"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/http-message-implementation": "1.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "ext-dom": "*",
|
|
|
+ "ext-libxml": "*",
|
|
|
+ "phpunit/phpunit": "^5.7.16 || ^6.0.8",
|
|
|
+ "zendframework/zend-coding-standard": "~1.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.7.x-dev",
|
|
|
+ "dev-develop": "1.8.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Diactoros\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-2-Clause"
|
|
|
+ ],
|
|
|
+ "description": "PSR HTTP Message implementations",
|
|
|
+ "homepage": "https://github.com/zendframework/zend-diactoros",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "psr",
|
|
|
+ "psr-7"
|
|
|
+ ],
|
|
|
+ "time": "2018-02-26T15:44:50+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-dom",
|
|
|
+ "version": "2.6.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-dom.git",
|
|
|
+ "reference": "a9e145b2b52fe6de5a7a6b0ddb5c773c2c72d59e"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-dom/zipball/a9e145b2b52fe6de5a7a6b0ddb5c773c2c72d59e",
|
|
|
+ "reference": "a9e145b2b52fe6de5a7a6b0ddb5c773c2c72d59e",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.5"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "fabpot/php-cs-fixer": "1.7.*",
|
|
|
+ "phpunit/phpunit": "~4.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.5-dev",
|
|
|
+ "dev-develop": "2.6-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Dom\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "provides tools for working with DOM documents and structures",
|
|
|
+ "homepage": "https://github.com/zendframework/zend-dom",
|
|
|
+ "keywords": [
|
|
|
+ "dom",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2015-10-14T03:37:48+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-escaper",
|
|
|
+ "version": "2.5.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-escaper.git",
|
|
|
+ "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
|
|
|
+ "reference": "2dcd14b61a72d8b8e27d579c6344e12c26141d4e",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.5"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "fabpot/php-cs-fixer": "1.7.*",
|
|
|
+ "phpunit/phpunit": "~4.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.5-dev",
|
|
|
+ "dev-develop": "2.6-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Escaper\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "homepage": "https://github.com/zendframework/zend-escaper",
|
|
|
+ "keywords": [
|
|
|
+ "escaper",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2016-06-30T19:48:38+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-eventmanager",
|
|
|
+ "version": "2.6.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-eventmanager.git",
|
|
|
+ "reference": "d238c443220dce4b6396579c8ab2200ec25f9108"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-eventmanager/zipball/d238c443220dce4b6396579c8ab2200ec25f9108",
|
|
|
+ "reference": "d238c443220dce4b6396579c8ab2200ec25f9108",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5 || ^7.0",
|
|
|
+ "zendframework/zend-stdlib": "^2.7"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "athletic/athletic": "dev-master",
|
|
|
+ "fabpot/php-cs-fixer": "1.7.*",
|
|
|
+ "phpunit/phpunit": "~4.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-release-2.6": "2.6-dev",
|
|
|
+ "dev-master": "3.0-dev",
|
|
|
+ "dev-develop": "3.1-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\EventManager\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "homepage": "https://github.com/zendframework/zend-eventmanager",
|
|
|
+ "keywords": [
|
|
|
+ "eventmanager",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2017-12-12T17:48:56+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-feed",
|
|
|
+ "version": "2.9.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-feed.git",
|
|
|
+ "reference": "abe88686124d492e0a2a84656f15e5482bfbe030"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-feed/zipball/abe88686124d492e0a2a84656f15e5482bfbe030",
|
|
|
+ "reference": "abe88686124d492e0a2a84656f15e5482bfbe030",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.6 || ^7.0",
|
|
|
+ "zendframework/zend-escaper": "^2.5.2",
|
|
|
+ "zendframework/zend-stdlib": "^2.7.7 || ^3.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^5.7.23 || ^6.4.3",
|
|
|
+ "psr/http-message": "^1.0.1",
|
|
|
+ "zendframework/zend-cache": "^2.7.2",
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0",
|
|
|
+ "zendframework/zend-db": "^2.8.2",
|
|
|
+ "zendframework/zend-http": "^2.7",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.8 || ^3.3",
|
|
|
+ "zendframework/zend-validator": "^2.10.1"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Zend\\Feed\\Reader\\Http\\Psr7ResponseDecorator",
|
|
|
+ "zendframework/zend-cache": "Zend\\Cache component, for optionally caching feeds between requests",
|
|
|
+ "zendframework/zend-db": "Zend\\Db component, for use with PubSubHubbub",
|
|
|
+ "zendframework/zend-http": "Zend\\Http for PubSubHubbub, and optionally for use with Zend\\Feed\\Reader",
|
|
|
+ "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for easily extending ExtensionManager implementations",
|
|
|
+ "zendframework/zend-validator": "Zend\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.9-dev",
|
|
|
+ "dev-develop": "2.10-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Feed\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "provides functionality for consuming RSS and Atom feeds",
|
|
|
+ "keywords": [
|
|
|
+ "ZendFramework",
|
|
|
+ "feed",
|
|
|
+ "zf"
|
|
|
+ ],
|
|
|
+ "time": "2017-12-04T17:59:38+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-file",
|
|
|
+ "version": "2.7.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-file.git",
|
|
|
+ "reference": "888fd4852432ee61ffd48a66b6812387b4f83c02"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-file/zipball/888fd4852432ee61ffd48a66b6812387b4f83c02",
|
|
|
+ "reference": "888fd4852432ee61ffd48a66b6812387b4f83c02",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5 || ^7.0",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "fabpot/php-cs-fixer": "1.7.*",
|
|
|
+ "phpunit/phpunit": "~4.0",
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0",
|
|
|
+ "zendframework/zend-filter": "^2.6.1",
|
|
|
+ "zendframework/zend-i18n": "^2.6",
|
|
|
+ "zendframework/zend-progressbar": "^2.5.2",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
|
|
|
+ "zendframework/zend-session": "^2.6.2",
|
|
|
+ "zendframework/zend-validator": "^2.6"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-filter": "Zend\\Filter component",
|
|
|
+ "zendframework/zend-i18n": "Zend\\I18n component",
|
|
|
+ "zendframework/zend-validator": "Zend\\Validator component"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.7-dev",
|
|
|
+ "dev-develop": "2.8-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\File\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "homepage": "https://github.com/zendframework/zend-file",
|
|
|
+ "keywords": [
|
|
|
+ "file",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2017-01-11T17:07:45+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-filter",
|
|
|
+ "version": "2.7.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-filter.git",
|
|
|
+ "reference": "b8d0ff872f126631bf63a932e33aa2d22d467175"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-filter/zipball/b8d0ff872f126631bf63a932e33aa2d22d467175",
|
|
|
+ "reference": "b8d0ff872f126631bf63a932e33aa2d22d467175",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5 || ^7.0",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "pear/archive_tar": "^1.4",
|
|
|
+ "phpunit/phpunit": "^6.0.10 || ^5.7.17",
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0",
|
|
|
+ "zendframework/zend-crypt": "^2.6 || ^3.0",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
|
|
|
+ "zendframework/zend-uri": "^2.5"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-crypt": "Zend\\Crypt component, for encryption filters",
|
|
|
+ "zendframework/zend-i18n": "Zend\\I18n component for filters depending on i18n functionality",
|
|
|
+ "zendframework/zend-servicemanager": "Zend\\ServiceManager component, for using the filter chain functionality",
|
|
|
+ "zendframework/zend-uri": "Zend\\Uri component, for the UriNormalize filter"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.7-dev",
|
|
|
+ "dev-develop": "2.8-dev"
|
|
|
+ },
|
|
|
+ "zf": {
|
|
|
+ "component": "Zend\\Filter",
|
|
|
+ "config-provider": "Zend\\Filter\\ConfigProvider"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Filter\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "provides a set of commonly needed data filters",
|
|
|
+ "homepage": "https://github.com/zendframework/zend-filter",
|
|
|
+ "keywords": [
|
|
|
+ "filter",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2017-05-17T20:56:17+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-form",
|
|
|
+ "version": "2.11.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-form.git",
|
|
|
+ "reference": "b68a9f07d93381613b68817091d0505ca94d3363"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-form/zipball/b68a9f07d93381613b68817091d0505ca94d3363",
|
|
|
+ "reference": "b68a9f07d93381613b68817091d0505ca94d3363",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.6 || ^7.0",
|
|
|
+ "zendframework/zend-hydrator": "^1.1 || ^2.1",
|
|
|
+ "zendframework/zend-inputfilter": "^2.8",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/annotations": "~1.0",
|
|
|
+ "phpunit/phpunit": "^5.7.23 || ^6.5.3",
|
|
|
+ "zendframework/zend-cache": "^2.6.1",
|
|
|
+ "zendframework/zend-captcha": "^2.7.1",
|
|
|
+ "zendframework/zend-code": "^2.6 || ^3.0",
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0",
|
|
|
+ "zendframework/zend-escaper": "^2.5",
|
|
|
+ "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
|
|
|
+ "zendframework/zend-filter": "^2.6",
|
|
|
+ "zendframework/zend-i18n": "^2.6",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
|
|
|
+ "zendframework/zend-session": "^2.8.1",
|
|
|
+ "zendframework/zend-text": "^2.6",
|
|
|
+ "zendframework/zend-validator": "^2.6",
|
|
|
+ "zendframework/zend-view": "^2.6.2",
|
|
|
+ "zendframework/zendservice-recaptcha": "^3.0.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-captcha": "^2.7.1, required for using CAPTCHA form elements",
|
|
|
+ "zendframework/zend-code": "^2.6 || ^3.0, required to use zend-form annotations support",
|
|
|
+ "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, reuired for zend-form annotations support",
|
|
|
+ "zendframework/zend-i18n": "^2.6, required when using zend-form view helpers",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, required to use the form factories or provide services",
|
|
|
+ "zendframework/zend-view": "^2.6.2, required for using the zend-form view helpers",
|
|
|
+ "zendframework/zendservice-recaptcha": "in order to use the ReCaptcha form element"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.11.x-dev",
|
|
|
+ "dev-develop": "2.12.x-dev"
|
|
|
+ },
|
|
|
+ "zf": {
|
|
|
+ "component": "Zend\\Form",
|
|
|
+ "config-provider": "Zend\\Form\\ConfigProvider"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Form\\": "src/"
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "autoload/formElementManagerPolyfill.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "Validate and display simple and complex forms, casting forms to business objects and vice versa",
|
|
|
+ "keywords": [
|
|
|
+ "ZendFramework",
|
|
|
+ "form",
|
|
|
+ "zf"
|
|
|
+ ],
|
|
|
+ "time": "2017-12-06T21:09:08+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-http",
|
|
|
+ "version": "2.7.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-http.git",
|
|
|
+ "reference": "78aa510c0ea64bfb2aa234f50c4f232c9531acfa"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-http/zipball/78aa510c0ea64bfb2aa234f50c4f232c9531acfa",
|
|
|
+ "reference": "78aa510c0ea64bfb2aa234f50c4f232c9531acfa",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.6 || ^7.0",
|
|
|
+ "zendframework/zend-loader": "^2.5.1",
|
|
|
+ "zendframework/zend-stdlib": "^3.1 || ^2.7.7",
|
|
|
+ "zendframework/zend-uri": "^2.5.2",
|
|
|
+ "zendframework/zend-validator": "^2.10.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^6.4.1 || ^5.7.15",
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0",
|
|
|
+ "zendframework/zend-config": "^3.1 || ^2.6"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.7-dev",
|
|
|
+ "dev-develop": "2.8-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Http\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
|
|
|
+ "homepage": "https://github.com/zendframework/zend-http",
|
|
|
+ "keywords": [
|
|
|
+ "ZendFramework",
|
|
|
+ "http",
|
|
|
+ "http client",
|
|
|
+ "zend",
|
|
|
+ "zf"
|
|
|
+ ],
|
|
|
+ "time": "2017-10-13T12:06:24+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-hydrator",
|
|
|
+ "version": "1.1.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-hydrator.git",
|
|
|
+ "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-hydrator/zipball/22652e1661a5a10b3f564cf7824a2206cf5a4a65",
|
|
|
+ "reference": "22652e1661a5a10b3f564cf7824a2206cf5a4a65",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5 || ^7.0",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "~4.0",
|
|
|
+ "squizlabs/php_codesniffer": "^2.0@dev",
|
|
|
+ "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
|
|
|
+ "zendframework/zend-filter": "^2.6",
|
|
|
+ "zendframework/zend-inputfilter": "^2.6",
|
|
|
+ "zendframework/zend-serializer": "^2.6.1",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-eventmanager": "^2.6.2 || ^3.0, to support aggregate hydrator usage",
|
|
|
+ "zendframework/zend-filter": "^2.6, to support naming strategy hydrator usage",
|
|
|
+ "zendframework/zend-serializer": "^2.6.1, to use the SerializableStrategy",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to support hydrator plugin manager usage"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-release-1.0": "1.0-dev",
|
|
|
+ "dev-release-1.1": "1.1-dev",
|
|
|
+ "dev-master": "2.0-dev",
|
|
|
+ "dev-develop": "2.1-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Hydrator\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "homepage": "https://github.com/zendframework/zend-hydrator",
|
|
|
+ "keywords": [
|
|
|
+ "hydrator",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2016-02-18T22:38:26+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-i18n",
|
|
|
+ "version": "2.7.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-i18n.git",
|
|
|
+ "reference": "d3431e29cc00c2a1c6704e601d4371dbf24f6a31"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-i18n/zipball/d3431e29cc00c2a1c6704e601d4371dbf24f6a31",
|
|
|
+ "reference": "d3431e29cc00c2a1c6704e601d4371dbf24f6a31",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.0 || ^5.6",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^6.0.8 || ^5.7.15",
|
|
|
+ "zendframework/zend-cache": "^2.6.1",
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0",
|
|
|
+ "zendframework/zend-config": "^2.6",
|
|
|
+ "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
|
|
|
+ "zendframework/zend-filter": "^2.6.1",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
|
|
|
+ "zendframework/zend-validator": "^2.6",
|
|
|
+ "zendframework/zend-view": "^2.6.3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-intl": "Required for most features of Zend\\I18n; included in default builds of PHP",
|
|
|
+ "zendframework/zend-cache": "Zend\\Cache component",
|
|
|
+ "zendframework/zend-config": "Zend\\Config component",
|
|
|
+ "zendframework/zend-eventmanager": "You should install this package to use the events in the translator",
|
|
|
+ "zendframework/zend-filter": "You should install this package to use the provided filters",
|
|
|
+ "zendframework/zend-i18n-resources": "Translation resources",
|
|
|
+ "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
|
|
|
+ "zendframework/zend-validator": "You should install this package to use the provided validators",
|
|
|
+ "zendframework/zend-view": "You should install this package to use the provided view helpers"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.7-dev",
|
|
|
+ "dev-develop": "2.8-dev"
|
|
|
+ },
|
|
|
+ "zf": {
|
|
|
+ "component": "Zend\\I18n",
|
|
|
+ "config-provider": "Zend\\I18n\\ConfigProvider"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\I18n\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "homepage": "https://github.com/zendframework/zend-i18n",
|
|
|
+ "keywords": [
|
|
|
+ "i18n",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2017-05-17T17:00:12+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-i18n-resources",
|
|
|
+ "version": "2.5.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-i18n-resources.git",
|
|
|
+ "reference": "fe53e1c96654c4fc89975d14ed13ccbce6c08179"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-i18n-resources/zipball/fe53e1c96654c4fc89975d14ed13ccbce6c08179",
|
|
|
+ "reference": "fe53e1c96654c4fc89975d14ed13ccbce6c08179",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "classmap": [
|
|
|
+ "src/Resources.php"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "Provides validator translations for zend-i18n's Translator",
|
|
|
+ "keywords": [
|
|
|
+ "resources",
|
|
|
+ "translations",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2015-07-22T17:21:40+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-inputfilter",
|
|
|
+ "version": "2.8.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-inputfilter.git",
|
|
|
+ "reference": "55d1430db559e9781b147e73c2c0ce6635d8efe2"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-inputfilter/zipball/55d1430db559e9781b147e73c2c0ce6635d8efe2",
|
|
|
+ "reference": "55d1430db559e9781b147e73c2c0ce6635d8efe2",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.6 || ^7.0",
|
|
|
+ "zendframework/zend-filter": "^2.6",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.10 || ^3.3.1",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0",
|
|
|
+ "zendframework/zend-validator": "^2.10.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^5.7.23 || ^6.4.3",
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.8.x-dev",
|
|
|
+ "dev-develop": "2.9.x-dev"
|
|
|
+ },
|
|
|
+ "zf": {
|
|
|
+ "component": "Zend\\InputFilter",
|
|
|
+ "config-provider": "Zend\\InputFilter\\ConfigProvider"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\InputFilter\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "Normalize and validate input sets from the web, APIs, the CLI, and more, including files",
|
|
|
+ "keywords": [
|
|
|
+ "ZendFramework",
|
|
|
+ "inputfilter",
|
|
|
+ "zf"
|
|
|
+ ],
|
|
|
+ "time": "2018-01-22T19:41:18+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-json",
|
|
|
+ "version": "2.6.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-json.git",
|
|
|
+ "reference": "4c8705dbe4ad7d7e51b2876c5b9eea0ef916ba28"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-json/zipball/4c8705dbe4ad7d7e51b2876c5b9eea0ef916ba28",
|
|
|
+ "reference": "4c8705dbe4ad7d7e51b2876c5b9eea0ef916ba28",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5 || ^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "fabpot/php-cs-fixer": "1.7.*",
|
|
|
+ "phpunit/phpunit": "~4.0",
|
|
|
+ "zendframework/zend-http": "^2.5.4",
|
|
|
+ "zendframework/zend-server": "^2.6.1",
|
|
|
+ "zendframework/zend-stdlib": "^2.5 || ^3.0",
|
|
|
+ "zendframework/zendxml": "^1.0.2"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-http": "Zend\\Http component, required to use Zend\\Json\\Server",
|
|
|
+ "zendframework/zend-server": "Zend\\Server component, required to use Zend\\Json\\Server",
|
|
|
+ "zendframework/zend-stdlib": "Zend\\Stdlib component, for use with caching Zend\\Json\\Server responses",
|
|
|
+ "zendframework/zendxml": "To support Zend\\Json\\Json::fromXml() usage"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.6-dev",
|
|
|
+ "dev-develop": "2.7-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Json\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
|
|
|
+ "homepage": "https://github.com/zendframework/zend-json",
|
|
|
+ "keywords": [
|
|
|
+ "json",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2016-02-04T21:20:26+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-loader",
|
|
|
+ "version": "2.5.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-loader.git",
|
|
|
+ "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-loader/zipball/c5fd2f071bde071f4363def7dea8dec7393e135c",
|
|
|
+ "reference": "c5fd2f071bde071f4363def7dea8dec7393e135c",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.23"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "fabpot/php-cs-fixer": "1.7.*",
|
|
|
+ "phpunit/phpunit": "~4.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.5-dev",
|
|
|
+ "dev-develop": "2.6-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Loader\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "homepage": "https://github.com/zendframework/zend-loader",
|
|
|
+ "keywords": [
|
|
|
+ "loader",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2015-06-03T14:05:47+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-log",
|
|
|
+ "version": "2.9.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-log.git",
|
|
|
+ "reference": "bf7489578d092d6ff7508117d1d920a4764fbd6a"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-log/zipball/bf7489578d092d6ff7508117d1d920a4764fbd6a",
|
|
|
+ "reference": "bf7489578d092d6ff7508117d1d920a4764fbd6a",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.6 || ^7.0",
|
|
|
+ "psr/log": "^1.0",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "psr/log-implementation": "1.0.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "mikey179/vfsstream": "^1.6",
|
|
|
+ "phpunit/phpunit": "^5.7.15 || ^6.0.8",
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0",
|
|
|
+ "zendframework/zend-db": "^2.6",
|
|
|
+ "zendframework/zend-escaper": "^2.5",
|
|
|
+ "zendframework/zend-filter": "^2.5",
|
|
|
+ "zendframework/zend-mail": "^2.6.1",
|
|
|
+ "zendframework/zend-validator": "^2.6"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-mongo": "mongo extension to use Mongo writer",
|
|
|
+ "ext-mongodb": "mongodb extension to use MongoDB writer",
|
|
|
+ "zendframework/zend-console": "Zend\\Console component to use the RequestID log processor",
|
|
|
+ "zendframework/zend-db": "Zend\\Db component to use the database log writer",
|
|
|
+ "zendframework/zend-escaper": "Zend\\Escaper component, for use in the XML log formatter",
|
|
|
+ "zendframework/zend-mail": "Zend\\Mail component to use the email log writer",
|
|
|
+ "zendframework/zend-validator": "Zend\\Validator component to block invalid log messages"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.9-dev",
|
|
|
+ "dev-develop": "2.10-dev"
|
|
|
+ },
|
|
|
+ "zf": {
|
|
|
+ "component": "Zend\\Log",
|
|
|
+ "config-provider": "Zend\\Log\\ConfigProvider"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Log\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "component for general purpose logging",
|
|
|
+ "homepage": "https://github.com/zendframework/zend-log",
|
|
|
+ "keywords": [
|
|
|
+ "log",
|
|
|
+ "logging",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2017-05-17T16:03:26+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-mail",
|
|
|
+ "version": "2.8.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-mail.git",
|
|
|
+ "reference": "248230940ab1453b2a532a8fde76c5a6470d7aad"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-mail/zipball/248230940ab1453b2a532a8fde76c5a6470d7aad",
|
|
|
+ "reference": "248230940ab1453b2a532a8fde76c5a6470d7aad",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-iconv": "*",
|
|
|
+ "php": "^7.0 || ^5.6",
|
|
|
+ "zendframework/zend-loader": "^2.5",
|
|
|
+ "zendframework/zend-mime": "^2.5",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0",
|
|
|
+ "zendframework/zend-validator": "^2.6"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^6.0.8 || ^5.7.15",
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0",
|
|
|
+ "zendframework/zend-config": "^2.6",
|
|
|
+ "zendframework/zend-crypt": "^2.6",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-intl": "Handle IDN in AddressList hostnames",
|
|
|
+ "zendframework/zend-crypt": "Crammd5 support in SMTP Auth",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3 when using SMTP to deliver messages"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.8-dev",
|
|
|
+ "dev-develop": "2.9-dev"
|
|
|
+ },
|
|
|
+ "zf": {
|
|
|
+ "component": "Zend\\Mail",
|
|
|
+ "config-provider": "Zend\\Mail\\ConfigProvider"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Mail\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages",
|
|
|
+ "homepage": "https://github.com/zendframework/zend-mail",
|
|
|
+ "keywords": [
|
|
|
+ "mail",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2017-06-08T20:03:58+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-math",
|
|
|
+ "version": "2.7.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-math.git",
|
|
|
+ "reference": "f4358090d5d23973121f1ed0b376184b66d9edec"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-math/zipball/f4358090d5d23973121f1ed0b376184b66d9edec",
|
|
|
+ "reference": "f4358090d5d23973121f1ed0b376184b66d9edec",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5 || ^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "fabpot/php-cs-fixer": "1.7.*",
|
|
|
+ "ircmaxell/random-lib": "~1.1",
|
|
|
+ "phpunit/phpunit": "~4.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ext-bcmath": "If using the bcmath functionality",
|
|
|
+ "ext-gmp": "If using the gmp functionality",
|
|
|
+ "ircmaxell/random-lib": "Fallback random byte generator for Zend\\Math\\Rand if Mcrypt extensions is unavailable"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.7-dev",
|
|
|
+ "dev-develop": "2.8-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Math\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "homepage": "https://github.com/zendframework/zend-math",
|
|
|
+ "keywords": [
|
|
|
+ "math",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2016-04-07T16:29:53+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-memory",
|
|
|
+ "version": "2.5.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-memory.git",
|
|
|
+ "reference": "bbf8b9509660b2a97f2d6ccfefabffac3cca6a5c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-memory/zipball/bbf8b9509660b2a97f2d6ccfefabffac3cca6a5c",
|
|
|
+ "reference": "bbf8b9509660b2a97f2d6ccfefabffac3cca6a5c",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5 || ^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.8",
|
|
|
+ "squizlabs/php_codesniffer": "^2.3.1",
|
|
|
+ "zendframework/zend-cache": "^2.7"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-cache": "To support swapping memory objects into and out of non-memory cache storage"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.5-dev",
|
|
|
+ "dev-develop": "2.6-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Memory\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "homepage": "https://github.com/zendframework/zend-memory",
|
|
|
+ "keywords": [
|
|
|
+ "memory",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2016-05-11T14:49:42+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-mime",
|
|
|
+ "version": "2.7.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-mime.git",
|
|
|
+ "reference": "5db38e92f8a6c7c5e25c8afce6e2d0bd49340c5f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-mime/zipball/5db38e92f8a6c7c5e25c8afce6e2d0bd49340c5f",
|
|
|
+ "reference": "5db38e92f8a6c7c5e25c8afce6e2d0bd49340c5f",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.6 || ^7.0",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^5.7.21 || ^6.3",
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0",
|
|
|
+ "zendframework/zend-mail": "^2.6"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-mail": "Zend\\Mail component"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.7-dev",
|
|
|
+ "dev-develop": "2.8-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Mime\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "Create and parse MIME messages and parts",
|
|
|
+ "homepage": "https://github.com/zendframework/zend-mime",
|
|
|
+ "keywords": [
|
|
|
+ "ZendFramework",
|
|
|
+ "mime",
|
|
|
+ "zf"
|
|
|
+ ],
|
|
|
+ "time": "2017-11-28T15:02:22+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-modulemanager",
|
|
|
+ "version": "2.8.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-modulemanager.git",
|
|
|
+ "reference": "394df6e12248ac430a312d4693f793ee7120baa6"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-modulemanager/zipball/394df6e12248ac430a312d4693f793ee7120baa6",
|
|
|
+ "reference": "394df6e12248ac430a312d4693f793ee7120baa6",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.6 || ^7.0",
|
|
|
+ "zendframework/zend-config": "^3.1 || ^2.6",
|
|
|
+ "zendframework/zend-eventmanager": "^3.2 || ^2.6.3",
|
|
|
+ "zendframework/zend-stdlib": "^3.1 || ^2.7"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^6.0.8 || ^5.7.15",
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0",
|
|
|
+ "zendframework/zend-console": "^2.6",
|
|
|
+ "zendframework/zend-di": "^2.6",
|
|
|
+ "zendframework/zend-loader": "^2.5",
|
|
|
+ "zendframework/zend-mvc": "^3.0 || ^2.7",
|
|
|
+ "zendframework/zend-servicemanager": "^3.0.3 || ^2.7.5"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-console": "Zend\\Console component",
|
|
|
+ "zendframework/zend-loader": "Zend\\Loader component if you are not using Composer autoloading for your modules",
|
|
|
+ "zendframework/zend-mvc": "Zend\\Mvc component",
|
|
|
+ "zendframework/zend-servicemanager": "Zend\\ServiceManager component"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.7-dev",
|
|
|
+ "dev-develop": "2.8-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\ModuleManager\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "Modular application system for zend-mvc applications",
|
|
|
+ "homepage": "https://github.com/zendframework/zend-modulemanager",
|
|
|
+ "keywords": [
|
|
|
+ "ZendFramework",
|
|
|
+ "modulemanager",
|
|
|
+ "zf"
|
|
|
+ ],
|
|
|
+ "time": "2017-12-02T06:11:18+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-mvc",
|
|
|
+ "version": "2.7.13",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-mvc.git",
|
|
|
+ "reference": "9dcaaad145254d023d3cd3559bf29e430f2884b2"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-mvc/zipball/9dcaaad145254d023d3cd3559bf29e430f2884b2",
|
|
|
+ "reference": "9dcaaad145254d023d3cd3559bf29e430f2884b2",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "container-interop/container-interop": "^1.1",
|
|
|
+ "php": "^5.5 || ^7.0",
|
|
|
+ "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
|
|
|
+ "zendframework/zend-form": "^2.8.2",
|
|
|
+ "zendframework/zend-hydrator": "^1.1 || ^2.1",
|
|
|
+ "zendframework/zend-psr7bridge": "^0.2",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
|
|
|
+ "zendframework/zend-stdlib": "^2.7.5 || ^3.0"
|
|
|
+ },
|
|
|
+ "replace": {
|
|
|
+ "zendframework/zend-router": "^2.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "friendsofphp/php-cs-fixer": "1.7.*",
|
|
|
+ "phpunit/phpunit": "^4.5",
|
|
|
+ "sebastian/version": "^1.0.4",
|
|
|
+ "zendframework/zend-authentication": "^2.5.3",
|
|
|
+ "zendframework/zend-cache": "^2.6.1",
|
|
|
+ "zendframework/zend-console": "^2.6",
|
|
|
+ "zendframework/zend-di": "^2.6",
|
|
|
+ "zendframework/zend-filter": "^2.6.1",
|
|
|
+ "zendframework/zend-http": "^2.5.4",
|
|
|
+ "zendframework/zend-i18n": "^2.6",
|
|
|
+ "zendframework/zend-inputfilter": "^2.6",
|
|
|
+ "zendframework/zend-json": "^2.6.1",
|
|
|
+ "zendframework/zend-log": "^2.7.1",
|
|
|
+ "zendframework/zend-modulemanager": "^2.7.1",
|
|
|
+ "zendframework/zend-serializer": "^2.6.1",
|
|
|
+ "zendframework/zend-session": "^2.6.2",
|
|
|
+ "zendframework/zend-text": "^2.6",
|
|
|
+ "zendframework/zend-uri": "^2.5",
|
|
|
+ "zendframework/zend-validator": "^2.6",
|
|
|
+ "zendframework/zend-view": "^2.6.3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-authentication": "Zend\\Authentication component for Identity plugin",
|
|
|
+ "zendframework/zend-config": "Zend\\Config component",
|
|
|
+ "zendframework/zend-console": "Zend\\Console component",
|
|
|
+ "zendframework/zend-di": "Zend\\Di component",
|
|
|
+ "zendframework/zend-filter": "Zend\\Filter component",
|
|
|
+ "zendframework/zend-http": "Zend\\Http component",
|
|
|
+ "zendframework/zend-i18n": "Zend\\I18n component for translatable segments",
|
|
|
+ "zendframework/zend-inputfilter": "Zend\\Inputfilter component",
|
|
|
+ "zendframework/zend-json": "Zend\\Json component",
|
|
|
+ "zendframework/zend-log": "Zend\\Log component",
|
|
|
+ "zendframework/zend-modulemanager": "Zend\\ModuleManager component",
|
|
|
+ "zendframework/zend-serializer": "Zend\\Serializer component",
|
|
|
+ "zendframework/zend-servicemanager-di": "^1.0.1, if using zend-servicemanager v3 and requiring the zend-di integration",
|
|
|
+ "zendframework/zend-session": "Zend\\Session component for FlashMessenger, PRG, and FPRG plugins",
|
|
|
+ "zendframework/zend-text": "Zend\\Text component",
|
|
|
+ "zendframework/zend-uri": "Zend\\Uri component",
|
|
|
+ "zendframework/zend-validator": "Zend\\Validator component",
|
|
|
+ "zendframework/zend-view": "Zend\\View component"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.7-dev",
|
|
|
+ "dev-develop": "3.0-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Mvc\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "homepage": "https://github.com/zendframework/zend-mvc",
|
|
|
+ "keywords": [
|
|
|
+ "mvc",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2017-12-14T22:44:10+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-navigation",
|
|
|
+ "version": "2.8.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-navigation.git",
|
|
|
+ "reference": "bcf78525bcfdb7956a516f0a122e5b3fde649d97"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-navigation/zipball/bcf78525bcfdb7956a516f0a122e5b3fde649d97",
|
|
|
+ "reference": "bcf78525bcfdb7956a516f0a122e5b3fde649d97",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5 || ^7.0",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.6",
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0",
|
|
|
+ "zendframework/zend-config": "^2.6",
|
|
|
+ "zendframework/zend-console": "^2.6",
|
|
|
+ "zendframework/zend-http": "^2.5.4",
|
|
|
+ "zendframework/zend-i18n": "^2.6",
|
|
|
+ "zendframework/zend-log": "^2.7.1",
|
|
|
+ "zendframework/zend-mvc": "^2.7.9 || ^3.0",
|
|
|
+ "zendframework/zend-permissions-acl": "^2.6",
|
|
|
+ "zendframework/zend-router": "^3.0",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
|
|
|
+ "zendframework/zend-uri": "^2.5",
|
|
|
+ "zendframework/zend-view": "^2.6.5"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-config": "^2.6, to provide page configuration (optional, as arrays and Traversables are also allowed)",
|
|
|
+ "zendframework/zend-permissions-acl": "^2.6, to provide ACL-based access restrictions to pages",
|
|
|
+ "zendframework/zend-router": "^3.0, to use router-based URI generation with Mvc pages",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3, to use the navigation factories",
|
|
|
+ "zendframework/zend-view": "^2.6.5, to use the navigation view helpers"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.8-dev",
|
|
|
+ "dev-develop": "2.9-dev"
|
|
|
+ },
|
|
|
+ "zf": {
|
|
|
+ "component": "Zend\\Navigation",
|
|
|
+ "config-provider": "Zend\\Navigation\\ConfigProvider"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Navigation\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "provides support for managing trees of pointers to web pages",
|
|
|
+ "homepage": "https://github.com/zendframework/zend-navigation",
|
|
|
+ "keywords": [
|
|
|
+ "navigation",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2017-03-22T20:17:36+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-paginator",
|
|
|
+ "version": "2.8.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-paginator.git",
|
|
|
+ "reference": "fd58828c8280a90f133b9e0af2fe1a7885d47206"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-paginator/zipball/fd58828c8280a90f133b9e0af2fe1a7885d47206",
|
|
|
+ "reference": "fd58828c8280a90f133b9e0af2fe1a7885d47206",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.0 || ^5.6",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^6.2.1 || ^5.7.15",
|
|
|
+ "zendframework/zend-cache": "^2.6.1",
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0",
|
|
|
+ "zendframework/zend-config": "^2.6.0",
|
|
|
+ "zendframework/zend-db": "^2.9.2",
|
|
|
+ "zendframework/zend-filter": "^2.6.1",
|
|
|
+ "zendframework/zend-json": "^2.6.1",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
|
|
|
+ "zendframework/zend-view": "^2.6.3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-cache": "Zend\\Cache component to support cache features",
|
|
|
+ "zendframework/zend-db": "Zend\\Db component",
|
|
|
+ "zendframework/zend-filter": "Zend\\Filter component",
|
|
|
+ "zendframework/zend-json": "Zend\\Json component",
|
|
|
+ "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
|
|
|
+ "zendframework/zend-view": "Zend\\View component"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.8-dev",
|
|
|
+ "dev-develop": "2.9-dev"
|
|
|
+ },
|
|
|
+ "zf": {
|
|
|
+ "component": "Zend\\Paginator",
|
|
|
+ "config-provider": "Zend\\Paginator\\ConfigProvider"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Paginator\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "zend-paginator is a flexible component for paginating collections of data and presenting that data to users.",
|
|
|
+ "homepage": "https://github.com/zendframework/zend-paginator",
|
|
|
+ "keywords": [
|
|
|
+ "paginator",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2018-01-30T15:52:44+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-permissions-acl",
|
|
|
+ "version": "2.6.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-permissions-acl.git",
|
|
|
+ "reference": "843bbd9c6f6d20b84dd0ce6c815d10397e98082b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-permissions-acl/zipball/843bbd9c6f6d20b84dd0ce6c815d10397e98082b",
|
|
|
+ "reference": "843bbd9c6f6d20b84dd0ce6c815d10397e98082b",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5 || ^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "fabpot/php-cs-fixer": "1.7.*",
|
|
|
+ "phpunit/phpunit": "~4.0",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-servicemanager": "To support Zend\\Permissions\\Acl\\Assertion\\AssertionManager plugin manager usage"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.6-dev",
|
|
|
+ "dev-develop": "2.7-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Permissions\\Acl\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "provides a lightweight and flexible access control list (ACL) implementation for privileges management",
|
|
|
+ "homepage": "https://github.com/zendframework/zend-permissions-acl",
|
|
|
+ "keywords": [
|
|
|
+ "acl",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2016-02-03T21:46:45+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-permissions-rbac",
|
|
|
+ "version": "2.6.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-permissions-rbac.git",
|
|
|
+ "reference": "c10ad55e50f402bf14eb2eb9bc424dd9a44dfc78"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-permissions-rbac/zipball/c10ad55e50f402bf14eb2eb9bc424dd9a44dfc78",
|
|
|
+ "reference": "c10ad55e50f402bf14eb2eb9bc424dd9a44dfc78",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.6 || ^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^5.7.15|| ^6.2.1",
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.6-dev",
|
|
|
+ "dev-develop": "2.7-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Permissions\\Rbac\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "provides a role-based access control management",
|
|
|
+ "homepage": "https://github.com/zendframework/zend-permissions-rbac",
|
|
|
+ "keywords": [
|
|
|
+ "rbac",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2018-02-01T09:55:50+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-progressbar",
|
|
|
+ "version": "2.5.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-progressbar.git",
|
|
|
+ "reference": "0723a1f5f7c3f90cdde80ea68cb781e099c770bc"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-progressbar/zipball/0723a1f5f7c3f90cdde80ea68cb781e099c770bc",
|
|
|
+ "reference": "0723a1f5f7c3f90cdde80ea68cb781e099c770bc",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5 || ^7.0",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "fabpot/php-cs-fixer": "1.7.*",
|
|
|
+ "phpunit/phpunit": "~4.0",
|
|
|
+ "zendframework/zend-json": "^2.6.1",
|
|
|
+ "zendframework/zend-session": "^2.6.2"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-json": "Zend\\Json component",
|
|
|
+ "zendframework/zend-session": "To support progressbar persistent"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.5-dev",
|
|
|
+ "dev-develop": "2.6-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\ProgressBar\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "component to create and update progressbars in different environments",
|
|
|
+ "homepage": "https://github.com/zendframework/zend-progressbar",
|
|
|
+ "keywords": [
|
|
|
+ "progressbar",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2016-03-01T23:11:07+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-psr7bridge",
|
|
|
+ "version": "0.2.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-psr7bridge.git",
|
|
|
+ "reference": "86c0b53b0c6381391c4add4a93a56e51d5c74605"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-psr7bridge/zipball/86c0b53b0c6381391c4add4a93a56e51d5c74605",
|
|
|
+ "reference": "86c0b53b0c6381391c4add4a93a56e51d5c74605",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.5",
|
|
|
+ "psr/http-message": "^1.0",
|
|
|
+ "zendframework/zend-diactoros": "^1.1",
|
|
|
+ "zendframework/zend-http": "^2.5"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.7",
|
|
|
+ "squizlabs/php_codesniffer": "^2.3"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0-dev",
|
|
|
+ "dev-develop": "1.1-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Psr7Bridge\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "PSR-7 <-> Zend\\Http bridge",
|
|
|
+ "homepage": "https://github.com/zendframework/zend-psr7bridge",
|
|
|
+ "keywords": [
|
|
|
+ "http",
|
|
|
+ "psr",
|
|
|
+ "psr-7"
|
|
|
+ ],
|
|
|
+ "time": "2016-05-10T21:44:39+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-serializer",
|
|
|
+ "version": "2.8.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-serializer.git",
|
|
|
+ "reference": "7ac42b9a47e9cb23895173a3096bc3b3fb7ac580"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-serializer/zipball/7ac42b9a47e9cb23895173a3096bc3b3fb7ac580",
|
|
|
+ "reference": "7ac42b9a47e9cb23895173a3096bc3b3fb7ac580",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.6 || ^7.0",
|
|
|
+ "zendframework/zend-json": "^2.5 || ^3.0",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/instantiator": "1.0.*",
|
|
|
+ "phpunit/phpunit": "^5.5",
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0",
|
|
|
+ "zendframework/zend-math": "^2.6",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-math": "(^2.6 || ^3.0) To support Python Pickle serialization",
|
|
|
+ "zendframework/zend-servicemanager": "(^2.7.5 || ^3.0.3) To support plugin manager support"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.8-dev",
|
|
|
+ "dev-develop": "2.9-dev"
|
|
|
+ },
|
|
|
+ "zf": {
|
|
|
+ "component": "Zend\\Serializer",
|
|
|
+ "config-provider": "Zend\\Serializer\\ConfigProvider"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Serializer\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "provides an adapter based interface to simply generate storable representation of PHP types by different facilities, and recover",
|
|
|
+ "homepage": "https://github.com/zendframework/zend-serializer",
|
|
|
+ "keywords": [
|
|
|
+ "serializer",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2017-11-20T22:21:04+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-server",
|
|
|
+ "version": "2.7.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-server.git",
|
|
|
+ "reference": "7cb617ca3e9b24579f544a244ee79ae61f480914"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-server/zipball/7cb617ca3e9b24579f544a244ee79ae61f480914",
|
|
|
+ "reference": "7cb617ca3e9b24579f544a244ee79ae61f480914",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.6 || ^7.0",
|
|
|
+ "zendframework/zend-code": "^2.5 || ^3.0",
|
|
|
+ "zendframework/zend-stdlib": "^2.5 || ^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.8",
|
|
|
+ "squizlabs/php_codesniffer": "^2.3.1"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.7-dev",
|
|
|
+ "dev-develop": "2.8-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Server\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "homepage": "https://github.com/zendframework/zend-server",
|
|
|
+ "keywords": [
|
|
|
+ "server",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2016-06-20T22:27:55+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-servicemanager",
|
|
|
+ "version": "2.7.10",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-servicemanager.git",
|
|
|
+ "reference": "ba7069c94c9af93122be9fa31cddd37f7707d5b4"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-servicemanager/zipball/ba7069c94c9af93122be9fa31cddd37f7707d5b4",
|
|
|
+ "reference": "ba7069c94c9af93122be9fa31cddd37f7707d5b4",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "container-interop/container-interop": "~1.0",
|
|
|
+ "php": "^5.5 || ^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "athletic/athletic": "dev-master",
|
|
|
+ "fabpot/php-cs-fixer": "1.7.*",
|
|
|
+ "phpunit/phpunit": "~4.0",
|
|
|
+ "zendframework/zend-di": "~2.5",
|
|
|
+ "zendframework/zend-mvc": "~2.5"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services",
|
|
|
+ "zendframework/zend-di": "Zend\\Di component"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.7-dev",
|
|
|
+ "dev-develop": "3.0-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\ServiceManager\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "homepage": "https://github.com/zendframework/zend-servicemanager",
|
|
|
+ "keywords": [
|
|
|
+ "servicemanager",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2017-12-05T16:27:36+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-session",
|
|
|
+ "version": "2.8.5",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-session.git",
|
|
|
+ "reference": "2cfd90e1a2f6b066b9f908599251d8f64f07021b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-session/zipball/2cfd90e1a2f6b066b9f908599251d8f64f07021b",
|
|
|
+ "reference": "2cfd90e1a2f6b066b9f908599251d8f64f07021b",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.6 || ^7.0",
|
|
|
+ "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "container-interop/container-interop": "^1.1",
|
|
|
+ "mongodb/mongodb": "^1.0.1",
|
|
|
+ "php-mock/php-mock-phpunit": "^1.1.2 || ^2.0",
|
|
|
+ "phpunit/phpunit": "^5.7.5 || >=6.0.13 <6.5.0",
|
|
|
+ "zendframework/zend-cache": "^2.6.1",
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0",
|
|
|
+ "zendframework/zend-db": "^2.7",
|
|
|
+ "zendframework/zend-http": "^2.5.4",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
|
|
|
+ "zendframework/zend-validator": "^2.6"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "mongodb/mongodb": "If you want to use the MongoDB session save handler",
|
|
|
+ "zendframework/zend-cache": "Zend\\Cache component",
|
|
|
+ "zendframework/zend-db": "Zend\\Db component",
|
|
|
+ "zendframework/zend-http": "Zend\\Http component",
|
|
|
+ "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
|
|
|
+ "zendframework/zend-validator": "Zend\\Validator component"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.8-dev",
|
|
|
+ "dev-develop": "2.9-dev"
|
|
|
+ },
|
|
|
+ "zf": {
|
|
|
+ "component": "Zend\\Session",
|
|
|
+ "config-provider": "Zend\\Session\\ConfigProvider"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Session\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "manage and preserve session data, a logical complement of cookie data, across multiple page requests by the same client",
|
|
|
+ "keywords": [
|
|
|
+ "ZendFramework",
|
|
|
+ "session",
|
|
|
+ "zf"
|
|
|
+ ],
|
|
|
+ "time": "2018-02-22T16:33:54+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-soap",
|
|
|
+ "version": "2.6.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-soap.git",
|
|
|
+ "reference": "2d6012e7231cce550219eccfc80836a028d20bf1"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-soap/zipball/2d6012e7231cce550219eccfc80836a028d20bf1",
|
|
|
+ "reference": "2d6012e7231cce550219eccfc80836a028d20bf1",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5 || ^7.0",
|
|
|
+ "zendframework/zend-server": "^2.6.1",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0",
|
|
|
+ "zendframework/zend-uri": "^2.5.2"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^4.8",
|
|
|
+ "squizlabs/php_codesniffer": "^2.3.1",
|
|
|
+ "zendframework/zend-config": "^2.6",
|
|
|
+ "zendframework/zend-http": "^2.5.4"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-http": "Zend\\Http component"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.6-dev",
|
|
|
+ "dev-develop": "2.7-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Soap\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "homepage": "https://github.com/zendframework/zend-soap",
|
|
|
+ "keywords": [
|
|
|
+ "soap",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2016-04-21T16:06:27+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-stdlib",
|
|
|
+ "version": "2.7.7",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-stdlib.git",
|
|
|
+ "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-stdlib/zipball/0e44eb46788f65e09e077eb7f44d2659143bcc1f",
|
|
|
+ "reference": "0e44eb46788f65e09e077eb7f44d2659143bcc1f",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5 || ^7.0",
|
|
|
+ "zendframework/zend-hydrator": "~1.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "athletic/athletic": "~0.1",
|
|
|
+ "fabpot/php-cs-fixer": "1.7.*",
|
|
|
+ "phpunit/phpunit": "~4.0",
|
|
|
+ "zendframework/zend-config": "~2.5",
|
|
|
+ "zendframework/zend-eventmanager": "~2.5",
|
|
|
+ "zendframework/zend-filter": "~2.5",
|
|
|
+ "zendframework/zend-inputfilter": "~2.5",
|
|
|
+ "zendframework/zend-serializer": "~2.5",
|
|
|
+ "zendframework/zend-servicemanager": "~2.5"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-eventmanager": "To support aggregate hydrator usage",
|
|
|
+ "zendframework/zend-filter": "To support naming strategy hydrator usage",
|
|
|
+ "zendframework/zend-serializer": "Zend\\Serializer component",
|
|
|
+ "zendframework/zend-servicemanager": "To support hydrator plugin manager usage"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-release-2.7": "2.7-dev",
|
|
|
+ "dev-master": "3.0-dev",
|
|
|
+ "dev-develop": "3.1-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Stdlib\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "homepage": "https://github.com/zendframework/zend-stdlib",
|
|
|
+ "keywords": [
|
|
|
+ "stdlib",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2016-04-12T21:17:31+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-tag",
|
|
|
+ "version": "2.6.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-tag.git",
|
|
|
+ "reference": "4429ca5016361f12eff920370170391a0f4adbff"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-tag/zipball/4429ca5016361f12eff920370170391a0f4adbff",
|
|
|
+ "reference": "4429ca5016361f12eff920370170391a0f4adbff",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5 || ^7.0",
|
|
|
+ "zendframework/zend-escaper": "^2.5",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "fabpot/php-cs-fixer": "1.7.*",
|
|
|
+ "phpunit/phpunit": "~4.0",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-servicemanager": "Zend\\ServiceManager component"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.6-dev",
|
|
|
+ "dev-develop": "2.7-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Tag\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "a component suite which provides a facility to work with taggable Items",
|
|
|
+ "homepage": "https://github.com/zendframework/zend-tag",
|
|
|
+ "keywords": [
|
|
|
+ "tag",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2016-02-04T14:32:00+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-test",
|
|
|
+ "version": "2.6.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-test.git",
|
|
|
+ "reference": "0e2d81410af33c092a2916e77cbdfa3b6dc1bf1b"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-test/zipball/0e2d81410af33c092a2916e77cbdfa3b6dc1bf1b",
|
|
|
+ "reference": "0e2d81410af33c092a2916e77cbdfa3b6dc1bf1b",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5 || ^7.0",
|
|
|
+ "phpunit/phpunit": "^4.0 || ^5.0",
|
|
|
+ "sebastian/version": "^1.0.4",
|
|
|
+ "zendframework/zend-console": "^2.6",
|
|
|
+ "zendframework/zend-dom": "^2.6",
|
|
|
+ "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
|
|
|
+ "zendframework/zend-http": "^2.5.4",
|
|
|
+ "zendframework/zend-mvc": "^2.7.1",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0",
|
|
|
+ "zendframework/zend-uri": "^2.5",
|
|
|
+ "zendframework/zend-view": "^2.6.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "fabpot/php-cs-fixer": "1.7.*",
|
|
|
+ "mikey179/vfsstream": "~1.2",
|
|
|
+ "symfony/finder": "^2.2",
|
|
|
+ "zendframework/zend-i18n": "^2.6",
|
|
|
+ "zendframework/zend-log": "^2.7.1",
|
|
|
+ "zendframework/zend-modulemanager": "^2.7.1",
|
|
|
+ "zendframework/zend-serializer": "^2.6.1",
|
|
|
+ "zendframework/zend-session": "^2.6.2"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.6-dev",
|
|
|
+ "dev-develop": "2.7-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Test\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "homepage": "https://github.com/zendframework/zend-test",
|
|
|
+ "keywords": [
|
|
|
+ "test",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2016-03-02T20:15:27+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-text",
|
|
|
+ "version": "2.6.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-text.git",
|
|
|
+ "reference": "07ad9388e4d4f12620ad37b52a5b0e4ee7845f92"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-text/zipball/07ad9388e4d4f12620ad37b52a5b0e4ee7845f92",
|
|
|
+ "reference": "07ad9388e4d4f12620ad37b52a5b0e4ee7845f92",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5 || ^7.0",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "fabpot/php-cs-fixer": "1.7.*",
|
|
|
+ "phpunit/phpunit": "~4.0",
|
|
|
+ "zendframework/zend-config": "^2.6"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.6-dev",
|
|
|
+ "dev-develop": "2.7-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Text\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "homepage": "https://github.com/zendframework/zend-text",
|
|
|
+ "keywords": [
|
|
|
+ "text",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2016-02-08T19:03:52+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-uri",
|
|
|
+ "version": "2.5.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-uri.git",
|
|
|
+ "reference": "0bf717a239432b1a1675ae314f7c4acd742749ed"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-uri/zipball/0bf717a239432b1a1675ae314f7c4acd742749ed",
|
|
|
+ "reference": "0bf717a239432b1a1675ae314f7c4acd742749ed",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5 || ^7.0",
|
|
|
+ "zendframework/zend-escaper": "^2.5",
|
|
|
+ "zendframework/zend-validator": "^2.5"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "fabpot/php-cs-fixer": "1.7.*",
|
|
|
+ "phpunit/phpunit": "~4.0"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.5-dev",
|
|
|
+ "dev-develop": "2.6-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Uri\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "a component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
|
|
|
+ "homepage": "https://github.com/zendframework/zend-uri",
|
|
|
+ "keywords": [
|
|
|
+ "uri",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2016-02-17T22:38:51+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-validator",
|
|
|
+ "version": "2.10.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-validator.git",
|
|
|
+ "reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9",
|
|
|
+ "reference": "38109ed7d8e46cfa71bccbe7e6ca80cdd035f8c9",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "container-interop/container-interop": "^1.1",
|
|
|
+ "php": "^5.6 || ^7.0",
|
|
|
+ "zendframework/zend-stdlib": "^2.7.6 || ^3.1"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^6.0.8 || ^5.7.15",
|
|
|
+ "zendframework/zend-cache": "^2.6.1",
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0",
|
|
|
+ "zendframework/zend-config": "^2.6",
|
|
|
+ "zendframework/zend-db": "^2.7",
|
|
|
+ "zendframework/zend-filter": "^2.6",
|
|
|
+ "zendframework/zend-http": "^2.5.4",
|
|
|
+ "zendframework/zend-i18n": "^2.6",
|
|
|
+ "zendframework/zend-math": "^2.6",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
|
|
|
+ "zendframework/zend-session": "^2.8",
|
|
|
+ "zendframework/zend-uri": "^2.5"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-db": "Zend\\Db component, required by the (No)RecordExists validator",
|
|
|
+ "zendframework/zend-filter": "Zend\\Filter component, required by the Digits validator",
|
|
|
+ "zendframework/zend-i18n": "Zend\\I18n component to allow translation of validation error messages",
|
|
|
+ "zendframework/zend-i18n-resources": "Translations of validator messages",
|
|
|
+ "zendframework/zend-math": "Zend\\Math component, required by the Csrf validator",
|
|
|
+ "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
|
|
|
+ "zendframework/zend-session": "Zend\\Session component, ^2.8; required by the Csrf validator",
|
|
|
+ "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.10.x-dev",
|
|
|
+ "dev-develop": "2.11.x-dev"
|
|
|
+ },
|
|
|
+ "zf": {
|
|
|
+ "component": "Zend\\Validator",
|
|
|
+ "config-provider": "Zend\\Validator\\ConfigProvider"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Validator\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "provides a set of commonly needed validators",
|
|
|
+ "homepage": "https://github.com/zendframework/zend-validator",
|
|
|
+ "keywords": [
|
|
|
+ "validator",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2018-02-01T17:05:33+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-version",
|
|
|
+ "version": "2.5.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-version.git",
|
|
|
+ "reference": "e30c55dc394eaf396f0347887af0a7bef471fe08"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-version/zipball/e30c55dc394eaf396f0347887af0a7bef471fe08",
|
|
|
+ "reference": "e30c55dc394eaf396f0347887af0a7bef471fe08",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=5.3.23",
|
|
|
+ "zendframework/zend-json": "~2.5"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "fabpot/php-cs-fixer": "1.7.*",
|
|
|
+ "phpunit/phpunit": "~4.0",
|
|
|
+ "zendframework/zend-http": "~2.5"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-http": "Allows use of Zend\\Http\\Client to check version information",
|
|
|
+ "zendframework/zend-json": "To check latest version hosted in GitHub"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.5-dev",
|
|
|
+ "dev-develop": "2.6-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\Version\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "homepage": "https://github.com/zendframework/zend-version",
|
|
|
+ "keywords": [
|
|
|
+ "version",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2015-06-04T15:41:05+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-view",
|
|
|
+ "version": "2.10.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-view.git",
|
|
|
+ "reference": "4478cc5dd960e2339d88b363ef99fa278700e80e"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-view/zipball/4478cc5dd960e2339d88b363ef99fa278700e80e",
|
|
|
+ "reference": "4478cc5dd960e2339d88b363ef99fa278700e80e",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.6 || ^7.0",
|
|
|
+ "zendframework/zend-eventmanager": "^2.6.2 || ^3.0",
|
|
|
+ "zendframework/zend-loader": "^2.5",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^5.7.15 || ^6.0.8",
|
|
|
+ "zendframework/zend-authentication": "^2.5",
|
|
|
+ "zendframework/zend-cache": "^2.6.1",
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0",
|
|
|
+ "zendframework/zend-config": "^2.6",
|
|
|
+ "zendframework/zend-console": "^2.6",
|
|
|
+ "zendframework/zend-escaper": "^2.5",
|
|
|
+ "zendframework/zend-feed": "^2.7",
|
|
|
+ "zendframework/zend-filter": "^2.6.1",
|
|
|
+ "zendframework/zend-http": "^2.5.4",
|
|
|
+ "zendframework/zend-i18n": "^2.6",
|
|
|
+ "zendframework/zend-json": "^2.6.1",
|
|
|
+ "zendframework/zend-log": "^2.7",
|
|
|
+ "zendframework/zend-modulemanager": "^2.7.1",
|
|
|
+ "zendframework/zend-mvc": "^2.7 || ^3.0",
|
|
|
+ "zendframework/zend-navigation": "^2.5",
|
|
|
+ "zendframework/zend-paginator": "^2.5",
|
|
|
+ "zendframework/zend-permissions-acl": "^2.6",
|
|
|
+ "zendframework/zend-router": "^3.0.1",
|
|
|
+ "zendframework/zend-serializer": "^2.6.1",
|
|
|
+ "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3",
|
|
|
+ "zendframework/zend-session": "^2.8.1",
|
|
|
+ "zendframework/zend-uri": "^2.5"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-authentication": "Zend\\Authentication component",
|
|
|
+ "zendframework/zend-escaper": "Zend\\Escaper component",
|
|
|
+ "zendframework/zend-feed": "Zend\\Feed component",
|
|
|
+ "zendframework/zend-filter": "Zend\\Filter component",
|
|
|
+ "zendframework/zend-http": "Zend\\Http component",
|
|
|
+ "zendframework/zend-i18n": "Zend\\I18n component",
|
|
|
+ "zendframework/zend-json": "Zend\\Json component",
|
|
|
+ "zendframework/zend-mvc": "Zend\\Mvc component",
|
|
|
+ "zendframework/zend-navigation": "Zend\\Navigation component",
|
|
|
+ "zendframework/zend-paginator": "Zend\\Paginator component",
|
|
|
+ "zendframework/zend-permissions-acl": "Zend\\Permissions\\Acl component",
|
|
|
+ "zendframework/zend-servicemanager": "Zend\\ServiceManager component",
|
|
|
+ "zendframework/zend-uri": "Zend\\Uri component"
|
|
|
+ },
|
|
|
+ "bin": [
|
|
|
+ "bin/templatemap_generator.php"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.10.x-dev",
|
|
|
+ "dev-develop": "2.11.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\View\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "provides a system of helpers, output filters, and variable escaping",
|
|
|
+ "homepage": "https://github.com/zendframework/zend-view",
|
|
|
+ "keywords": [
|
|
|
+ "view",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2018-01-17T22:21:50+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zend-xmlrpc",
|
|
|
+ "version": "2.6.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zend-xmlrpc.git",
|
|
|
+ "reference": "5470f555b336b48fe22db52df973c786a4a146d7"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zend-xmlrpc/zipball/5470f555b336b48fe22db52df973c786a4a146d7",
|
|
|
+ "reference": "5470f555b336b48fe22db52df973c786a4a146d7",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.6 || ^7.0",
|
|
|
+ "zendframework/zend-http": "^2.5.4",
|
|
|
+ "zendframework/zend-math": "^2.7 || ^3.0",
|
|
|
+ "zendframework/zend-server": "^2.7",
|
|
|
+ "zendframework/zend-stdlib": "^2.7 || ^3.0",
|
|
|
+ "zendframework/zendxml": "^1.0.2"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^5.7.25 || ^6.4.4",
|
|
|
+ "zendframework/zend-coding-standard": "~1.0.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-cache": "To support Zend\\XmlRpc\\Server\\Cache usage"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.6-dev",
|
|
|
+ "dev-develop": "2.7-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Zend\\XmlRpc\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "homepage": "https://github.com/zendframework/zend-xmlrpc",
|
|
|
+ "keywords": [
|
|
|
+ "xmlrpc",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2018-01-25T17:39:01+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zendframework",
|
|
|
+ "version": "2.5.3",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/zendframework.git",
|
|
|
+ "reference": "aeb432d59410cd9a4a68166738745387a9bf49ab"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/zendframework/zipball/aeb432d59410cd9a4a68166738745387a9bf49ab",
|
|
|
+ "reference": "aeb432d59410cd9a4a68166738745387a9bf49ab",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.5 || ^7.0",
|
|
|
+ "zendframework/zend-authentication": "^2.5",
|
|
|
+ "zendframework/zend-barcode": "^2.5",
|
|
|
+ "zendframework/zend-cache": "^2.5",
|
|
|
+ "zendframework/zend-captcha": "^2.5",
|
|
|
+ "zendframework/zend-code": "^2.5",
|
|
|
+ "zendframework/zend-config": "^2.5",
|
|
|
+ "zendframework/zend-console": "^2.5",
|
|
|
+ "zendframework/zend-crypt": "^2.5",
|
|
|
+ "zendframework/zend-db": "^2.5",
|
|
|
+ "zendframework/zend-debug": "^2.5",
|
|
|
+ "zendframework/zend-di": "^2.5",
|
|
|
+ "zendframework/zend-dom": "^2.5",
|
|
|
+ "zendframework/zend-escaper": "^2.5",
|
|
|
+ "zendframework/zend-eventmanager": "^2.5",
|
|
|
+ "zendframework/zend-feed": "^2.5",
|
|
|
+ "zendframework/zend-file": "^2.5",
|
|
|
+ "zendframework/zend-filter": "^2.5",
|
|
|
+ "zendframework/zend-form": "^2.5",
|
|
|
+ "zendframework/zend-http": "^2.5",
|
|
|
+ "zendframework/zend-i18n": "^2.5",
|
|
|
+ "zendframework/zend-i18n-resources": "^2.5",
|
|
|
+ "zendframework/zend-inputfilter": "^2.5",
|
|
|
+ "zendframework/zend-json": "^2.5",
|
|
|
+ "zendframework/zend-loader": "^2.5",
|
|
|
+ "zendframework/zend-log": "^2.5",
|
|
|
+ "zendframework/zend-mail": "^2.5",
|
|
|
+ "zendframework/zend-math": "^2.5",
|
|
|
+ "zendframework/zend-memory": "^2.5",
|
|
|
+ "zendframework/zend-mime": "^2.5",
|
|
|
+ "zendframework/zend-modulemanager": "^2.5",
|
|
|
+ "zendframework/zend-mvc": "^2.5",
|
|
|
+ "zendframework/zend-navigation": "^2.5",
|
|
|
+ "zendframework/zend-paginator": "^2.5",
|
|
|
+ "zendframework/zend-permissions-acl": "^2.5",
|
|
|
+ "zendframework/zend-permissions-rbac": "^2.5",
|
|
|
+ "zendframework/zend-progressbar": "^2.5",
|
|
|
+ "zendframework/zend-serializer": "^2.5",
|
|
|
+ "zendframework/zend-server": "^2.5",
|
|
|
+ "zendframework/zend-servicemanager": "^2.5",
|
|
|
+ "zendframework/zend-session": "^2.5",
|
|
|
+ "zendframework/zend-soap": "^2.5",
|
|
|
+ "zendframework/zend-stdlib": "^2.5",
|
|
|
+ "zendframework/zend-tag": "^2.5",
|
|
|
+ "zendframework/zend-test": "^2.5",
|
|
|
+ "zendframework/zend-text": "^2.5",
|
|
|
+ "zendframework/zend-uri": "^2.5",
|
|
|
+ "zendframework/zend-validator": "^2.5",
|
|
|
+ "zendframework/zend-version": "^2.5",
|
|
|
+ "zendframework/zend-view": "^2.5",
|
|
|
+ "zendframework/zend-xmlrpc": "^2.5",
|
|
|
+ "zendframework/zendxml": "^1.0.1"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "zendframework/zend-ldap": "zend-ldap component ^2.5, if you need LDAP features"
|
|
|
+ },
|
|
|
+ "bin": [
|
|
|
+ "bin/classmap_generator.php",
|
|
|
+ "bin/pluginmap_generator.php",
|
|
|
+ "bin/templatemap_generator.php"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "2.5-dev",
|
|
|
+ "dev-develop": "2.6-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "Zend Framework 2",
|
|
|
+ "homepage": "http://framework.zend.com/",
|
|
|
+ "keywords": [
|
|
|
+ "framework",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2016-01-27T18:00:44+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "zendframework/zendxml",
|
|
|
+ "version": "1.0.2",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/zendframework/ZendXml.git",
|
|
|
+ "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/zendframework/ZendXml/zipball/7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
|
|
|
+ "reference": "7b64507bc35d841c9c5802d67f6f87ef8e1a58c9",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^5.3.3 || ^7.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "phpunit/phpunit": "^3.7 || ^4.0",
|
|
|
+ "squizlabs/php_codesniffer": "^1.5"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.0-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-0": {
|
|
|
+ "ZendXml\\": "library/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "BSD-3-Clause"
|
|
|
+ ],
|
|
|
+ "description": "Utility library for XML usage, best practices, and security in PHP",
|
|
|
+ "homepage": "http://packages.zendframework.com/",
|
|
|
+ "keywords": [
|
|
|
+ "security",
|
|
|
+ "xml",
|
|
|
+ "zf2"
|
|
|
+ ],
|
|
|
+ "time": "2016-02-04T21:02:08+00:00"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "packages-dev": [],
|
|
|
+ "aliases": [],
|
|
|
+ "minimum-stability": "stable",
|
|
|
+ "stability-flags": [],
|
|
|
+ "prefer-stable": false,
|
|
|
+ "prefer-lowest": false,
|
|
|
+ "platform": {
|
|
|
+ "php": ">=5.3.3"
|
|
|
+ },
|
|
|
+ "platform-dev": []
|
|
|
+}
|