{ "_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": "ce1103508736357f7992f4e8b00f7bc6", "packages": [ { "name": "algo26-matthias/idna-convert", "version": "v3.0.5", "source": { "type": "git", "url": "https://github.com/algo26-matthias/idna-convert.git", "reference": "9cbcfa17ecfed54387ca2ed29acb2773f1870a5e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/algo26-matthias/idna-convert/zipball/9cbcfa17ecfed54387ca2ed29acb2773f1870a5e", "reference": "9cbcfa17ecfed54387ca2ed29acb2773f1870a5e", "shasum": "" }, "require": { "ext-pcre": "*", "jakeasmith/http_build_url": "^1", "php": ">=7.2.0" }, "require-dev": { "phpunit/phpunit": "^8.0 || ^9.0" }, "suggest": { "ext-iconv": "Install ext/iconv for using input / output other than UTF-8 or ISO-8859-1", "ext-mbstring": "Install ext/mbstring for using input / output other than UTF-8 or ISO-8859-1" }, "type": "library", "autoload": { "psr-4": { "Algo26\\IdnaConvert\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1+" ], "authors": [ { "name": "Matthias Sommerfeld", "email": "matthias.sommerfeld@algo26.de", "role": "Developer" } ], "description": "A library for encoding and decoding internationalized domain names", "homepage": "http://idnaconv.net/", "keywords": [ "idn", "idna", "php" ], "support": { "issues": "https://github.com/algo26-matthias/idna-convert/issues", "source": "https://github.com/algo26-matthias/idna-convert/tree/v3.0.5" }, "time": "2020-10-05T05:49:30+00:00" }, { "name": "brick/math", "version": "0.9.3", "source": { "type": "git", "url": "https://github.com/brick/math.git", "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae", "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae", "shasum": "" }, "require": { "ext-json": "*", "php": "^7.1 || ^8.0" }, "require-dev": { "php-coveralls/php-coveralls": "^2.2", "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0", "vimeo/psalm": "4.9.2" }, "type": "library", "autoload": { "psr-4": { "Brick\\Math\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Arbitrary-precision arithmetic library", "keywords": [ "Arbitrary-precision", "BigInteger", "BigRational", "arithmetic", "bigdecimal", "bignum", "brick", "math" ], "support": { "issues": "https://github.com/brick/math/issues", "source": "https://github.com/brick/math/tree/0.9.3" }, "funding": [ { "url": "https://github.com/BenMorel", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/brick/math", "type": "tidelift" } ], "time": "2021-08-15T20:50:18+00:00" }, { "name": "cakephp/core", "version": "4.3.8", "source": { "type": "git", "url": "https://github.com/cakephp/core.git", "reference": "499f17738d40560ec077d7d2039c9af4969c6b17" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cakephp/core/zipball/499f17738d40560ec077d7d2039c9af4969c6b17", "reference": "499f17738d40560ec077d7d2039c9af4969c6b17", "shasum": "" }, "require": { "cakephp/utility": "^4.0", "php": ">=7.2.0" }, "suggest": { "cakephp/cache": "To use Configure::store() and restore().", "cakephp/event": "To use PluginApplicationInterface or plugin applications.", "league/container": "To use Container and ServiceProvider classes" }, "type": "library", "autoload": { "files": [ "functions.php" ], "psr-4": { "Cake\\Core\\": "." } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "CakePHP Community", "homepage": "https://github.com/cakephp/core/graphs/contributors" } ], "description": "CakePHP Framework Core classes", "homepage": "https://cakephp.org", "keywords": [ "cakephp", "core", "framework" ], "support": { "forum": "https://stackoverflow.com/tags/cakephp", "irc": "irc://irc.freenode.org/cakephp", "issues": "https://github.com/cakephp/cakephp/issues", "source": "https://github.com/cakephp/core" }, "time": "2022-03-10T13:13:51+00:00" }, { "name": "cakephp/database", "version": "4.3.8", "source": { "type": "git", "url": "https://github.com/cakephp/database.git", "reference": "f565f9d296817692031852d142ee28e0d48f4dd9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cakephp/database/zipball/f565f9d296817692031852d142ee28e0d48f4dd9", "reference": "f565f9d296817692031852d142ee28e0d48f4dd9", "shasum": "" }, "require": { "cakephp/core": "^4.0", "cakephp/datasource": "^4.0", "php": ">=7.2.0" }, "suggest": { "cakephp/i18n": "If you are using locale-aware datetime formats or Chronos types." }, "type": "library", "autoload": { "psr-4": { "Cake\\Database\\": "." } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "CakePHP Community", "homepage": "https://github.com/cakephp/database/graphs/contributors" } ], "description": "Flexible and powerful Database abstraction library with a familiar PDO-like API", "homepage": "https://cakephp.org", "keywords": [ "abstraction", "cakephp", "database", "database abstraction", "pdo" ], "support": { "forum": "https://stackoverflow.com/tags/cakephp", "irc": "irc://irc.freenode.org/cakephp", "issues": "https://github.com/cakephp/cakephp/issues", "source": "https://github.com/cakephp/database" }, "time": "2022-03-29T14:10:04+00:00" }, { "name": "cakephp/datasource", "version": "4.3.8", "source": { "type": "git", "url": "https://github.com/cakephp/datasource.git", "reference": "1a177933b3bf988dc91d9a37018cb4ddf2f47190" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cakephp/datasource/zipball/1a177933b3bf988dc91d9a37018cb4ddf2f47190", "reference": "1a177933b3bf988dc91d9a37018cb4ddf2f47190", "shasum": "" }, "require": { "cakephp/core": "^4.0", "php": ">=7.2.0", "psr/log": "^1.0 || ^2.0", "psr/simple-cache": "^1.0 || ^2.0" }, "suggest": { "cakephp/cache": "If you decide to use Query caching.", "cakephp/collection": "If you decide to use ResultSetInterface.", "cakephp/utility": "If you decide to use EntityTrait." }, "type": "library", "autoload": { "psr-4": { "Cake\\Datasource\\": "." } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "CakePHP Community", "homepage": "https://github.com/cakephp/datasource/graphs/contributors" } ], "description": "Provides connection managing and traits for Entities and Queries that can be reused for different datastores", "homepage": "https://cakephp.org", "keywords": [ "cakephp", "connection management", "datasource", "entity", "query" ], "support": { "forum": "https://stackoverflow.com/tags/cakephp", "irc": "irc://irc.freenode.org/cakephp", "issues": "https://github.com/cakephp/cakephp/issues", "source": "https://github.com/cakephp/datasource" }, "time": "2022-03-28T14:39:10+00:00" }, { "name": "cakephp/utility", "version": "4.3.8", "source": { "type": "git", "url": "https://github.com/cakephp/utility.git", "reference": "3d352060ca3e49c81c3fd2bdb092ee345d8f4e38" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cakephp/utility/zipball/3d352060ca3e49c81c3fd2bdb092ee345d8f4e38", "reference": "3d352060ca3e49c81c3fd2bdb092ee345d8f4e38", "shasum": "" }, "require": { "cakephp/core": "^4.0", "php": ">=7.2.0" }, "suggest": { "ext-intl": "To use Text::transliterate() or Text::slug()", "lib-ICU": "To use Text::transliterate() or Text::slug()" }, "type": "library", "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Cake\\Utility\\": "." } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "CakePHP Community", "homepage": "https://github.com/cakephp/utility/graphs/contributors" } ], "description": "CakePHP Utility classes such as Inflector, String, Hash, and Security", "homepage": "https://cakephp.org", "keywords": [ "cakephp", "hash", "inflector", "security", "string", "utility" ], "support": { "forum": "https://stackoverflow.com/tags/cakephp", "irc": "irc://irc.freenode.org/cakephp", "issues": "https://github.com/cakephp/cakephp/issues", "source": "https://github.com/cakephp/utility" }, "time": "2022-01-28T18:02:00+00:00" }, { "name": "composer/ca-bundle", "version": "1.3.1", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/ca-bundle/zipball/4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b", "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b", "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.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": "2021-10-28T20:44:15+00:00" }, { "name": "defuse/php-encryption", "version": "v2.3.1", "source": { "type": "git", "url": "https://github.com/defuse/php-encryption.git", "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/defuse/php-encryption/zipball/77880488b9954b7884c25555c2a0ea9e7053f9d2", "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2", "shasum": "" }, "require": { "ext-openssl": "*", "paragonie/random_compat": ">= 2", "php": ">=5.6.0" }, "require-dev": { "phpunit/phpunit": "^4|^5|^6|^7|^8|^9" }, "bin": [ "bin/generate-defuse-key" ], "type": "library", "autoload": { "psr-4": { "Defuse\\Crypto\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Taylor Hornby", "email": "taylor@defuse.ca", "homepage": "https://defuse.ca/" }, { "name": "Scott Arciszewski", "email": "info@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "Secure PHP Encryption Library", "keywords": [ "aes", "authenticated encryption", "cipher", "crypto", "cryptography", "encrypt", "encryption", "openssl", "security", "symmetric key cryptography" ], "support": { "issues": "https://github.com/defuse/php-encryption/issues", "source": "https://github.com/defuse/php-encryption/tree/v2.3.1" }, "time": "2021-04-09T23:57:26+00:00" }, { "name": "fig/link-util", "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/php-fig/link-util.git", "reference": "5d7b8d04ed3393b4b59968ca1e906fb7186d81e8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/link-util/zipball/5d7b8d04ed3393b4b59968ca1e906fb7186d81e8", "reference": "5d7b8d04ed3393b4b59968ca1e906fb7186d81e8", "shasum": "" }, "require": { "php": ">=5.5.0", "psr/link": "~1.0@dev" }, "provide": { "psr/link-implementation": "1.0" }, "require-dev": { "phpunit/phpunit": "^5.1", "squizlabs/php_codesniffer": "^2.3.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Fig\\Link\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common utility implementations for HTTP links", "keywords": [ "http", "http-link", "link", "psr", "psr-13", "rest" ], "support": { "issues": "https://github.com/php-fig/link-util/issues", "source": "https://github.com/php-fig/link-util/tree/1.1.2" }, "time": "2021-02-03T23:36:04+00:00" }, { "name": "guzzlehttp/guzzle", "version": "7.4.2", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", "reference": "ac1ec1cd9b5624694c3a40be801d94137afb12b4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ac1ec1cd9b5624694c3a40be801d94137afb12b4", "reference": "ac1ec1cd9b5624694c3a40be801d94137afb12b4", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.5", "guzzlehttp/psr7": "^1.8.3 || ^2.1", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" }, "provide": { "psr/http-client-implementation": "1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4.1", "ext-curl": "*", "php-http/client-integration-tests": "^3.0", "phpunit/phpunit": "^8.5.5 || ^9.3.5", "psr/log": "^1.1 || ^2.0 || ^3.0" }, "suggest": { "ext-curl": "Required for CURL handler support", "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { "branch-alias": { "dev-master": "7.4-dev" } }, "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Jeremy Lindblom", "email": "jeremeamia@gmail.com", "homepage": "https://github.com/jeremeamia" }, { "name": "George Mponos", "email": "gmponos@gmail.com", "homepage": "https://github.com/gmponos" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://github.com/sagikazarmark" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], "description": "Guzzle is a PHP HTTP client library", "keywords": [ "client", "curl", "framework", "http", "http client", "psr-18", "psr-7", "rest", "web service" ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", "source": "https://github.com/guzzle/guzzle/tree/7.4.2" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", "type": "tidelift" } ], "time": "2022-03-20T14:16:28+00:00" }, { "name": "guzzlehttp/promises", "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da", "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da", "shasum": "" }, "require": { "php": ">=5.5" }, "require-dev": { "symfony/phpunit-bridge": "^4.4 || ^5.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.5-dev" } }, "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\Promise\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "support": { "issues": "https://github.com/guzzle/promises/issues", "source": "https://github.com/guzzle/promises/tree/1.5.1" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", "type": "tidelift" } ], "time": "2021-10-22T20:56:57+00:00" }, { "name": "guzzlehttp/psr7", "version": "2.2.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", "reference": "c94a94f120803a18554c1805ef2e539f8285f9a2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/c94a94f120803a18554c1805ef2e539f8285f9a2", "reference": "c94a94f120803a18554c1805ef2e539f8285f9a2", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0", "ralouphie/getallheaders": "^3.0" }, "provide": { "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4.1", "http-interop/http-factory-tests": "^0.9", "phpunit/phpunit": "^8.5.8 || ^9.3.10" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.2-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "George Mponos", "email": "gmponos@gmail.com", "homepage": "https://github.com/gmponos" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://github.com/sagikazarmark" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://sagikazarmark.hu" } ], "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", "psr-7", "request", "response", "stream", "uri", "url" ], "support": { "issues": "https://github.com/guzzle/psr7/issues", "source": "https://github.com/guzzle/psr7/tree/2.2.1" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://github.com/Nyholm", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", "type": "tidelift" } ], "time": "2022-03-20T21:55:58+00:00" }, { "name": "jakeasmith/http_build_url", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/jakeasmith/http_build_url.git", "reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jakeasmith/http_build_url/zipball/93c273e77cb1edead0cf8bcf8cd2003428e74e37", "reference": "93c273e77cb1edead0cf8bcf8cd2003428e74e37", "shasum": "" }, "type": "library", "autoload": { "files": [ "src/http_build_url.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jake A. Smith", "email": "theman@jakeasmith.com" } ], "description": "Provides functionality for http_build_url() to environments without pecl_http.", "support": { "issues": "https://github.com/jakeasmith/http_build_url/issues", "source": "https://github.com/jakeasmith/http_build_url" }, "time": "2017-05-01T15:36:40+00:00" }, { "name": "joomla/application", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/joomla-framework/application.git", "reference": "e7b950d2d1358c0baac95a8633a60de20a1e82ab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/application/zipball/e7b950d2d1358c0baac95a8633a60de20a1e82ab", "reference": "e7b950d2d1358c0baac95a8633a60de20a1e82ab", "shasum": "" }, "require": { "joomla/event": "^2.0", "joomla/registry": "^1.4.5|^2.0", "laminas/laminas-diactoros": "^2.2.2", "php": "^7.2.5", "psr/http-message": "^1.0", "psr/log": "^1.0", "symfony/deprecation-contracts": "^2.1" }, "conflict": { "joomla/di": "<1.5", "joomla/input": "<1.2", "joomla/router": "<2.0", "joomla/session": "<2.0", "joomla/uri": "<1.1" }, "require-dev": { "joomla/coding-standards": "^3.0@dev", "joomla/controller": "^1.0|^2.0", "joomla/di": "^1.5|^2.0", "joomla/input": "^1.2|^2.0", "joomla/router": "^2.0", "joomla/session": "^2.0", "joomla/test": "^2.0", "joomla/uri": "^1.1|^2.0", "phpunit/phpunit": "^8.5|^9.0", "symfony/phpunit-bridge": "^3.4.26|^4.1.12|^4.2.7|^5.0" }, "suggest": { "joomla/controller": "^1.0|^2.0 To support resolving ControllerInterface objects in ControllerResolverInterface, install joomla/controller", "joomla/input": "^1.2|^2.0 To use WebApplicationInterface, install joomla/input", "joomla/router": "^2.0 To use WebApplication or ControllerResolverInterface implementations, install joomla/router", "joomla/session": "^2.0 To use SessionAwareWebApplicationInterface, install joomla/session", "joomla/uri": "^1.1|^2.0 To use AbstractWebApplication, install joomla/uri", "psr/container": "^1.0 To use the ContainerControllerResolver, install any PSR-11 compatible container" }, "type": "joomla-package", "extra": { "branch-alias": { "dev-2.0-dev": "2.0-dev" } }, "autoload": { "psr-4": { "Joomla\\Application\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla Application Package", "homepage": "https://github.com/joomla-framework/application", "keywords": [ "application", "framework", "joomla" ], "support": { "issues": "https://github.com/joomla-framework/application/issues", "source": "https://github.com/joomla-framework/application/tree/2.0.1" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2021-12-10T12:11:13+00:00" }, { "name": "joomla/archive", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/joomla-framework/archive.git", "reference": "cedda2cf21c388c590b8a110df25db6197765b8c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/archive/zipball/cedda2cf21c388c590b8a110df25db6197765b8c", "reference": "cedda2cf21c388c590b8a110df25db6197765b8c", "shasum": "" }, "require": { "joomla/filesystem": "^2.0", "php": "^7.2.5|^8.0" }, "require-dev": { "joomla/coding-standards": "^3.0@dev", "joomla/test": "^2.0", "phpunit/phpunit": "^8.5|^9.0" }, "suggest": { "ext-bz2": "To extract bzip2 compressed packages", "ext-zip": "To extract zip compressed packages", "ext-zlib": "To extract gzip or zip compressed packages" }, "type": "joomla-package", "extra": { "branch-alias": { "dev-2.0-dev": "2.0-dev" } }, "autoload": { "psr-4": { "Joomla\\Archive\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla Archive Package", "homepage": "https://github.com/joomla-framework/archive", "keywords": [ "archive", "framework", "joomla" ], "support": { "issues": "https://github.com/joomla-framework/archive/issues", "source": "https://github.com/joomla-framework/archive/tree/2.0.1" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2022-03-29T13:03:06+00:00" }, { "name": "joomla/authentication", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/joomla-framework/authentication.git", "reference": "73d77db3b5d31300ffc0f147936cb420d4dffd96" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/authentication/zipball/73d77db3b5d31300ffc0f147936cb420d4dffd96", "reference": "73d77db3b5d31300ffc0f147936cb420d4dffd96", "shasum": "" }, "require": { "php": "^7.2.5|^8.0" }, "conflict": { "joomla/database": "<2.0" }, "require-dev": { "joomla/coding-standards": "^3.0@dev", "joomla/database": "^2.0", "joomla/input": "^1.0|^2.0", "phpunit/phpunit": "^8.5|^9.0", "symfony/phpunit-bridge": "^3.4|^4.4|^5.0" }, "suggest": { "joomla/database": "Required if you want to use Joomla\\Authentication\\Strategies\\DatabaseStrategy", "joomla/input": "Required if you want to use classes in the Joomla\\Authentication\\Strategies namespace" }, "type": "joomla-package", "extra": { "branch-alias": { "dev-2.0-dev": "2.0-dev" } }, "autoload": { "psr-4": { "Joomla\\Authentication\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla Authentication Package", "homepage": "https://github.com/joomla-framework/authentication", "keywords": [ "Authentication", "framework", "joomla" ], "support": { "issues": "https://github.com/joomla-framework/authentication/issues", "source": "https://github.com/joomla-framework/authentication/tree/2.0.0" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2021-08-10T18:44:21+00:00" }, { "name": "joomla/console", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/joomla-framework/console.git", "reference": "9db90c5b99e84a48cbaaf14c4c0d881b4d92480d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/console/zipball/9db90c5b99e84a48cbaaf14c4c0d881b4d92480d", "reference": "9db90c5b99e84a48cbaaf14c4c0d881b4d92480d", "shasum": "" }, "require": { "joomla/application": "^2.0", "joomla/event": "^2.0", "joomla/string": "^2.0", "php": "^7.2.5", "symfony/console": "^3.4|^4.4|^5.0" }, "require-dev": { "joomla/coding-standards": "^2.0@alpha", "joomla/test": "^2.0", "phpunit/phpunit": "^8.5|^9.0", "psr/container": "^1.0" }, "suggest": { "psr/container-implementation": "To use the ContainerLoader" }, "type": "joomla-package", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "psr-4": { "Joomla\\Console\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla Console Package", "homepage": "https://github.com/joomla-framework/console", "keywords": [ "console", "framework", "joomla" ], "support": { "issues": "https://github.com/joomla-framework/console/issues", "source": "https://github.com/joomla-framework/console/tree/2.0.0" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2021-08-10T20:31:15+00:00" }, { "name": "joomla/controller", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/joomla-framework/controller.git", "reference": "85b26e4b4521bceb346783bd342cb8c7a3f8c1be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/controller/zipball/85b26e4b4521bceb346783bd342cb8c7a3f8c1be", "reference": "85b26e4b4521bceb346783bd342cb8c7a3f8c1be", "shasum": "" }, "require": { "php": "^7.2.5|^8.0" }, "require-dev": { "joomla/application": "^1.0|^2.0", "joomla/coding-standards": "^2.0@alpha", "joomla/input": "^1.0|^2.0", "phpunit/phpunit": "^8.5|^9.0" }, "suggest": { "joomla/application": "The joomla/application package is required to use Joomla\\Controller\\AbstractController", "joomla/input": "The joomla/input package is required to use Joomla\\Controller\\AbstractController" }, "type": "joomla-package", "extra": { "branch-alias": { "dev-2.0-dev": "2.0-dev" } }, "autoload": { "psr-4": { "Joomla\\Controller\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla Controller Package", "homepage": "https://github.com/joomla-framework/controller", "keywords": [ "controller", "framework", "joomla" ], "support": { "issues": "https://github.com/joomla-framework/controller/issues", "source": "https://github.com/joomla-framework/controller/tree/2.0.0" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2021-08-16T20:21:42+00:00" }, { "name": "joomla/crypt", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/joomla-framework/crypt.git", "reference": "db9e5c4f8b42df5dee0a3698404affe631fdaba4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/crypt/zipball/db9e5c4f8b42df5dee0a3698404affe631fdaba4", "reference": "db9e5c4f8b42df5dee0a3698404affe631fdaba4", "shasum": "" }, "require": { "php": "^7.2.5|^8.0" }, "conflict": { "defuse/php-encryption": "<2.0" }, "require-dev": { "defuse/php-encryption": "^2.0", "joomla/coding-standards": "^2.0@alpha", "paragonie/sodium_compat": "^1.0", "phpunit/phpunit": "^8.5|^9.0", "symfony/phpunit-bridge": "^4.4|^5.0", "symfony/polyfill-util": "^1.0" }, "suggest": { "defuse/php-encryption": "To use Crypto cipher", "ext-openssl": "To use the OpenSSL cipher", "ext-sodium": "To use the Sodium cipher", "paragonie/sodium_compat": "To use Sodium cipher if neither ext/sodium or ext/libsodium are available" }, "type": "joomla-package", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "psr-4": { "Joomla\\Crypt\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla Crypt Package", "homepage": "https://github.com/joomla-framework/crypt", "keywords": [ "crypt", "framework", "joomla" ], "support": { "issues": "https://github.com/joomla-framework/crypt/issues", "source": "https://github.com/joomla-framework/crypt/tree/2.0.0" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2021-08-10T18:46:07+00:00" }, { "name": "joomla/data", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/joomla-framework/data.git", "reference": "6327825f48ba517d8f35179ac8f7868522d3a23f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/data/zipball/6327825f48ba517d8f35179ac8f7868522d3a23f", "reference": "6327825f48ba517d8f35179ac8f7868522d3a23f", "shasum": "" }, "require": { "joomla/registry": "^1.4.5|^2.0", "php": "^7.2.5" }, "require-dev": { "joomla/coding-standards": "^3.0@dev", "joomla/test": "^2.0", "phpunit/phpunit": "^8.5|^9.0" }, "type": "joomla-package", "extra": { "branch-alias": { "dev-2.0-dev": "2.0-dev" } }, "autoload": { "psr-4": { "Joomla\\Data\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla Data Package", "homepage": "https://github.com/joomla-framework/data", "keywords": [ "data", "framework", "joomla" ], "support": { "issues": "https://github.com/joomla-framework/data/issues", "source": "https://github.com/joomla-framework/data/tree/2.0.0" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2021-08-10T18:47:10+00:00" }, { "name": "joomla/database", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/joomla-framework/database.git", "reference": "194415339358b3ded43d5f68446b4fa93e18c3d3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/database/zipball/194415339358b3ded43d5f68446b4fa93e18c3d3", "reference": "194415339358b3ded43d5f68446b4fa93e18c3d3", "shasum": "" }, "require": { "joomla/event": "^2.0", "php": "^7.2.5|^8.0", "symfony/deprecation-contracts": "^2.1" }, "require-dev": { "joomla/archive": "^1.0|^2.0", "joomla/coding-standards": "^2.0@alpha", "joomla/console": "^2.0", "joomla/di": "^1.0|^2.0", "joomla/filesystem": "^1.3|^2.0", "joomla/registry": "^1.4.5|^2.0", "joomla/test": "^2.0", "phpunit/phpunit": "^8.5|^9.0", "psr/log": "^1.1", "symfony/phpunit-bridge": "^4.4|^5.0" }, "suggest": { "ext-mysqli": "To connect to a MySQL database via MySQLi", "ext-pdo": "To connect to a MySQL, PostgreSQL, or SQLite database via PDO", "ext-sqlsrv": "To connect to a SQL Server database", "joomla/archive": "To use the ExportCommand class, install joomla/archive", "joomla/console": "To use the ExportCommand and ImportCommand classes, install joomla/console", "joomla/di": "To use the Database ServiceProviderInterface objects, install joomla/di.", "joomla/filesystem": "To use the ExportCommand and ImportCommand classes, install joomla/filesystem", "joomla/registry": "To use the Database ServiceProviderInterface objects, install joomla/registry.", "psr/log": "To use the LoggingMonitor, install psr/log." }, "type": "joomla-package", "extra": { "branch-alias": { "dev-2.0-dev": "2.0-dev" } }, "autoload": { "psr-4": { "Joomla\\Database\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla Database Package", "homepage": "https://github.com/joomla-framework/database", "keywords": [ "database", "framework", "joomla" ], "support": { "issues": "https://github.com/joomla-framework/database/issues", "source": "https://github.com/joomla-framework/database/tree/2.1.0" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2022-03-02T16:36:31+00:00" }, { "name": "joomla/di", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/joomla-framework/di.git", "reference": "22ef18207e8945c8247aa2372bddbe76383bd0bc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/di/zipball/22ef18207e8945c8247aa2372bddbe76383bd0bc", "reference": "22ef18207e8945c8247aa2372bddbe76383bd0bc", "shasum": "" }, "require": { "php": "^7.2.5|~8", "psr/container": "^1.0", "symfony/deprecation-contracts": "^2.1" }, "provide": { "psr/container-implementation": "~1.0" }, "require-dev": { "joomla/coding-standards": "^3.0@dev", "joomla/test": "^2.0", "phpunit/phpunit": "^8.5|^9.0" }, "type": "joomla-package", "extra": { "branch-alias": { "dev-2.0-dev": "2.0-dev" } }, "autoload": { "psr-4": { "Joomla\\DI\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla DI Package", "homepage": "https://github.com/joomla-framework/di", "keywords": [ "container", "dependency injection", "di", "framework", "ioc", "joomla" ], "support": { "issues": "https://github.com/joomla-framework/di/issues", "source": "https://github.com/joomla-framework/di/tree/2.0.0" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2021-04-06T22:33:15+00:00" }, { "name": "joomla/event", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/joomla-framework/event.git", "reference": "dc19eae9a6cbffb608d4719f4eeb986e785692bd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/event/zipball/dc19eae9a6cbffb608d4719f4eeb986e785692bd", "reference": "dc19eae9a6cbffb608d4719f4eeb986e785692bd", "shasum": "" }, "require": { "php": "^7.2.5", "symfony/deprecation-contracts": "^2.1" }, "require-dev": { "joomla/coding-standards": "^3.0@dev", "joomla/console": "^2.0", "phpunit/phpunit": "^8.5|^9.0", "psr/container": "^1.0" }, "suggest": { "joomla/console": "If you want to use the DebugEventDispatcherCommand class, please install joomla/console", "psr/container-implementation": "If you want to use the LazyServiceEventListener class, please install a PSR-11 container" }, "type": "joomla-package", "extra": { "branch-alias": { "dev-2.0-dev": "2.0-dev" } }, "autoload": { "psr-4": { "Joomla\\Event\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla Event Package", "homepage": "https://github.com/joomla-framework/event", "keywords": [ "event", "framework", "joomla" ], "support": { "issues": "https://github.com/joomla-framework/event/issues", "source": "https://github.com/joomla-framework/event/tree/2.0.1" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2021-12-10T11:50:27+00:00" }, { "name": "joomla/filesystem", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/joomla-framework/filesystem.git", "reference": "d991e618da69e557a84ea97e6a601afec28ae8cf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/filesystem/zipball/d991e618da69e557a84ea97e6a601afec28ae8cf", "reference": "d991e618da69e557a84ea97e6a601afec28ae8cf", "shasum": "" }, "require": { "php": "^7.2.5|^8.0" }, "require-dev": { "joomla/coding-standards": "^3.0@dev", "joomla/test": "^2.0", "mikey179/vfsstream": "^1.1", "phpunit/phpunit": "^8.5|^9.0" }, "type": "joomla-package", "extra": { "branch-alias": { "dev-2.0-dev": "2.0-dev" } }, "autoload": { "psr-4": { "Joomla\\Filesystem\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla Filesystem Package", "homepage": "https://github.com/joomla/joomla-framework-filesystem", "keywords": [ "filesystem", "framework", "joomla" ], "support": { "issues": "https://github.com/joomla-framework/filesystem/issues", "source": "https://github.com/joomla-framework/filesystem/tree/2.0.1" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2022-03-29T12:43:57+00:00" }, { "name": "joomla/filter", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/joomla-framework/filter.git", "reference": "137ca3f8925c4529a113735404b873fad0a1305f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/filter/zipball/137ca3f8925c4529a113735404b873fad0a1305f", "reference": "137ca3f8925c4529a113735404b873fad0a1305f", "shasum": "" }, "require": { "joomla/string": "^1.3|^2.0", "php": "^7.2.5" }, "conflict": { "joomla/language": "<2.0" }, "require-dev": { "joomla/coding-standards": "^3.0@dev", "joomla/language": "^2.0", "phpunit/phpunit": "^8.5|^9.0" }, "suggest": { "joomla/language": "Required only if you want to use `OutputFilter::stringURLSafe`." }, "type": "joomla-package", "extra": { "branch-alias": { "dev-2.0-dev": "2.0-dev" } }, "autoload": { "psr-4": { "Joomla\\Filter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla Filter Package", "homepage": "https://github.com/joomla-framework/filter", "keywords": [ "filter", "framework", "joomla" ], "support": { "issues": "https://github.com/joomla-framework/filter/issues", "source": "https://github.com/joomla-framework/filter/tree/2.0.1" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2022-02-15T21:33:06+00:00" }, { "name": "joomla/http", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/joomla-framework/http.git", "reference": "95f46a39dec738f73839e61c035be4fa597e822a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/http/zipball/95f46a39dec738f73839e61c035be4fa597e822a", "reference": "95f46a39dec738f73839e61c035be4fa597e822a", "shasum": "" }, "require": { "composer/ca-bundle": "^1.0", "joomla/uri": "^1.0|^2.0", "laminas/laminas-diactoros": "^2.2.2", "php": "^7.2.5", "psr/http-client": "^1.0", "psr/http-message": "^1.0" }, "require-dev": { "joomla/coding-standards": "^2.0@alpha", "joomla/test": "^2.0", "phpunit/phpunit": "^8.5|^9.0" }, "suggest": { "ext-curl": "To use cURL for HTTP connections" }, "type": "joomla-package", "extra": { "branch-alias": { "dev-2.0-dev": "2.0-dev" } }, "autoload": { "psr-4": { "Joomla\\Http\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla HTTP Package", "homepage": "https://github.com/joomla-framework/http", "keywords": [ "framework", "http", "joomla" ], "support": { "issues": "https://github.com/joomla-framework/http/issues", "source": "https://github.com/joomla-framework/http/tree/2.0.0" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2021-08-16T19:52:50+00:00" }, { "name": "joomla/input", "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/joomla-framework/input.git", "reference": "147229d2e0c5ac7db6f972d19c9faa922575e5c2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/input/zipball/147229d2e0c5ac7db6f972d19c9faa922575e5c2", "reference": "147229d2e0c5ac7db6f972d19c9faa922575e5c2", "shasum": "" }, "require": { "joomla/filter": "^1.0|^2.0", "php": "^7.2.5", "symfony/deprecation-contracts": "^2.1" }, "require-dev": { "joomla/coding-standards": "^3.0@dev", "joomla/test": "^2.0", "phpunit/phpunit": "^8.5|^9.0" }, "type": "joomla-package", "extra": { "branch-alias": { "dev-2.0-dev": "2.0-dev" } }, "autoload": { "psr-4": { "Joomla\\Input\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla Input Package", "homepage": "https://github.com/joomla-framework/input", "keywords": [ "framework", "input", "joomla" ], "support": { "issues": "https://github.com/joomla-framework/input/issues", "source": "https://github.com/joomla-framework/input/tree/2.0.3" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2022-04-06T20:02:40+00:00" }, { "name": "joomla/ldap", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/joomla-framework/ldap.git", "reference": "b02ec8a59297b517b0b843b07971aa2e7bbe91d2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/ldap/zipball/b02ec8a59297b517b0b843b07971aa2e7bbe91d2", "reference": "b02ec8a59297b517b0b843b07971aa2e7bbe91d2", "shasum": "" }, "require": { "ext-ldap": "*", "php": "~7.0" }, "require-dev": { "joomla/coding-standards": "~2.0@alpha", "joomla/registry": "^1.4.5|~2.0", "phpunit/phpunit": "~6.3" }, "type": "joomla-package", "extra": { "branch-alias": { "dev-2.0-dev": "2.0-dev" } }, "autoload": { "psr-4": { "Joomla\\Ldap\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla LDAP Package", "homepage": "https://github.com/joomla-framework/ldap", "keywords": [ "framework", "joomla", "ldap" ], "support": { "issues": "https://github.com/joomla-framework/ldap/issues", "source": "https://github.com/joomla-framework/ldap/tree/2.0.0" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2021-08-16T20:01:23+00:00" }, { "name": "joomla/model", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/joomla-framework/model.git", "reference": "e874ca6ea7f463d28f7620dc242973747dc8f0f0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/model/zipball/e874ca6ea7f463d28f7620dc242973747dc8f0f0", "reference": "e874ca6ea7f463d28f7620dc242973747dc8f0f0", "shasum": "" }, "require": { "php": "^7.2.5" }, "require-dev": { "joomla/coding-standards": "^3.0@dev", "joomla/database": "^1.0|^2.0", "joomla/registry": "^1.4.5|^2.0", "phpunit/phpunit": "^8.5|^9.0" }, "suggest": { "joomla/database": "^1.0|^2.0 Allows using database models", "joomla/registry": "^1.4.5|^2.0 Allows using stateful models" }, "type": "joomla-package", "extra": { "branch-alias": { "dev-2.0-dev": "2.0-dev" } }, "autoload": { "psr-4": { "Joomla\\Model\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla Model Package", "homepage": "https://github.com/joomla-framework/model", "keywords": [ "framework", "joomla", "model" ], "support": { "issues": "https://github.com/joomla-framework/model/issues", "source": "https://github.com/joomla-framework/model/tree/2.0.0" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2021-08-16T20:22:12+00:00" }, { "name": "joomla/oauth1", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/joomla-framework/oauth1.git", "reference": "89559f79ff0c3fef73f806fd66814ae8bb1cb655" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/oauth1/zipball/89559f79ff0c3fef73f806fd66814ae8bb1cb655", "reference": "89559f79ff0c3fef73f806fd66814ae8bb1cb655", "shasum": "" }, "require": { "joomla/application": "^2.0", "joomla/http": "^1.2.2|^2.0", "joomla/input": "^1.2|^2.0", "joomla/registry": "^1.4.5|^2.0", "joomla/session": "^2.0", "joomla/uri": "^1.1|^2.0", "php": "^7.2.5" }, "require-dev": { "joomla/coding-standards": "^3.0@dev", "joomla/event": "^2.0", "joomla/test": "^2.0", "phpunit/phpunit": "^8.5|^9.0" }, "type": "joomla-package", "extra": { "branch-alias": { "dev-2.0-dev": "2.0-dev" } }, "autoload": { "psr-4": { "Joomla\\OAuth1\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla OAuth1 Package", "homepage": "https://github.com/joomla-framework/oauth1", "keywords": [ "framework", "joomla", "oauth1" ], "support": { "issues": "https://github.com/joomla-framework/oauth1/issues", "source": "https://github.com/joomla-framework/oauth1/tree/2.0.0" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2021-08-16T19:58:37+00:00" }, { "name": "joomla/oauth2", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/joomla-framework/oauth2.git", "reference": "1e6fd0affea9f96376e580ec050145e874b399cb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/oauth2/zipball/1e6fd0affea9f96376e580ec050145e874b399cb", "reference": "1e6fd0affea9f96376e580ec050145e874b399cb", "shasum": "" }, "require": { "joomla/application": "^2.0", "joomla/http": "^1.2.2|^2.0", "joomla/input": "^1.2|^2.0", "joomla/session": "^1.0|^2.0", "joomla/uri": "^1.0|^2.0", "php": "^7.2.5" }, "require-dev": { "joomla/coding-standards": "^3.0@dev", "phpunit/phpunit": "^8.5|^9.0" }, "type": "joomla-package", "extra": { "branch-alias": { "dev-2.0-dev": "2.0-dev" } }, "autoload": { "psr-4": { "Joomla\\OAuth2\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla OAuth2 Package", "homepage": "https://github.com/joomla-framework/oauth2", "keywords": [ "framework", "joomla", "oauth2" ], "support": { "issues": "https://github.com/joomla-framework/oauth2/issues", "source": "https://github.com/joomla-framework/oauth2/tree/2.0.0" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2021-08-16T19:59:30+00:00" }, { "name": "joomla/preload", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/joomla-framework/preload.git", "reference": "dcd6f3424e3d02e2b47761464e33826b2b6ae7e0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/preload/zipball/dcd6f3424e3d02e2b47761464e33826b2b6ae7e0", "reference": "dcd6f3424e3d02e2b47761464e33826b2b6ae7e0", "shasum": "" }, "require": { "fig/link-util": "^1.0", "php": "^7.2.5", "psr/link": "^1.0" }, "conflict": { "joomla/application": "<2.0", "joomla/event": "<2.0" }, "require-dev": { "joomla/application": "^2.0", "joomla/coding-standards": "^2.0@alpha", "joomla/di": "^1.5|^2.0", "joomla/event": "^2.0", "joomla/uri": "^2.0", "phpunit/phpunit": "^8.2", "symfony/web-link": "^3.4|^4.4|^5.0" }, "suggest": { "joomla/application": "To use the PreloadSubscriber event listener, install `^2.0`", "joomla/di": "To use the PreloadProvider service provider, install `^1.5|^2.0`", "joomla/event": "To use the PreloadSubscriber event listener, install `^2.0`", "symfony/web-link": "To use the PreloadSubscriber event listener, install `^3.4|^4.4|^5.0`" }, "type": "joomla-package", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "psr-4": { "Joomla\\Preload\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla Preload Package", "homepage": "https://github.com/joomla-framework/preload", "keywords": [ "console", "framework", "joomla" ], "support": { "issues": "https://github.com/joomla-framework/preload/issues", "source": "https://github.com/joomla-framework/preload/tree/2.0.0" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2021-08-16T20:23:39+00:00" }, { "name": "joomla/registry", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/joomla-framework/registry.git", "reference": "4fcfa060f1ec101ec8311770a1d1c166eba6e367" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/registry/zipball/4fcfa060f1ec101ec8311770a1d1c166eba6e367", "reference": "4fcfa060f1ec101ec8311770a1d1c166eba6e367", "shasum": "" }, "require": { "joomla/utilities": "^1.4.1|^2.0", "php": "^7.2.5" }, "conflict": { "symfony/yaml": "<3.4" }, "require-dev": { "joomla/coding-standards": "^3.0@dev", "phpunit/phpunit": "^8.5|^9.0", "symfony/yaml": "^3.4|^4.4|^5.0" }, "suggest": { "symfony/yaml": "Install symfony/yaml if you require YAML support." }, "type": "joomla-package", "extra": { "branch-alias": { "dev-2.0-dev": "2.0-dev" } }, "autoload": { "psr-4": { "Joomla\\Registry\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla Registry Package", "homepage": "https://github.com/joomla-framework/registry", "keywords": [ "framework", "joomla", "registry" ], "support": { "issues": "https://github.com/joomla-framework/registry/issues", "source": "https://github.com/joomla-framework/registry/tree/2.0.1" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2021-12-10T11:52:55+00:00" }, { "name": "joomla/renderer", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/joomla-framework/renderer.git", "reference": "482896d9b10a3a17bf87cbb531d2ebfb463a3df7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/renderer/zipball/482896d9b10a3a17bf87cbb531d2ebfb463a3df7", "reference": "482896d9b10a3a17bf87cbb531d2ebfb463a3df7", "shasum": "" }, "require": { "php": "^7.2.5" }, "conflict": { "illuminate/view": "<6.0", "league/plates": "<3.0", "mustache/mustache": "<2.3", "symfony/templating": "<3.4", "twig/twig": "<1.34 || >=2.0,<2.4" }, "require-dev": { "illuminate/events": "^6.0|^7.0", "illuminate/filesystem": "^6.0|^7.0", "illuminate/view": "^6.0|^7.0", "joomla/coding-standards": "^2.0@alpha", "joomla/test": "^2.0", "league/plates": "^3.0", "mustache/mustache": "^2.3", "phpunit/phpunit": "^8.5|^9.0", "symfony/templating": "^3.4|^4.4|^5.0", "twig/twig": "^1.34|^2.4|^3.0" }, "suggest": { "illuminate/view": "Install ^6.0|^7.0 if you are using Laravel's Blade template engine.", "league/plates": "Install ^3.0 if you are using the Plates template engine.", "mustache/mustache": "Install ^2.3 if you are using the Mustache template engine.", "symfony/templating": "Install ^3.4|^4.4|^5.0 if you are using Symfony's PHP template component.", "twig/twig": "Install ^1.34|^2.4|^3.0 if you are using the Twig template engine." }, "type": "joomla-package", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { "Joomla\\Renderer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1-or-later" ], "description": "Joomla Renderer Package", "homepage": "https://github.com/joomla-framework/renderer", "keywords": [ "framework", "joomla", "renderer" ], "support": { "issues": "https://github.com/joomla-framework/renderer/issues", "source": "https://github.com/joomla-framework/renderer/tree/2.0.0" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2021-08-16T20:20:59+00:00" }, { "name": "joomla/router", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/joomla-framework/router.git", "reference": "8dfb320fde8ed2c914c6e52df1e7266e9b25379a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/router/zipball/8dfb320fde8ed2c914c6e52df1e7266e9b25379a", "reference": "8dfb320fde8ed2c914c6e52df1e7266e9b25379a", "shasum": "" }, "require": { "php": "^7.2.5|^8.0" }, "conflict": { "jeremeamia/superclosure": "<2.4" }, "require-dev": { "jeremeamia/superclosure": "^2.4", "joomla/coding-standards": "^2.0@alpha", "joomla/console": "^2.0", "phpunit/phpunit": "^8.5|^9.0" }, "suggest": { "jeremeamia/superclosure": "If you use Closure based controllers and want to be able to serialize the router, please install jeremeamia/superclosure", "joomla/console": "If you want to use the DebugRouterCommand class, please install joomla/console" }, "type": "joomla-package", "extra": { "branch-alias": { "dev-2.0-dev": "2.0-dev" } }, "autoload": { "psr-4": { "Joomla\\Router\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla Router Package", "homepage": "https://github.com/joomla-framework/router", "keywords": [ "framework", "joomla", "router" ], "support": { "issues": "https://github.com/joomla-framework/router/issues", "source": "https://github.com/joomla-framework/router/tree/2.0.0" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2021-08-16T20:04:57+00:00" }, { "name": "joomla/session", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/joomla-framework/session.git", "reference": "a7bb708a988530ce90c95e33efbc56432cf56c07" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/session/zipball/a7bb708a988530ce90c95e33efbc56432cf56c07", "reference": "a7bb708a988530ce90c95e33efbc56432cf56c07", "shasum": "" }, "require": { "php": "^7.2.5", "symfony/deprecation-contracts": "^2.1" }, "conflict": { "joomla/database": "<2.0", "joomla/event": "<2.0", "joomla/input": "<2.0" }, "require-dev": { "joomla/coding-standards": "^3.0@dev", "joomla/console": "^2.0", "joomla/database": "^2.0", "joomla/event": "^2.0", "joomla/input": "^2.0", "joomla/test": "^2.0", "joomla/utilities": "^2.0", "phpunit/phpunit": "^8.5|^9.0" }, "suggest": { "ext-apcu": "To use APCu cache as a session handler", "ext-memcached": "To use a Memcached server as a session handler", "ext-redis": "To use a Redis server as a session handler", "ext-session": "To use the Joomla\\Session\\Storage\\NativeStorage storage class.", "ext-wincache": "To use WinCache as a session handler", "joomla/console": "Install joomla/console if you want to use the CreateSessionTableCommand class.", "joomla/database": "Install joomla/database if you want to use a database connection managed with Joomla\\Database\\DatabaseDriver as a session handler.", "joomla/event": "The joomla/event package is required to use Joomla\\Session\\Session.", "joomla/input": "The joomla/input package is required to use Address and Forwarded session validators." }, "type": "joomla-package", "extra": { "branch-alias": { "dev-2.0-dev": "2.x-dev" } }, "autoload": { "psr-4": { "Joomla\\Session\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla Session Package", "homepage": "https://github.com/joomla-framework/session", "keywords": [ "framework", "joomla", "session" ], "support": { "issues": "https://github.com/joomla-framework/session/issues", "source": "https://github.com/joomla-framework/session/tree/2.0.1" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2021-12-11T19:55:26+00:00" }, { "name": "joomla/string", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/joomla-framework/string.git", "reference": "778682c04a1909323da6a453a5b3030d7a7a2fa9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/string/zipball/778682c04a1909323da6a453a5b3030d7a7a2fa9", "reference": "778682c04a1909323da6a453a5b3030d7a7a2fa9", "shasum": "" }, "require": { "php": "^7.2.5", "symfony/deprecation-contracts": "^2.1" }, "conflict": { "doctrine/inflector": "<1.2" }, "require-dev": { "doctrine/inflector": "1.2", "joomla/coding-standards": "^3.0@dev", "joomla/test": "^2.0", "phpunit/phpunit": "^8.5|^9.0" }, "suggest": { "doctrine/inflector": "To use the string inflector", "ext-mbstring": "For improved processing" }, "type": "joomla-package", "extra": { "branch-alias": { "dev-2.0-dev": "2.0-dev" } }, "autoload": { "files": [ "src/phputf8/utf8.php", "src/phputf8/ord.php", "src/phputf8/str_ireplace.php", "src/phputf8/str_pad.php", "src/phputf8/str_split.php", "src/phputf8/strcasecmp.php", "src/phputf8/strcspn.php", "src/phputf8/stristr.php", "src/phputf8/strrev.php", "src/phputf8/strspn.php", "src/phputf8/trim.php", "src/phputf8/ucfirst.php", "src/phputf8/ucwords.php", "src/phputf8/utils/ascii.php", "src/phputf8/utils/validation.php" ], "psr-4": { "Joomla\\String\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla String Package", "homepage": "https://github.com/joomla-framework/string", "keywords": [ "framework", "joomla", "string" ], "support": { "issues": "https://github.com/joomla-framework/string/issues", "source": "https://github.com/joomla-framework/string/tree/2.0.0" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2021-08-10T18:57:12+00:00" }, { "name": "joomla/uri", "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/joomla-framework/uri.git", "reference": "755f1cf80e2463d9a162563e607154c64083184b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/uri/zipball/755f1cf80e2463d9a162563e607154c64083184b", "reference": "755f1cf80e2463d9a162563e607154c64083184b", "shasum": "" }, "require": { "php": "^7.2.5|^8.0" }, "require-dev": { "joomla/coding-standards": "^2.0@alpha", "phpunit/phpunit": "^8.5|^9.0" }, "type": "joomla-package", "extra": { "branch-alias": { "dev-2.0-dev": "2.0-dev" } }, "autoload": { "psr-4": { "Joomla\\Uri\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla Uri Package", "homepage": "https://github.com/joomla-framework/uri", "keywords": [ "framework", "joomla", "uri" ], "support": { "issues": "https://github.com/joomla-framework/uri/issues", "source": "https://github.com/joomla-framework/uri/tree/2.0.2" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2022-04-21T09:39:04+00:00" }, { "name": "joomla/utilities", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/joomla-framework/utilities.git", "reference": "f5d4fcf778abbbf1c099814297c87ef177e8b268" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/utilities/zipball/f5d4fcf778abbbf1c099814297c87ef177e8b268", "reference": "f5d4fcf778abbbf1c099814297c87ef177e8b268", "shasum": "" }, "require": { "joomla/string": "^1.3|^2.0", "php": "^7.2.5|^8.0" }, "require-dev": { "joomla/coding-standards": "^2.0@alpha", "phpunit/phpunit": "^8.5|^9.0" }, "type": "joomla-package", "extra": { "branch-alias": { "dev-2.0-dev": "2.0-dev" } }, "autoload": { "psr-4": { "Joomla\\Utilities\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla Utilities Package", "homepage": "https://github.com/joomla-framework/utilities", "keywords": [ "framework", "joomla", "utilities" ], "support": { "issues": "https://github.com/joomla-framework/utilities/issues", "source": "https://github.com/joomla-framework/utilities/tree/2.0.0" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2021-08-16T20:13:00+00:00" }, { "name": "joomla/view", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/joomla-framework/view.git", "reference": "3b43c84eba02c037190de3c796c81b31883694ef" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/joomla-framework/view/zipball/3b43c84eba02c037190de3c796c81b31883694ef", "reference": "3b43c84eba02c037190de3c796c81b31883694ef", "shasum": "" }, "require": { "php": "^7.2.5|^8.0" }, "require-dev": { "joomla/coding-standards": "^2.0@alpha", "joomla/renderer": "^2.0", "phpunit/phpunit": "^8.5|^9.0" }, "suggest": { "joomla/renderer": "Required to use Joomla\\View\\BaseHtmlView" }, "type": "joomla-package", "extra": { "branch-alias": { "dev-2.0-dev": "2.0-dev" } }, "autoload": { "psr-4": { "Joomla\\View\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Joomla View Package", "homepage": "https://github.com/joomla-framework/view", "keywords": [ "framework", "joomla", "view" ], "support": { "issues": "https://github.com/joomla-framework/view/issues", "source": "https://github.com/joomla-framework/view/tree/2.0.0" }, "funding": [ { "url": "https://community.joomla.org/sponsorship-campaigns.html", "type": "custom" }, { "url": "https://github.com/joomla", "type": "github" } ], "time": "2021-08-16T20:22:32+00:00" }, { "name": "laminas/laminas-diactoros", "version": "2.4.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-diactoros.git", "reference": "36ef09b73e884135d2059cc498c938e90821bb57" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/36ef09b73e884135d2059cc498c938e90821bb57", "reference": "36ef09b73e884135d2059cc498c938e90821bb57", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": "^7.1", "psr/http-factory": "^1.0", "psr/http-message": "^1.0" }, "conflict": { "phpspec/prophecy": "<1.9.0" }, "provide": { "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "replace": { "zendframework/zend-diactoros": "^2.2.1" }, "require-dev": { "ext-curl": "*", "ext-dom": "*", "ext-gd": "*", "ext-libxml": "*", "http-interop/http-factory-tests": "^0.5.0", "laminas/laminas-coding-standard": "~1.0.0", "php-http/psr7-integration-tests": "^1.0", "phpunit/phpunit": "^7.5.18" }, "type": "library", "extra": { "laminas": { "config-provider": "Laminas\\Diactoros\\ConfigProvider", "module": "Laminas\\Diactoros" } }, "autoload": { "files": [ "src/functions/create_uploaded_file.php", "src/functions/marshal_headers_from_sapi.php", "src/functions/marshal_method_from_sapi.php", "src/functions/marshal_protocol_version_from_sapi.php", "src/functions/marshal_uri_from_sapi.php", "src/functions/normalize_server.php", "src/functions/normalize_uploaded_files.php", "src/functions/parse_cookie_header.php", "src/functions/create_uploaded_file.legacy.php", "src/functions/marshal_headers_from_sapi.legacy.php", "src/functions/marshal_method_from_sapi.legacy.php", "src/functions/marshal_protocol_version_from_sapi.legacy.php", "src/functions/marshal_uri_from_sapi.legacy.php", "src/functions/normalize_server.legacy.php", "src/functions/normalize_uploaded_files.legacy.php", "src/functions/parse_cookie_header.legacy.php" ], "psr-4": { "Laminas\\Diactoros\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "PSR HTTP Message implementations", "homepage": "https://laminas.dev", "keywords": [ "http", "laminas", "psr", "psr-17", "psr-7" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-diactoros/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-diactoros/issues", "rss": "https://github.com/laminas/laminas-diactoros/releases.atom", "source": "https://github.com/laminas/laminas-diactoros" }, "funding": [ { "url": "https://funding.communitybridge.org/projects/laminas-project", "type": "community_bridge" } ], "time": "2020-09-03T14:29:41+00:00" }, { "name": "laminas/laminas-zendframework-bridge", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-zendframework-bridge.git", "reference": "6ede70583e101030bcace4dcddd648f760ddf642" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6ede70583e101030bcace4dcddd648f760ddf642", "reference": "6ede70583e101030bcace4dcddd648f760ddf642", "shasum": "" }, "require": { "php": "^5.6 || ^7.0 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3", "squizlabs/php_codesniffer": "^3.5" }, "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": "2020-09-14T14:23:00+00:00" }, { "name": "monolog/monolog", "version": "2.5.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "4192345e260f1d51b365536199744b987e160edc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/4192345e260f1d51b365536199744b987e160edc", "reference": "4192345e260f1d51b365536199744b987e160edc", "shasum": "" }, "require": { "php": ">=7.2", "psr/log": "^1.0.1 || ^2.0 || ^3.0" }, "provide": { "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", "elasticsearch/elasticsearch": "^7", "graylog2/gelf-php": "^1.4.2", "mongodb/mongodb": "^1.8", "php-amqplib/php-amqplib": "~2.4 || ^3", "php-console/php-console": "^3.1.3", "phpspec/prophecy": "^1.6.1", "phpstan/phpstan": "^0.12.91", "phpunit/phpunit": "^8.5", "predis/predis": "^1.1", "rollbar/rollbar": "^1.3 || ^2 || ^3", "ruflin/elastica": ">=0.90@dev", "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", "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler", "ext-mbstring": "Allow to work properly with unicode symbols", "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", "ext-openssl": "Required to send log messages using SSL", "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", "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" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.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": "https://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "https://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", "source": "https://github.com/Seldaek/monolog/tree/2.5.0" }, "funding": [ { "url": "https://github.com/Seldaek", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", "type": "tidelift" } ], "time": "2022-04-08T15:43:54+00:00" }, { "name": "paragonie/random_compat", "version": "v9.99.100", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", "shasum": "" }, "require": { "php": ">= 7" }, "require-dev": { "phpunit/phpunit": "4.*|5.*", "vimeo/psalm": "^1" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "polyfill", "pseudorandom", "random" ], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/random_compat/issues", "source": "https://github.com/paragonie/random_compat" }, "time": "2020-10-15T08:29:30+00:00" }, { "name": "phpmailer/phpmailer", "version": "v6.6.0", "source": { "type": "git", "url": "https://github.com/PHPMailer/PHPMailer.git", "reference": "e43bac82edc26ca04b36143a48bde1c051cfd5b1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/e43bac82edc26ca04b36143a48bde1c051cfd5b1", "reference": "e43bac82edc26ca04b36143a48bde1c051cfd5b1", "shasum": "" }, "require": { "ext-ctype": "*", "ext-filter": "*", "ext-hash": "*", "php": ">=5.5.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "doctrine/annotations": "^1.2", "php-parallel-lint/php-console-highlighter": "^0.5.0", "php-parallel-lint/php-parallel-lint": "^1.3.1", "phpcompatibility/php-compatibility": "^9.3.5", "roave/security-advisories": "dev-latest", "squizlabs/php_codesniffer": "^3.6.2", "yoast/phpunit-polyfills": "^1.0.0" }, "suggest": { "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses", "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)" }, "type": "library", "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", "support": { "issues": "https://github.com/PHPMailer/PHPMailer/issues", "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.6.0" }, "funding": [ { "url": "https://github.com/Synchro", "type": "github" } ], "time": "2022-02-28T15:31:21+00:00" }, { "name": "psr/container", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", "shasum": "" }, "require": { "php": ">=7.2.0" }, "type": "library", "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://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" ], "support": { "issues": "https://github.com/php-fig/container/issues", "source": "https://github.com/php-fig/container/tree/1.1.1" }, "time": "2021-03-05T17:36:06+00:00" }, { "name": "psr/http-client", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", "shasum": "" }, "require": { "php": "^7.0 || ^8.0", "psr/http-message": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP clients", "homepage": "https://github.com/php-fig/http-client", "keywords": [ "http", "http-client", "psr", "psr-18" ], "support": { "source": "https://github.com/php-fig/http-client/tree/master" }, "time": "2020-06-29T06:28:15+00:00" }, { "name": "psr/http-factory", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", "shasum": "" }, "require": { "php": ">=7.0.0", "psr/http-message": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", "http", "message", "psr", "psr-17", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-factory/tree/master" }, "time": "2019-04-30T12:38:16+00:00" }, { "name": "psr/http-message", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-message/tree/master" }, "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/link", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/php-fig/link.git", "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/link/zipball/eea8e8662d5cd3ae4517c9b864493f59fca95562", "reference": "eea8e8662d5cd3ae4517c9b864493f59fca95562", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Link\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interfaces for HTTP links", "keywords": [ "http", "http-link", "link", "psr", "psr-13", "rest" ], "support": { "source": "https://github.com/php-fig/link/tree/master" }, "time": "2016-10-28T16:06:13+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": "psr/simple-cache", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/simple-cache.git", "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\SimpleCache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interfaces for simple caching", "keywords": [ "cache", "caching", "psr", "psr-16", "simple-cache" ], "support": { "source": "https://github.com/php-fig/simple-cache/tree/master" }, "time": "2017-10-23T01:57:42+00:00" }, { "name": "ralouphie/getallheaders", "version": "3.0.3", "source": { "type": "git", "url": "https://github.com/ralouphie/getallheaders.git", "reference": "120b605dfeb996808c31b6477290a714d356e822" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", "reference": "120b605dfeb996808c31b6477290a714d356e822", "shasum": "" }, "require": { "php": ">=5.6" }, "require-dev": { "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^5 || ^6.5" }, "type": "library", "autoload": { "files": [ "src/getallheaders.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "description": "A polyfill for getallheaders.", "support": { "issues": "https://github.com/ralouphie/getallheaders/issues", "source": "https://github.com/ralouphie/getallheaders/tree/develop" }, "time": "2019-03-08T08:55:37+00:00" }, { "name": "ramsey/collection", "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/ramsey/collection.git", "reference": "ab2237657ad99667a5143e32ba2683c8029563d4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ramsey/collection/zipball/ab2237657ad99667a5143e32ba2683c8029563d4", "reference": "ab2237657ad99667a5143e32ba2683c8029563d4", "shasum": "" }, "require": { "php": "^7.2 || ^8" }, "require-dev": { "captainhook/captainhook": "^5.3", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "ergebnis/composer-normalize": "^2.6", "fakerphp/faker": "^1.5", "hamcrest/hamcrest-php": "^2", "jangregor/phpstan-prophecy": "^0.8", "mockery/mockery": "^1.3", "phpstan/extension-installer": "^1", "phpstan/phpstan": "^0.12.32", "phpstan/phpstan-mockery": "^0.12.5", "phpstan/phpstan-phpunit": "^0.12.11", "phpunit/phpunit": "^8.5 || ^9", "psy/psysh": "^0.10.4", "slevomat/coding-standard": "^6.3", "squizlabs/php_codesniffer": "^3.5", "vimeo/psalm": "^4.4" }, "type": "library", "autoload": { "psr-4": { "Ramsey\\Collection\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ben Ramsey", "email": "ben@benramsey.com", "homepage": "https://benramsey.com" } ], "description": "A PHP 7.2+ library for representing and manipulating collections.", "keywords": [ "array", "collection", "hash", "map", "queue", "set" ], "support": { "issues": "https://github.com/ramsey/collection/issues", "source": "https://github.com/ramsey/collection/tree/1.1.4" }, "funding": [ { "url": "https://github.com/ramsey", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/ramsey/collection", "type": "tidelift" } ], "time": "2021-07-30T00:58:27+00:00" }, { "name": "ramsey/uuid", "version": "4.2.3", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df", "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df", "shasum": "" }, "require": { "brick/math": "^0.8 || ^0.9", "ext-json": "*", "php": "^7.2 || ^8.0", "ramsey/collection": "^1.0", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-php80": "^1.14" }, "replace": { "rhumsaa/uuid": "self.version" }, "require-dev": { "captainhook/captainhook": "^5.10", "captainhook/plugin-composer": "^5.3", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "doctrine/annotations": "^1.8", "ergebnis/composer-normalize": "^2.15", "mockery/mockery": "^1.3", "moontoast/math": "^1.1", "paragonie/random-lib": "^2", "php-mock/php-mock": "^2.2", "php-mock/php-mock-mockery": "^1.3", "php-parallel-lint/php-parallel-lint": "^1.1", "phpbench/phpbench": "^1.0", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^0.12", "phpstan/phpstan-mockery": "^0.12", "phpstan/phpstan-phpunit": "^0.12", "phpunit/phpunit": "^8.5 || ^9", "slevomat/coding-standard": "^7.0", "squizlabs/php_codesniffer": "^3.5", "vimeo/psalm": "^4.9" }, "suggest": { "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.", "ext-ctype": "Enables faster processing of character classification using ctype functions.", "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.", "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.", "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." }, "type": "library", "extra": { "branch-alias": { "dev-main": "4.x-dev" }, "captainhook": { "force-install": true } }, "autoload": { "files": [ "src/functions.php" ], "psr-4": { "Ramsey\\Uuid\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).", "keywords": [ "guid", "identifier", "uuid" ], "support": { "issues": "https://github.com/ramsey/uuid/issues", "source": "https://github.com/ramsey/uuid/tree/4.2.3" }, "funding": [ { "url": "https://github.com/ramsey", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid", "type": "tidelift" } ], "time": "2021-09-25T23:10:38+00:00" }, { "name": "robmorgan/phinx", "version": "0.12.10", "source": { "type": "git", "url": "https://github.com/cakephp/phinx.git", "reference": "ad056cff354fc67fedf9bf96c441c2b428afad0c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cakephp/phinx/zipball/ad056cff354fc67fedf9bf96c441c2b428afad0c", "reference": "ad056cff354fc67fedf9bf96c441c2b428afad0c", "shasum": "" }, "require": { "cakephp/database": "^4.0", "php": ">=7.2", "psr/container": "^1.0 || ^2.0", "symfony/config": "^3.4|^4.0|^5.0|^6.0", "symfony/console": "^3.4|^4.0|^5.0|^6.0" }, "require-dev": { "cakephp/cakephp-codesniffer": "^4.0", "ext-json": "*", "ext-pdo": "*", "phpunit/phpunit": "^8.5|^9.3", "sebastian/comparator": ">=1.2.3", "symfony/yaml": "^3.4|^4.0|^5.0" }, "suggest": { "ext-json": "Install if using JSON configuration format", "ext-pdo": "PDO extension is needed", "symfony/yaml": "Install if using YAML configuration format" }, "bin": [ "bin/phinx" ], "type": "library", "autoload": { "psr-4": { "Phinx\\": "src/Phinx/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Rob Morgan", "email": "robbym@gmail.com", "homepage": "https://robmorgan.id.au", "role": "Lead Developer" }, { "name": "Woody Gilk", "email": "woody.gilk@gmail.com", "homepage": "https://shadowhand.me", "role": "Developer" }, { "name": "Richard Quadling", "email": "rquadling@gmail.com", "role": "Developer" }, { "name": "CakePHP Community", "homepage": "https://github.com/cakephp/phinx/graphs/contributors", "role": "Developer" } ], "description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.", "homepage": "https://phinx.org", "keywords": [ "database", "database migrations", "db", "migrations", "phinx" ], "support": { "issues": "https://github.com/cakephp/phinx/issues", "source": "https://github.com/cakephp/phinx/tree/0.12.10" }, "time": "2022-01-21T19:53:14+00:00" }, { "name": "symfony/asset", "version": "v5.4.7", "source": { "type": "git", "url": "https://github.com/symfony/asset.git", "reference": "4affdca3da5f380caa27a338269b36ac288b3981" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/asset/zipball/4affdca3da5f380caa27a338269b36ac288b3981", "reference": "4affdca3da5f380caa27a338269b36ac288b3981", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php80": "^1.16" }, "conflict": { "symfony/http-foundation": "<5.3" }, "require-dev": { "symfony/http-client": "^4.4|^5.0|^6.0", "symfony/http-foundation": "^5.3|^6.0", "symfony/http-kernel": "^4.4|^5.0|^6.0" }, "suggest": { "symfony/http-foundation": "" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Asset\\": "" }, "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": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/asset/tree/v5.4.7" }, "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-03-18T16:00:30+00:00" }, { "name": "symfony/config", "version": "v5.4.8", "source": { "type": "git", "url": "https://github.com/symfony/config.git", "reference": "9f8964f56f7234f8ace16f66cb3fbae950c04e68" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/config/zipball/9f8964f56f7234f8ace16f66cb3fbae950c04e68", "reference": "9f8964f56f7234f8ace16f66cb3fbae950c04e68", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/filesystem": "^4.4|^5.0|^6.0", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-php80": "^1.16", "symfony/polyfill-php81": "^1.22" }, "conflict": { "symfony/finder": "<4.4" }, "require-dev": { "symfony/event-dispatcher": "^4.4|^5.0|^6.0", "symfony/finder": "^4.4|^5.0|^6.0", "symfony/messenger": "^4.4|^5.0|^6.0", "symfony/service-contracts": "^1.1|^2|^3", "symfony/yaml": "^4.4|^5.0|^6.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/v5.4.8" }, "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-04-12T16:02:29+00:00" }, { "name": "symfony/console", "version": "v5.4.8", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "ffe3aed36c4d60da2cf1b0a1cee6b8f2e5fa881b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/ffe3aed36c4d60da2cf1b0a1cee6b8f2e5fa881b", "reference": "ffe3aed36c4d60da2cf1b0a1cee6b8f2e5fa881b", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php73": "^1.9", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2|^3", "symfony/string": "^5.1|^6.0" }, "conflict": { "psr/log": ">=3", "symfony/dependency-injection": "<4.4", "symfony/dotenv": "<5.1", "symfony/event-dispatcher": "<4.4", "symfony/lock": "<4.4", "symfony/process": "<4.4" }, "provide": { "psr/log-implementation": "1.0|2.0" }, "require-dev": { "psr/log": "^1|^2", "symfony/config": "^4.4|^5.0|^6.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/event-dispatcher": "^4.4|^5.0|^6.0", "symfony/lock": "^4.4|^5.0|^6.0", "symfony/process": "^4.4|^5.0|^6.0", "symfony/var-dumper": "^4.4|^5.0|^6.0" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "", "symfony/lock": "", "symfony/process": "" }, "type": "library", "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": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", "keywords": [ "cli", "command line", "console", "terminal" ], "support": { "source": "https://github.com/symfony/console/tree/v5.4.8" }, "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-04-12T16:02:29+00:00" }, { "name": "symfony/deprecation-contracts", "version": "v2.5.1", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "files": [ "function.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": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.1" }, "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-01-02T09:53:40+00:00" }, { "name": "symfony/filesystem", "version": "v5.4.7", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "3a4442138d80c9f7b600fb297534ac718b61d37f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/3a4442138d80c9f7b600fb297534ac718b61d37f", "reference": "3a4442138d80c9f7b600fb297534ac718b61d37f", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.8", "symfony/polyfill-php80": "^1.16" }, "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": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/filesystem/tree/v5.4.7" }, "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-04-01T12:33:59+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "30885182c981ab175d4d034db0f6f469898070ab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab", "reference": "30885182c981ab175d4d034db0f6f469898070ab", "shasum": "" }, "require": { "php": ">=7.1" }, "provide": { "ext-ctype": "*" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-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.25.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": "2021-10-20T20:35:02+00:00" }, { "name": "symfony/polyfill-intl-grapheme", "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", "reference": "81b86b50cf841a64252b439e738e97f4a34e2783" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783", "reference": "81b86b50cf841a64252b439e738e97f4a34e2783", "shasum": "" }, "require": { "php": ">=7.1" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Intl\\Grapheme\\": "" } }, "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 intl's grapheme_* functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "grapheme", "intl", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.25.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": "2021-11-23T21:10:46+00:00" }, { "name": "symfony/polyfill-intl-normalizer", "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8", "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8", "shasum": "" }, "require": { "php": ">=7.1" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Intl\\Normalizer\\": "" }, "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 for intl's Normalizer class and related functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "intl", "normalizer", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.25.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": "2021-02-19T12:13:01+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825", "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825", "shasum": "" }, "require": { "php": ">=7.1" }, "provide": { "ext-mbstring": "*" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-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.25.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": "2021-11-30T18:21:41+00:00" }, { "name": "symfony/polyfill-php72", "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", "reference": "9a142215a36a3888e30d0a9eeea9766764e96976" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976", "reference": "9a142215a36a3888e30d0a9eeea9766764e96976", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php72\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php72/tree/v1.25.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": "2021-05-27T09:17:38+00:00" }, { "name": "symfony/polyfill-php73", "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5", "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php73\\": "" }, "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 7.3+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php73/tree/v1.25.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": "2021-06-05T21:20:04+00:00" }, { "name": "symfony/polyfill-php80", "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c", "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-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.25.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-03-04T08:16:47+00:00" }, { "name": "symfony/polyfill-php81", "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", "reference": "5de4ba2d41b15f9bd0e19b2ab9674135813ec98f", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-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.25.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": "2021-09-13T13:58:11+00:00" }, { "name": "symfony/process", "version": "v5.4.8", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/597f3fff8e3e91836bb0bd38f5718b56ddbde2f3", "reference": "597f3fff8e3e91836bb0bd38f5718b56ddbde2f3", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-php80": "^1.16" }, "type": "library", "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": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/process/tree/v5.4.8" }, "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-04-08T05:07:18+00:00" }, { "name": "symfony/service-contracts", "version": "v2.5.1", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", "reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/service-contracts/zipball/24d9dc654b83e91aa59f9d167b131bc3b5bea24c", "reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/container": "^1.1", "symfony/deprecation-contracts": "^2.1|^3" }, "conflict": { "ext-psr": "<1.1|>=2" }, "suggest": { "symfony/service-implementation": "" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Service\\": "" } }, "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": "Generic abstractions related to writing services", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "support": { "source": "https://github.com/symfony/service-contracts/tree/v2.5.1" }, "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-03-13T20:07:29+00:00" }, { "name": "symfony/string", "version": "v5.4.8", "source": { "type": "git", "url": "https://github.com/symfony/string.git", "reference": "3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/string/zipball/3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8", "reference": "3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-grapheme": "~1.0", "symfony/polyfill-intl-normalizer": "~1.0", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "~1.15" }, "conflict": { "symfony/translation-contracts": ">=3.0" }, "require-dev": { "symfony/error-handler": "^4.4|^5.0|^6.0", "symfony/http-client": "^4.4|^5.0|^6.0", "symfony/translation-contracts": "^1.1|^2", "symfony/var-exporter": "^4.4|^5.0|^6.0" }, "type": "library", "autoload": { "files": [ "Resources/functions.php" ], "psr-4": { "Symfony\\Component\\String\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", "homepage": "https://symfony.com", "keywords": [ "grapheme", "i18n", "string", "unicode", "utf-8", "utf8" ], "support": { "source": "https://github.com/symfony/string/tree/v5.4.8" }, "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-04-19T10:40:37+00:00" }, { "name": "symfony/web-link", "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/web-link.git", "reference": "8b9b073390359549fec5f5d797f23bbe9e2997a5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/web-link/zipball/8b9b073390359549fec5f5d797f23bbe9e2997a5", "reference": "8b9b073390359549fec5f5d797f23bbe9e2997a5", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/link": "^1.0", "symfony/polyfill-php80": "^1.16" }, "conflict": { "symfony/http-kernel": "<5.3" }, "provide": { "psr/link-implementation": "1.0" }, "require-dev": { "symfony/http-kernel": "^5.3|^6.0" }, "suggest": { "symfony/http-kernel": "" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\WebLink\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kévin Dunglas", "email": "dunglas@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Manages links between resources", "homepage": "https://symfony.com", "keywords": [ "dns-prefetch", "http", "http2", "link", "performance", "prefetch", "preload", "prerender", "psr13", "push" ], "support": { "source": "https://github.com/symfony/web-link/tree/v5.4.3" }, "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-01-02T09:53:40+00:00" }, { "name": "symfony/yaml", "version": "v5.4.3", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "e80f87d2c9495966768310fc531b487ce64237a2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/e80f87d2c9495966768310fc531b487ce64237a2", "reference": "e80f87d2c9495966768310fc531b487ce64237a2", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-ctype": "^1.8" }, "conflict": { "symfony/console": "<5.3" }, "require-dev": { "symfony/console": "^5.3|^6.0" }, "suggest": { "symfony/console": "For validating YAML files using the lint command" }, "bin": [ "Resources/bin/yaml-lint" ], "type": "library", "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": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/yaml/tree/v5.4.3" }, "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-01-26T16:32:32+00:00" }, { "name": "theiconic/php-ga-measurement-protocol", "version": "v2.9.0", "source": { "type": "git", "url": "https://github.com/theiconic/php-ga-measurement-protocol.git", "reference": "6136c2f2ef159045402ef985843db0ad0f136125" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/theiconic/php-ga-measurement-protocol/zipball/6136c2f2ef159045402ef985843db0ad0f136125", "reference": "6136c2f2ef159045402ef985843db0ad0f136125", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^6.0 || ^7.0", "php": ">=5.5" }, "require-dev": { "phpunit/phpunit": "4.7.*", "satooshi/php-coveralls": "1.0.1" }, "type": "library", "autoload": { "psr-4": { "TheIconic\\Tracking\\GoogleAnalytics\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "THE ICONIC ENGINEERING TEAM", "email": "engineering@theiconic.com.au" } ], "description": "Send data to Google Analytics from the server using PHP. This library fully implements GA measurement protocol.", "support": { "issues": "https://github.com/theiconic/php-ga-measurement-protocol/issues", "source": "https://github.com/theiconic/php-ga-measurement-protocol/tree/v2.9.0" }, "time": "2020-09-24T23:37:47+00:00" }, { "name": "twig/twig", "version": "v2.14.13", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", "reference": "66856cd0459df3dc97d32077a98454dc2a0ee75a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/66856cd0459df3dc97d32077a98454dc2a0ee75a", "reference": "66856cd0459df3dc97d32077a98454dc2a0ee75a", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-mbstring": "^1.3", "symfony/polyfill-php72": "^1.8" }, "require-dev": { "psr/container": "^1.0", "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.14-dev" } }, "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", "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" ], "support": { "issues": "https://github.com/twigphp/Twig/issues", "source": "https://github.com/twigphp/Twig/tree/v2.14.13" }, "funding": [ { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/twig/twig", "type": "tidelift" } ], "time": "2022-04-06T06:45:17+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": "^7.2.5", "ext-json": "*" }, "platform-dev": [], "platform-overrides": { "php": "7.2.5" }, "plugin-api-version": "2.2.0" }