{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "a87b9b78320bfe5e5cfeceb1568b4089", "packages": [ { "name": "composer/ca-bundle", "version": "1.3.3", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", "reference": "30897edbfb15e784fe55587b4f73ceefd3c4d98c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/ca-bundle/zipball/30897edbfb15e784fe55587b4f73ceefd3c4d98c", "reference": "30897edbfb15e784fe55587b4f73ceefd3c4d98c", "shasum": "" }, "require": { "ext-openssl": "*", "ext-pcre": "*", "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^0.12.55", "psr/log": "^1.0", "symfony/phpunit-bridge": "^4.2 || ^5", "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\CaBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", "keywords": [ "cabundle", "cacert", "certificate", "ssl", "tls" ], "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues", "source": "https://github.com/composer/ca-bundle/tree/1.3.3" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2022-07-20T07:14:26+00:00" }, { "name": "composer/composer", "version": "2.2.17", "source": { "type": "git", "url": "https://github.com/composer/composer.git", "reference": "a8ab5070fb99396e4710baee286478ad697724c2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/composer/zipball/a8ab5070fb99396e4710baee286478ad697724c2", "reference": "a8ab5070fb99396e4710baee286478ad697724c2", "shasum": "" }, "require": { "composer/ca-bundle": "^1.0", "composer/metadata-minifier": "^1.0", "composer/pcre": "^1.0", "composer/semver": "^3.0", "composer/spdx-licenses": "^1.2", "composer/xdebug-handler": "^2.0 || ^3.0", "justinrainbow/json-schema": "^5.2.11", "php": "^5.3.2 || ^7.0 || ^8.0", "psr/log": "^1.0 || ^2.0", "react/promise": "^1.2 || ^2.7", "seld/jsonlint": "^1.4", "seld/phar-utils": "^1.0", "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0", "symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0" }, "require-dev": { "phpspec/prophecy": "^1.10", "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0" }, "suggest": { "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", "ext-zip": "Enabling the zip extension allows you to unzip archives", "ext-zlib": "Allow gzip compression of HTTP requests" }, "bin": [ "bin/composer" ], "type": "library", "extra": { "branch-alias": { "dev-main": "2.2-dev" } }, "autoload": { "psr-4": { "Composer\\": "src/Composer" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "https://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "https://seld.be" } ], "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.", "homepage": "https://getcomposer.org/", "keywords": [ "autoload", "dependency", "package" ], "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/composer/issues", "source": "https://github.com/composer/composer/tree/2.2.17" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2022-07-13T13:27:38+00:00" }, { "name": "composer/metadata-minifier", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/composer/metadata-minifier.git", "reference": "c549d23829536f0d0e984aaabbf02af91f443207" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207", "reference": "c549d23829536f0d0e984aaabbf02af91f443207", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { "composer/composer": "^2", "phpstan/phpstan": "^0.12.55", "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\MetadataMinifier\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Small utility library that handles metadata minification and expansion.", "keywords": [ "composer", "compression" ], "support": { "issues": "https://github.com/composer/metadata-minifier/issues", "source": "https://github.com/composer/metadata-minifier/tree/1.0.0" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2021-04-07T13:37:33+00:00" }, { "name": "composer/pcre", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/composer/pcre.git", "reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/pcre/zipball/67a32d7d6f9f560b726ab25a061b38ff3a80c560", "reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^1.3", "phpstan/phpstan-strict-rules": "^1.1", "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\Pcre\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "PCRE wrapping library that offers type-safe preg_* replacements.", "keywords": [ "PCRE", "preg", "regex", "regular expression" ], "support": { "issues": "https://github.com/composer/pcre/issues", "source": "https://github.com/composer/pcre/tree/1.0.1" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2022-01-21T20:24:37+00:00" }, { "name": "composer/semver", "version": "3.3.2", "source": { "type": "git", "url": "https://github.com/composer/semver.git", "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9", "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^1.4", "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", "extra": { "branch-alias": { "dev-main": "3.x-dev" } }, "autoload": { "psr-4": { "Composer\\Semver\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" }, { "name": "Rob Bast", "email": "rob.bast@gmail.com", "homepage": "http://robbast.nl" } ], "description": "Semver library that offers utilities, version constraint parsing and validation.", "keywords": [ "semantic", "semver", "validation", "versioning" ], "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/semver/issues", "source": "https://github.com/composer/semver/tree/3.3.2" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2022-04-01T19:23:25+00:00" }, { "name": "composer/spdx-licenses", "version": "1.5.7", "source": { "type": "git", "url": "https://github.com/composer/spdx-licenses.git", "reference": "c848241796da2abf65837d51dce1fae55a960149" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/c848241796da2abf65837d51dce1fae55a960149", "reference": "c848241796da2abf65837d51dce1fae55a960149", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^0.12.55", "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\Spdx\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" }, { "name": "Rob Bast", "email": "rob.bast@gmail.com", "homepage": "http://robbast.nl" } ], "description": "SPDX licenses list and validation library.", "keywords": [ "license", "spdx", "validator" ], "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/spdx-licenses/issues", "source": "https://github.com/composer/spdx-licenses/tree/1.5.7" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2022-05-23T07:37:50+00:00" }, { "name": "composer/xdebug-handler", "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/composer/xdebug-handler.git", "reference": "ced299686f41dce890debac69273b47ffe98a40c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c", "reference": "ced299686f41dce890debac69273b47ffe98a40c", "shasum": "" }, "require": { "composer/pcre": "^1 || ^2 || ^3", "php": "^7.2.5 || ^8.0", "psr/log": "^1 || ^2 || ^3" }, "require-dev": { "phpstan/phpstan": "^1.0", "phpstan/phpstan-strict-rules": "^1.1", "symfony/phpunit-bridge": "^6.0" }, "type": "library", "autoload": { "psr-4": { "Composer\\XdebugHandler\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "John Stevenson", "email": "john-stevenson@blueyonder.co.uk" } ], "description": "Restarts a process without Xdebug.", "keywords": [ "Xdebug", "performance" ], "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/xdebug-handler/issues", "source": "https://github.com/composer/xdebug-handler/tree/3.0.3" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2022-02-25T21:32:43+00:00" }, { "name": "justinrainbow/json-schema", "version": "5.2.12", "source": { "type": "git", "url": "https://github.com/justinrainbow/json-schema.git", "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", "json-schema/json-schema-test-suite": "1.2.0", "phpunit/phpunit": "^4.8.35" }, "bin": [ "bin/validate-json" ], "type": "library", "extra": { "branch-alias": { "dev-master": "5.0.x-dev" } }, "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bruno Prieto Reis", "email": "bruno.p.reis@gmail.com" }, { "name": "Justin Rainbow", "email": "justin.rainbow@gmail.com" }, { "name": "Igor Wiedler", "email": "igor@wiedler.ch" }, { "name": "Robert Schönthal", "email": "seroscho@googlemail.com" } ], "description": "A library to validate a json schema.", "homepage": "https://github.com/justinrainbow/json-schema", "keywords": [ "json", "schema" ], "support": { "issues": "https://github.com/justinrainbow/json-schema/issues", "source": "https://github.com/justinrainbow/json-schema/tree/5.2.12" }, "time": "2022-04-13T08:02:27+00:00" }, { "name": "laminas/laminas-code", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-code.git", "reference": "37e7e96ffcfda3ed6bcdce617107f30c8858792e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-code/zipball/37e7e96ffcfda3ed6bcdce617107f30c8858792e", "reference": "37e7e96ffcfda3ed6bcdce617107f30c8858792e", "shasum": "" }, "require": { "laminas/laminas-eventmanager": "self.version", "laminas/laminas-zendframework-bridge": "^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-code": "self.version" }, "require-dev": { "doctrine/common": ">=2.1", "fabpot/php-cs-fixer": "1.7.*", "laminas/laminas-stdlib": "self.version", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "suggest": { "doctrine/common": "Doctrine\\Common >=2.1 for annotation features", "laminas/laminas-stdlib": "Laminas\\Stdlib component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\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://laminas.dev", "keywords": [ "code", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-code/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-code/issues", "rss": "https://github.com/laminas/laminas-code/releases.atom", "source": "https://github.com/laminas/laminas-code" }, "time": "2019-12-31T16:25:53+00:00" }, { "name": "laminas/laminas-config", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-config.git", "reference": "a6136d2d439bd66c9254934a2cd6f1b22abf41aa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-config/zipball/a6136d2d439bd66c9254934a2cd6f1b22abf41aa", "reference": "a6136d2d439bd66c9254934a2cd6f1b22abf41aa", "shasum": "" }, "require": { "laminas/laminas-stdlib": "self.version", "laminas/laminas-zendframework-bridge": "^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-config": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "laminas/laminas-filter": "self.version", "laminas/laminas-i18n": "self.version", "laminas/laminas-json": "self.version", "laminas/laminas-servicemanager": "self.version", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "suggest": { "laminas/laminas-filter": "Laminas\\Filter component", "laminas/laminas-i18n": "Laminas\\I18n component", "laminas/laminas-json": "Laminas\\Json to use the Json reader or writer classes", "laminas/laminas-servicemanager": "Laminas\\ServiceManager for use with the Config Factory to retrieve reader and writer instances" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\Config\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides a nested object property based user interface for accessing this configuration data within application code", "homepage": "https://laminas.dev", "keywords": [ "config", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-config/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-config/issues", "rss": "https://github.com/laminas/laminas-config/releases.atom", "source": "https://github.com/laminas/laminas-config" }, "time": "2019-12-31T16:29:34+00:00" }, { "name": "laminas/laminas-console", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-console.git", "reference": "eaa981902041332c96cacfbebc7e871dfa1cbe2e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-console/zipball/eaa981902041332c96cacfbebc7e871dfa1cbe2e", "reference": "eaa981902041332c96cacfbebc7e871dfa1cbe2e", "shasum": "" }, "require": { "laminas/laminas-stdlib": "self.version", "laminas/laminas-zendframework-bridge": "^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-console": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "suggest": { "laminas/laminas-filter": "To support DefaultRouteMatcher usage", "laminas/laminas-validator": "To support DefaultRouteMatcher usage" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\Console\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://laminas.dev", "keywords": [ "console", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-console/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-console/issues", "rss": "https://github.com/laminas/laminas-console/releases.atom", "source": "https://github.com/laminas/laminas-console" }, "abandoned": "laminas/laminas-cli", "time": "2019-12-31T16:31:09+00:00" }, { "name": "laminas/laminas-di", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-di.git", "reference": "62bb2203906498a65b76608aa791593a4892baa6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-di/zipball/62bb2203906498a65b76608aa791593a4892baa6", "reference": "62bb2203906498a65b76608aa791593a4892baa6", "shasum": "" }, "require": { "laminas/laminas-code": "self.version", "laminas/laminas-stdlib": "self.version", "laminas/laminas-zendframework-bridge": "^0.4.5 || ^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-di": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "laminas/laminas-servicemanager": "self.version", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "suggest": { "laminas/laminas-servicemanager": "Laminas\\ServiceManager component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\Di\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://laminas.dev", "keywords": [ "di", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-di/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-di/issues", "rss": "https://github.com/laminas/laminas-di/releases.atom", "source": "https://github.com/laminas/laminas-di" }, "time": "2019-12-31T15:16:54+00:00" }, { "name": "laminas/laminas-escaper", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-escaper.git", "reference": "392f6bce0e88ef99ee93bcedf6ae3bf42ce05950" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/392f6bce0e88ef99ee93bcedf6ae3bf42ce05950", "reference": "392f6bce0e88ef99ee93bcedf6ae3bf42ce05950", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-escaper": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\Escaper\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://laminas.dev", "keywords": [ "escaper", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-escaper/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-escaper/issues", "rss": "https://github.com/laminas/laminas-escaper/releases.atom", "source": "https://github.com/laminas/laminas-escaper" }, "time": "2019-12-31T16:43:17+00:00" }, { "name": "laminas/laminas-eventmanager", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-eventmanager.git", "reference": "21ae20ae0d6271a4bd93d8e317bf0b63292dd261" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/21ae20ae0d6271a4bd93d8e317bf0b63292dd261", "reference": "21ae20ae0d6271a4bd93d8e317bf0b63292dd261", "shasum": "" }, "require": { "laminas/laminas-stdlib": "self.version", "laminas/laminas-zendframework-bridge": "^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-eventmanager": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\EventManager\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://laminas.dev", "keywords": [ "eventmanager", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-eventmanager/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-eventmanager/issues", "rss": "https://github.com/laminas/laminas-eventmanager/releases.atom", "source": "https://github.com/laminas/laminas-eventmanager" }, "time": "2019-12-31T16:44:09+00:00" }, { "name": "laminas/laminas-filter", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-filter.git", "reference": "908fc8d9bb29e541b862d3fdf4c2a197aa0e0dd7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/908fc8d9bb29e541b862d3fdf4c2a197aa0e0dd7", "reference": "908fc8d9bb29e541b862d3fdf4c2a197aa0e0dd7", "shasum": "" }, "require": { "laminas/laminas-stdlib": "self.version", "laminas/laminas-zendframework-bridge": "^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-filter": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "laminas/laminas-crypt": "self.version", "laminas/laminas-servicemanager": "self.version", "laminas/laminas-uri": "self.version", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "suggest": { "laminas/laminas-crypt": "Laminas\\Crypt component", "laminas/laminas-i18n": "Laminas\\I18n component", "laminas/laminas-servicemanager": "Laminas\\ServiceManager component", "laminas/laminas-uri": "Laminas\\Uri component for UriNormalize filter" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\Filter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides a set of commonly needed data filters", "homepage": "https://laminas.dev", "keywords": [ "filter", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-filter/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-filter/issues", "rss": "https://github.com/laminas/laminas-filter/releases.atom", "source": "https://github.com/laminas/laminas-filter" }, "time": "2019-12-31T16:53:10+00:00" }, { "name": "laminas/laminas-form", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-form.git", "reference": "b5d434e75aff9bebab62fb1467b14e14d4b0a310" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-form/zipball/b5d434e75aff9bebab62fb1467b14e14d4b0a310", "reference": "b5d434e75aff9bebab62fb1467b14e14d4b0a310", "shasum": "" }, "require": { "laminas/laminas-inputfilter": "self.version", "laminas/laminas-stdlib": "self.version", "laminas/laminas-zendframework-bridge": "^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-form": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "laminas/laminas-captcha": "self.version", "laminas/laminas-code": "self.version", "laminas/laminas-eventmanager": "self.version", "laminas/laminas-filter": "self.version", "laminas/laminas-i18n": "self.version", "laminas/laminas-recaptcha": "*", "laminas/laminas-servicemanager": "self.version", "laminas/laminas-validator": "self.version", "laminas/laminas-view": "self.version", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "suggest": { "laminas/laminas-captcha": "Laminas\\Captcha component", "laminas/laminas-code": "Laminas\\Code component", "laminas/laminas-eventmanager": "Laminas\\EventManager component", "laminas/laminas-filter": "Laminas\\Filter component", "laminas/laminas-i18n": "Laminas\\I18n component", "laminas/laminas-recaptcha": "Laminas\\ReCaptcha component", "laminas/laminas-servicemanager": "Laminas\\ServiceManager component", "laminas/laminas-validator": "Laminas\\Validator component", "laminas/laminas-view": "Laminas\\View component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\Form\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://laminas.dev", "keywords": [ "form", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-form/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-form/issues", "rss": "https://github.com/laminas/laminas-form/releases.atom", "source": "https://github.com/laminas/laminas-form" }, "time": "2019-12-31T16:58:27+00:00" }, { "name": "laminas/laminas-http", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-http.git", "reference": "22af77f91f046f687f2980cc7d52233ab40e0101" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-http/zipball/22af77f91f046f687f2980cc7d52233ab40e0101", "reference": "22af77f91f046f687f2980cc7d52233ab40e0101", "shasum": "" }, "require": { "laminas/laminas-loader": "self.version", "laminas/laminas-stdlib": "self.version", "laminas/laminas-uri": "self.version", "laminas/laminas-validator": "self.version", "laminas/laminas-zendframework-bridge": "^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-http": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\Http\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests", "homepage": "https://laminas.dev", "keywords": [ "http", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-http/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-http/issues", "rss": "https://github.com/laminas/laminas-http/releases.atom", "source": "https://github.com/laminas/laminas-http" }, "time": "2019-12-31T17:04:01+00:00" }, { "name": "laminas/laminas-i18n", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-i18n.git", "reference": "8aea61b538a4d1b24ef7c4c4625daeed12f27307" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/8aea61b538a4d1b24ef7c4c4625daeed12f27307", "reference": "8aea61b538a4d1b24ef7c4c4625daeed12f27307", "shasum": "" }, "require": { "laminas/laminas-stdlib": "self.version", "laminas/laminas-zendframework-bridge": "^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-i18n": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "laminas/laminas-cache": "self.version", "laminas/laminas-config": "self.version", "laminas/laminas-eventmanager": "self.version", "laminas/laminas-filter": "self.version", "laminas/laminas-servicemanager": "self.version", "laminas/laminas-validator": "self.version", "laminas/laminas-view": "self.version", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "suggest": { "ext-intl": "Required for most features of Laminas\\I18n; included in default builds of PHP", "laminas/laminas-cache": "Laminas\\Cache component", "laminas/laminas-config": "Laminas\\Config component", "laminas/laminas-eventmanager": "You should install this package to use the events in the translator", "laminas/laminas-filter": "You should install this package to use the provided filters", "laminas/laminas-resources": "Translation resources", "laminas/laminas-servicemanager": "Laminas\\ServiceManager component", "laminas/laminas-validator": "You should install this package to use the provided validators", "laminas/laminas-view": "You should install this package to use the provided view helpers" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\I18n\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://laminas.dev", "keywords": [ "i18n", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-i18n/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-i18n/issues", "rss": "https://github.com/laminas/laminas-i18n/releases.atom", "source": "https://github.com/laminas/laminas-i18n" }, "time": "2019-12-31T17:08:25+00:00" }, { "name": "laminas/laminas-inputfilter", "version": "2.4.0", "source": { "type": "git", "url": "git@github.com:laminas/laminas-inputfilter.git", "reference": "90ba96eefee93eb0c4313e68a949144b81f6a5c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/90ba96eefee93eb0c4313e68a949144b81f6a5c6", "reference": "90ba96eefee93eb0c4313e68a949144b81f6a5c6", "shasum": "" }, "require": { "laminas/laminas-filter": "self.version", "laminas/laminas-stdlib": "self.version", "laminas/laminas-validator": "self.version", "laminas/laminas-zendframework-bridge": "^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-inputfilter": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "laminas/laminas-servicemanager": "self.version", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "suggest": { "laminas/laminas-servicemanager": "To support plugin manager support" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\InputFilter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://laminas.dev", "keywords": [ "inputfilter", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-inputfilter/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-inputfilter/issues", "rss": "https://github.com/laminas/laminas-inputfilter/releases.atom", "source": "https://github.com/laminas/laminas-inputfilter" }, "time": "2019-12-31T17:12:25+00:00" }, { "name": "laminas/laminas-json", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-json.git", "reference": "c6a05fa4cd5ee144a0040b9ac821301563de1100" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-json/zipball/c6a05fa4cd5ee144a0040b9ac821301563de1100", "reference": "c6a05fa4cd5ee144a0040b9ac821301563de1100", "shasum": "" }, "require": { "laminas/laminas-stdlib": "self.version", "laminas/laminas-zendframework-bridge": "^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-json": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "laminas/laminas-http": "self.version", "laminas/laminas-server": "self.version", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "suggest": { "laminas/laminas-http": "Laminas\\Http component", "laminas/laminas-server": "Laminas\\Server component", "laminas/laminas-xml": "To support Laminas\\Json\\Json::fromXml() usage" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\Json\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP", "homepage": "https://laminas.dev", "keywords": [ "json", "laminas" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-json/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-json/issues", "rss": "https://github.com/laminas/laminas-json/releases.atom", "source": "https://github.com/laminas/laminas-json" }, "time": "2019-12-31T17:14:24+00:00" }, { "name": "laminas/laminas-loader", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-loader.git", "reference": "9716470daa9dbb348b85eae180f4e2ed762fa619" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-loader/zipball/9716470daa9dbb348b85eae180f4e2ed762fa619", "reference": "9716470daa9dbb348b85eae180f4e2ed762fa619", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-loader": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\Loader\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://laminas.dev", "keywords": [ "laminas", "loader" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-loader/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-loader/issues", "rss": "https://github.com/laminas/laminas-loader/releases.atom", "source": "https://github.com/laminas/laminas-loader" }, "time": "2019-12-31T17:18:07+00:00" }, { "name": "laminas/laminas-log", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-log.git", "reference": "b8d7042bc826be0d470867daa039d21ca2ffdcdf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-log/zipball/b8d7042bc826be0d470867daa039d21ca2ffdcdf", "reference": "b8d7042bc826be0d470867daa039d21ca2ffdcdf", "shasum": "" }, "require": { "laminas/laminas-servicemanager": "self.version", "laminas/laminas-stdlib": "self.version", "laminas/laminas-zendframework-bridge": "^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-log": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "laminas/laminas-console": "self.version", "laminas/laminas-db": "self.version", "laminas/laminas-escaper": "self.version", "laminas/laminas-mail": "self.version", "laminas/laminas-validator": "self.version", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "suggest": { "ext-mongo": "*", "laminas/laminas-console": "Laminas\\Console component", "laminas/laminas-db": "Laminas\\Db component", "laminas/laminas-escaper": "Laminas\\Escaper component, for use in the XML formatter", "laminas/laminas-mail": "Laminas\\Mail component", "laminas/laminas-validator": "Laminas\\Validator component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\Log\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "component for general purpose logging", "homepage": "https://laminas.dev", "keywords": [ "laminas", "log", "logging" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-log/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-log/issues", "rss": "https://github.com/laminas/laminas-log/releases.atom", "source": "https://github.com/laminas/laminas-log" }, "time": "2019-12-31T17:19:38+00:00" }, { "name": "laminas/laminas-math", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-math.git", "reference": "071a946f226248c8f40fc09edfbc9eb6902836b7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-math/zipball/071a946f226248c8f40fc09edfbc9eb6902836b7", "reference": "071a946f226248c8f40fc09edfbc9eb6902836b7", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-math": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "suggest": { "ext-bcmath": "If using the bcmath functionality", "ext-gmp": "If using the gmp functionality", "ircmaxell/random-lib": "Fallback random byte generator for Laminas\\Math\\Rand if OpenSSL/Mcrypt extensions are unavailable", "laminas/laminas-servicemanager": ">= current version, if using the BigInteger::factory functionality" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\Math\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://laminas.dev", "keywords": [ "laminas", "math" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-math/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-math/issues", "rss": "https://github.com/laminas/laminas-math/releases.atom", "source": "https://github.com/laminas/laminas-math" }, "time": "2019-12-31T17:24:00+00:00" }, { "name": "laminas/laminas-modulemanager", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-modulemanager.git", "reference": "6d84a6588348a059dedd499120f5c24f6d7698b1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/6d84a6588348a059dedd499120f5c24f6d7698b1", "reference": "6d84a6588348a059dedd499120f5c24f6d7698b1", "shasum": "" }, "require": { "laminas/laminas-eventmanager": "self.version", "laminas/laminas-stdlib": "self.version", "laminas/laminas-zendframework-bridge": "^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-modulemanager": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "laminas/laminas-config": "self.version", "laminas/laminas-console": "self.version", "laminas/laminas-loader": "self.version", "laminas/laminas-servicemanager": "self.version", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "suggest": { "laminas/laminas-config": "Laminas\\Config component", "laminas/laminas-console": "Laminas\\Console component", "laminas/laminas-loader": "Laminas\\Loader component", "laminas/laminas-mvc": "Laminas\\Mvc component", "laminas/laminas-servicemanager": "Laminas\\ServiceManager component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\ModuleManager\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://laminas.dev", "keywords": [ "laminas", "modulemanager" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-modulemanager/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-modulemanager/issues", "rss": "https://github.com/laminas/laminas-modulemanager/releases.atom", "source": "https://github.com/laminas/laminas-modulemanager" }, "time": "2019-12-31T17:26:13+00:00" }, { "name": "laminas/laminas-mvc", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-mvc.git", "reference": "afb10bf992bc4c5a78986c09b820441d7869e780" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/afb10bf992bc4c5a78986c09b820441d7869e780", "reference": "afb10bf992bc4c5a78986c09b820441d7869e780", "shasum": "" }, "require": { "laminas/laminas-eventmanager": "self.version", "laminas/laminas-form": "self.version", "laminas/laminas-servicemanager": "self.version", "laminas/laminas-stdlib": "self.version", "laminas/laminas-zendframework-bridge": "^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-mvc": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "laminas/laminas-authentication": "self.version", "laminas/laminas-console": "self.version", "laminas/laminas-di": "self.version", "laminas/laminas-filter": "self.version", "laminas/laminas-http": "self.version", "laminas/laminas-i18n": "self.version", "laminas/laminas-inputfilter": "self.version", "laminas/laminas-json": "self.version", "laminas/laminas-log": "self.version", "laminas/laminas-modulemanager": "self.version", "laminas/laminas-serializer": "self.version", "laminas/laminas-session": "self.version", "laminas/laminas-text": "self.version", "laminas/laminas-uri": "self.version", "laminas/laminas-validator": "self.version", "laminas/laminas-view": "self.version", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master", "zendframework/zend-version": "self.version" }, "suggest": { "laminas/laminas-authentication": "Laminas\\Authentication component for Identity plugin", "laminas/laminas-config": "Laminas\\Config component", "laminas/laminas-console": "Laminas\\Console component", "laminas/laminas-di": "Laminas\\Di component", "laminas/laminas-filter": "Laminas\\Filter component", "laminas/laminas-http": "Laminas\\Http component", "laminas/laminas-i18n": "Laminas\\I18n component for translatable segments", "laminas/laminas-inputfilter": "Laminas\\Inputfilter component", "laminas/laminas-json": "Laminas\\Json component", "laminas/laminas-log": "Laminas\\Log component", "laminas/laminas-modulemanager": "Laminas\\ModuleManager component", "laminas/laminas-serializer": "Laminas\\Serializer component", "laminas/laminas-session": "Laminas\\Session component for FlashMessenger, PRG, and FPRG plugins", "laminas/laminas-stdlib": "Laminas\\Stdlib component", "laminas/laminas-text": "Laminas\\Text component", "laminas/laminas-uri": "Laminas\\Uri component", "laminas/laminas-validator": "Laminas\\Validator component", "laminas/laminas-view": "Laminas\\View component", "zendframework/zend-version": "Laminas\\Version component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\Mvc\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://laminas.dev", "keywords": [ "laminas", "mvc" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-mvc/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-mvc/issues", "rss": "https://github.com/laminas/laminas-mvc/releases.atom", "source": "https://github.com/laminas/laminas-mvc" }, "time": "2019-12-31T17:29:46+00:00" }, { "name": "laminas/laminas-serializer", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-serializer.git", "reference": "fe79945fc2ced8dd9d7dcbe67dff93b904f10a5d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-serializer/zipball/fe79945fc2ced8dd9d7dcbe67dff93b904f10a5d", "reference": "fe79945fc2ced8dd9d7dcbe67dff93b904f10a5d", "shasum": "" }, "require": { "laminas/laminas-json": "self.version", "laminas/laminas-math": "self.version", "laminas/laminas-stdlib": "self.version", "laminas/laminas-zendframework-bridge": "^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-serializer": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "laminas/laminas-servicemanager": "self.version", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "suggest": { "laminas/laminas-servicemanager": "To support plugin manager support" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\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://laminas.dev", "keywords": [ "laminas", "serializer" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-serializer/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-serializer/issues", "rss": "https://github.com/laminas/laminas-serializer/releases.atom", "source": "https://github.com/laminas/laminas-serializer" }, "time": "2019-12-31T17:41:43+00:00" }, { "name": "laminas/laminas-server", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-server.git", "reference": "ecd15b0acdbaefc20a3ffe050618a32007123ab7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-server/zipball/ecd15b0acdbaefc20a3ffe050618a32007123ab7", "reference": "ecd15b0acdbaefc20a3ffe050618a32007123ab7", "shasum": "" }, "require": { "laminas/laminas-code": "self.version", "laminas/laminas-stdlib": "self.version", "laminas/laminas-zendframework-bridge": "^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-server": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\Server\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://laminas.dev", "keywords": [ "laminas", "server" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-server/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-server/issues", "rss": "https://github.com/laminas/laminas-server/releases.atom", "source": "https://github.com/laminas/laminas-server" }, "time": "2019-12-31T17:42:42+00:00" }, { "name": "laminas/laminas-servicemanager", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-servicemanager.git", "reference": "783ccbee878fb4e699aeedc8817822796c7247ec" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/783ccbee878fb4e699aeedc8817822796c7247ec", "reference": "783ccbee878fb4e699aeedc8817822796c7247ec", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-servicemanager": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "laminas/laminas-di": "self.version", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "suggest": { "laminas/laminas-di": "Laminas\\Di component", "ocramius/proxy-manager": "ProxyManager 0.5.* to handle lazy initialization of services" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\ServiceManager\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://laminas.dev", "keywords": [ "laminas", "servicemanager" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-servicemanager/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-servicemanager/issues", "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom", "source": "https://github.com/laminas/laminas-servicemanager" }, "time": "2019-12-31T17:43:44+00:00" }, { "name": "laminas/laminas-soap", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-soap.git", "reference": "ff27e5c5457ea66cd9fc696876fab4ac735d0356" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-soap/zipball/ff27e5c5457ea66cd9fc696876fab4ac735d0356", "reference": "ff27e5c5457ea66cd9fc696876fab4ac735d0356", "shasum": "" }, "require": { "laminas/laminas-server": "self.version", "laminas/laminas-stdlib": "self.version", "laminas/laminas-uri": "self.version", "laminas/laminas-zendframework-bridge": "^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-soap": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "laminas/laminas-http": "self.version", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "suggest": { "laminas/laminas-http": "Laminas\\Http component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\Soap\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://laminas.dev", "keywords": [ "laminas", "soap" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-soap/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-soap/issues", "rss": "https://github.com/laminas/laminas-soap/releases.atom", "source": "https://github.com/laminas/laminas-soap" }, "time": "2019-12-31T17:48:06+00:00" }, { "name": "laminas/laminas-stdlib", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-stdlib.git", "reference": "23a53d90e2c23d8ddeedfc5415922b79e1165f33" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/23a53d90e2c23d8ddeedfc5415922b79e1165f33", "reference": "23a53d90e2c23d8ddeedfc5415922b79e1165f33", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-stdlib": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "laminas/laminas-eventmanager": "self.version", "laminas/laminas-filter": "self.version", "laminas/laminas-serializer": "self.version", "laminas/laminas-servicemanager": "self.version", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "suggest": { "laminas/laminas-eventmanager": "To support aggregate hydrator usage", "laminas/laminas-filter": "To support naming strategy hydrator usage", "laminas/laminas-serializer": "Laminas\\Serializer component", "laminas/laminas-servicemanager": "To support hydrator plugin manager usage" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\Stdlib\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://laminas.dev", "keywords": [ "laminas", "stdlib" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-stdlib/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-stdlib/issues", "rss": "https://github.com/laminas/laminas-stdlib/releases.atom", "source": "https://github.com/laminas/laminas-stdlib" }, "time": "2019-12-31T17:49:57+00:00" }, { "name": "laminas/laminas-text", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-text.git", "reference": "d516a49eed998ef7ad3bf8cfa34d7862225f6b8c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-text/zipball/d516a49eed998ef7ad3bf8cfa34d7862225f6b8c", "reference": "d516a49eed998ef7ad3bf8cfa34d7862225f6b8c", "shasum": "" }, "require": { "laminas/laminas-servicemanager": "self.version", "laminas/laminas-stdlib": "self.version", "laminas/laminas-zendframework-bridge": "^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-text": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\Text\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "homepage": "https://laminas.dev", "keywords": [ "laminas", "text" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-text/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-text/issues", "rss": "https://github.com/laminas/laminas-text/releases.atom", "source": "https://github.com/laminas/laminas-text" }, "time": "2019-12-31T17:54:30+00:00" }, { "name": "laminas/laminas-uri", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-uri.git", "reference": "d3f6c50a22c7f8119c7b8443694a326320cae982" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-uri/zipball/d3f6c50a22c7f8119c7b8443694a326320cae982", "reference": "d3f6c50a22c7f8119c7b8443694a326320cae982", "shasum": "" }, "require": { "laminas/laminas-escaper": "self.version", "laminas/laminas-validator": "self.version", "laminas/laminas-zendframework-bridge": "^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-uri": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\Uri\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "a component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)", "homepage": "https://laminas.dev", "keywords": [ "laminas", "uri" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-uri/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-uri/issues", "rss": "https://github.com/laminas/laminas-uri/releases.atom", "source": "https://github.com/laminas/laminas-uri" }, "time": "2019-12-31T17:55:40+00:00" }, { "name": "laminas/laminas-validator", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-validator.git", "reference": "cc74d748f4b0ea5dc3a7fd477c2c39e2918a10ea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/cc74d748f4b0ea5dc3a7fd477c2c39e2918a10ea", "reference": "cc74d748f4b0ea5dc3a7fd477c2c39e2918a10ea", "shasum": "" }, "require": { "laminas/laminas-stdlib": "self.version", "laminas/laminas-zendframework-bridge": "^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-validator": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "laminas/laminas-db": "self.version", "laminas/laminas-filter": "self.version", "laminas/laminas-i18n": "self.version", "laminas/laminas-math": "self.version", "laminas/laminas-servicemanager": "self.version", "laminas/laminas-session": "self.version", "laminas/laminas-uri": "self.version", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "suggest": { "laminas/laminas-db": "Laminas\\Db component", "laminas/laminas-filter": "Laminas\\Filter component, required by the Digits validator", "laminas/laminas-i18n": "Laminas\\I18n component to allow translation of validation error messages as well as to use the various Date validators", "laminas/laminas-math": "Laminas\\Math component", "laminas/laminas-resources": "Translations of validator messages", "laminas/laminas-servicemanager": "Laminas\\ServiceManager component to allow using the ValidatorPluginManager and validator chains", "laminas/laminas-session": "Laminas\\Session component", "laminas/laminas-uri": "Laminas\\Uri component, required by the Uri and Sitemap\\Loc validators" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\Validator\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "provides a set of commonly needed validators", "homepage": "https://laminas.dev", "keywords": [ "laminas", "validator" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-validator/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-validator/issues", "rss": "https://github.com/laminas/laminas-validator/releases.atom", "source": "https://github.com/laminas/laminas-validator" }, "time": "2019-12-31T17:59:19+00:00" }, { "name": "laminas/laminas-view", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-view.git", "reference": "0558778012d0f4164126ef4e020d615549a04694" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-view/zipball/0558778012d0f4164126ef4e020d615549a04694", "reference": "0558778012d0f4164126ef4e020d615549a04694", "shasum": "" }, "require": { "laminas/laminas-eventmanager": "self.version", "laminas/laminas-loader": "self.version", "laminas/laminas-stdlib": "self.version", "laminas/laminas-zendframework-bridge": "^1.0", "php": ">=5.3.23" }, "replace": { "zendframework/zend-view": "self.version" }, "require-dev": { "fabpot/php-cs-fixer": "1.7.*", "laminas/laminas-authentication": "self.version", "laminas/laminas-escaper": "self.version", "laminas/laminas-feed": "self.version", "laminas/laminas-filter": "self.version", "laminas/laminas-http": "self.version", "laminas/laminas-i18n": "self.version", "laminas/laminas-json": "self.version", "laminas/laminas-mvc": "self.version", "laminas/laminas-navigation": "self.version", "laminas/laminas-paginator": "self.version", "laminas/laminas-permissions-acl": "self.version", "laminas/laminas-servicemanager": "self.version", "laminas/laminas-uri": "self.version", "phpunit/phpunit": "~4.0", "satooshi/php-coveralls": "dev-master" }, "suggest": { "laminas/laminas-authentication": "Laminas\\Authentication component", "laminas/laminas-escaper": "Laminas\\Escaper component", "laminas/laminas-feed": "Laminas\\Feed component", "laminas/laminas-filter": "Laminas\\Filter component", "laminas/laminas-http": "Laminas\\Http component", "laminas/laminas-i18n": "Laminas\\I18n component", "laminas/laminas-json": "Laminas\\Json component", "laminas/laminas-mvc": "Laminas\\Mvc component", "laminas/laminas-navigation": "Laminas\\Navigation component", "laminas/laminas-paginator": "Laminas\\Paginator component", "laminas/laminas-permissions-acl": "Laminas\\Permissions\\Acl component", "laminas/laminas-servicemanager": "Laminas\\ServiceManager component", "laminas/laminas-uri": "Laminas\\Uri component" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev", "dev-develop": "2.4-dev" } }, "autoload": { "psr-4": { "Laminas\\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://laminas.dev", "keywords": [ "laminas", "view" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-view/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-view/issues", "rss": "https://github.com/laminas/laminas-view/releases.atom", "source": "https://github.com/laminas/laminas-view" }, "time": "2019-12-31T18:04:01+00:00" }, { "name": "laminas/laminas-zendframework-bridge", "version": "1.6.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-zendframework-bridge.git", "reference": "e112dd2c099f4f6142c16fc65fda89a638e06885" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/e112dd2c099f4f6142c16fc65fda89a638e06885", "reference": "e112dd2c099f4f6142c16fc65fda89a638e06885", "shasum": "" }, "require": { "php": ">=7.4, <8.2" }, "require-dev": { "phpunit/phpunit": "^9.5.14", "psalm/plugin-phpunit": "^0.15.2", "squizlabs/php_codesniffer": "^3.6.2", "vimeo/psalm": "^4.21.0" }, "type": "library", "extra": { "laminas": { "module": "Laminas\\ZendFrameworkBridge" } }, "autoload": { "files": [ "src/autoload.php" ], "psr-4": { "Laminas\\ZendFrameworkBridge\\": "src//" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Alias legacy ZF class names to Laminas Project equivalents.", "keywords": [ "ZendFramework", "autoloading", "laminas", "zf" ], "support": { "forum": "https://discourse.laminas.dev/", "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues", "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom", "source": "https://github.com/laminas/laminas-zendframework-bridge" }, "funding": [ { "url": "https://funding.communitybridge.org/projects/laminas-project", "type": "community_bridge" } ], "time": "2022-07-29T13:28:29+00:00" }, { "name": "magento/magento-composer-installer", "version": "0.4.0-beta1", "source": { "type": "git", "url": "https://github.com/magento/magento-composer-installer.git", "reference": "dc7065e47acec3338f282ea679d9ee815cd807ac" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/magento/magento-composer-installer/zipball/dc7065e47acec3338f282ea679d9ee815cd807ac", "reference": "dc7065e47acec3338f282ea679d9ee815cd807ac", "shasum": "" }, "require": { "composer-plugin-api": "^1.1 || ^2.0", "composer/composer": "^1.9 || ^2.0" }, "replace": { "magento-hackathon/magento-composer-installer": "*" }, "require-dev": { "mikey179/vfsstream": "*", "phpunit/phpunit": "^9.5", "squizlabs/php_codesniffer": "~3.6.1", "symfony/process": "~5.4.0" }, "type": "composer-plugin", "extra": { "composer-command-registry": [ "MagentoHackathon\\Composer\\Magento\\Command\\DeployCommand" ], "class": "MagentoHackathon\\Composer\\Magento\\Plugin" }, "autoload": { "psr-0": { "MagentoHackathon\\Composer\\Magento": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "OSL-3.0" ], "authors": [ { "name": "Daniel Fahlke aka Flyingmana", "email": "flyingmana@googlemail.com" }, { "name": "Jörg Weller", "email": "weller@flagbit.de" }, { "name": "Karl Spies", "email": "karl.spies@gmx.net" }, { "name": "Tobias Vogt", "email": "tobi@webguys.de" }, { "name": "David Fuhr", "email": "fuhr@flagbit.de" }, { "name": "Vinai Kopp", "email": "vinai@netzarbeiter.com" } ], "description": "Composer installer for Magento modules", "homepage": "https://github.com/magento/magento-composer-installer", "keywords": [ "composer-installer", "magento" ], "support": { "source": "https://github.com/magento/magento-composer-installer/tree/0.4.0-beta1" }, "time": "2022-06-27T21:45:22+00:00" }, { "name": "magento/zendframework1", "version": "1.15.1", "source": { "type": "git", "url": "https://github.com/magento/zf1.git", "reference": "2381396d2a9a528be2f367b5ce2dddf650eac1d0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/magento/zf1/zipball/2381396d2a9a528be2f367b5ce2dddf650eac1d0", "reference": "2381396d2a9a528be2f367b5ce2dddf650eac1d0", "shasum": "" }, "require": { "php": ">=7.0.0" }, "require-dev": { "phpunit/dbunit": "1.3.*", "phpunit/phpunit": "3.7.*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.12.x-dev" } }, "autoload": { "psr-0": { "Zend_": "library/" } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "library/" ], "license": [ "BSD-3-Clause" ], "description": "Magento Zend Framework 1", "homepage": "http://framework.zend.com/", "keywords": [ "ZF1", "framework" ], "support": { "issues": "https://github.com/magento/zf1/issues", "source": "https://github.com/magento/zf1/tree/1.15.1" }, "time": "2022-06-21T01:22:39+00:00" }, { "name": "monolog/monolog", "version": "1.11.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "ec3961874c43840e96da3a8a1ed20d8c73d7e5aa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/ec3961874c43840e96da3a8a1ed20d8c73d7e5aa", "reference": "ec3961874c43840e96da3a8a1ed20d8c73d7e5aa", "shasum": "" }, "require": { "php": ">=5.3.0", "psr/log": "~1.0" }, "provide": { "psr/log-implementation": "1.0.0" }, "require-dev": { "aws/aws-sdk-php": "~2.4, >2.4.8", "doctrine/couchdb": "~1.0@dev", "graylog2/gelf-php": "~1.0", "phpunit/phpunit": "~3.7.0", "raven/raven": "~0.5", "ruflin/elastica": "0.90.*", "videlalvaro/php-amqplib": "~2.4" }, "suggest": { "psr/log": "For using the console logger", "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mongo": "Allow sending log messages to a MongoDB server", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "raven/raven": "Allow sending log messages to a Sentry server", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server", "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.11.x-dev" } }, "autoload": { "psr-4": { "Monolog\\": "src/Monolog" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "http://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", "source": "https://github.com/Seldaek/monolog/tree/1.11.0" }, "time": "2014-09-30T13:30:58+00:00" }, { "name": "oyejorge/less.php", "version": "v1.7.0.3", "source": { "type": "git", "url": "https://github.com/oyejorge/less.php.git", "reference": "6e08ecb07e6f6d9170c23e8744c58fdd822ad0de" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/oyejorge/less.php/zipball/6e08ecb07e6f6d9170c23e8744c58fdd822ad0de", "reference": "6e08ecb07e6f6d9170c23e8744c58fdd822ad0de", "shasum": "" }, "require": { "php": ">=5.2" }, "bin": [ "bin/lessc" ], "type": "library", "autoload": { "psr-0": { "Less": "lib/" }, "classmap": [ "lessc.inc.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Matt Agar", "homepage": "https://github.com/agar" }, { "name": "Martin Jantošovič", "homepage": "https://github.com/Mordred" }, { "name": "Josh Schmidt", "homepage": "https://github.com/oyejorge" } ], "description": "PHP port of the Javascript version of LESS http://lesscss.org", "homepage": "http://lessphp.gpeasy.com", "keywords": [ "css", "less", "less.js", "lesscss", "php", "stylesheet" ], "support": { "issues": "https://github.com/oyejorge/less.php/issues", "source": "https://github.com/oyejorge/less.php/tree/master" }, "abandoned": true, "time": "2015-03-10T18:12:59+00:00" }, { "name": "phpseclib/phpseclib", "version": "0.3.10", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", "reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/d15bba1edcc7c89e09cc74c5d961317a8b947bf4", "reference": "d15bba1edcc7c89e09cc74c5d961317a8b947bf4", "shasum": "" }, "require": { "php": ">=5.0.0" }, "require-dev": { "phing/phing": "~2.7", "phpunit/phpunit": "~4.0", "sami/sami": "~2.0", "squizlabs/php_codesniffer": "~1.5" }, "suggest": { "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", "ext-mcrypt": "Install the Mcrypt extension in order to speed up a wide variety of cryptographic operations.", "pear-pear/PHP_Compat": "Install PHP_Compat to get phpseclib working on PHP < 4.3.3." }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.3-dev" } }, "autoload": { "files": [ "phpseclib/Crypt/Random.php" ], "psr-0": { "Net": "phpseclib/", "File": "phpseclib/", "Math": "phpseclib/", "Crypt": "phpseclib/", "System": "phpseclib/" } }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "phpseclib/" ], "license": [ "MIT" ], "authors": [ { "name": "Jim Wigginton", "email": "terrafrost@php.net", "role": "Lead Developer" }, { "name": "Patrick Monnerat", "email": "pm@datasphere.ch", "role": "Developer" }, { "name": "Andreas Fischer", "email": "bantu@phpbb.com", "role": "Developer" }, { "name": "Hans-Jürgen Petrich", "email": "petrich@tronic-media.com", "role": "Developer" } ], "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", "homepage": "http://phpseclib.sourceforge.net", "keywords": [ "BigInteger", "aes", "asn.1", "asn1", "blowfish", "crypto", "cryptography", "encryption", "rsa", "security", "sftp", "signature", "signing", "ssh", "twofish", "x.509", "x509" ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", "source": "https://github.com/phpseclib/phpseclib/tree/0.3.10" }, "time": "2015-01-28T21:50:33+00:00" }, { "name": "psr/log", "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "support": { "source": "https://github.com/php-fig/log/tree/1.1.4" }, "time": "2021-05-03T11:20:27+00:00" }, { "name": "react/promise", "version": "v2.9.0", "source": { "type": "git", "url": "https://github.com/reactphp/promise.git", "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/promise/zipball/234f8fd1023c9158e2314fa9d7d0e6a83db42910", "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36" }, "type": "library", "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "React\\Promise\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jan Sorgalla", "email": "jsorgalla@gmail.com", "homepage": "https://sorgalla.com/" }, { "name": "Christian Lück", "email": "christian@clue.engineering", "homepage": "https://clue.engineering/" }, { "name": "Cees-Jan Kiewiet", "email": "reactphp@ceesjankiewiet.nl", "homepage": "https://wyrihaximus.net/" }, { "name": "Chris Boden", "email": "cboden@gmail.com", "homepage": "https://cboden.dev/" } ], "description": "A lightweight implementation of CommonJS Promises/A for PHP", "keywords": [ "promise", "promises" ], "support": { "issues": "https://github.com/reactphp/promise/issues", "source": "https://github.com/reactphp/promise/tree/v2.9.0" }, "funding": [ { "url": "https://github.com/WyriHaximus", "type": "github" }, { "url": "https://github.com/clue", "type": "github" } ], "time": "2022-02-11T10:27:51+00:00" }, { "name": "seld/jsonlint", "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/Seldaek/jsonlint.git", "reference": "4211420d25eba80712bff236a98960ef68b866b7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/4211420d25eba80712bff236a98960ef68b866b7", "reference": "4211420d25eba80712bff236a98960ef68b866b7", "shasum": "" }, "require": { "php": "^5.3 || ^7.0 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^1.5", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13" }, "bin": [ "bin/jsonlint" ], "type": "library", "autoload": { "psr-4": { "Seld\\JsonLint\\": "src/Seld/JsonLint/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "JSON Linter", "keywords": [ "json", "linter", "parser", "validator" ], "support": { "issues": "https://github.com/Seldaek/jsonlint/issues", "source": "https://github.com/Seldaek/jsonlint/tree/1.9.0" }, "funding": [ { "url": "https://github.com/Seldaek", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint", "type": "tidelift" } ], "time": "2022-04-01T13:37:23+00:00" }, { "name": "seld/phar-utils", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/Seldaek/phar-utils.git", "reference": "9f3452c93ff423469c0d56450431562ca423dcee" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/9f3452c93ff423469c0d56450431562ca423dcee", "reference": "9f3452c93ff423469c0d56450431562ca423dcee", "shasum": "" }, "require": { "php": ">=5.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Seld\\PharUtils\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be" } ], "description": "PHAR file format utilities, for when PHP phars you up", "keywords": [ "phar" ], "support": { "issues": "https://github.com/Seldaek/phar-utils/issues", "source": "https://github.com/Seldaek/phar-utils/tree/1.2.0" }, "time": "2021-12-10T11:20:11+00:00" }, { "name": "symfony/console", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12", "reference": "cbcf4b5e233af15cd2bbd50dee1ccc9b7927dc12", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/debug": "^2.7.2|~3.0.0", "symfony/polyfill-mbstring": "~1.0" }, "require-dev": { "psr/log": "~1.0", "symfony/event-dispatcher": "~2.1|~3.0.0", "symfony/process": "~2.1|~3.0.0" }, "suggest": { "psr/log-implementation": "For using the console logger", "symfony/event-dispatcher": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Console Component", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/console/tree/v2.8.52" }, "time": "2018-11-20T15:55:20+00:00" }, { "name": "symfony/debug", "version": "v3.0.9", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a", "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a", "shasum": "" }, "require": { "php": ">=5.5.9", "psr/log": "~1.0" }, "conflict": { "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" }, "require-dev": { "symfony/class-loader": "~2.8|~3.0", "symfony/http-kernel": "~2.8|~3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Debug\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/debug/tree/3.0" }, "abandoned": "symfony/error-handler", "time": "2016-07-30T07:22:48+00:00" }, { "name": "symfony/filesystem", "version": "v3.4.47", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/e58d7841cddfed6e846829040dca2cca0ebbbbb3", "reference": "e58d7841cddfed6e846829040dca2cca0ebbbbb3", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8", "symfony/polyfill-ctype": "~1.8" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/filesystem/tree/v3.4.47" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-10-24T10:57:07+00:00" }, { "name": "symfony/finder", "version": "v3.4.47", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/b6b6ad3db3edb1b4b1c1896b1975fb684994de6e", "reference": "b6b6ad3db3edb1b4b1c1896b1975fb684994de6e", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/finder/tree/v3.4.47" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-11-16T17:02:08+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.26.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", "shasum": "" }, "require": { "php": ">=7.1" }, "provide": { "ext-ctype": "*" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], "support": { "source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-05-24T11:49:31+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.26.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "shasum": "" }, "require": { "php": ">=7.1" }, "provide": { "ext-mbstring": "*" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-05-24T11:49:31+00:00" }, { "name": "symfony/process", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/c3591a09c78639822b0b290d44edb69bf9f05dc8", "reference": "c3591a09c78639822b0b290d44edb69bf9f05dc8", "shasum": "" }, "require": { "php": ">=5.3.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Process Component", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/process/tree/v2.8.50" }, "time": "2018-11-11T11:18:13+00:00" }, { "name": "tubalmartin/cssmin", "version": "v2.4.8-p6", "source": { "type": "git", "url": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port.git", "reference": "47c481b6309361845e88b580ab25e791169d9e9b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tubalmartin/YUI-CSS-compressor-PHP-port/zipball/47c481b6309361845e88b580ab25e791169d9e9b", "reference": "47c481b6309361845e88b580ab25e791169d9e9b", "shasum": "" }, "require": { "php": ">=5.0.0" }, "type": "library", "autoload": { "classmap": [ "cssmin.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Túbal Martín", "homepage": "http://tubalmartin.me/" } ], "description": "A PHP port of the YUI CSS compressor", "homepage": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port", "keywords": [ "compress", "compressor", "css", "minify", "yui" ], "support": { "issues": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/issues", "source": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port" }, "time": "2017-03-21T11:08:23+00:00" } ], "packages-dev": [ { "name": "doctrine/instantiator", "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc", "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^9", "ext-pdo": "*", "ext-phar": "*", "phpbench/phpbench": "^0.16 || ^1", "phpstan/phpstan": "^1.4", "phpstan/phpstan-phpunit": "^1", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "vimeo/psalm": "^4.22" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", "homepage": "https://ocramius.github.io/" } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", "homepage": "https://www.doctrine-project.org/projects/instantiator.html", "keywords": [ "constructor", "instantiate" ], "support": { "issues": "https://github.com/doctrine/instantiator/issues", "source": "https://github.com/doctrine/instantiator/tree/1.4.1" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", "type": "tidelift" } ], "time": "2022-03-03T08:28:38+00:00" }, { "name": "fabpot/php-cs-fixer", "version": "v1.11.8", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git", "reference": "117137e9970054d022b7656209f094dab852b90c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/117137e9970054d022b7656209f094dab852b90c", "reference": "117137e9970054d022b7656209f094dab852b90c", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=5.3.6", "sebastian/diff": "~1.1", "symfony/console": "~2.3|~3.0", "symfony/event-dispatcher": "~2.1|~3.0", "symfony/filesystem": "~2.1|~3.0", "symfony/finder": "~2.1|~3.0", "symfony/process": "~2.3|~3.0", "symfony/stopwatch": "~2.5|~3.0" }, "conflict": { "hhvm": "<3.9" }, "require-dev": { "phpunit/phpunit": "^4.5|^5", "satooshi/php-coveralls": "^0.7.1" }, "bin": [ "php-cs-fixer" ], "type": "application", "autoload": { "psr-4": { "Symfony\\CS\\": "Symfony/CS/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dariusz Rumiński", "email": "dariusz.ruminski@gmail.com" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "A tool to automatically fix PHP code style", "support": { "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues", "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v1.11.8" }, "abandoned": "friendsofphp/php-cs-fixer", "time": "2016-08-16T23:31:05+00:00" }, { "name": "league/climate", "version": "2.6.1", "source": { "type": "git", "url": "https://github.com/thephpleague/climate.git", "reference": "28851c909017424f61cc6a62089316313c645d1c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/climate/zipball/28851c909017424f61cc6a62089316313c645d1c", "reference": "28851c909017424f61cc6a62089316313c645d1c", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { "mockery/mockery": "dev-master", "phpunit/phpunit": "4.1.*" }, "type": "library", "autoload": { "psr-4": { "League\\CLImate\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Joe Tannenbaum", "email": "hey@joe.codes", "homepage": "http://joe.codes/", "role": "Developer" } ], "description": "PHP's best friend for the terminal. CLImate allows you to easily output colored text, special formats, and more.", "keywords": [ "cli", "colors", "command", "php", "terminal" ], "support": { "issues": "https://github.com/thephpleague/climate/issues", "source": "https://github.com/thephpleague/climate/tree/master" }, "time": "2015-01-18T14:31:58+00:00" }, { "name": "lusitanian/oauth", "version": "v0.8.11", "source": { "type": "git", "url": "https://github.com/Lusitanian/PHPoAuthLib.git", "reference": "fc11a53db4b66da555a6a11fce294f574a8374f9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Lusitanian/PHPoAuthLib/zipball/fc11a53db4b66da555a6a11fce294f574a8374f9", "reference": "fc11a53db4b66da555a6a11fce294f574a8374f9", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "3.7.*", "predis/predis": "0.8.*@dev", "squizlabs/php_codesniffer": "2.*", "symfony/http-foundation": "~2.1" }, "suggest": { "ext-openssl": "Allows for usage of secure connections with the stream-based HTTP client.", "predis/predis": "Allows using the Redis storage backend.", "symfony/http-foundation": "Allows using the Symfony Session storage backend." }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.1-dev" } }, "autoload": { "psr-0": { "OAuth": "src", "OAuth\\Unit": "tests" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "David Desberg", "email": "david@daviddesberg.com" }, { "name": "Elliot Chance", "email": "elliotchance@gmail.com" }, { "name": "Pieter Hordijk", "email": "info@pieterhordijk.com" } ], "description": "PHP 5.3+ oAuth 1/2 Library", "keywords": [ "Authentication", "authorization", "oauth", "security" ], "support": { "issues": "https://github.com/Lusitanian/PHPoAuthLib/issues", "source": "https://github.com/Lusitanian/PHPoAuthLib/tree/master" }, "time": "2018-02-14T22:37:14+00:00" }, { "name": "pdepend/pdepend", "version": "2.0.6", "source": { "type": "git", "url": "https://github.com/pdepend/pdepend.git", "reference": "a15ffcbfbcc4570d4a733ca7b76e9cac0a56c3f4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pdepend/pdepend/zipball/a15ffcbfbcc4570d4a733ca7b76e9cac0a56c3f4", "reference": "a15ffcbfbcc4570d4a733ca7b76e9cac0a56c3f4", "shasum": "" }, "require": { "symfony/config": ">=2.4", "symfony/dependency-injection": ">=2.4", "symfony/filesystem": ">=2.4" }, "require-dev": { "phpunit/phpunit": "4.*@stable", "squizlabs/php_codesniffer": "@stable" }, "bin": [ "src/bin/pdepend" ], "type": "library", "autoload": { "psr-0": { "PDepend\\": "src/main/php/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Official version of pdepend to be handled with Composer", "support": { "issues": "https://github.com/pdepend/pdepend/issues", "source": "https://github.com/pdepend/pdepend/tree/2.0.6" }, "time": "2015-03-02T08:06:43+00:00" }, { "name": "phpmd/phpmd", "version": "2.5.0", "source": { "type": "git", "url": "https://github.com/phpmd/phpmd.git", "reference": "9298602a922cd8c46666df8d540a60bc5925ce55" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpmd/phpmd/zipball/9298602a922cd8c46666df8d540a60bc5925ce55", "reference": "9298602a922cd8c46666df8d540a60bc5925ce55", "shasum": "" }, "require": { "pdepend/pdepend": "^2.0.4", "php": ">=5.3.9" }, "require-dev": { "phpunit/phpunit": "^4.0", "squizlabs/php_codesniffer": "^2.0" }, "bin": [ "src/bin/phpmd" ], "type": "project", "autoload": { "psr-0": { "PHPMD\\": "src/main/php" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Manuel Pichler", "email": "github@manuel-pichler.de", "homepage": "https://github.com/manuelpichler", "role": "Project Founder" }, { "name": "Other contributors", "homepage": "https://github.com/phpmd/phpmd/graphs/contributors", "role": "Contributors" }, { "name": "Marc Würth", "email": "ravage@bluewin.ch", "homepage": "https://github.com/ravage84", "role": "Project Maintainer" } ], "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.", "homepage": "http://phpmd.org/", "keywords": [ "mess detection", "mess detector", "pdepend", "phpmd", "pmd" ], "support": { "irc": "irc://irc.freenode.org/phpmd", "issues": "https://github.com/phpmd/phpmd/issues", "source": "https://github.com/phpmd/phpmd/tree/master" }, "time": "2016-11-23T20:33:32+00:00" }, { "name": "phpunit/php-code-coverage", "version": "2.2.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", "shasum": "" }, "require": { "php": ">=5.3.3", "phpunit/php-file-iterator": "~1.3", "phpunit/php-text-template": "~1.2", "phpunit/php-token-stream": "~1.3", "sebastian/environment": "^1.3.2", "sebastian/version": "~1.0" }, "require-dev": { "ext-xdebug": ">=2.1.4", "phpunit/phpunit": "~4" }, "suggest": { "ext-dom": "*", "ext-xdebug": ">=2.2.1", "ext-xmlwriter": "*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "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" ], "support": { "irc": "irc://irc.freenode.net/phpunit", "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/2.2" }, "time": "2015-10-06T15:47:00+00:00" }, { "name": "phpunit/php-file-iterator", "version": "1.3.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb", "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "autoload": { "classmap": [ "File/" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "FilterIterator implementation that filters files based on a list of suffixes.", "homepage": "https://github.com/sebastianbergmann/php-file-iterator/", "keywords": [ "filesystem", "iterator" ], "support": { "irc": "irc://irc.freenode.net/phpunit", "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/1.3.4" }, "time": "2013-10-10T15:34:57+00:00" }, { "name": "phpunit/php-text-template", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "Simple template engine.", "homepage": "https://github.com/sebastianbergmann/php-text-template/", "keywords": [ "template" ], "support": { "issues": "https://github.com/sebastianbergmann/php-text-template/issues", "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1" }, "time": "2015-06-21T13:50:34+00:00" }, { "name": "phpunit/php-timer", "version": "1.0.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260", "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4|~5" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Utility class for timing", "homepage": "https://github.com/sebastianbergmann/php-timer/", "keywords": [ "timer" ], "support": { "irc": "irc://irc.freenode.net/phpunit", "issues": "https://github.com/sebastianbergmann/php-timer/issues", "source": "https://github.com/sebastianbergmann/php-timer/tree/master" }, "time": "2016-05-12T18:03:57+00:00" }, { "name": "phpunit/php-token-stream", "version": "1.4.12", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16", "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Wrapper around PHP's tokenizer extension.", "homepage": "https://github.com/sebastianbergmann/php-token-stream/", "keywords": [ "tokenizer" ], "support": { "issues": "https://github.com/sebastianbergmann/php-token-stream/issues", "source": "https://github.com/sebastianbergmann/php-token-stream/tree/1.4" }, "abandoned": true, "time": "2017-12-04T08:55:13+00:00" }, { "name": "phpunit/phpunit", "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", "reference": "efb1b1334605594417a3bd466477772d06d460a8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/efb1b1334605594417a3bd466477772d06d460a8", "reference": "efb1b1334605594417a3bd466477772d06d460a8", "shasum": "" }, "require": { "ext-dom": "*", "ext-json": "*", "ext-pcre": "*", "ext-reflection": "*", "ext-spl": "*", "php": ">=5.3.3", "phpunit/php-code-coverage": "~2.0", "phpunit/php-file-iterator": "~1.3.1", "phpunit/php-text-template": "~1.2", "phpunit/php-timer": "~1.0.2", "phpunit/phpunit-mock-objects": "~2.1", "sebastian/comparator": "~1.0", "sebastian/diff": "~1.1", "sebastian/environment": "~1.0", "sebastian/exporter": "~1.0", "sebastian/version": "~1.0", "symfony/yaml": "~2.0" }, "suggest": { "phpunit/php-invoker": "~1.1" }, "bin": [ "phpunit" ], "type": "library", "extra": { "branch-alias": { "dev-master": "4.1.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ "", "../../symfony/yaml/" ], "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de", "role": "lead" } ], "description": "The PHP Unit Testing framework.", "homepage": "http://www.phpunit.de/", "keywords": [ "phpunit", "testing", "xunit" ], "support": { "irc": "irc://irc.freenode.net/phpunit", "issues": "https://github.com/sebastianbergmann/phpunit/issues", "source": "https://github.com/sebastianbergmann/phpunit/tree/4.1.0" }, "time": "2014-05-02T07:13:40+00:00" }, { "name": "phpunit/phpunit-mock-objects", "version": "2.3.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", "shasum": "" }, "require": { "doctrine/instantiator": "^1.0.2", "php": ">=5.3.3", "phpunit/php-text-template": "~1.2", "sebastian/exporter": "~1.2" }, "require-dev": { "phpunit/phpunit": "~4.4" }, "suggest": { "ext-soap": "*" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sb@sebastian-bergmann.de", "role": "lead" } ], "description": "Mock Object library for PHPUnit", "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/", "keywords": [ "mock", "xunit" ], "support": { "irc": "irc://irc.freenode.net/phpunit", "issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues", "source": "https://github.com/sebastianbergmann/phpunit-mock-objects/tree/2.3" }, "abandoned": true, "time": "2015-10-02T06:51:40+00:00" }, { "name": "sebastian/comparator", "version": "1.2.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", "reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be", "shasum": "" }, "require": { "php": ">=5.3.3", "sebastian/diff": "~1.2", "sebastian/exporter": "~1.2 || ~2.0" }, "require-dev": { "phpunit/phpunit": "~4.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Volker Dusch", "email": "github@wallbash.com" }, { "name": "Bernhard Schussek", "email": "bschussek@2bepublished.at" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides the functionality to compare PHP values for equality", "homepage": "http://www.github.com/sebastianbergmann/comparator", "keywords": [ "comparator", "compare", "equality" ], "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", "source": "https://github.com/sebastianbergmann/comparator/tree/1.2" }, "time": "2017-01-29T09:50:25+00:00" }, { "name": "sebastian/diff", "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e", "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Kore Nordmann", "email": "mail@kore-nordmann.de" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Diff implementation", "homepage": "https://github.com/sebastianbergmann/diff", "keywords": [ "diff" ], "support": { "issues": "https://github.com/sebastianbergmann/diff/issues", "source": "https://github.com/sebastianbergmann/diff/tree/master" }, "time": "2015-12-08T07:14:41+00:00" }, { "name": "sebastian/environment", "version": "1.3.7", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716", "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Provides functionality to handle HHVM/PHP environments", "homepage": "http://www.github.com/sebastianbergmann/environment", "keywords": [ "Xdebug", "environment", "hhvm" ], "support": { "issues": "https://github.com/sebastianbergmann/environment/issues", "source": "https://github.com/sebastianbergmann/environment/tree/1.3.7" }, "time": "2016-05-17T03:18:57+00:00" }, { "name": "sebastian/exporter", "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4", "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4", "shasum": "" }, "require": { "php": ">=5.3.3", "sebastian/recursion-context": "~1.0" }, "require-dev": { "ext-mbstring": "*", "phpunit/phpunit": "~4.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Volker Dusch", "email": "github@wallbash.com" }, { "name": "Bernhard Schussek", "email": "bschussek@2bepublished.at" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Adam Harvey", "email": "aharvey@php.net" } ], "description": "Provides the functionality to export PHP variables for visualization", "homepage": "http://www.github.com/sebastianbergmann/exporter", "keywords": [ "export", "exporter" ], "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", "source": "https://github.com/sebastianbergmann/exporter/tree/master" }, "time": "2016-06-17T09:04:28+00:00" }, { "name": "sebastian/recursion-context", "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7", "reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.4" }, "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": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Adam Harvey", "email": "aharvey@php.net" } ], "description": "Provides functionality to recursively process PHP variables", "homepage": "http://www.github.com/sebastianbergmann/recursion-context", "support": { "issues": "https://github.com/sebastianbergmann/recursion-context/issues", "source": "https://github.com/sebastianbergmann/recursion-context/tree/master" }, "time": "2016-10-03T07:41:43+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": "sebastian@phpunit.de", "role": "lead" } ], "description": "Library that helps with managing the version number of Git-hosted PHP projects", "homepage": "https://github.com/sebastianbergmann/version", "support": { "issues": "https://github.com/sebastianbergmann/version/issues", "source": "https://github.com/sebastianbergmann/version/tree/1.0.6" }, "time": "2015-06-21T13:59:46+00:00" }, { "name": "sjparkinson/static-review", "version": "4.1.1", "source": { "type": "git", "url": "https://github.com/sjparkinson/static-review.git", "reference": "493c3410cf146a12fca84209bad126c494e125f0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sjparkinson/static-review/zipball/493c3410cf146a12fca84209bad126c494e125f0", "reference": "493c3410cf146a12fca84209bad126c494e125f0", "shasum": "" }, "require": { "league/climate": "~2.0", "php": ">=5.4.0", "symfony/console": "~2.0", "symfony/process": "~2.0" }, "require-dev": { "mockery/mockery": "~0.9", "phpunit/phpunit": "~4.0", "sensiolabs/security-checker": "~2.0", "squizlabs/php_codesniffer": "~1.0" }, "suggest": { "sensiolabs/security-checker": "Required for ComposerSecurityReview.", "squizlabs/php_codesniffer": "Required for PhpCodeSnifferReview." }, "bin": [ "bin/static-review.php" ], "type": "library", "autoload": { "psr-4": { "StaticReview\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Samuel Parkinson", "email": "sam.james.parkinson@gmail.com", "homepage": "http://samp.im" } ], "description": "An extendable framework for version control hooks.", "support": { "issues": "https://github.com/sjparkinson/static-review/issues", "source": "https://github.com/sjparkinson/static-review" }, "abandoned": "phpro/grumphp", "time": "2014-09-22T08:40:36+00:00" }, { "name": "squizlabs/php_codesniffer", "version": "1.5.3", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", "reference": "396178ada8499ec492363587f037125bf7b07fcc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/396178ada8499ec492363587f037125bf7b07fcc", "reference": "396178ada8499ec492363587f037125bf7b07fcc", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=5.1.2" }, "suggest": { "phpunit/php-timer": "dev-master" }, "bin": [ "scripts/phpcs" ], "type": "library", "extra": { "branch-alias": { "dev-phpcs-fixer": "2.0.x-dev" } }, "autoload": { "classmap": [ "CodeSniffer.php", "CodeSniffer/CLI.php", "CodeSniffer/Exception.php", "CodeSniffer/File.php", "CodeSniffer/Report.php", "CodeSniffer/Reporting.php", "CodeSniffer/Sniff.php", "CodeSniffer/Tokens.php", "CodeSniffer/Reports/", "CodeSniffer/CommentParser/", "CodeSniffer/Tokenizers/", "CodeSniffer/DocGenerators/", "CodeSniffer/Standards/AbstractPatternSniff.php", "CodeSniffer/Standards/AbstractScopeSniff.php", "CodeSniffer/Standards/AbstractVariableSniff.php", "CodeSniffer/Standards/IncorrectPatternException.php", "CodeSniffer/Standards/Generic/Sniffs/", "CodeSniffer/Standards/MySource/Sniffs/", "CodeSniffer/Standards/PEAR/Sniffs/", "CodeSniffer/Standards/PSR1/Sniffs/", "CodeSniffer/Standards/PSR2/Sniffs/", "CodeSniffer/Standards/Squiz/Sniffs/", "CodeSniffer/Standards/Zend/Sniffs/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Greg Sherwood", "role": "lead" } ], "description": "PHP_CodeSniffer tokenises PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", "homepage": "http://www.squizlabs.com/php-codesniffer", "keywords": [ "phpcs", "standards" ], "support": { "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name%5B%5D=PHP_CodeSniffer", "source": "https://github.com/squizlabs/PHP_CodeSniffer" }, "time": "2014-05-01T03:07:07+00:00" }, { "name": "symfony/config", "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/config.git", "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/config/zipball/ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/filesystem": "^3.4|^4.0|^5.0", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-php80": "^1.16", "symfony/polyfill-php81": "^1.22" }, "conflict": { "symfony/finder": "<3.4" }, "require-dev": { "symfony/event-dispatcher": "^3.4|^4.0|^5.0", "symfony/finder": "^3.4|^4.0|^5.0", "symfony/messenger": "^4.1|^5.0", "symfony/service-contracts": "^1.1|^2", "symfony/yaml": "^3.4|^4.0|^5.0" }, "suggest": { "symfony/yaml": "To use the yaml reference dumper" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Config\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/config/tree/v4.4.44" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/dependency-injection", "version": "v3.1.10", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", "reference": "f4a04433f82eb8ca58555d1b6375293fc7c90d18" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/f4a04433f82eb8ca58555d1b6375293fc7c90d18", "reference": "f4a04433f82eb8ca58555d1b6375293fc7c90d18", "shasum": "" }, "require": { "php": ">=5.5.9" }, "require-dev": { "symfony/config": "~2.8|~3.0", "symfony/expression-language": "~2.8|~3.0", "symfony/yaml": "~2.8.7|~3.0.7|~3.1.1|~3.2" }, "suggest": { "symfony/config": "", "symfony/expression-language": "For using expressions in service container configuration", "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.1-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\DependencyInjection\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony DependencyInjection Component", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/dependency-injection/tree/3.1" }, "time": "2017-01-28T00:04:57+00:00" }, { "name": "symfony/event-dispatcher", "version": "v3.2.14", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "b8de6ee252af19330dd72ad5fc0dd4658a1d6325" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b8de6ee252af19330dd72ad5fc0dd4658a1d6325", "reference": "b8de6ee252af19330dd72ad5fc0dd4658a1d6325", "shasum": "" }, "require": { "php": ">=5.5.9" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.8|~3.0", "symfony/dependency-injection": "~2.8|~3.0", "symfony/expression-language": "~2.8|~3.0", "symfony/stopwatch": "~2.8|~3.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\EventDispatcher\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony EventDispatcher Component", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/event-dispatcher/tree/3.2" }, "time": "2017-06-02T08:26:05+00:00" }, { "name": "symfony/polyfill-php80", "version": "v1.26.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace", "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php80\\": "" }, "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ion Bazan", "email": "ion.bazan@gmail.com" }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-05-10T07:21:04+00:00" }, { "name": "symfony/polyfill-php81", "version": "v1.26.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1", "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php81\\": "" }, "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-05-24T11:49:31+00:00" }, { "name": "symfony/stopwatch", "version": "v3.4.47", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", "reference": "298b81faad4ce60e94466226b2abbb8c9bca7462" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/stopwatch/zipball/298b81faad4ce60e94466226b2abbb8c9bca7462", "reference": "298b81faad4ce60e94466226b2abbb8c9bca7462", "shasum": "" }, "require": { "php": "^5.5.9|>=7.0.8" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Stopwatch\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Stopwatch Component", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/stopwatch/tree/v3.4.47" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2020-10-24T10:57:07+00:00" }, { "name": "symfony/yaml", "version": "v2.8.52", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "02c1859112aa779d9ab394ae4f3381911d84052b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/02c1859112aa779d9ab394ae4f3381911d84052b", "reference": "02c1859112aa779d9ab394ae4f3381911d84052b", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/polyfill-ctype": "~1.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/yaml/tree/v2.8.52" }, "time": "2018-11-11T11:18:13+00:00" } ], "aliases": [], "minimum-stability": "alpha", "stability-flags": { "phpmd/phpmd": 0 }, "prefer-stable": true, "prefer-lowest": false, "platform": { "php": "~8.1.0", "ext-ctype": "*", "ext-curl": "*", "ext-dom": "*", "ext-gd": "*", "ext-hash": "*", "ext-iconv": "*", "ext-intl": "*", "ext-mcrypt": "*", "ext-simplexml": "*", "ext-spl": "*", "lib-libxml": "*" }, "platform-dev": [], "plugin-api-version": "2.3.0" }