2021-08-11 13:38:08 +00:00
{
"packages" : [
{
"name" : "container-interop/container-interop" ,
"version" : "1.2.0" ,
"version_normalized" : "1.2.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/container-interop/container-interop.git" ,
"reference" : "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8" ,
"reference" : "79cbf1341c22ec75643d841642dd5d6acd83bdb8" ,
"shasum" : ""
} ,
"require" : {
"psr/container" : "^1.0"
} ,
"time" : "2017-02-14T19:40:03+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Interop\\Container\\" : "src/Interop/Container/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"description" : "Promoting the interoperability of container objects (DIC, SL, etc.)" ,
"homepage" : "https://github.com/container-interop/container-interop" ,
"install-path" : "../container-interop/container-interop"
} ,
{
"name" : "doctrine/instantiator" ,
"version" : "1.3.0" ,
"version_normalized" : "1.3.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/doctrine/instantiator.git" ,
"reference" : "ae466f726242e637cebdd526a7d991b9433bacf1"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/doctrine/instantiator/zipball/ae466f726242e637cebdd526a7d991b9433bacf1" ,
"reference" : "ae466f726242e637cebdd526a7d991b9433bacf1" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.1"
} ,
"require-dev" : {
"doctrine/coding-standard" : "^6.0" ,
"ext-pdo" : "*" ,
"ext-phar" : "*" ,
"phpbench/phpbench" : "^0.13" ,
"phpstan/phpstan-phpunit" : "^0.11" ,
"phpstan/phpstan-shim" : "^0.11" ,
"phpunit/phpunit" : "^7.0"
} ,
"time" : "2019-10-21T16:45:58+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.2.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Doctrine\\Instantiator\\" : "src/Doctrine/Instantiator/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Marco Pivetta" ,
"email" : "ocramius@gmail.com" ,
"homepage" : "http://ocramius.github.com/"
}
] ,
"description" : "A small, lightweight utility to instantiate objects in PHP without invoking their constructors" ,
"homepage" : "https://www.doctrine-project.org/projects/instantiator.html" ,
"keywords" : [
"constructor" ,
"instantiate"
] ,
"install-path" : "../doctrine/instantiator"
} ,
{
"name" : "google/recaptcha" ,
"version" : "1.2.3" ,
"version_normalized" : "1.2.3.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/google/recaptcha.git" ,
"reference" : "98c4a6573b27e8b0990ea8789c74ea378795134c"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/google/recaptcha/zipball/98c4a6573b27e8b0990ea8789c74ea378795134c" ,
"reference" : "98c4a6573b27e8b0990ea8789c74ea378795134c" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.5"
} ,
"require-dev" : {
"friendsofphp/php-cs-fixer" : "^2.2.20|^2.15" ,
"php-coveralls/php-coveralls" : "^2.1" ,
"phpunit/phpunit" : "^4.8.36|^5.7.27|^6.59|^7.5.11"
} ,
"time" : "2019-08-16T15:48:25+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.2.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"ReCaptcha\\" : "src/ReCaptcha"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"description" : "Client library for reCAPTCHA, a free service that protects websites from spam and abuse." ,
"homepage" : "https://www.google.com/recaptcha/" ,
"keywords" : [
"Abuse" ,
"captcha" ,
"recaptcha" ,
"spam"
] ,
"install-path" : "../google/recaptcha"
} ,
{
"name" : "kanellov/slim-twig-flash" ,
"version" : "0.2.0" ,
"version_normalized" : "0.2.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/kanellov/slim-twig-flash.git" ,
"reference" : "14a96919cfb116aa528b6ce9a611f544ac6d6a01"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/kanellov/slim-twig-flash/zipball/14a96919cfb116aa528b6ce9a611f544ac6d6a01" ,
"reference" : "14a96919cfb116aa528b6ce9a611f544ac6d6a01" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.5.0" ,
"slim/flash" : ">=0.1.0" ,
"twig/twig" : ">=1.18"
} ,
"require-dev" : {
"friendsofphp/php-cs-fixer" : "1.*" ,
"phpunit/phpcov" : "2.*" ,
"phpunit/phpunit" : "4.8.0" ,
"satooshi/php-coveralls" : "dev-master"
} ,
"time" : "2016-12-29T22:07:19+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Knlv\\Slim\\Views\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"GNU GPLv3"
] ,
"authors" : [
{
"name" : "Vassilis Kanellopoulos" ,
"email" : "contact@kanellov.com" ,
"homepage" : "http://kanellov.com"
}
] ,
"description" : "A Twig extension to access Slim Flash messages in templates" ,
"keywords" : [
"extension" ,
"flash" ,
"framework" ,
"message" ,
"provider" ,
"slim" ,
"twig" ,
"view"
] ,
"install-path" : "../kanellov/slim-twig-flash"
} ,
{
"name" : "monolog/monolog" ,
"version" : "1.25.2" ,
"version_normalized" : "1.25.2.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/Seldaek/monolog.git" ,
"reference" : "d5e2fb341cb44f7e2ab639d12a1e5901091ec287"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/Seldaek/monolog/zipball/d5e2fb341cb44f7e2ab639d12a1e5901091ec287" ,
"reference" : "d5e2fb341cb44f7e2ab639d12a1e5901091ec287" ,
"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.9 || ^3.0" ,
"doctrine/couchdb" : "~1.0@dev" ,
"graylog2/gelf-php" : "~1.0" ,
"jakub-onderka/php-parallel-lint" : "0.9" ,
"php-amqplib/php-amqplib" : "~2.4" ,
"php-console/php-console" : "^3.1.3" ,
"phpunit/phpunit" : "~4.5" ,
"phpunit/phpunit-mock-objects" : "2.3.0" ,
"ruflin/elastica" : ">=0.90 <3.0" ,
"sentry/sentry" : "^0.13" ,
"swiftmailer/swiftmailer" : "^5.3|^6.0"
} ,
"suggest" : {
"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" ,
"mongodb/mongodb" : "Allow sending log messages to a MongoDB server via PHP Driver" ,
"php-amqplib/php-amqplib" : "Allow sending log messages to an AMQP server using php-amqplib" ,
"php-console/php-console" : "Allow sending log messages to Google Chrome" ,
"rollbar/rollbar" : "Allow sending log messages to Rollbar" ,
"ruflin/elastica" : "Allow sending log messages to an Elastic Search server" ,
"sentry/sentry" : "Allow sending log messages to a Sentry server"
} ,
"time" : "2019-11-13T10:00:05+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"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"
] ,
"install-path" : "../monolog/monolog"
} ,
{
"name" : "myclabs/deep-copy" ,
"version" : "1.9.3" ,
"version_normalized" : "1.9.3.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/myclabs/DeepCopy.git" ,
"reference" : "007c053ae6f31bba39dfa19a7726f56e9763bbea"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/myclabs/DeepCopy/zipball/007c053ae6f31bba39dfa19a7726f56e9763bbea" ,
"reference" : "007c053ae6f31bba39dfa19a7726f56e9763bbea" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.1"
} ,
"replace" : {
"myclabs/deep-copy" : "self.version"
} ,
"require-dev" : {
"doctrine/collections" : "^1.0" ,
"doctrine/common" : "^2.6" ,
"phpunit/phpunit" : "^7.1"
} ,
"time" : "2019-08-09T12:45:53+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"DeepCopy\\" : "src/DeepCopy/"
} ,
"files" : [
"src/DeepCopy/deep_copy.php"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"description" : "Create deep copies (clones) of your objects" ,
"keywords" : [
"clone" ,
"copy" ,
"duplicate" ,
"object" ,
"object graph"
] ,
"install-path" : "../myclabs/deep-copy"
} ,
{
"name" : "nikic/fast-route" ,
"version" : "v1.3.0" ,
"version_normalized" : "1.3.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/nikic/FastRoute.git" ,
"reference" : "181d480e08d9476e61381e04a71b34dc0432e812"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812" ,
"reference" : "181d480e08d9476e61381e04a71b34dc0432e812" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.4.0"
} ,
"require-dev" : {
"phpunit/phpunit" : "^4.8.35|~5.7"
} ,
"time" : "2018-02-13T20:26:39+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"FastRoute\\" : "src/"
} ,
"files" : [
"src/functions.php"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Nikita Popov" ,
"email" : "nikic@php.net"
}
] ,
"description" : "Fast request router for PHP" ,
"keywords" : [
"router" ,
"routing"
] ,
"install-path" : "../nikic/fast-route"
} ,
{
"name" : "phpdocumentor/reflection-common" ,
"version" : "2.0.0" ,
"version_normalized" : "2.0.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/phpDocumentor/ReflectionCommon.git" ,
"reference" : "63a995caa1ca9e5590304cd845c15ad6d482a62a"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/63a995caa1ca9e5590304cd845c15ad6d482a62a" ,
"reference" : "63a995caa1ca9e5590304cd845c15ad6d482a62a" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.1"
} ,
"require-dev" : {
"phpunit/phpunit" : "~6"
} ,
"time" : "2018-08-07T13:53:10+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"phpDocumentor\\Reflection\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Jaap van Otterdijk" ,
"email" : "opensource@ijaap.nl"
}
] ,
"description" : "Common reflection classes used by phpdocumentor to reflect the code structure" ,
"homepage" : "http://www.phpdoc.org" ,
"keywords" : [
"FQSEN" ,
"phpDocumentor" ,
"phpdoc" ,
"reflection" ,
"static analysis"
] ,
"install-path" : "../phpdocumentor/reflection-common"
} ,
{
"name" : "phpdocumentor/reflection-docblock" ,
"version" : "4.3.2" ,
"version_normalized" : "4.3.2.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/phpDocumentor/ReflectionDocBlock.git" ,
"reference" : "b83ff7cfcfee7827e1e78b637a5904fe6a96698e"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/b83ff7cfcfee7827e1e78b637a5904fe6a96698e" ,
"reference" : "b83ff7cfcfee7827e1e78b637a5904fe6a96698e" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.0" ,
"phpdocumentor/reflection-common" : "^1.0.0 || ^2.0.0" ,
"phpdocumentor/type-resolver" : "~0.4 || ^1.0.0" ,
"webmozart/assert" : "^1.0"
} ,
"require-dev" : {
"doctrine/instantiator" : "^1.0.5" ,
"mockery/mockery" : "^1.0" ,
"phpunit/phpunit" : "^6.4"
} ,
"time" : "2019-09-12T14:27:41+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "4.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"phpDocumentor\\Reflection\\" : [
"src/"
]
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Mike van Riel" ,
"email" : "me@mikevanriel.com"
}
] ,
"description" : "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock." ,
"install-path" : "../phpdocumentor/reflection-docblock"
} ,
{
"name" : "phpdocumentor/type-resolver" ,
"version" : "1.0.1" ,
"version_normalized" : "1.0.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/phpDocumentor/TypeResolver.git" ,
"reference" : "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/2e32a6d48972b2c1976ed5d8967145b6cec4a4a9" ,
"reference" : "2e32a6d48972b2c1976ed5d8967145b6cec4a4a9" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.1" ,
"phpdocumentor/reflection-common" : "^2.0"
} ,
"require-dev" : {
"ext-tokenizer" : "^7.1" ,
"mockery/mockery" : "~1" ,
"phpunit/phpunit" : "^7.0"
} ,
"time" : "2019-08-22T18:11:29+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"phpDocumentor\\Reflection\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Mike van Riel" ,
"email" : "me@mikevanriel.com"
}
] ,
"description" : "A PSR-5 based resolver of Class names, Types and Structural Element Names" ,
"install-path" : "../phpdocumentor/type-resolver"
} ,
{
"name" : "phpmailer/phpmailer" ,
"version" : "v6.1.3" ,
"version_normalized" : "6.1.3.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/PHPMailer/PHPMailer.git" ,
"reference" : "a25ae38e03de4ee4031725498a600012364787c7"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a25ae38e03de4ee4031725498a600012364787c7" ,
"reference" : "a25ae38e03de4ee4031725498a600012364787c7" ,
"shasum" : ""
} ,
"require" : {
"ext-ctype" : "*" ,
"ext-filter" : "*" ,
"php" : ">=5.5.0"
} ,
"require-dev" : {
"doctrine/annotations" : "^1.2" ,
"friendsofphp/php-cs-fixer" : "^2.2" ,
"phpunit/phpunit" : "^4.8 || ^5.7"
} ,
"suggest" : {
"ext-mbstring" : "Needed to send email in multibyte encoding charset" ,
"hayageek/oauth2-yahoo" : "Needed for Yahoo XOAUTH2 authentication" ,
"league/oauth2-google" : "Needed for Google XOAUTH2 authentication" ,
"psr/log" : "For optional PSR-3 debug logging" ,
"stevenmaguire/oauth2-microsoft" : "Needed for Microsoft XOAUTH2 authentication" ,
"symfony/polyfill-mbstring" : "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)"
} ,
"time" : "2019-11-21T09:37:46+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"PHPMailer\\PHPMailer\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"LGPL-2.1-only"
] ,
"authors" : [
{
"name" : "Marcus Bointon" ,
"email" : "phpmailer@synchromedia.co.uk"
} ,
{
"name" : "Jim Jagielski" ,
"email" : "jimjag@gmail.com"
} ,
{
"name" : "Andy Prevost" ,
"email" : "codeworxtech@users.sourceforge.net"
} ,
{
"name" : "Brent R. Matzelle"
}
] ,
"description" : "PHPMailer is a full-featured email creation and transfer class for PHP" ,
"install-path" : "../phpmailer/phpmailer"
} ,
{
"name" : "phpspec/prophecy" ,
"version" : "1.9.0" ,
"version_normalized" : "1.9.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/phpspec/prophecy.git" ,
"reference" : "f6811d96d97bdf400077a0cc100ae56aa32b9203"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/phpspec/prophecy/zipball/f6811d96d97bdf400077a0cc100ae56aa32b9203" ,
"reference" : "f6811d96d97bdf400077a0cc100ae56aa32b9203" ,
"shasum" : ""
} ,
"require" : {
"doctrine/instantiator" : "^1.0.2" ,
"php" : "^5.3|^7.0" ,
"phpdocumentor/reflection-docblock" : "^2.0|^3.0.2|^4.0|^5.0" ,
"sebastian/comparator" : "^1.1|^2.0|^3.0" ,
"sebastian/recursion-context" : "^1.0|^2.0|^3.0"
} ,
"require-dev" : {
"phpspec/phpspec" : "^2.5|^3.2" ,
"phpunit/phpunit" : "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
} ,
"time" : "2019-10-03T11:07:50+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.8.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Prophecy\\" : "src/Prophecy"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Konstantin Kudryashov" ,
"email" : "ever.zet@gmail.com" ,
"homepage" : "http://everzet.com"
} ,
{
"name" : "Marcello Duarte" ,
"email" : "marcello.duarte@gmail.com"
}
] ,
"description" : "Highly opinionated mocking framework for PHP 5.3+" ,
"homepage" : "https://github.com/phpspec/prophecy" ,
"keywords" : [
"Double" ,
"Dummy" ,
"fake" ,
"mock" ,
"spy" ,
"stub"
] ,
"install-path" : "../phpspec/prophecy"
} ,
{
"name" : "phpunit/php-code-coverage" ,
"version" : "4.0.8" ,
"version_normalized" : "4.0.8.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/php-code-coverage.git" ,
"reference" : "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d" ,
"reference" : "ef7b2f56815df854e66ceaee8ebe9393ae36a40d" ,
"shasum" : ""
} ,
"require" : {
"ext-dom" : "*" ,
"ext-xmlwriter" : "*" ,
"php" : "^5.6 || ^7.0" ,
"phpunit/php-file-iterator" : "^1.3" ,
"phpunit/php-text-template" : "^1.2" ,
"phpunit/php-token-stream" : "^1.4.2 || ^2.0" ,
"sebastian/code-unit-reverse-lookup" : "^1.0" ,
"sebastian/environment" : "^1.3.2 || ^2.0" ,
"sebastian/version" : "^1.0 || ^2.0"
} ,
"require-dev" : {
"ext-xdebug" : "^2.1.4" ,
"phpunit/phpunit" : "^5.7"
} ,
"suggest" : {
"ext-xdebug" : "^2.5.1"
} ,
"time" : "2017-04-02T07:44:40+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "4.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
2021-05-13 16:04:00 +00:00
"src/"
]
2021-08-11 13:38:08 +00:00
} ,
"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"
] ,
"install-path" : "../phpunit/php-code-coverage"
} ,
{
"name" : "phpunit/php-file-iterator" ,
"version" : "1.4.5" ,
"version_normalized" : "1.4.5.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/php-file-iterator.git" ,
"reference" : "730b01bc3e867237eaac355e06a36b85dd93a8b4"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4" ,
"reference" : "730b01bc3e867237eaac355e06a36b85dd93a8b4" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.3"
} ,
"time" : "2017-11-27T13:52:08+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.4.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sb@sebastian-bergmann.de" ,
"role" : "lead"
}
] ,
"description" : "FilterIterator implementation that filters files based on a list of suffixes." ,
"homepage" : "https://github.com/sebastianbergmann/php-file-iterator/" ,
"keywords" : [
"filesystem" ,
"iterator"
] ,
"install-path" : "../phpunit/php-file-iterator"
} ,
{
"name" : "phpunit/php-text-template" ,
"version" : "1.2.1" ,
"version_normalized" : "1.2.1.0" ,
"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"
} ,
"time" : "2015-06-21T13:50:34+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"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"
] ,
"install-path" : "../phpunit/php-text-template"
} ,
{
"name" : "phpunit/php-timer" ,
"version" : "1.0.9" ,
"version_normalized" : "1.0.9.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/php-timer.git" ,
"reference" : "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" ,
"reference" : "3dcf38ca72b158baf0bc245e9184d3fdffa9c46f" ,
"shasum" : ""
} ,
"require" : {
"php" : "^5.3.3 || ^7.0"
} ,
"require-dev" : {
"phpunit/phpunit" : "^4.8.35 || ^5.7 || ^6.0"
} ,
"time" : "2017-02-26T11:10:40+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0-dev"
}
} ,
"installation-source" : "dist" ,
"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"
] ,
"install-path" : "../phpunit/php-timer"
} ,
{
"name" : "phpunit/php-token-stream" ,
"version" : "2.0.2" ,
"version_normalized" : "2.0.2.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/php-token-stream.git" ,
"reference" : "791198a2c6254db10131eecfe8c06670700904db"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db" ,
"reference" : "791198a2c6254db10131eecfe8c06670700904db" ,
"shasum" : ""
} ,
"require" : {
"ext-tokenizer" : "*" ,
"php" : "^7.0"
} ,
"require-dev" : {
"phpunit/phpunit" : "^6.2.4"
} ,
"time" : "2017-11-27T05:48:46+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.0-dev"
}
} ,
"installation-source" : "dist" ,
"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"
] ,
"install-path" : "../phpunit/php-token-stream"
} ,
{
"name" : "phpunit/phpunit" ,
"version" : "5.7.27" ,
"version_normalized" : "5.7.27.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/phpunit.git" ,
"reference" : "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c" ,
"reference" : "b7803aeca3ccb99ad0a506fa80b64cd6a56bbc0c" ,
"shasum" : ""
} ,
"require" : {
"ext-dom" : "*" ,
"ext-json" : "*" ,
"ext-libxml" : "*" ,
"ext-mbstring" : "*" ,
"ext-xml" : "*" ,
"myclabs/deep-copy" : "~1.3" ,
"php" : "^5.6 || ^7.0" ,
"phpspec/prophecy" : "^1.6.2" ,
"phpunit/php-code-coverage" : "^4.0.4" ,
"phpunit/php-file-iterator" : "~1.4" ,
"phpunit/php-text-template" : "~1.2" ,
"phpunit/php-timer" : "^1.0.6" ,
"phpunit/phpunit-mock-objects" : "^3.2" ,
"sebastian/comparator" : "^1.2.4" ,
"sebastian/diff" : "^1.4.3" ,
"sebastian/environment" : "^1.3.4 || ^2.0" ,
"sebastian/exporter" : "~2.0" ,
"sebastian/global-state" : "^1.1" ,
"sebastian/object-enumerator" : "~2.0" ,
"sebastian/resource-operations" : "~1.0" ,
"sebastian/version" : "^1.0.6|^2.0.1" ,
"symfony/yaml" : "~2.1|~3.0|~4.0"
} ,
"conflict" : {
"phpdocumentor/reflection-docblock" : "3.0.2"
} ,
"require-dev" : {
"ext-pdo" : "*"
} ,
"suggest" : {
"ext-xdebug" : "*" ,
"phpunit/php-invoker" : "~1.1"
} ,
"time" : "2018-02-01T05:50:59+00:00" ,
"bin" : [
"phpunit"
] ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "5.7.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de" ,
"role" : "lead"
}
] ,
"description" : "The PHP Unit Testing framework." ,
"homepage" : "https://phpunit.de/" ,
"keywords" : [
"phpunit" ,
"testing" ,
"xunit"
] ,
"install-path" : "../phpunit/phpunit"
} ,
{
"name" : "phpunit/phpunit-mock-objects" ,
"version" : "3.4.4" ,
"version_normalized" : "3.4.4.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/phpunit-mock-objects.git" ,
"reference" : "a23b761686d50a560cc56233b9ecf49597cc9118"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/a23b761686d50a560cc56233b9ecf49597cc9118" ,
"reference" : "a23b761686d50a560cc56233b9ecf49597cc9118" ,
"shasum" : ""
} ,
"require" : {
"doctrine/instantiator" : "^1.0.2" ,
"php" : "^5.6 || ^7.0" ,
"phpunit/php-text-template" : "^1.2" ,
"sebastian/exporter" : "^1.2 || ^2.0"
} ,
"conflict" : {
"phpunit/phpunit" : "<5.4.0"
} ,
"require-dev" : {
"phpunit/phpunit" : "^5.4"
} ,
"suggest" : {
"ext-soap" : "*"
} ,
"time" : "2017-06-30T09:13:00+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "3.2.x-dev"
}
} ,
"installation-source" : "dist" ,
"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"
] ,
"install-path" : "../phpunit/phpunit-mock-objects"
} ,
{
"name" : "pimple/pimple" ,
"version" : "v3.2.3" ,
"version_normalized" : "3.2.3.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/silexphp/Pimple.git" ,
"reference" : "9e403941ef9d65d20cba7d54e29fe906db42cf32"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32" ,
"reference" : "9e403941ef9d65d20cba7d54e29fe906db42cf32" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.0" ,
"psr/container" : "^1.0"
} ,
"require-dev" : {
"symfony/phpunit-bridge" : "^3.2"
} ,
"time" : "2018-01-21T07:42:36+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "3.2.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
"Pimple" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com"
}
] ,
"description" : "Pimple, a simple Dependency Injection Container" ,
"homepage" : "http://pimple.sensiolabs.org" ,
"keywords" : [
"container" ,
"dependency injection"
] ,
"install-path" : "../pimple/pimple"
} ,
{
"name" : "psr/container" ,
"version" : "1.0.0" ,
"version_normalized" : "1.0.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/container.git" ,
"reference" : "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f" ,
"reference" : "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.0"
} ,
"time" : "2017-02-14T16:28:37+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Psr\\Container\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "http://www.php-fig.org/"
}
] ,
"description" : "Common Container Interface (PHP FIG PSR-11)" ,
"homepage" : "https://github.com/php-fig/container" ,
"keywords" : [
"PSR-11" ,
"container" ,
"container-interface" ,
"container-interop" ,
"psr"
] ,
"install-path" : "../psr/container"
} ,
{
"name" : "psr/http-factory" ,
"version" : "1.0.1" ,
"version_normalized" : "1.0.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/http-factory.git" ,
"reference" : "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be" ,
"reference" : "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.0.0" ,
"psr/http-message" : "^1.0"
} ,
"time" : "2019-04-30T12:38:16+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Psr\\Http\\Message\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "http://www.php-fig.org/"
}
] ,
"description" : "Common interfaces for PSR-7 HTTP message factories" ,
"keywords" : [
"factory" ,
"http" ,
"message" ,
"psr" ,
"psr-17" ,
"psr-7" ,
"request" ,
"response"
] ,
"install-path" : "../psr/http-factory"
} ,
{
"name" : "psr/http-message" ,
"version" : "1.0.1" ,
"version_normalized" : "1.0.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/http-message.git" ,
"reference" : "f6561bf28d520154e4b0ec72be95418abe6d9363"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363" ,
"reference" : "f6561bf28d520154e4b0ec72be95418abe6d9363" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.0"
} ,
"time" : "2016-08-06T14:39:51+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Psr\\Http\\Message\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "http://www.php-fig.org/"
}
] ,
"description" : "Common interface for HTTP messages" ,
"homepage" : "https://github.com/php-fig/http-message" ,
"keywords" : [
"http" ,
"http-message" ,
"psr" ,
"psr-7" ,
"request" ,
"response"
] ,
"install-path" : "../psr/http-message"
} ,
{
"name" : "psr/http-server-handler" ,
"version" : "1.0.1" ,
"version_normalized" : "1.0.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/http-server-handler.git" ,
"reference" : "aff2f80e33b7f026ec96bb42f63242dc50ffcae7"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/http-server-handler/zipball/aff2f80e33b7f026ec96bb42f63242dc50ffcae7" ,
"reference" : "aff2f80e33b7f026ec96bb42f63242dc50ffcae7" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.0" ,
"psr/http-message" : "^1.0"
} ,
"time" : "2018-10-30T16:46:14+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Psr\\Http\\Server\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "http://www.php-fig.org/"
}
] ,
"description" : "Common interface for HTTP server-side request handler" ,
"keywords" : [
"handler" ,
"http" ,
"http-interop" ,
"psr" ,
"psr-15" ,
"psr-7" ,
"request" ,
"response" ,
"server"
] ,
"install-path" : "../psr/http-server-handler"
} ,
{
"name" : "psr/http-server-middleware" ,
"version" : "1.0.1" ,
"version_normalized" : "1.0.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/http-server-middleware.git" ,
"reference" : "2296f45510945530b9dceb8bcedb5cb84d40c5f5"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/http-server-middleware/zipball/2296f45510945530b9dceb8bcedb5cb84d40c5f5" ,
"reference" : "2296f45510945530b9dceb8bcedb5cb84d40c5f5" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=7.0" ,
"psr/http-message" : "^1.0" ,
"psr/http-server-handler" : "^1.0"
} ,
"time" : "2018-10-30T17:12:04+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Psr\\Http\\Server\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "http://www.php-fig.org/"
}
] ,
"description" : "Common interface for HTTP server-side middleware" ,
"keywords" : [
"http" ,
"http-interop" ,
"middleware" ,
"psr" ,
"psr-15" ,
"psr-7" ,
"request" ,
"response"
] ,
"install-path" : "../psr/http-server-middleware"
} ,
{
"name" : "psr/log" ,
"version" : "1.1.2" ,
"version_normalized" : "1.1.2.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/php-fig/log.git" ,
"reference" : "446d54b4cb6bf489fc9d75f55843658e6f25d801"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/php-fig/log/zipball/446d54b4cb6bf489fc9d75f55843658e6f25d801" ,
"reference" : "446d54b4cb6bf489fc9d75f55843658e6f25d801" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.0"
} ,
"time" : "2019-11-01T11:05:21+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.1.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Psr\\Log\\" : "Psr/Log/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "PHP-FIG" ,
"homepage" : "http://www.php-fig.org/"
}
] ,
"description" : "Common interface for logging libraries" ,
"homepage" : "https://github.com/php-fig/log" ,
"keywords" : [
"log" ,
"psr" ,
"psr-3"
] ,
"install-path" : "../psr/log"
} ,
{
"name" : "sebastian/code-unit-reverse-lookup" ,
"version" : "1.0.1" ,
"version_normalized" : "1.0.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git" ,
"reference" : "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" ,
"reference" : "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18" ,
"shasum" : ""
} ,
"require" : {
"php" : "^5.6 || ^7.0"
} ,
"require-dev" : {
"phpunit/phpunit" : "^5.7 || ^6.0"
} ,
"time" : "2017-03-04T06:30:41+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de"
}
] ,
"description" : "Looks up which function or method a line of code belongs to" ,
"homepage" : "https://github.com/sebastianbergmann/code-unit-reverse-lookup/" ,
"install-path" : "../sebastian/code-unit-reverse-lookup"
} ,
{
"name" : "sebastian/comparator" ,
"version" : "1.2.4" ,
"version_normalized" : "1.2.4.0" ,
"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"
} ,
"time" : "2017-01-29T09:50:25+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.2.x-dev"
}
} ,
"installation-source" : "dist" ,
"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"
] ,
"install-path" : "../sebastian/comparator"
} ,
{
"name" : "sebastian/diff" ,
"version" : "1.4.3" ,
"version_normalized" : "1.4.3.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/diff.git" ,
"reference" : "7f066a26a962dbe58ddea9f72a4e82874a3975a4"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/diff/zipball/7f066a26a962dbe58ddea9f72a4e82874a3975a4" ,
"reference" : "7f066a26a962dbe58ddea9f72a4e82874a3975a4" ,
"shasum" : ""
} ,
"require" : {
"php" : "^5.3.3 || ^7.0"
} ,
"require-dev" : {
"phpunit/phpunit" : "^4.8.35 || ^5.7 || ^6.0"
} ,
"time" : "2017-05-22T07:24:03+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.4-dev"
}
} ,
"installation-source" : "dist" ,
"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"
] ,
"install-path" : "../sebastian/diff"
} ,
{
"name" : "sebastian/environment" ,
"version" : "2.0.0" ,
"version_normalized" : "2.0.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/environment.git" ,
"reference" : "5795ffe5dc5b02460c3e34222fee8cbe245d8fac"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/environment/zipball/5795ffe5dc5b02460c3e34222fee8cbe245d8fac" ,
"reference" : "5795ffe5dc5b02460c3e34222fee8cbe245d8fac" ,
"shasum" : ""
} ,
"require" : {
"php" : "^5.6 || ^7.0"
} ,
"require-dev" : {
"phpunit/phpunit" : "^5.0"
} ,
"time" : "2016-11-26T07:53:53+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"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"
] ,
"install-path" : "../sebastian/environment"
} ,
{
"name" : "sebastian/exporter" ,
"version" : "2.0.0" ,
"version_normalized" : "2.0.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/exporter.git" ,
"reference" : "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" ,
"reference" : "ce474bdd1a34744d7ac5d6aad3a46d48d9bac4c4" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.3" ,
"sebastian/recursion-context" : "~2.0"
} ,
"require-dev" : {
"ext-mbstring" : "*" ,
"phpunit/phpunit" : "~4.4"
} ,
"time" : "2016-11-19T08:54:04+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"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"
] ,
"install-path" : "../sebastian/exporter"
} ,
{
"name" : "sebastian/global-state" ,
"version" : "1.1.1" ,
"version_normalized" : "1.1.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/global-state.git" ,
"reference" : "bc37d50fea7d017d3d340f230811c9f1d7280af4"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4" ,
"reference" : "bc37d50fea7d017d3d340f230811c9f1d7280af4" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.3"
} ,
"require-dev" : {
"phpunit/phpunit" : "~4.2"
} ,
"suggest" : {
"ext-uopz" : "*"
} ,
"time" : "2015-10-12T03:26:01+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de"
}
] ,
"description" : "Snapshotting of global state" ,
"homepage" : "http://www.github.com/sebastianbergmann/global-state" ,
"keywords" : [
"global state"
] ,
"install-path" : "../sebastian/global-state"
} ,
{
"name" : "sebastian/object-enumerator" ,
"version" : "2.0.1" ,
"version_normalized" : "2.0.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/object-enumerator.git" ,
"reference" : "1311872ac850040a79c3c058bea3e22d0f09cbb7"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/1311872ac850040a79c3c058bea3e22d0f09cbb7" ,
"reference" : "1311872ac850040a79c3c058bea3e22d0f09cbb7" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.6" ,
"sebastian/recursion-context" : "~2.0"
} ,
"require-dev" : {
"phpunit/phpunit" : "~5"
} ,
"time" : "2017-02-18T15:18:39+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de"
}
] ,
"description" : "Traverses array structures and object graphs to enumerate all referenced objects" ,
"homepage" : "https://github.com/sebastianbergmann/object-enumerator/" ,
"install-path" : "../sebastian/object-enumerator"
} ,
{
"name" : "sebastian/recursion-context" ,
"version" : "2.0.0" ,
"version_normalized" : "2.0.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/recursion-context.git" ,
"reference" : "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a" ,
"reference" : "2c3ba150cbec723aa057506e73a8d33bdb286c9a" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.3"
} ,
"require-dev" : {
"phpunit/phpunit" : "~4.4"
} ,
"time" : "2016-11-19T07:33:16+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"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" ,
"install-path" : "../sebastian/recursion-context"
} ,
{
"name" : "sebastian/resource-operations" ,
"version" : "1.0.0" ,
"version_normalized" : "1.0.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/resource-operations.git" ,
"reference" : "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" ,
"reference" : "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.6.0"
} ,
"time" : "2015-07-28T20:34:47+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"classmap" : [
"src/"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Sebastian Bergmann" ,
"email" : "sebastian@phpunit.de"
}
] ,
"description" : "Provides a list of PHP built-in functions that operate on resources" ,
"homepage" : "https://www.github.com/sebastianbergmann/resource-operations" ,
"install-path" : "../sebastian/resource-operations"
} ,
{
"name" : "sebastian/version" ,
"version" : "2.0.1" ,
"version_normalized" : "2.0.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/sebastianbergmann/version.git" ,
"reference" : "99732be0ddb3361e16ad77b68ba41efc8e979019"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019" ,
"reference" : "99732be0ddb3361e16ad77b68ba41efc8e979019" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.6"
} ,
"time" : "2016-10-03T07:35:21+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.0.x-dev"
}
} ,
"installation-source" : "dist" ,
"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" ,
"install-path" : "../sebastian/version"
} ,
{
"name" : "slim/flash" ,
"version" : "0.4.0" ,
"version_normalized" : "0.4.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/slimphp/Slim-Flash.git" ,
"reference" : "9aaff5fded3b54f4e519ec3d4ac74d3d1f2cbbbc"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/slimphp/Slim-Flash/zipball/9aaff5fded3b54f4e519ec3d4ac74d3d1f2cbbbc" ,
"reference" : "9aaff5fded3b54f4e519ec3d4ac74d3d1f2cbbbc" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.5.0"
} ,
"require-dev" : {
"phpunit/phpunit" : "^4.0"
} ,
"time" : "2017-10-22T10:35:05+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Slim\\Flash\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Josh Lockhart" ,
"email" : "hello@joshlockhart.com" ,
"homepage" : "http://joshlockhart.com"
}
] ,
"description" : "Slim Framework Flash message service provider" ,
"homepage" : "http://slimframework.com" ,
"keywords" : [
"flash" ,
"framework" ,
"message" ,
"provider" ,
"slim"
] ,
"install-path" : "../slim/flash"
} ,
{
"name" : "slim/slim" ,
"version" : "3.12.2" ,
"version_normalized" : "3.12.2.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/slimphp/Slim.git" ,
"reference" : "200c6143f15baa477601879b64ab2326847aac0b"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/slimphp/Slim/zipball/200c6143f15baa477601879b64ab2326847aac0b" ,
"reference" : "200c6143f15baa477601879b64ab2326847aac0b" ,
"shasum" : ""
} ,
"require" : {
"container-interop/container-interop" : "^1.2" ,
"ext-json" : "*" ,
"ext-libxml" : "*" ,
"ext-simplexml" : "*" ,
"nikic/fast-route" : "^1.0" ,
"php" : ">=5.5.0" ,
"pimple/pimple" : "^3.0" ,
"psr/container" : "^1.0" ,
"psr/http-message" : "^1.0"
} ,
"provide" : {
"psr/http-message-implementation" : "1.0"
} ,
"require-dev" : {
"phpunit/phpunit" : "^4.0" ,
"squizlabs/php_codesniffer" : "^2.5"
} ,
"time" : "2019-08-20T18:46:05+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Slim\\" : "Slim"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Josh Lockhart" ,
"email" : "hello@joshlockhart.com" ,
"homepage" : "https://joshlockhart.com"
} ,
{
"name" : "Andrew Smith" ,
"email" : "a.smith@silentworks.co.uk" ,
"homepage" : "http://silentworks.co.uk"
} ,
{
"name" : "Rob Allen" ,
"email" : "rob@akrabat.com" ,
"homepage" : "http://akrabat.com"
} ,
{
"name" : "Gabriel Manricks" ,
"email" : "gmanricks@me.com" ,
"homepage" : "http://gabrielmanricks.com"
}
] ,
"description" : "Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs" ,
"homepage" : "https://slimframework.com" ,
"keywords" : [
"api" ,
"framework" ,
"micro" ,
"router"
] ,
"install-path" : "../slim/slim"
} ,
{
"name" : "slim/twig-view" ,
"version" : "2.5.0" ,
"version_normalized" : "2.5.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/slimphp/Twig-View.git" ,
"reference" : "06ef39b58d60b11a9546893fd0b7fff2bd901798"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/slimphp/Twig-View/zipball/06ef39b58d60b11a9546893fd0b7fff2bd901798" ,
"reference" : "06ef39b58d60b11a9546893fd0b7fff2bd901798" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.5.0" ,
"psr/http-message" : "^1.0" ,
"twig/twig" : "^1.38|^2.7"
} ,
"require-dev" : {
"phpunit/phpunit" : "^4.8|^5.7" ,
"slim/slim" : "^3.10"
} ,
"time" : "2019-04-06T16:34:38+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Slim\\Views\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Josh Lockhart" ,
"email" : "hello@joshlockhart.com" ,
"homepage" : "http://joshlockhart.com"
}
] ,
"description" : "Slim Framework 3 view helper built on top of the Twig 2 templating component" ,
"homepage" : "http://slimframework.com" ,
"keywords" : [
"framework" ,
"slim" ,
"template" ,
"twig" ,
"view"
] ,
"install-path" : "../slim/twig-view"
} ,
{
"name" : "symfony/polyfill-ctype" ,
"version" : "v1.12.0" ,
"version_normalized" : "1.12.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-ctype.git" ,
"reference" : "550ebaac289296ce228a706d0867afc34687e3f4"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-ctype/zipball/550ebaac289296ce228a706d0867afc34687e3f4" ,
"reference" : "550ebaac289296ce228a706d0867afc34687e3f4" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.3"
} ,
"suggest" : {
"ext-ctype" : "For best performance"
} ,
"time" : "2019-08-06T08:03:45+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.12-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Symfony\\Polyfill\\Ctype\\" : ""
} ,
"files" : [
"bootstrap.php"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Gert de Pagter" ,
"email" : "BackEndTea@gmail.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Symfony polyfill for ctype functions" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"ctype" ,
"polyfill" ,
"portable"
] ,
"install-path" : "../symfony/polyfill-ctype"
} ,
{
"name" : "symfony/polyfill-mbstring" ,
"version" : "v1.12.0" ,
"version_normalized" : "1.12.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/polyfill-mbstring.git" ,
"reference" : "b42a2f66e8f1b15ccf25652c3424265923eb4f17"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/b42a2f66e8f1b15ccf25652c3424265923eb4f17" ,
"reference" : "b42a2f66e8f1b15ccf25652c3424265923eb4f17" ,
"shasum" : ""
} ,
"require" : {
"php" : ">=5.3.3"
} ,
"suggest" : {
"ext-mbstring" : "For best performance"
} ,
"time" : "2019-08-06T08:03:45+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.12-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Symfony\\Polyfill\\Mbstring\\" : ""
} ,
"files" : [
"bootstrap.php"
]
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Nicolas Grekas" ,
"email" : "p@tchwork.com"
} ,
{
"name" : "Symfony Community" ,
"homepage" : "https://symfony.com/contributors"
}
] ,
"description" : "Symfony polyfill for the Mbstring extension" ,
"homepage" : "https://symfony.com" ,
"keywords" : [
"compatibility" ,
"mbstring" ,
"polyfill" ,
"portable" ,
"shim"
] ,
"install-path" : "../symfony/polyfill-mbstring"
} ,
{
"name" : "symfony/yaml" ,
"version" : "v4.4.0" ,
"version_normalized" : "4.4.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/symfony/yaml.git" ,
"reference" : "76de473358fe802578a415d5bb43c296cf09d211"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/symfony/yaml/zipball/76de473358fe802578a415d5bb43c296cf09d211" ,
"reference" : "76de473358fe802578a415d5bb43c296cf09d211" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.1.3" ,
"symfony/polyfill-ctype" : "~1.8"
} ,
"conflict" : {
"symfony/console" : "<3.4"
} ,
"require-dev" : {
"symfony/console" : "^3.4|^4.0|^5.0"
} ,
"suggest" : {
"symfony/console" : "For validating YAML files using the lint command"
} ,
"time" : "2019-11-12T14:51:11+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "4.4-dev"
}
} ,
"installation-source" : "dist" ,
"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" ,
"install-path" : "../symfony/yaml"
} ,
{
"name" : "tuupola/callable-handler" ,
"version" : "1.0.0" ,
"version_normalized" : "1.0.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/tuupola/callable-handler.git" ,
"reference" : "8b9d87f88056d4234af317d65612d7b6307a747a"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/tuupola/callable-handler/zipball/8b9d87f88056d4234af317d65612d7b6307a747a" ,
"reference" : "8b9d87f88056d4234af317d65612d7b6307a747a" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.1" ,
"psr/http-server-middleware" : "^1.0"
} ,
"require-dev" : {
"codedungeon/phpunit-result-printer" : "^0.4.4" ,
"overtrue/phplint" : "^1.0" ,
"phpunit/phpunit" : "^6.5" ,
"squizlabs/php_codesniffer" : "^3.2" ,
"tuupola/http-factory" : "^0.4.0|^1.0" ,
"zendframework/zend-diactoros" : "^1.6.0|^2.0"
} ,
"time" : "2018-10-12T09:59:35+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Tuupola\\Middleware\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Mika Tuupola" ,
"email" : "tuupola@appelsiini.net" ,
"homepage" : "https://appelsiini.net/" ,
"role" : "Developer"
}
] ,
"description" : "Compatibility layer for PSR-7 double pass and PSR-15 middlewares." ,
"homepage" : "https://github.com/tuupola/callable-handler" ,
"keywords" : [
"middleware" ,
"psr-15" ,
"psr-7"
] ,
"install-path" : "../tuupola/callable-handler"
} ,
{
"name" : "tuupola/http-factory" ,
"version" : "1.1.0" ,
"version_normalized" : "1.1.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/tuupola/http-factory.git" ,
"reference" : "5fbde4c65a10d09a85652684a6e569542265a749"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/tuupola/http-factory/zipball/5fbde4c65a10d09a85652684a6e569542265a749" ,
"reference" : "5fbde4c65a10d09a85652684a6e569542265a749" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.1" ,
"psr/http-factory" : "^1.0"
} ,
"conflict" : {
"nyholm/psr7" : "<1.0"
} ,
"provide" : {
"psr/http-factory-implementation" : "^1.0"
} ,
"require-dev" : {
"http-interop/http-factory-tests" : "^0.5.0" ,
"overtrue/phplint" : "^1.0" ,
"phpunit/phpunit" : "^6.0|^7.0" ,
"squizlabs/php_codesniffer" : "^3.0"
} ,
"time" : "2019-08-07T07:10:58+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Tuupola\\Http\\Factory\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Mika Tuupola" ,
"email" : "tuupola@appelsiini.net" ,
"homepage" : "https://appelsiini.net/" ,
"role" : "Developer"
}
] ,
"description" : "Lightweight autodiscovering PSR-17 HTTP factories" ,
"homepage" : "https://github.com/tuupola/http-factory" ,
"keywords" : [
"http" ,
"psr-17" ,
"psr-7"
] ,
"install-path" : "../tuupola/http-factory"
} ,
{
"name" : "tuupola/slim-basic-auth" ,
"version" : "3.2.1" ,
"version_normalized" : "3.2.1.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/tuupola/slim-basic-auth.git" ,
"reference" : "40f5efe991ac4e2441ee05b830375c02432ff3f8"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/tuupola/slim-basic-auth/zipball/40f5efe991ac4e2441ee05b830375c02432ff3f8" ,
"reference" : "40f5efe991ac4e2441ee05b830375c02432ff3f8" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.1" ,
"psr/http-message" : "^1.0.1" ,
"psr/http-server-middleware" : "^1.0" ,
"tuupola/callable-handler" : "^0.3.0|^0.4.0|^1.0" ,
"tuupola/http-factory" : "^0.4.0|^1.0"
} ,
"require-dev" : {
"codedungeon/phpunit-result-printer" : "^0.19.14" ,
"equip/dispatch" : "^2.0" ,
"overtrue/phplint" : "^1.1" ,
"phpstan/phpstan" : "^0.9.2" ,
"phpunit/phpunit" : "^7.0" ,
"squizlabs/php_codesniffer" : "^3.2" ,
"zendframework/zend-diactoros" : "^1.3|^2.0"
} ,
"time" : "2018-10-15T12:48:00+00:00" ,
"type" : "library" ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Tuupola\\Middleware\\" : "src"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Mika Tuupola" ,
"email" : "tuupola@appelsiini.net" ,
"homepage" : "https://appelsiini.net/"
}
] ,
"description" : "PSR-7 and PSR-15 HTTP Basic Authentication Middleware" ,
"homepage" : "https://appelsiini.net/projects/slim-basic-auth" ,
"keywords" : [
"auth" ,
"middleware" ,
"psr-15" ,
"psr-7"
] ,
"install-path" : "../tuupola/slim-basic-auth"
} ,
{
"name" : "twig/twig" ,
"version" : "v2.12.2" ,
"version_normalized" : "2.12.2.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/twigphp/Twig.git" ,
"reference" : "d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/twigphp/Twig/zipball/d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed" ,
"reference" : "d761fd1f1c6b867ae09a7d8119a6d95d06dc44ed" ,
"shasum" : ""
} ,
"require" : {
"php" : "^7.0" ,
"symfony/polyfill-ctype" : "^1.8" ,
"symfony/polyfill-mbstring" : "^1.3"
} ,
"require-dev" : {
"psr/container" : "^1.0" ,
"symfony/debug" : "^3.4|^4.2" ,
"symfony/phpunit-bridge" : "^4.4@dev|^5.0"
} ,
"time" : "2019-11-11T16:52:09+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "2.12-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-0" : {
"Twig_" : "lib/"
} ,
"psr-4" : {
"Twig\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"BSD-3-Clause"
] ,
"authors" : [
{
"name" : "Fabien Potencier" ,
"email" : "fabien@symfony.com" ,
"homepage" : "http://fabien.potencier.org" ,
"role" : "Lead Developer"
} ,
{
"name" : "Twig Team" ,
"homepage" : "https://twig.symfony.com/contributors" ,
"role" : "Contributors"
} ,
{
"name" : "Armin Ronacher" ,
"email" : "armin.ronacher@active-4.com" ,
"role" : "Project Founder"
}
] ,
"description" : "Twig, the flexible, fast, and secure template language for PHP" ,
"homepage" : "https://twig.symfony.com" ,
"keywords" : [
"templating"
] ,
"install-path" : "../twig/twig"
} ,
{
"name" : "webmozart/assert" ,
"version" : "1.5.0" ,
"version_normalized" : "1.5.0.0" ,
"source" : {
"type" : "git" ,
"url" : "https://github.com/webmozart/assert.git" ,
"reference" : "88e6d84706d09a236046d686bbea96f07b3a34f4"
} ,
"dist" : {
"type" : "zip" ,
"url" : "https://api.github.com/repos/webmozart/assert/zipball/88e6d84706d09a236046d686bbea96f07b3a34f4" ,
"reference" : "88e6d84706d09a236046d686bbea96f07b3a34f4" ,
"shasum" : ""
} ,
"require" : {
"php" : "^5.3.3 || ^7.0" ,
"symfony/polyfill-ctype" : "^1.8"
} ,
"require-dev" : {
"phpunit/phpunit" : "^4.8.36 || ^7.5.13"
} ,
"time" : "2019-08-24T08:43:50+00:00" ,
"type" : "library" ,
"extra" : {
"branch-alias" : {
"dev-master" : "1.3-dev"
}
} ,
"installation-source" : "dist" ,
"autoload" : {
"psr-4" : {
"Webmozart\\Assert\\" : "src/"
}
} ,
"notification-url" : "https://packagist.org/downloads/" ,
"license" : [
"MIT"
] ,
"authors" : [
{
"name" : "Bernhard Schussek" ,
"email" : "bschussek@gmail.com"
}
] ,
"description" : "Assertions to validate method input/output with nice error messages." ,
"keywords" : [
"assert" ,
"check" ,
"validate"
] ,
"install-path" : "../webmozart/assert"
}
] ,
"dev" : true ,
"dev-package-names" : [
"doctrine/instantiator" ,
"myclabs/deep-copy" ,
"phpdocumentor/reflection-common" ,
"phpdocumentor/reflection-docblock" ,
"phpdocumentor/type-resolver" ,
"phpspec/prophecy" ,
"phpunit/php-code-coverage" ,
"phpunit/php-file-iterator" ,
"phpunit/php-text-template" ,
"phpunit/php-timer" ,
"phpunit/php-token-stream" ,
"phpunit/phpunit" ,
"phpunit/phpunit-mock-objects" ,
"sebastian/code-unit-reverse-lookup" ,
"sebastian/comparator" ,
"sebastian/diff" ,
"sebastian/environment" ,
"sebastian/exporter" ,
"sebastian/global-state" ,
"sebastian/object-enumerator" ,
"sebastian/recursion-context" ,
"sebastian/resource-operations" ,
"sebastian/version" ,
"symfony/yaml" ,
"webmozart/assert"
]
}