cache/adapter-common                 1.2.0              Common classes for PSR-6 adapters
cache/filesystem-adapter             1.1.0              A PSR-6 cache implementation using filesystem. This implementation supports tags
cache/tag-interop                    1.0.1              Framework interoperable interfaces for tags
cebe/php-openapi                     1.5.2              Read and write OpenAPI yaml/json files and make the content accessable in PHP objects.
clue/stream-filter                   v1.5.0             A simple and modern approach to stream filtering in PHP
composer/package-versions-deprecated 1.11.99.2          Composer plugin that provides efficient querying for installed package versions (no runtime IO)
davefx/phplot                        6.2.1              PHPlot - Create charts in PHP
doctrine/cache                       1.11.3             PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.
doctrine/dbal                        2.10.4             Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
doctrine/event-manager               1.1.1              The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.
doctrine/instantiator                1.4.0              A small, lightweight utility to instantiate objects in PHP without invoking their constructors
fig/http-message-util                1.1.5              Utility classes and constants for use with PSR-7 (psr/http-message)
filp/whoops                          2.12.1             php error handling for cool kids
firebase/php-jwt                     v5.2.1             A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.
fzaninotto/faker                     v1.9.2             Faker is a PHP library that generates fake data for you.
gambio-hub/hubpublic                 v1.4.4             Contains the public code for the Gambio Hub project.
gambio/auto-updater                  v3.0.5             AutoUpdater for the Gambio Shop.
gambio/codeigniter-db                1.4.0              CodeIgniterDB adapter so that you can use the database object within external applications.
gambio/dragger                       v0.8.0             Dragger is a testing toolbox that is used by the gambio shop project
guzzlehttp/guzzle                    6.5.5              Guzzle is a PHP HTTP client library
guzzlehttp/promises                  1.4.1              Guzzle promises library
guzzlehttp/psr7                      1.8.2              PSR-7 message implementation that also provides common utility methods
hansott/psr7-cookies                 3.0.2              🍪 bakes cookies for PSR-7 messages
http-interop/http-factory-guzzle     1.0.0              An HTTP Factory using Guzzle PSR7
jean85/pretty-package-versions       2.0.4              A library to get pretty versions strings of installed dependencies
johnkary/phpunit-speedtrap           v3.3.0             Find and report on slow tests in your PHPUnit test suite
justinrainbow/json-schema            5.2.10             A library to validate a json schema.
league/climate                       3.6.0              PHP's best friend for the terminal. CLImate allows you to easily output colored text, special formats, and more.
league/container                     3.3.5              A fast and intuitive dependency injection container.
league/flysystem                     1.0.66.1           Filesystem abstraction: Many filesystems, one API.
league/flysystem-sftp                1.0.22             Flysystem adapter for SFTP
league/openapi-psr7-validator        0.14               Validate PSR-7 messages against OpenAPI (3.0.2) specifications expressed in YAML or JSON
league/uri                           6.4.0              URI manipulation library
league/uri-interfaces                2.2.0              Common interface for URI representation
maximebf/debugbar                    v1.16.5            Debug bar in the browser for php application
mikey179/vfsstream                   v1.6.8             Virtual file system to mock the real file system in unit tests.
monolog/monolog                      1.26.0             Sends your logs to files, sockets, inboxes, databases and various web services
mpdf/mpdf                            v8.0.11            PHP library generating PDF files from UTF-8 encoded HTML
mtdowling/cron-expression            v1.2.3             CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
myclabs/deep-copy                    1.10.2             Create deep copies (clones) of your objects
natxet/cssmin                        dev-master d5d9f4c Minifying CSS
nikic/fast-route                     v1.3.0             Fast request router for PHP
nikic/php-parser                     v4.10.5            A PHP parser written in PHP
niklongstone/regex-reverse           0.4.0              Regular Expression reverter, generates a string from a provided regular expression
paragonie/random_compat              v9.99.100          PHP 5.x polyfill for random_bytes() and random_int() from PHP 7
pclzip/pclzip                        2.8.2              A PHP library that offers compression and extraction functions for Zip formatted archives
phar-io/manifest                     1.0.3              Component for reading phar.io manifest information from a PHP Archive (PHAR)
phar-io/version                      2.0.1              Library for handling version information and constraints
php-curl-class/php-curl-class        8.9.3              PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs.
php-http/client-common               2.3.0              Common HTTP Client implementations and tools for HTTPlug
php-http/discovery                   1.13.0             Finds installed HTTPlug implementations and PSR-7 message factories
php-http/guzzle6-adapter             v2.0.2             Guzzle 6 HTTP Adapter
php-http/httplug                     2.2.0              HTTPlug, the HTTP client abstraction for PHP
php-http/message                     1.11.1             HTTP Message related tools
php-http/message-factory             v1.0.2             Factory interfaces for PSR-7 HTTP Message
php-http/promise                     1.1.0              Promise used for asynchronous HTTP requests
phpdocumentor/reflection-common      2.2.0              Common reflection classes used by phpdocumentor to reflect the code structure
phpdocumentor/reflection-docblock    5.2.2              With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.
phpdocumentor/type-resolver          1.4.0              A PSR-5 based resolver of Class names, Types and Structural Element Names
phpmailer/phpmailer                  v6.4.1             PHPMailer is a full-featured email creation and transfer class for PHP
phpseclib/phpseclib                  2.0.31             PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.
phpspec/prophecy                     1.13.0             Highly opinionated mocking framework for PHP 5.3+
phpunit/dbunit                       4.0.0              PHPUnit extension for database interaction testing
phpunit/php-code-coverage            6.1.4              Library that provides collection, processing, and rendering functionality for PHP code coverage information.
phpunit/php-file-iterator            2.0.3              FilterIterator implementation that filters files based on a list of suffixes.
phpunit/php-text-template            1.2.1              Simple template engine.
phpunit/php-timer                    2.1.3              Utility class for timing
phpunit/php-token-stream             3.1.2              Wrapper around PHP's tokenizer extension.
phpunit/phpunit                      7.5.20             The PHP Unit Testing framework.
psr/cache                            1.0.1              Common interface for caching libraries
psr/container                        1.1.1              Common Container Interface (PHP FIG PSR-11)
psr/event-dispatcher                 1.0.0              Standard interfaces for event handling.
psr/http-client                      1.0.1              Common interface for HTTP clients
psr/http-factory                     1.0.1              Common interfaces for PSR-7 HTTP message factories
psr/http-message                     1.0.1              Common interface for HTTP messages
psr/http-server-handler              1.0.1              Common interface for HTTP server-side request handler
psr/http-server-middleware           1.0.1              Common interface for HTTP server-side middleware
psr/log                              1.1.4              Common interface for logging libraries
psr/simple-cache                     1.0.1              Common interfaces for simple caching
ralouphie/getallheaders              3.0.3              A polyfill for getallheaders.
respect/validation                   1.1.31             The most awesome validation engine ever created for PHP
riverline/multipart-parser           2.0.8              One class library to parse multipart content with encoding and charset support.
roave/security-advisories            dev-master 9d9641b Prevents installation of composer packages with known security vulnerabilities: no API, simply require it
sebastian/code-unit-reverse-lookup   1.0.2              Looks up which function or method a line of code belongs to
sebastian/comparator                 3.0.3              Provides the functionality to compare PHP values for equality
sebastian/diff                       3.0.3              Diff implementation
sebastian/environment                4.2.4              Provides functionality to handle HHVM/PHP environments
sebastian/exporter                   3.1.3              Provides the functionality to export PHP variables for visualization
sebastian/global-state               2.0.0              Snapshotting of global state
sebastian/object-enumerator          3.0.4              Traverses array structures and object graphs to enumerate all referenced objects
sebastian/object-reflector           1.1.2              Allows reflection of object attributes, including inherited and non-public ones
sebastian/recursion-context          3.0.1              Provides functionality to recursively process PHP variables
sebastian/resource-operations        2.0.2              Provides a list of PHP built-in functions that operate on resources
sebastian/version                    2.0.1              Library that helps with managing the version number of Git-hosted PHP projects
seld/cli-prompt                      1.0.4              Allows you to prompt for user input on the command line, and optionally hide the characters they type
sentry/sdk                           2.1.0              This is a metapackage shipping sentry/sentry with a recommended http client.
sentry/sentry                        2.5.2              A PHP SDK for Sentry (http://sentry.io)
setasign/fpdi                        v2.3.6             FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to u...
slim/http                            1.2.0              Slim PSR-7 Object Decorators
slim/psr7                            0.6                Strict PSR-7 implementation
slim/slim                            4.8.0              Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs
smarty/smarty                        v3.1.39            Smarty - the compiling PHP template engine
symfony/deprecation-contracts        v2.4.0             A generic function and convention to trigger deprecation notices
symfony/options-resolver             v5.2.4             Provides an improved replacement for the array_replace PHP function
symfony/polyfill-ctype               v1.22.1            Symfony polyfill for ctype functions
symfony/polyfill-intl-idn            v1.22.1            Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions
symfony/polyfill-intl-normalizer     v1.22.1            Symfony polyfill for intl's Normalizer class and related functions
symfony/polyfill-mbstring            v1.22.1            Symfony polyfill for the Mbstring extension
symfony/polyfill-php72               v1.22.1            Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions
symfony/polyfill-php73               v1.22.1            Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions
symfony/polyfill-php80               v1.22.1            Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions
symfony/polyfill-uuid                v1.22.1            Symfony polyfill for uuid functions
symfony/var-dumper                   v3.4.47            Symfony mechanism for exploring and dumping PHP variables
symfony/yaml                         v4.4.24            Loads and dumps YAML files
theseer/tokenizer                    1.2.0              A small library for converting tokenized PHP source code into XML and potentially other formats
true/punycode                        v2.1.1             A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)
webmozart/assert                     1.10.0             Assertions to validate method input/output with nice error messages.
