{ "_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": "1fdfde3415b96df884d6d4da34d7225f", "packages": [ { "name": "aelvan/inlin", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/aelvan/Inlin-Craft.git", "reference": "07a1c05bf5c649eacee5bfee0b1bf4b928e223d4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/aelvan/Inlin-Craft/zipball/07a1c05bf5c649eacee5bfee0b1bf4b928e223d4", "reference": "07a1c05bf5c649eacee5bfee0b1bf4b928e223d4", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0" }, "type": "craft-plugin", "extra": { "name": "Inlin", "handle": "inlin", "schemaVersion": "2.0.0", "hasCpSettings": false, "hasCpSection": false, "changelogUrl": "https://github.com/aelvan/Inlin-Craft/blob/craft3/CHANGELOG.md", "class": "aelvan\\inlin\\Inlin" }, "autoload": { "psr-4": { "aelvan\\inlin\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "André Elvan", "homepage": "https://www.vaersaagod.no" } ], "description": "A simple plugin for inlining stuff in your templates.", "keywords": [ "Craft", "cms", "craft-plugin", "craftcms", "criticalcss", "inline", "inlining", "svg" ], "support": { "docs": "https://github.com/aelvan/Inlin-Craft/blob/craft3/README.md", "issues": "https://github.com/aelvan/Inlin-Craft/issues", "source": "https://github.com/aelvan/Inlin-Craft/tree/craft3" }, "time": "2018-10-06T21:37:30+00:00" }, { "name": "aws/aws-sdk-php", "version": "3.186.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/ce90f6e5c322f2ce600d818b7949dbfcbf192359", "reference": "ce90f6e5c322f2ce600d818b7949dbfcbf192359", "shasum": "" }, "require": { "ext-json": "*", "ext-pcre": "*", "ext-simplexml": "*", "guzzlehttp/guzzle": "^5.3.3|^6.2.1|^7.0", "guzzlehttp/promises": "^1.4.0", "guzzlehttp/psr7": "^1.7.0", "mtdowling/jmespath.php": "^2.6", "php": ">=5.5" }, "suggest": { "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications", "doctrine/cache": "To use the DoctrineCacheAdapter", "ext-curl": "To send requests using cURL", "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages", "ext-sockets": "To use client-side monitoring" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0-dev" } }, "autoload": { "psr-4": { "Aws\\": "src/" }, "files": [ "src/functions.php" ] }, "license": [ "Apache-2.0" ], "authors": [ { "name": "Amazon Web Services", "homepage": "http://aws.amazon.com" } ], "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project", "homepage": "http://aws.amazon.com/sdkforphp", "keywords": [ "amazon", "aws", "cloud", "dynamodb", "ec2", "glacier", "s3", "sdk" ], "time": "2021-07-29T18:14:25+00:00" }, { "name": "cakephp/core", "version": "3.10.0", "source": { "type": "git", "url": "https://github.com/cakephp/core.git", "reference": "716300a55ac86b7456e52258d3f50545545d2d6b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cakephp/core/zipball/716300a55ac86b7456e52258d3f50545545d2d6b", "reference": "716300a55ac86b7456e52258d3f50545545d2d6b", "shasum": "" }, "require": { "cakephp/utility": "^3.6.0", "php": ">=5.6.0,<8.0.0" }, "suggest": { "cakephp/cache": "To use Configure::store() and restore().", "cakephp/event": "To use PluginApplicationInterface or plugin applications." }, "type": "library", "autoload": { "psr-4": { "Cake\\Core\\": "." }, "files": [ "functions.php" ] }, "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": "2021-06-18T07:33:08+00:00" }, { "name": "cakephp/utility", "version": "3.10.0", "source": { "type": "git", "url": "https://github.com/cakephp/utility.git", "reference": "51b0af31af3239f6141006bbd7cbc7b16aba40d6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cakephp/utility/zipball/51b0af31af3239f6141006bbd7cbc7b16aba40d6", "reference": "51b0af31af3239f6141006bbd7cbc7b16aba40d6", "shasum": "" }, "require": { "cakephp/core": "^3.6.0", "php": ">=5.6.0,<8.0.0" }, "suggest": { "ext-intl": "To use Text::transliterate() or Text::slug()", "lib-ICU": "To use Text::transliterate() or Text::slug()" }, "type": "library", "autoload": { "psr-4": { "Cake\\Utility\\": "." }, "files": [ "bootstrap.php" ] }, "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": "2020-12-09T02:43:02+00:00" }, { "name": "cebe/markdown", "version": "1.2.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/cebe/markdown/zipball/9bac5e971dd391e2802dca5400bbeacbaea9eb86", "reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86", "shasum": "" }, "require": { "lib-pcre": "*", "php": ">=5.4.0" }, "bin": [ "bin/markdown" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "psr-4": { "cebe\\markdown\\": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Carsten Brandt", "email": "mail@cebe.cc", "homepage": "http://cebe.cc/", "role": "Creator" } ], "description": "A super fast, highly extensible markdown parser for PHP", "homepage": "https://github.com/cebe/markdown#readme", "keywords": [ "extensible", "fast", "gfm", "markdown", "markdown-extra" ], "time": "2018-03-26T11:24:36+00:00" }, { "name": "composer/ca-bundle", "version": "1.2.10", "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/ca-bundle/zipball/9fdb22c2e97a614657716178093cd1da90a64aa8", "reference": "9fdb22c2e97a614657716178093cd1da90a64aa8", "shasum": "" }, "require": { "ext-openssl": "*", "ext-pcre": "*", "php": "^5.3.2 || ^7.0 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\CaBundle\\": "src" } }, "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" ], "time": "2021-06-07T13:58:28+00:00" }, { "name": "composer/composer", "version": "2.0.13", "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/composer/zipball/986e8b86b7b570632ad0a905c3726c33dd4c0efb", "reference": "986e8b86b7b570632ad0a905c3726c33dd4c0efb", "shasum": "" }, "require": { "composer/ca-bundle": "^1.0", "composer/metadata-minifier": "^1.0", "composer/semver": "^3.0", "composer/spdx-licenses": "^1.2", "composer/xdebug-handler": "^1.1", "justinrainbow/json-schema": "^5.2.10", "php": "^5.3.2 || ^7.0 || ^8.0", "psr/log": "^1.0", "react/promise": "^1.2 || ^2.7", "seld/jsonlint": "^1.4", "seld/phar-utils": "^1.0", "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0", "symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0", "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0", "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0" }, "suggest": { "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", "ext-zip": "Enabling the zip extension allows you to unzip archives", "ext-zlib": "Allow gzip compression of HTTP requests" }, "bin": [ "bin/composer" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "psr-4": { "Composer\\": "src/Composer" } }, "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "https://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "https://seld.be" } ], "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.", "homepage": "https://getcomposer.org/", "keywords": [ "autoload", "dependency", "package" ], "time": "2021-04-27T11:11:08+00:00" }, { "name": "composer/metadata-minifier", "version": "1.0.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207", "reference": "c549d23829536f0d0e984aaabbf02af91f443207", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\MetadataMinifier\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Small utility library that handles metadata minification and expansion.", "keywords": [ "composer", "compression" ], "time": "2021-04-07T13:37:33+00:00" }, { "name": "composer/semver", "version": "3.2.5", "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/semver/zipball/31f3ea725711245195f62e54ffa402d8ef2fdba9", "reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "3.x-dev" } }, "autoload": { "psr-4": { "Composer\\Semver\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" }, { "name": "Rob Bast", "email": "rob.bast@gmail.com", "homepage": "http://robbast.nl" } ], "description": "Semver library that offers utilities, version constraint parsing and validation.", "keywords": [ "semantic", "semver", "validation", "versioning" ], "time": "2021-05-24T12:41:47+00:00" }, { "name": "composer/spdx-licenses", "version": "1.5.5", "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/de30328a7af8680efdc03e396aad24befd513200", "reference": "de30328a7af8680efdc03e396aad24befd513200", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\Spdx\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" }, { "name": "Rob Bast", "email": "rob.bast@gmail.com", "homepage": "http://robbast.nl" } ], "description": "SPDX licenses list and validation library.", "keywords": [ "license", "spdx", "validator" ], "time": "2020-12-03T16:04:16+00:00" }, { "name": "composer/xdebug-handler", "version": "1.4.6", "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f27e06cd9675801df441b3656569b328e04aa37c", "reference": "f27e06cd9675801df441b3656569b328e04aa37c", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0", "psr/log": "^1.0" }, "type": "library", "autoload": { "psr-4": { "Composer\\XdebugHandler\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "John Stevenson", "email": "john-stevenson@blueyonder.co.uk" } ], "description": "Restarts a process without Xdebug.", "keywords": [ "Xdebug", "performance" ], "time": "2021-03-25T17:01:18+00:00" }, { "name": "craftcms/aws-s3", "version": "1.2.14", "dist": { "type": "zip", "url": "https://api.github.com/repos/craftcms/aws-s3/zipball/cac71594017b82579a949b897453c3d23da8cbc6", "reference": "cac71594017b82579a949b897453c3d23da8cbc6", "shasum": "" }, "require": { "craftcms/cms": "^3.1.5", "league/flysystem-aws-s3-v3": "^1.0.28" }, "type": "craft-plugin", "extra": { "name": "Amazon S3", "handle": "aws-s3", "documentationUrl": "https://github.com/craftcms/aws-s3/blob/master/README.md" }, "autoload": { "psr-4": { "craft\\awss3\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Pixel & Tonic", "homepage": "https://pixelandtonic.com/" } ], "description": "Amazon S3 integration for Craft CMS", "keywords": [ "aws", "cms", "craftcms", "flysystem", "s3", "yii2" ], "support": { "email": "support@craftcms.com", "issues": "https://github.com/craftcms/aws-s3/issues?state=open", "source": "https://github.com/craftcms/aws-s3", "docs": "https://github.com/craftcms/aws-s3/blob/master/README.md", "rss": "https://github.com/craftcms/aws-s3/commits/master.atom" }, "time": "2021-07-30T02:20:22+00:00" }, { "name": "craftcms/cms", "version": "3.6.18", "dist": { "type": "zip", "url": "https://api.github.com/repos/craftcms/cms/zipball/357c5ab77cb09c9c9ab85bde80ea026e864406be", "reference": "357c5ab77cb09c9c9ab85bde80ea026e864406be", "shasum": "" }, "require": { "composer/composer": "2.0.13", "craftcms/oauth2-craftid": "~1.0.0", "craftcms/plugin-installer": "~1.5.6", "craftcms/server-check": "~1.2.0", "creocoder/yii2-nested-sets": "~0.9.0", "elvanto/litemoji": "^3.0.1", "enshrined/svg-sanitize": "~0.14.0", "ext-curl": "*", "ext-dom": "*", "ext-json": "*", "ext-mbstring": "*", "ext-openssl": "*", "ext-pcre": "*", "ext-pdo": "*", "ext-zip": "*", "guzzlehttp/guzzle": "^6.5.5|^7.2.0", "laminas/laminas-feed": "~2.12.3|^2.13.1", "league/flysystem": "^1.1.4", "league/oauth2-client": "^2.6.0", "mikehaertl/php-shellcommand": "^1.6.3", "php": ">=7.2.5", "pixelandtonic/imagine": "~1.2.4.1", "seld/cli-prompt": "^1.0.4", "symfony/yaml": "^5.2.1", "true/punycode": "^2.1.1", "twig/twig": "~2.14.3", "voku/portable-utf8": "^5.4.51", "voku/stringy": "^6.4.0", "webonyx/graphql-php": "~14.4.1", "yii2tech/ar-softdelete": "^1.0.4", "yiisoft/yii2": "~2.0.42.1", "yiisoft/yii2-debug": "^2.1.16", "yiisoft/yii2-queue": "~2.3.2", "yiisoft/yii2-swiftmailer": "^2.1.2" }, "conflict": { "league/oauth2-client": "2.4.0" }, "provide": { "bower-asset/inputmask": "~3.2.2 | ~3.3.5", "bower-asset/jquery": "3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable", "bower-asset/punycode": "1.3.*", "bower-asset/yii2-pjax": "~2.0.1" }, "suggest": { "ext-iconv": "Adds support for more character encodings than PHP’s built-in mb_convert_encoding() function, which Craft will take advantage of when converting strings to UTF-8.", "ext-imagick": "Adds support for more image processing formats and options.", "ext-intl": "Adds rich internationalization support." }, "type": "library", "autoload": { "psr-4": { "craft\\": "src/", "crafttests\\fixtures\\": "tests/fixtures/" } }, "license": [ "proprietary" ], "authors": [ { "name": "Pixel & Tonic", "homepage": "https://pixelandtonic.com/" } ], "description": "Craft CMS", "homepage": "https://craftcms.com", "keywords": [ "cms", "craftcms", "yii2" ], "support": { "email": "support@craftcms.com", "issues": "https://github.com/craftcms/cms/issues?state=open", "forum": "https://craftcms.stackexchange.com/", "source": "https://github.com/craftcms/cms", "docs": "https://craftcms.com/docs/3.x/", "rss": "https://github.com/craftcms/cms/releases.atom" }, "time": "2021-07-13T14:07:05+00:00" }, { "name": "craftcms/element-api", "version": "2.7.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/craftcms/element-api/zipball/631b90beda70d2c760bac98f249336ab75a8d8e3", "reference": "631b90beda70d2c760bac98f249336ab75a8d8e3", "shasum": "" }, "require": { "craftcms/cms": "^3.5.0", "league/fractal": "^0.18.0" }, "type": "craft-plugin", "extra": { "name": "Element API", "handle": "element-api", "documentationUrl": "https://github.com/craftcms/element-api/blob/v2/README.md" }, "autoload": { "psr-4": { "craft\\elementapi\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Pixel & Tonic", "homepage": "https://pixelandtonic.com/" } ], "description": "Create a JSON API for your elements in Craft", "keywords": [ "api", "cms", "craftcms", "json", "yii2" ], "support": { "email": "support@craftcms.com", "issues": "https://github.com/craftcms/element-api/issues?state=open", "source": "https://github.com/craftcms/element-api", "docs": "https://github.com/craftcms/element-api/blob/v2/README.md", "rss": "https://github.com/craftcms/element-api/commits/v2.atom" }, "time": "2021-05-26T22:47:37+00:00" }, { "name": "craftcms/oauth2-craftid", "version": "1.0.0.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/craftcms/oauth2-craftid/zipball/3f18364139d72d83fb50546d85130beaaa868836", "reference": "3f18364139d72d83fb50546d85130beaaa868836", "shasum": "" }, "require": { "league/oauth2-client": "^2.2.1" }, "type": "library", "autoload": { "psr-4": { "craftcms\\oauth2\\client\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Pixel & Tonic", "homepage": "https://pixelandtonic.com/" } ], "description": "Craft OAuth 2.0 Client Provider for The PHP League OAuth2-Client", "keywords": [ "Authentication", "authorization", "client", "cms", "craftcms", "craftid", "oauth", "oauth2" ], "time": "2017-11-22T19:46:18+00:00" }, { "name": "craftcms/plugin-installer", "version": "1.5.7", "dist": { "type": "zip", "url": "https://api.github.com/repos/craftcms/plugin-installer/zipball/23ec472acd4410b70b07d5a02b2b82db9ee3f66b", "reference": "23ec472acd4410b70b07d5a02b2b82db9ee3f66b", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", "php": ">=5.4" }, "type": "composer-plugin", "extra": { "class": "craft\\composer\\Plugin" }, "autoload": { "psr-4": { "craft\\composer\\": "src/" } }, "license": [ "MIT" ], "description": "Craft CMS Plugin Installer", "homepage": "https://craftcms.com/", "keywords": [ "cms", "composer", "craftcms", "installer", "plugin" ], "time": "2021-02-18T02:01:38+00:00" }, { "name": "craftcms/redactor", "version": "2.8.5", "source": { "type": "git", "url": "https://github.com/craftcms/redactor.git", "reference": "baa05090b17b9b631ed3eb9f0687f48947d7dbc2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/craftcms/redactor/zipball/baa05090b17b9b631ed3eb9f0687f48947d7dbc2", "reference": "baa05090b17b9b631ed3eb9f0687f48947d7dbc2", "shasum": "" }, "require": { "craftcms/cms": "^3.5.0" }, "type": "craft-plugin", "extra": { "name": "Redactor", "handle": "redactor", "documentationUrl": "https://github.com/craftcms/redactor/blob/v2/README.md" }, "autoload": { "psr-4": { "craft\\redactor\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Pixel & Tonic", "homepage": "https://pixelandtonic.com/" } ], "description": "Edit rich text content in Craft CMS using Redactor by Imperavi.", "keywords": [ "Redactor", "cms", "craftcms", "html", "yii2" ], "support": { "docs": "https://github.com/craftcms/redactor/blob/v2/README.md", "email": "support@craftcms.com", "issues": "https://github.com/craftcms/redactor/issues?state=open", "rss": "https://github.com/craftcms/redactor/commits/v2.atom", "source": "https://github.com/craftcms/redactor" }, "time": "2020-12-08T12:55:30+00:00" }, { "name": "craftcms/server-check", "version": "1.2.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/craftcms/server-check/zipball/a14f73e95a98809739d62831a2cd39f123d197f9", "reference": "a14f73e95a98809739d62831a2cd39f123d197f9", "shasum": "" }, "type": "library", "autoload": { "classmap": [ "server/requirements" ] }, "license": [ "MIT" ], "description": "Craft CMS Server Check", "homepage": "https://craftcms.com/", "keywords": [ "cms", "craftcms", "requirements", "yii2" ], "time": "2021-05-25T21:54:30+00:00" }, { "name": "creocoder/yii2-nested-sets", "version": "0.9.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/creocoder/yii2-nested-sets/zipball/cb8635a459b6246e5a144f096b992dcc30cf9954", "reference": "cb8635a459b6246e5a144f096b992dcc30cf9954", "shasum": "" }, "require": { "yiisoft/yii2": "*" }, "type": "yii2-extension", "autoload": { "psr-4": { "creocoder\\nestedsets\\": "src" } }, "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Alexander Kochetov", "email": "creocoder@gmail.com" } ], "description": "The nested sets behavior for the Yii framework", "keywords": [ "nested sets", "yii2" ], "time": "2015-01-27T10:53:51+00:00" }, { "name": "defuse/php-encryption", "version": "v2.3.1", "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" }, "bin": [ "bin/generate-defuse-key" ], "type": "library", "autoload": { "psr-4": { "Defuse\\Crypto\\": "src" } }, "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" ], "time": "2021-04-09T23:57:26+00:00" }, { "name": "doctrine/lexer", "version": "1.2.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" } }, "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", "homepage": "https://www.doctrine-project.org/projects/lexer.html", "keywords": [ "annotations", "docblock", "lexer", "parser", "php" ], "time": "2020-05-25T17:44:05+00:00" }, { "name": "egulias/email-validator", "version": "3.1.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/c81f18a3efb941d8c4d2e025f6183b5c6d697307", "reference": "c81f18a3efb941d8c4d2e025f6183b5c6d697307", "shasum": "" }, "require": { "doctrine/lexer": "^1.2", "php": ">=7.2", "symfony/polyfill-intl-idn": "^1.15" }, "suggest": { "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { "Egulias\\EmailValidator\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "Eduardo Gulias Davis" } ], "description": "A library for validating emails against several RFCs", "homepage": "https://github.com/egulias/EmailValidator", "keywords": [ "email", "emailvalidation", "emailvalidator", "validation", "validator" ], "time": "2021-04-01T18:37:14+00:00" }, { "name": "elivz/craft-single-cat", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/elivz/craft-single-cat.git", "reference": "e18c661fce0c913d00ef225545e525da59173f65" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/elivz/craft-single-cat/zipball/e18c661fce0c913d00ef225545e525da59173f65", "reference": "e18c661fce0c913d00ef225545e525da59173f65", "shasum": "" }, "require": { "craftcms/cms": "^3.1.0" }, "type": "craft-plugin", "extra": { "name": "Single Cat", "handle": "single-cat", "changelogUrl": "https://raw.githubusercontent.com/elivz/craft-single-cat/master/CHANGELOG.md", "class": "elivz\\singlecat\\SingleCat" }, "autoload": { "psr-4": { "elivz\\singlecat\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Eli Van Zoeren", "homepage": "https://elivz.com" } ], "description": "Field type that allows the user to select a single category from a drop-down.", "keywords": [ "category", "craft-plugin", "craftcms", "select", "single cat", "single category" ], "support": { "docs": "https://github.com/elivz/craft-single-cat/blob/master/README.md", "issues": "https://github.com/elivz/craft-single-cat/issues", "source": "https://github.com/elivz/craft-single-cat/tree/master" }, "time": "2019-02-17T18:19:43+00:00" }, { "name": "elvanto/litemoji", "version": "3.0.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/elvanto/litemoji/zipball/acd6fd944814683983dcdfcf4d33f24430631b77", "reference": "acd6fd944814683983dcdfcf4d33f24430631b77", "shasum": "" }, "require": { "php": ">=7.0" }, "type": "library", "autoload": { "psr-4": { "LitEmoji\\": "src/" } }, "license": [ "MIT" ], "description": "A PHP library simplifying the conversion of unicode, HTML and shortcode emoji.", "keywords": [ "emoji", "php-emoji" ], "time": "2020-11-27T05:08:33+00:00" }, { "name": "embed/embed", "version": "3.4.17", "dist": { "type": "zip", "url": "https://api.github.com/repos/oscarotero/Embed/zipball/2c0e112f7332597ec6a55174f2353e04859ba356", "reference": "2c0e112f7332597ec6a55174f2353e04859ba356", "shasum": "" }, "require": { "composer/ca-bundle": "^1.0", "ext-curl": "*", "ext-dom": "*", "ext-mbstring": "*", "php": "^5.6|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { "Embed\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "Oscar Otero", "email": "oom@oscarotero.com", "homepage": "http://oscarotero.com", "role": "Developer" } ], "description": "PHP library to retrieve page info using oembed, opengraph, etc", "homepage": "https://github.com/oscarotero/Embed", "keywords": [ "embed", "embedly", "oembed", "opengraph", "twitter cards" ], "time": "2021-05-30T11:21:47+00:00" }, { "name": "enshrined/svg-sanitize", "version": "0.14.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/beff89576a72540ee99476aeb9cfe98222e76fb8", "reference": "beff89576a72540ee99476aeb9cfe98222e76fb8", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*" }, "type": "library", "autoload": { "psr-4": { "enshrined\\svgSanitize\\": "src" } }, "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Daryll Doyle", "email": "daryll@enshrined.co.uk" } ], "description": "An SVG sanitizer for PHP", "time": "2021-01-21T10:13:20+00:00" }, { "name": "ether/seo", "version": "3.6.7", "source": { "type": "git", "url": "https://github.com/ethercreative/seo.git", "reference": "9e545940248a6b70b16adf3480b9c8f6c197859d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ethercreative/seo/zipball/9e545940248a6b70b16adf3480b9c8f6c197859d", "reference": "9e545940248a6b70b16adf3480b9c8f6c197859d", "shasum": "" }, "require": { "craftcms/cms": "^3.2.0" }, "type": "craft-plugin", "extra": { "handle": "seo", "name": "SEO", "developer": "Ether Creative", "developerUrl": "https://ethercreative.co.uk", "class": "ether\\seo\\Seo" }, "autoload": { "psr-4": { "ether\\seo\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "SEO utilities including a unique field type, sitemap, & redirect manager", "support": { "docs": "https://github.com/ethercreative/seo/blob/v3/README.md", "issues": "https://github.com/ethercreative/seo", "source": "https://github.com/ethercreative/seo/tree/3.6.7" }, "funding": [ { "url": "https://github.com/tam", "type": "github" } ], "time": "2020-11-30T12:51:47+00:00" }, { "name": "ezyang/htmlpurifier", "version": "v4.13.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75", "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75", "shasum": "" }, "require": { "php": ">=5.2" }, "type": "library", "autoload": { "psr-0": { "HTMLPurifier": "library/" }, "files": [ "library/HTMLPurifier.composer.php" ], "exclude-from-classmap": [ "/library/HTMLPurifier/Language/" ] }, "license": [ "LGPL-2.1-or-later" ], "authors": [ { "name": "Edward Z. Yang", "email": "admin@htmlpurifier.org", "homepage": "http://ezyang.com" } ], "description": "Standards compliant HTML filter written in PHP", "homepage": "http://htmlpurifier.org/", "keywords": [ "html" ], "time": "2020-06-29T00:56:53+00:00" }, { "name": "flipboxfactory/craft-psr3", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/flipboxfactory/craft-psr3.git", "reference": "cac258edc823fddd42f18904a94d603d51d80177" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/flipboxfactory/craft-psr3/zipball/cac258edc823fddd42f18904a94d603d51d80177", "reference": "cac258edc823fddd42f18904a94d603d51d80177", "shasum": "" }, "require": { "craftcms/cms": "~3.0", "php": ">=7.0", "psr/log": "^1.0.1" }, "require-dev": { "phpunit/phpunit": "^5.0", "squizlabs/php_codesniffer": "^2.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "flipbox\\craft\\psr3\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Flipbox Factory", "email": "hello@flipboxfactory.com" } ], "description": "PSR-3 Logger for Craft CMS", "keywords": [ "Craft", "PSR3", "craft cms", "psr-3", "yii2" ], "support": { "issues": "https://github.com/flipboxfactory/craft-psr3/issues", "source": "https://github.com/flipboxfactory/craft-psr3/tree/master" }, "time": "2019-02-06T23:17:49+00:00" }, { "name": "flipboxfactory/keychain", "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/flipboxfactory/keychain.git", "reference": "117726f0e7793c518d5d26b6622fe3c2ba6bb5d7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/flipboxfactory/keychain/zipball/117726f0e7793c518d5d26b6622fe3c2ba6bb5d7", "reference": "117726f0e7793c518d5d26b6622fe3c2ba6bb5d7", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0", "lib-openssl": "*" }, "require-dev": { "phpunit/phpunit": "^5.0", "squizlabs/php_codesniffer": "^2.0" }, "type": "craft-plugin", "extra": { "name": "KeyChain", "version": "1.0.3", "schemaVersion": "1.0.0", "handle": "keychain", "class": "flipbox\\keychain\\KeyChain", "developer": "Flipbox Digital", "developerUrl": "https://www.flipboxdigital.com", "changelogUrl": "https://raw.githubusercontent.com/flipboxfactory/keychain/master/CHANGELOG.md", "downloadUrl": "https://github.com/flipboxfactory/keychain/archive/master.zip" }, "autoload": { "psr-4": { "flipbox\\keychain\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "description": "Key pair management for Craft CMS", "keywords": [ "cms", "craftcms", "key pair", "openssl", "yii2" ], "support": { "docs": "https://github.com/flipboxfactory/keychain", "email": "support@flipboxfactory.com", "issues": "https://github.com/flipboxfactory/keychain/issues?state=open", "rss": "https://github.com/flipboxfactory/keychain/commits/master.atom", "source": "https://github.com/flipboxfactory/keychain" }, "time": "2020-01-08T05:40:26+00:00" }, { "name": "flipboxfactory/saml-core", "version": "3.2.8", "source": { "type": "git", "url": "https://github.com/flipboxfactory/saml-core.git", "reference": "5dd0175ef499f04d78f741146d1d3421ce9bfa2f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/flipboxfactory/saml-core/zipball/5dd0175ef499f04d78f741146d1d3421ce9bfa2f", "reference": "5dd0175ef499f04d78f741146d1d3421ce9bfa2f", "shasum": "" }, "require": { "craftcms/cms": "^3.2.0", "flipboxfactory/craft-psr3": "^1.1.0", "flipboxfactory/keychain": "^1.0.2", "simplesamlphp/saml2": "^4.1" }, "require-dev": { "codeception/codeception": "^3.0", "squizlabs/php_codesniffer": "^3.4" }, "type": "library", "autoload": { "psr-4": { "flipbox\\saml\\core\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "description": "SAML SSO Core", "keywords": [ "SSO", "cms", "craftcms", "federated authentication", "saml", "service provider", "yii2" ], "support": { "docs": "https://github.com/flipboxfactory/saml-core", "email": "support@flipboxfactory.com", "issues": "https://github.com/flipboxfactory/saml-core/issues?state=open", "rss": "https://github.com/flipboxfactory/saml-core/commits/master.atom", "source": "https://github.com/flipboxfactory/saml-core" }, "time": "2021-05-14T20:34:43+00:00" }, { "name": "flipboxfactory/saml-sp", "version": "2.6.9", "source": { "type": "git", "url": "https://github.com/flipboxfactory/saml-sp.git", "reference": "52302ed6e36f9684c2a218aa11b4019320fd6446" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/flipboxfactory/saml-sp/zipball/52302ed6e36f9684c2a218aa11b4019320fd6446", "reference": "52302ed6e36f9684c2a218aa11b4019320fd6446", "shasum": "" }, "require": { "craftcms/cms": "^3.2.0", "flipboxfactory/saml-core": "~3.2.8" }, "require-dev": { "codeception/codeception": "^4.0.0", "codeception/module-asserts": "^1.0.0", "codeception/module-datafactory": "^1.0.0", "codeception/module-db": "^1.1", "codeception/module-phpbrowser": "^1.0.0", "codeception/module-rest": "^1.0.0", "codeception/module-yii2": "^1.0.0", "squizlabs/php_codesniffer": "^3.4" }, "type": "craft-plugin", "extra": { "name": "SAML Service Provider", "version": "2.6.9", "schemaVersion": "2.1.0", "handle": "saml-sp", "class": "flipbox\\saml\\sp\\Saml", "developer": "Flipbox Digital", "developerUrl": "https://www.flipboxdigital.com", "changelogUrl": "https://raw.githubusercontent.com/flipboxfactory/saml-sp/master/CHANGELOG.md", "downloadUrl": "https://github.com/flipboxfactory/saml-sp/archive/master.zip" }, "autoload": { "psr-4": { "flipbox\\saml\\sp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], "description": "SAML Service Provider", "keywords": [ "SSO", "cms", "craftcms", "federated authentication", "saml", "service provider", "sp", "yii2" ], "support": { "docs": "https://github.com/flipboxfactory/saml-sp", "email": "support@flipboxfactory.com", "issues": "https://github.com/flipboxfactory/saml-sp/issues?state=open", "rss": "https://github.com/flipboxfactory/saml-sp/commits/master.atom", "source": "https://github.com/flipboxfactory/saml-sp" }, "time": "2021-05-14T20:39:20+00:00" }, { "name": "fruitstudios/linkit", "version": "1.1.12.1", "source": { "type": "git", "url": "https://github.com/fruitstudios/craft-linkit.git", "reference": "c5d9e6d6e05292dd14f80196ba8d9348b14df3f0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/fruitstudios/craft-linkit/zipball/c5d9e6d6e05292dd14f80196ba8d9348b14df3f0", "reference": "c5d9e6d6e05292dd14f80196ba8d9348b14df3f0", "shasum": "" }, "require": { "craftcms/cms": "^3.1.8" }, "type": "craft-plugin", "extra": { "name": "Linkit", "handle": "linkit", "hasCpSettings": false, "hasCpSection": false, "changelogUrl": "https://raw.githubusercontent.com/fruitstudios/craft-linkit/master/CHANGELOG.md", "class": "fruitstudios\\linkit\\Linkit", "components": { "services": "fruitstudios\\linkit\\services\\LinkitService" } }, "autoload": { "psr-4": { "fruitstudios\\linkit\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], "authors": [ { "name": "Fruit Studios", "homepage": "https://fruitstudios.co.uk" } ], "description": "One link field to rule them all.", "keywords": [ "Craft", "cms", "craft-plugin", "craftcms", "fruit studios", "link it", "linkit" ], "support": { "docs": "https://github.com/fruitstudios/craft-linkit", "email": "hi@fruitstudios.co.uk", "issues": "https://github.com/fruitstudios/craft-linkit/issues?state=open", "source": "https://github.com/fruitstudios/craft-linkit" }, "time": "2020-10-29T06:58:44+00:00" }, { "name": "glenscott/url-normalizer", "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/glenscott/url-normalizer.git", "reference": "b8e79d3360a1bd7182398c9956bd74d219ad1b3c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/glenscott/url-normalizer/zipball/b8e79d3360a1bd7182398c9956bd74d219ad1b3c", "reference": "b8e79d3360a1bd7182398c9956bd74d219ad1b3c", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-4": { "URL\\": "src/URL" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Glen Scott", "email": "glen@glenscott.co.uk" } ], "description": "Syntax based normalization of URL's", "support": { "issues": "https://github.com/glenscott/url-normalizer/issues", "source": "https://github.com/glenscott/url-normalizer/tree/master" }, "time": "2015-06-11T16:06:02+00:00" }, { "name": "guzzlehttp/guzzle", "version": "7.3.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/7008573787b430c1c1f650e3722d9bba59967628", "reference": "7008573787b430c1c1f650e3722d9bba59967628", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.4", "guzzlehttp/psr7": "^1.7 || ^2.0", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0" }, "provide": { "psr/http-client-implementation": "1.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.3-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\": "src/" }, "files": [ "src/functions_include.php" ] }, "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://sagikazarmark.hu" } ], "description": "Guzzle is a PHP HTTP client library", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "psr-18", "psr-7", "rest", "web service" ], "time": "2021-03-23T11:33:13+00:00" }, { "name": "guzzlehttp/promises", "version": "1.4.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d", "reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d", "shasum": "" }, "require": { "php": ">=5.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "src/" }, "files": [ "src/functions_include.php" ] }, "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "time": "2021-03-07T09:25:29+00:00" }, { "name": "guzzlehttp/psr7", "version": "1.8.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91", "reference": "dc960a912984efb74d0a90222870c72c87f10c91", "shasum": "" }, "require": { "php": ">=5.4.0", "psr/http-message": "~1.0", "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" }, "provide": { "psr/http-message-implementation": "1.0" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.7-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" }, "files": [ "src/functions_include.php" ] }, "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Tobias Schultze", "homepage": "https://github.com/Tobion" } ], "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", "psr-7", "request", "response", "stream", "uri", "url" ], "time": "2021-04-26T09:17:50+00:00" }, { "name": "hashids/hashids", "version": "4.1.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/vinkla/hashids/zipball/8cab111f78e0bd9c76953b082919fc9e251761be", "reference": "8cab111f78e0bd9c76953b082919fc9e251761be", "shasum": "" }, "require": { "ext-mbstring": "*", "php": "^7.2 || ^8.0" }, "suggest": { "ext-bcmath": "Required to use BC Math arbitrary precision mathematics (*).", "ext-gmp": "Required to use GNU multiple precision mathematics (*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.1-dev" } }, "autoload": { "psr-4": { "Hashids\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Ivan Akimov", "email": "ivan@barreleye.com" }, { "name": "Vincent Klaiber", "email": "hello@doubledip.se" } ], "description": "Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers", "homepage": "https://hashids.org/php", "keywords": [ "bitly", "decode", "encode", "hash", "hashid", "hashids", "ids", "obfuscate", "youtube" ], "time": "2020-11-26T19:24:33+00:00" }, { "name": "imgix/imgix-php", "version": "3.3.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/imgix/imgix-php/zipball/ddb7e427b601bc3534f108180c81292d5b29bc39", "reference": "ddb7e427b601bc3534f108180c81292d5b29bc39", "shasum": "" }, "require": { "php": ">=7.3" }, "type": "library", "autoload": { "psr-0": { "Imgix\\": "src/" } }, "license": [ "BSD-2-Clause" ], "description": "A PHP client library for generating URLs with imgix.", "keywords": [ "imgix" ], "time": "2021-03-25T15:10:34+00:00" }, { "name": "justinrainbow/json-schema", "version": "5.2.11", "dist": { "type": "zip", "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ab6744b7296ded80f8cc4f9509abbff393399aa", "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa", "shasum": "" }, "require": { "php": ">=5.3.3" }, "bin": [ "bin/validate-json" ], "type": "library", "extra": { "branch-alias": { "dev-master": "5.0.x-dev" } }, "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" } }, "license": [ "MIT" ], "authors": [ { "name": "Bruno Prieto Reis", "email": "bruno.p.reis@gmail.com" }, { "name": "Justin Rainbow", "email": "justin.rainbow@gmail.com" }, { "name": "Igor Wiedler", "email": "igor@wiedler.ch" }, { "name": "Robert Schönthal", "email": "seroscho@googlemail.com" } ], "description": "A library to validate a json schema.", "homepage": "https://github.com/justinrainbow/json-schema", "keywords": [ "json", "schema" ], "time": "2021-07-22T09:24:00+00:00" }, { "name": "ksubileau/color-thief-php", "version": "v1.4.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/ksubileau/color-thief-php/zipball/fc2acefacbd037f68cf61bcc62b30ac1bb16ed59", "reference": "fc2acefacbd037f68cf61bcc62b30ac1bb16ed59", "shasum": "" }, "require": { "php": ">=5.4.0" }, "suggest": { "ext-gd": "to use the GD image adapter.", "ext-gmagick": "to use the Gmagick image adapter.", "ext-imagick": "to use the Imagick image adapter." }, "type": "library", "autoload": { "psr-4": { "ColorThief\\": "lib/ColorThief" } }, "license": [ "CC-BY-2.5" ], "authors": [ { "name": "Kevin Subileau", "homepage": "http://www.kevinsubileau.fr" } ], "description": "Grabs the dominant color or a representative color palette from an image.", "homepage": "http://www.kevinsubileau.fr/projets/color-thief-php", "keywords": [ "color", "dominant", "palette", "php", "thief" ], "time": "2018-10-27T18:57:38+00:00" }, { "name": "laminas/laminas-escaper", "version": "2.8.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/2d6dce99668b413610e9544183fa10392437f542", "reference": "2d6dce99668b413610e9544183fa10392437f542", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": "^7.3 || ~8.0.0" }, "replace": { "zendframework/zend-escaper": "^2.6.1" }, "suggest": { "ext-iconv": "*", "ext-mbstring": "*" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Escaper\\": "src/" } }, "license": [ "BSD-3-Clause" ], "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs", "homepage": "https://laminas.dev", "keywords": [ "escaper", "laminas" ], "time": "2021-06-26T14:26:08+00:00" }, { "name": "laminas/laminas-feed", "version": "2.14.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/463fdae515fba30633906098c258d3b2c733c15c", "reference": "463fdae515fba30633906098c258d3b2c733c15c", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "laminas/laminas-escaper": "^2.5.2", "laminas/laminas-stdlib": "^3.2.1", "laminas/laminas-zendframework-bridge": "^1.0", "php": "^7.3 || ~8.0.0" }, "conflict": { "laminas/laminas-servicemanager": "<3.3" }, "replace": { "zendframework/zend-feed": "^2.12.0" }, "suggest": { "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests", "laminas/laminas-db": "Laminas\\Db component, for use with PubSubHubbub", "laminas/laminas-http": "Laminas\\Http for PubSubHubbub, and optionally for use with Laminas\\Feed\\Reader", "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for easily extending ExtensionManager implementations", "laminas/laminas-validator": "Laminas\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent", "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Laminas\\Feed\\Reader\\Http\\Psr7ResponseDecorator" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Feed\\": "src/" } }, "license": [ "BSD-3-Clause" ], "description": "provides functionality for consuming RSS and Atom feeds", "homepage": "https://laminas.dev", "keywords": [ "feed", "laminas" ], "time": "2021-04-01T19:26:09+00:00" }, { "name": "laminas/laminas-stdlib", "version": "3.4.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/e89c2268c9cad25099f562f7f015c28c5dd383c9", "reference": "e89c2268c9cad25099f562f7f015c28c5dd383c9", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": "^7.3 || ^8.0" }, "replace": { "zendframework/zend-stdlib": "^3.2.1" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Stdlib\\": "src/" } }, "license": [ "BSD-3-Clause" ], "description": "SPL extensions, array utilities, error handlers, and more", "homepage": "https://laminas.dev", "keywords": [ "laminas", "stdlib" ], "time": "2021-06-28T21:37:31+00:00" }, { "name": "laminas/laminas-zendframework-bridge", "version": "1.3.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/13af2502d9bb6f7d33be2de4b51fb68c6cdb476e", "reference": "13af2502d9bb6f7d33be2de4b51fb68c6cdb476e", "shasum": "" }, "require": { "php": "^7.3 || ^8.0" }, "type": "library", "extra": { "laminas": { "module": "Laminas\\ZendFrameworkBridge" } }, "autoload": { "files": [ "src/autoload.php" ], "psr-4": { "Laminas\\ZendFrameworkBridge\\": "src//" } }, "license": [ "BSD-3-Clause" ], "description": "Alias legacy ZF class names to Laminas Project equivalents.", "keywords": [ "ZendFramework", "autoloading", "laminas", "zf" ], "time": "2021-06-24T12:49:22+00:00" }, { "name": "league/flysystem", "version": "1.1.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f3ad69181b8afed2c9edf7be5a2918144ff4ea32", "reference": "f3ad69181b8afed2c9edf7be5a2918144ff4ea32", "shasum": "" }, "require": { "ext-fileinfo": "*", "league/mime-type-detection": "^1.3", "php": "^7.2.5 || ^8.0" }, "conflict": { "league/flysystem-sftp": "<1.0.6" }, "suggest": { "ext-ftp": "Allows you to use FTP server storage", "ext-openssl": "Allows you to use FTPS server storage", "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", "league/flysystem-webdav": "Allows you to use WebDAV storage", "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { "League\\Flysystem\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frenky.net" } ], "description": "Filesystem abstraction: Many filesystems, one API.", "keywords": [ "Cloud Files", "WebDAV", "abstraction", "aws", "cloud", "copy.com", "dropbox", "file systems", "files", "filesystem", "filesystems", "ftp", "rackspace", "remote", "s3", "sftp", "storage" ], "time": "2021-06-23T21:56:05+00:00" }, { "name": "league/flysystem-aws-s3-v3", "version": "1.0.29", "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/4e25cc0582a36a786c31115e419c6e40498f6972", "reference": "4e25cc0582a36a786c31115e419c6e40498f6972", "shasum": "" }, "require": { "aws/aws-sdk-php": "^3.20.0", "league/flysystem": "^1.0.40", "php": ">=5.5.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "League\\Flysystem\\AwsS3v3\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frenky.net" } ], "description": "Flysystem adapter for the AWS S3 SDK v3.x", "time": "2020-10-08T18:58:37+00:00" }, { "name": "league/fractal", "version": "0.18.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/fractal/zipball/4e553dae1a9402adbe11c81430a64675dc97b4fc", "reference": "4e553dae1a9402adbe11c81430a64675dc97b4fc", "shasum": "" }, "require": { "php": ">=5.4" }, "suggest": { "illuminate/pagination": "The Illuminate Pagination component.", "pagerfanta/pagerfanta": "Pagerfanta Paginator", "zendframework/zend-paginator": "Zend Framework Paginator" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.13-dev" } }, "autoload": { "psr-4": { "League\\Fractal\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "Phil Sturgeon", "email": "me@philsturgeon.uk", "homepage": "http://philsturgeon.uk/", "role": "Developer" } ], "description": "Handle the output of complex data structures ready for API output.", "homepage": "http://fractal.thephpleague.com/", "keywords": [ "api", "json", "league", "rest" ], "time": "2019-05-10T02:16:43+00:00" }, { "name": "league/mime-type-detection", "version": "1.7.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3", "reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3", "shasum": "" }, "require": { "ext-fileinfo": "*", "php": "^7.2 || ^8.0" }, "type": "library", "autoload": { "psr-4": { "League\\MimeTypeDetection\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frankdejonge.nl" } ], "description": "Mime-type detection for Flysystem", "time": "2021-01-18T20:58:21+00:00" }, { "name": "league/oauth2-client", "version": "2.6.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/badb01e62383430706433191b82506b6df24ad98", "reference": "badb01e62383430706433191b82506b6df24ad98", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^6.0 || ^7.0", "paragonie/random_compat": "^1 || ^2 || ^9.99", "php": "^5.6 || ^7.0 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-2.x": "2.0.x-dev" } }, "autoload": { "psr-4": { "League\\OAuth2\\Client\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Alex Bilbie", "email": "hello@alexbilbie.com", "homepage": "http://www.alexbilbie.com", "role": "Developer" }, { "name": "Woody Gilk", "homepage": "https://github.com/shadowhand", "role": "Contributor" } ], "description": "OAuth 2.0 Client Library", "keywords": [ "Authentication", "SSO", "authorization", "identity", "idp", "oauth", "oauth2", "single sign on" ], "time": "2020-10-28T02:03:40+00:00" }, { "name": "lsolesen/pel", "version": "0.9.10", "source": { "type": "git", "url": "https://github.com/pel/pel.git", "reference": "04ecb8a29e4b1628414193b0df9294232a44f8a9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/pel/pel/zipball/04ecb8a29e4b1628414193b0df9294232a44f8a9", "reference": "04ecb8a29e4b1628414193b0df9294232a44f8a9", "shasum": "" }, "require": { "php": ">=7.1.0" }, "require-dev": { "ext-exif": "*", "ext-gd": "*", "php-coveralls/php-coveralls": ">2.4", "squizlabs/php_codesniffer": ">3.5", "symfony/phpunit-bridge": "^4 || ^5" }, "type": "library", "autoload": { "psr-4": { "lsolesen\\pel\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0" ], "authors": [ { "name": "Lars Olesen", "email": "lars@intraface.dk", "homepage": "http://intraface.dk", "role": "Developer" }, { "name": "Martin Geisler", "email": "martin@geisler.net", "homepage": "http://geisler.net", "role": "Developer" } ], "description": "PHP Exif Library. A library for reading and writing Exif headers in JPEG and TIFF images using PHP.", "homepage": "http://pel.github.com/pel/", "keywords": [ "exif", "image" ], "support": { "issues": "https://github.com/pel/pel/issues", "source": "https://github.com/pel/pel/tree/0.9.10" }, "time": "2021-01-01T22:15:50+00:00" }, { "name": "maennchen/zipstream-php", "version": "2.1.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/c4c5803cc1f93df3d2448478ef79394a5981cc58", "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58", "shasum": "" }, "require": { "myclabs/php-enum": "^1.5", "php": ">= 7.1", "psr/http-message": "^1.0", "symfony/polyfill-mbstring": "^1.0" }, "type": "library", "autoload": { "psr-4": { "ZipStream\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Paul Duncan", "email": "pabs@pablotron.org" }, { "name": "Jonatan Männchen", "email": "jonatan@maennchen.ch" }, { "name": "Jesse Donat", "email": "donatj@gmail.com" }, { "name": "András Kolesár", "email": "kolesar@kolesar.hu" } ], "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.", "keywords": [ "stream", "zip" ], "time": "2020-05-30T13:11:16+00:00" }, { "name": "markbaker/complex", "version": "2.0.3", "dist": { "type": "zip", "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/6f724d7e04606fd8adaa4e3bb381c3e9db09c946", "reference": "6f724d7e04606fd8adaa4e3bb381c3e9db09c946", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "type": "library", "autoload": { "psr-4": { "Complex\\": "classes/src/" }, "files": [ "classes/src/functions/abs.php", "classes/src/functions/acos.php", "classes/src/functions/acosh.php", "classes/src/functions/acot.php", "classes/src/functions/acoth.php", "classes/src/functions/acsc.php", "classes/src/functions/acsch.php", "classes/src/functions/argument.php", "classes/src/functions/asec.php", "classes/src/functions/asech.php", "classes/src/functions/asin.php", "classes/src/functions/asinh.php", "classes/src/functions/atan.php", "classes/src/functions/atanh.php", "classes/src/functions/conjugate.php", "classes/src/functions/cos.php", "classes/src/functions/cosh.php", "classes/src/functions/cot.php", "classes/src/functions/coth.php", "classes/src/functions/csc.php", "classes/src/functions/csch.php", "classes/src/functions/exp.php", "classes/src/functions/inverse.php", "classes/src/functions/ln.php", "classes/src/functions/log2.php", "classes/src/functions/log10.php", "classes/src/functions/negative.php", "classes/src/functions/pow.php", "classes/src/functions/rho.php", "classes/src/functions/sec.php", "classes/src/functions/sech.php", "classes/src/functions/sin.php", "classes/src/functions/sinh.php", "classes/src/functions/sqrt.php", "classes/src/functions/tan.php", "classes/src/functions/tanh.php", "classes/src/functions/theta.php", "classes/src/operations/add.php", "classes/src/operations/subtract.php", "classes/src/operations/multiply.php", "classes/src/operations/divideby.php", "classes/src/operations/divideinto.php" ] }, "license": [ "MIT" ], "authors": [ { "name": "Mark Baker", "email": "mark@lange.demon.co.uk" } ], "description": "PHP Class for working with complex numbers", "homepage": "https://github.com/MarkBaker/PHPComplex", "keywords": [ "complex", "mathematics" ], "time": "2021-06-02T09:44:11+00:00" }, { "name": "markbaker/matrix", "version": "2.1.3", "dist": { "type": "zip", "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/174395a901b5ba0925f1d790fa91bab531074b61", "reference": "174395a901b5ba0925f1d790fa91bab531074b61", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "type": "library", "autoload": { "psr-4": { "Matrix\\": "classes/src/" }, "files": [ "classes/src/Functions/adjoint.php", "classes/src/Functions/antidiagonal.php", "classes/src/Functions/cofactors.php", "classes/src/Functions/determinant.php", "classes/src/Functions/diagonal.php", "classes/src/Functions/identity.php", "classes/src/Functions/inverse.php", "classes/src/Functions/minors.php", "classes/src/Functions/trace.php", "classes/src/Functions/transpose.php", "classes/src/Operations/add.php", "classes/src/Operations/directsum.php", "classes/src/Operations/subtract.php", "classes/src/Operations/multiply.php", "classes/src/Operations/divideby.php", "classes/src/Operations/divideinto.php" ] }, "license": [ "MIT" ], "authors": [ { "name": "Mark Baker", "email": "mark@demon-angel.eu" } ], "description": "PHP Class for working with matrices", "homepage": "https://github.com/MarkBaker/PHPMatrix", "keywords": [ "mathematics", "matrix", "vector" ], "time": "2021-05-25T15:42:17+00:00" }, { "name": "mikehaertl/php-shellcommand", "version": "1.6.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/mikehaertl/php-shellcommand/zipball/3488d7803df1e8f1a343d3d0ca452d527ad8d5e5", "reference": "3488d7803df1e8f1a343d3d0ca452d527ad8d5e5", "shasum": "" }, "require": { "php": ">= 5.3.0" }, "type": "library", "autoload": { "psr-4": { "mikehaertl\\shellcommand\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Michael Härtl", "email": "haertl.mike@gmail.com" } ], "description": "An object oriented interface to shell commands", "keywords": [ "shell" ], "time": "2021-03-17T06:54:33+00:00" }, { "name": "monolog/monolog", "version": "2.3.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/71312564759a7db5b789296369c1a264efc43aad", "reference": "71312564759a7db5b789296369c1a264efc43aad", "shasum": "" }, "require": { "php": ">=7.2", "psr/log": "^1.0.1" }, "provide": { "psr/log-implementation": "1.0.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-mbstring": "Allow to work properly with unicode symbols", "ext-mongodb": "Allow sending log messages to a MongoDB server (via 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" } }, "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" ], "time": "2021-07-23T07:42:52+00:00" }, { "name": "mtdowling/jmespath.php", "version": "2.6.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb", "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb", "shasum": "" }, "require": { "php": "^5.4 || ^7.0 || ^8.0", "symfony/polyfill-mbstring": "^1.17" }, "bin": [ "bin/jp.php" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.6-dev" } }, "autoload": { "psr-4": { "JmesPath\\": "src/" }, "files": [ "src/JmesPath.php" ] }, "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Declaratively specify how to extract elements from a JSON document", "keywords": [ "json", "jsonpath" ], "time": "2021-06-14T00:11:39+00:00" }, { "name": "myclabs/php-enum", "version": "1.8.3", "dist": { "type": "zip", "url": "https://api.github.com/repos/myclabs/php-enum/zipball/b942d263c641ddb5190929ff840c68f78713e937", "reference": "b942d263c641ddb5190929ff840c68f78713e937", "shasum": "" }, "require": { "ext-json": "*", "php": "^7.3 || ^8.0" }, "type": "library", "autoload": { "psr-4": { "MyCLabs\\Enum\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "PHP Enum contributors", "homepage": "https://github.com/myclabs/php-enum/graphs/contributors" } ], "description": "PHP Enum implementation", "homepage": "http://github.com/myclabs/php-enum", "keywords": [ "enum" ], "time": "2021-07-05T08:18:36+00:00" }, { "name": "nesbot/carbon", "version": "2.51.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/8619c299d1e0d4b344e1f98ca07a1ce2cfbf1922", "reference": "8619c299d1e0d4b344e1f98ca07a1ce2cfbf1922", "shasum": "" }, "require": { "ext-json": "*", "php": "^7.1.8 || ^8.0", "symfony/polyfill-mbstring": "^1.0", "symfony/polyfill-php80": "^1.16", "symfony/translation": "^3.4 || ^4.0 || ^5.0" }, "bin": [ "bin/carbon" ], "type": "library", "extra": { "branch-alias": { "dev-3.x": "3.x-dev", "dev-master": "2.x-dev" }, "laravel": { "providers": [ "Carbon\\Laravel\\ServiceProvider" ] }, "phpstan": { "includes": [ "extension.neon" ] } }, "autoload": { "psr-4": { "Carbon\\": "src/Carbon/" } }, "license": [ "MIT" ], "authors": [ { "name": "Brian Nesbitt", "email": "brian@nesbot.com", "homepage": "https://markido.com" }, { "name": "kylekatarnls", "homepage": "https://github.com/kylekatarnls" } ], "description": "An API extension for DateTime that supports 281 different languages.", "homepage": "https://carbon.nesbot.com", "keywords": [ "date", "datetime", "time" ], "time": "2021-07-28T13:16:28+00:00" }, { "name": "nystudio107/craft-imageoptimize", "version": "1.6.35", "dist": { "type": "zip", "url": "https://api.github.com/repos/nystudio107/craft-imageoptimize/zipball/477f0d2009512b6a75343b7e7f20fce8618078ea", "reference": "477f0d2009512b6a75343b7e7f20fce8618078ea", "shasum": "" }, "require": { "craftcms/cms": "^3.1.19", "ksubileau/color-thief-php": "^1.3", "mikehaertl/php-shellcommand": "~1.2", "nystudio107/craft-imageoptimize-imgix": "^1.2.2", "nystudio107/craft-imageoptimize-sharp": "^1.0.7", "nystudio107/craft-imageoptimize-thumbor": "^1.3.1", "nystudio107/craft-plugin-manifest": "^1.0.0" }, "type": "craft-plugin", "extra": { "name": "ImageOptimize", "handle": "image-optimize", "changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft-imageoptimize/v1/CHANGELOG.md", "class": "nystudio107\\imageoptimize\\ImageOptimize" }, "autoload": { "psr-4": { "nystudio107\\imageoptimize\\": "src/" } }, "license": [ "proprietary" ], "authors": [ { "name": "nystudio107", "homepage": "https://nystudio107.com" } ], "description": "Automatically create & optimize responsive image transforms, using either native Craft transforms or a service like imgix, with zero template changes.", "keywords": [ "cms", "craft", "craft-plugin", "craftcms", "image", "image-variants", "imgix", "optimize", "optimize-images" ], "support": { "docs": "https://nystudio107.com/plugins/imageoptimize/documentation", "issues": "https://nystudio107.com/plugins/imageoptimize/support" }, "time": "2021-07-14T16:43:27+00:00" }, { "name": "nystudio107/craft-imageoptimize-imgix", "version": "1.2.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/nystudio107/craft-imageoptimize-imgix/zipball/10567a58570895480a61e5abaa39736194582eaa", "reference": "10567a58570895480a61e5abaa39736194582eaa", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0", "imgix/imgix-php": "^3.0.0", "nystudio107/craft-imageoptimize": "^1.6.33" }, "type": "image-transform", "autoload": { "psr-4": { "nystudio107\\imageoptimizeimgix\\": "src/" } }, "license": [ "proprietary" ], "authors": [ { "name": "nystudio107", "homepage": "https://nystudio107.com" } ], "description": "Provides an Imgix image transform type for the ImageOptimize plugin.", "keywords": [ "craftcms", "image-optimize", "image-transform", "imgix" ], "support": { "docs": "https://github.com/nystudio107/craft-imageoptimize-imgix/blob/v1/README.md", "issues": "https://github.com/nystudio107/craft-imageoptimize-imgix/issues" }, "time": "2021-04-24T01:29:59+00:00" }, { "name": "nystudio107/craft-imageoptimize-sharp", "version": "1.0.7", "dist": { "type": "zip", "url": "https://api.github.com/repos/nystudio107/craft-imageoptimize-sharp/zipball/645bcb9d9a1e682e8903b9c56caa480270e1a579", "reference": "645bcb9d9a1e682e8903b9c56caa480270e1a579", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0", "nystudio107/craft-imageoptimize": "^1.6.33" }, "type": "image-transform", "autoload": { "psr-4": { "nystudio107\\imageoptimizesharp\\": "src/" } }, "license": [ "proprietary" ], "authors": [ { "name": "nystudio107", "homepage": "https://nystudio107.com" } ], "description": "Provides an Sharp image transform type for the ImageOptimize plugin.", "keywords": [ "craftcms", "image-optimize", "image-transform", "sharp" ], "time": "2021-04-24T01:32:42+00:00" }, { "name": "nystudio107/craft-imageoptimize-thumbor", "version": "1.3.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/nystudio107/craft-imageoptimize-thumbor/zipball/610efef1e788fea3ebd38c8148725b530e3dd0b8", "reference": "610efef1e788fea3ebd38c8148725b530e3dd0b8", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0", "nystudio107/craft-imageoptimize": "^1.6.33", "webfactory/phumbor": "^1.2" }, "type": "image-transform", "autoload": { "psr-4": { "nystudio107\\imageoptimizethumbor\\": "src/" } }, "license": [ "proprietary" ], "authors": [ { "name": "nystudio107", "homepage": "https://nystudio107.com" } ], "description": "Provides an Thumbor image transform type for the ImageOptimize plugin.", "keywords": [ "craftcms", "image-optimize", "image-transform", "thumbor" ], "support": { "docs": "https://github.com/nystudio107/craft-imageoptimize-thumbor/blob/v1/README.md", "issues": "https://github.com/nystudio107/craft-imageoptimize-thumbor/issues" }, "time": "2021-04-24T01:35:20+00:00" }, { "name": "nystudio107/craft-plugin-manifest", "version": "1.0.5", "dist": { "type": "zip", "url": "https://api.github.com/repos/nystudio107/craft-plugin-manifest/zipball/0c275f7f9633ed27d7acf445ca6ab9dba99d55dc", "reference": "0c275f7f9633ed27d7acf445ca6ab9dba99d55dc", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0" }, "type": "library", "autoload": { "psr-4": { "nystudio107\\pluginmanifest\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "nystudio107", "homepage": "https://nystudio107.com" } ], "description": "Plugin Manifest is the conduit between Craft CMS plugins and webpack, with manifest.json & webpack-dev-server HMR support", "keywords": [ "craftcms", "manifest", "plugin" ], "support": { "docs": "https://github.com/nystudio107/craft-plugin-manifest/blob/v1/README.md", "issues": "https://github.com/nystudio107/craft-plugin-manifest/issues" }, "time": "2021-07-13T16:06:23+00:00" }, { "name": "opis/closure", "version": "3.6.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/opis/closure/zipball/06e2ebd25f2869e54a306dda991f7db58066f7f6", "reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6", "shasum": "" }, "require": { "php": "^5.4 || ^7.0 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.6.x-dev" } }, "autoload": { "psr-4": { "Opis\\Closure\\": "src/" }, "files": [ "functions.php" ] }, "license": [ "MIT" ], "authors": [ { "name": "Marius Sarca", "email": "marius.sarca@gmail.com" }, { "name": "Sorin Sarca", "email": "sarca_sorin@hotmail.com" } ], "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.", "homepage": "https://opis.io/closure", "keywords": [ "anonymous functions", "closure", "function", "serializable", "serialization", "serialize" ], "time": "2021-04-09T13:42:10+00:00" }, { "name": "paragonie/random_compat", "version": "v9.99.100", "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", "shasum": "" }, "require": { "php": ">= 7" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "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" ], "time": "2020-10-15T08:29:30+00:00" }, { "name": "phenx/php-font-lib", "version": "0.5.2", "source": { "type": "git", "url": "https://github.com/PhenX/php-font-lib.git", "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8", "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8", "shasum": "" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5 || ^6 || ^7" }, "type": "library", "autoload": { "psr-4": { "FontLib\\": "src/FontLib" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0" ], "authors": [ { "name": "Fabien Ménager", "email": "fabien.menager@gmail.com" } ], "description": "A library to read, parse, export and make subsets of different types of font files.", "homepage": "https://github.com/PhenX/php-font-lib", "support": { "issues": "https://github.com/PhenX/php-font-lib/issues", "source": "https://github.com/PhenX/php-font-lib/tree/0.5.2" }, "time": "2020-03-08T15:31:32+00:00" }, { "name": "phpdocumentor/reflection-common", "version": "2.2.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-2.x": "2.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Jaap van Otterdijk", "email": "opensource@ijaap.nl" } ], "description": "Common reflection classes used by phpdocumentor to reflect the code structure", "homepage": "http://www.phpdoc.org", "keywords": [ "FQSEN", "phpDocumentor", "phpdoc", "reflection", "static analysis" ], "time": "2020-06-27T09:03:43+00:00" }, { "name": "phpdocumentor/reflection-docblock", "version": "5.2.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556", "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556", "shasum": "" }, "require": { "ext-filter": "*", "php": "^7.2 || ^8.0", "phpdocumentor/reflection-common": "^2.2", "phpdocumentor/type-resolver": "^1.3", "webmozart/assert": "^1.9.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "me@mikevanriel.com" }, { "name": "Jaap van Otterdijk", "email": "account@ijaap.nl" } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "time": "2020-09-03T19:13:55+00:00" }, { "name": "phpdocumentor/type-resolver", "version": "1.4.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", "phpdocumentor/reflection-common": "^2.0" }, "type": "library", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "me@mikevanriel.com" } ], "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "time": "2020-09-17T18:55:26+00:00" }, { "name": "phpoffice/phpspreadsheet", "version": "1.18.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/418cd304e8e6b417ea79c3b29126a25dc4b1170c", "reference": "418cd304e8e6b417ea79c3b29126a25dc4b1170c", "shasum": "" }, "require": { "ext-ctype": "*", "ext-dom": "*", "ext-fileinfo": "*", "ext-gd": "*", "ext-iconv": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-simplexml": "*", "ext-xml": "*", "ext-xmlreader": "*", "ext-xmlwriter": "*", "ext-zip": "*", "ext-zlib": "*", "ezyang/htmlpurifier": "^4.13", "maennchen/zipstream-php": "^2.1", "markbaker/complex": "^2.0", "markbaker/matrix": "^2.0", "php": "^7.2 || ^8.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", "psr/simple-cache": "^1.0" }, "suggest": { "dompdf/dompdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)", "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers", "mpdf/mpdf": "Option for rendering PDF with PDF Writer", "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)" }, "type": "library", "autoload": { "psr-4": { "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet" } }, "license": [ "MIT" ], "authors": [ { "name": "Maarten Balliauw", "homepage": "https://blog.maartenballiauw.be" }, { "name": "Mark Baker", "homepage": "https://markbakeruk.net" }, { "name": "Franck Lefevre", "homepage": "https://rootslabs.net" }, { "name": "Erik Tilt" }, { "name": "Adrien Crivelli" } ], "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine", "homepage": "https://github.com/PHPOffice/PhpSpreadsheet", "keywords": [ "OpenXML", "excel", "gnumeric", "ods", "php", "spreadsheet", "xls", "xlsx" ], "time": "2021-05-31T18:21:15+00:00" }, { "name": "phpoption/phpoption", "version": "1.7.5", "source": { "type": "git", "url": "https://github.com/schmittjoh/php-option.git", "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525", "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525", "shasum": "" }, "require": { "php": "^5.5.9 || ^7.0 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4.1", "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.7-dev" } }, "autoload": { "psr-4": { "PhpOption\\": "src/PhpOption/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Johannes M. Schmitt", "email": "schmittjoh@gmail.com" }, { "name": "Graham Campbell", "email": "graham@alt-three.com" } ], "description": "Option Type for PHP", "keywords": [ "language", "option", "php", "type" ], "support": { "issues": "https://github.com/schmittjoh/php-option/issues", "source": "https://github.com/schmittjoh/php-option/tree/1.7.5" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption", "type": "tidelift" } ], "time": "2020-07-20T17:29:33+00:00" }, { "name": "pixelandtonic/imagine", "version": "1.2.4.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/pixelandtonic/Imagine/zipball/5ee4b6a365497818815ba50738c8dcbb555c9fd3", "reference": "5ee4b6a365497818815ba50738c8dcbb555c9fd3", "shasum": "" }, "require": { "php": ">=5.3.2" }, "suggest": { "ext-gd": "to use the GD implementation", "ext-gmagick": "to use the Gmagick implementation", "ext-imagick": "to use the Imagick implementation" }, "type": "library", "extra": { "branch-alias": { "dev-develop": "0.7-dev" } }, "autoload": { "psr-4": { "Imagine\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Bulat Shakirzyanov", "email": "mallluhuct@gmail.com", "homepage": "http://avalanche123.com" } ], "description": "Image processing for PHP 5.3", "homepage": "http://imagine.readthedocs.org/", "keywords": [ "drawing", "graphics", "image manipulation", "image processing" ], "time": "2021-06-22T18:26:46+00:00" }, { "name": "psr/container", "version": "1.1.1", "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/" } }, "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" ], "time": "2021-03-05T17:36:06+00:00" }, { "name": "psr/http-client", "version": "1.0.1", "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/" } }, "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" ], "time": "2020-06-29T06:28:15+00:00" }, { "name": "psr/http-factory", "version": "1.0.1", "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/" } }, "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" ], "time": "2019-04-30T12:38:16+00:00" }, { "name": "psr/http-message", "version": "1.0.1", "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/" } }, "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/log", "version": "1.1.4", "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/" } }, "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" ], "time": "2021-05-03T11:20:27+00:00" }, { "name": "psr/simple-cache", "version": "1.0.1", "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/" } }, "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" ], "time": "2017-10-23T01:57:42+00:00" }, { "name": "ralouphie/getallheaders", "version": "3.0.3", "dist": { "type": "zip", "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", "reference": "120b605dfeb996808c31b6477290a714d356e822", "shasum": "" }, "require": { "php": ">=5.6" }, "type": "library", "autoload": { "files": [ "src/getallheaders.php" ] }, "license": [ "MIT" ], "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "description": "A polyfill for getallheaders.", "time": "2019-03-08T08:55:37+00:00" }, { "name": "react/promise", "version": "v2.8.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4", "reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4", "shasum": "" }, "require": { "php": ">=5.4.0" }, "type": "library", "autoload": { "psr-4": { "React\\Promise\\": "src/" }, "files": [ "src/functions_include.php" ] }, "license": [ "MIT" ], "authors": [ { "name": "Jan Sorgalla", "email": "jsorgalla@gmail.com" } ], "description": "A lightweight implementation of CommonJS Promises/A for PHP", "keywords": [ "promise", "promises" ], "time": "2020-05-12T15:16:56+00:00" }, { "name": "robrichards/xmlseclibs", "version": "3.1.1", "source": { "type": "git", "url": "https://github.com/robrichards/xmlseclibs.git", "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/f8f19e58f26cdb42c54b214ff8a820760292f8df", "reference": "f8f19e58f26cdb42c54b214ff8a820760292f8df", "shasum": "" }, "require": { "ext-openssl": "*", "php": ">= 5.4" }, "type": "library", "autoload": { "psr-4": { "RobRichards\\XMLSecLibs\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "A PHP library for XML Security", "homepage": "https://github.com/robrichards/xmlseclibs", "keywords": [ "security", "signature", "xml", "xmldsig" ], "support": { "issues": "https://github.com/robrichards/xmlseclibs/issues", "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.1" }, "time": "2020-09-05T13:00:25+00:00" }, { "name": "seld/cli-prompt", "version": "1.0.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/b8dfcf02094b8c03b40322c229493bb2884423c5", "reference": "b8dfcf02094b8c03b40322c229493bb2884423c5", "shasum": "" }, "require": { "php": ">=5.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Seld\\CliPrompt\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be" } ], "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type", "keywords": [ "cli", "console", "hidden", "input", "prompt" ], "time": "2020-12-15T21:32:01+00:00" }, { "name": "seld/jsonlint", "version": "1.8.3", "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57", "reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57", "shasum": "" }, "require": { "php": "^5.3 || ^7.0 || ^8.0" }, "bin": [ "bin/jsonlint" ], "type": "library", "autoload": { "psr-4": { "Seld\\JsonLint\\": "src/Seld/JsonLint/" } }, "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "JSON Linter", "keywords": [ "json", "linter", "parser", "validator" ], "time": "2020-11-11T09:19:24+00:00" }, { "name": "seld/phar-utils", "version": "1.1.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796", "reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796", "shasum": "" }, "require": { "php": ">=5.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Seld\\PharUtils\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be" } ], "description": "PHAR file format utilities, for when PHP phars you up", "keywords": [ "phar" ], "time": "2020-07-07T18:42:57+00:00" }, { "name": "simplesamlphp/saml2", "version": "v4.2.1", "source": { "type": "git", "url": "https://github.com/simplesamlphp/saml2.git", "reference": "3bc980feb96ecf57898014c1bb5b26f0859f1316" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/3bc980feb96ecf57898014c1bb5b26f0859f1316", "reference": "3bc980feb96ecf57898014c1bb5b26f0859f1316", "shasum": "" }, "require": { "ext-dom": "*", "ext-openssl": "*", "ext-zlib": "*", "php": ">=7.1", "psr/log": "~1.1", "robrichards/xmlseclibs": "^3.1.0", "webmozart/assert": "^1.5" }, "require-dev": { "mockery/mockery": "~1.2", "phpunit/phpunit": "^7.5", "sebastian/phpcpd": "~4.1", "sensiolabs/security-checker": "~6.0", "simplesamlphp/simplesamlphp-test-framework": "~0.1.0", "squizlabs/php_codesniffer": "~3.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "v4.0.x-dev" } }, "autoload": { "psr-4": { "SAML2\\": "src/SAML2" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1-or-later" ], "authors": [ { "name": "Andreas Åkre Solberg", "email": "andreas.solberg@uninett.no" } ], "description": "SAML2 PHP library from SimpleSAMLphp", "support": { "issues": "https://github.com/simplesamlphp/saml2/issues", "source": "https://github.com/simplesamlphp/saml2/tree/v4.2.1" }, "time": "2021-04-26T14:40:29+00:00" }, { "name": "solspace/craft-freeform", "version": "3.11.10", "dist": { "type": "zip", "url": "https://api.github.com/repos/solspace/craft3-freeform/zipball/09335eb68e73019ecc1982e2f35d61f098169eaf", "reference": "09335eb68e73019ecc1982e2f35d61f098169eaf", "shasum": "" }, "require": { "composer/composer": "^1.0|^2.0.13", "craftcms/cms": "^3.4.0", "egulias/email-validator": "^2.1|^3.0", "ext-json": "*", "hashids/hashids": "^2.0|^3.0|^4.0", "nesbot/carbon": "^1.22.1|^2.19", "phpoffice/phpspreadsheet": "^1.6.0", "solspace/craft3-commons": "^1.0.21", "stripe/stripe-php": "^7.27.3", "symfony/filesystem": "^2.8|^3.0|^4.0|^5.0", "symfony/finder": "^2.8|^3.0|^4.0|^5.0", "symfony/property-access": "^2.8|^3.0|^4.0|^5.0" }, "type": "craft-plugin", "extra": { "schemaVersion": "3.3.2", "handle": "freeform", "class": "Solspace\\Freeform\\Freeform", "name": "Freeform", "developer": "Solspace", "developerUrl": "https://docs.solspace.com/", "documentationUrl": "https://docs.solspace.com/craft/freeform/v3/", "changelogUrl": "https://raw.githubusercontent.com/solspace/craft3-freeform/master/CHANGELOG.md", "hasSettings": true, "hasCpSection": true, "hooks": { "pre-commit": [ "set -e", "npm -v", "php -v", "printf '\\n\\e[32m######### Linting Scripts #########\\e[0m\\n\\n'", "npm run lint", "printf '\\n\\e[32m######### Running Unit Tests #########\\e[0m\\n\\n'", "composer run test:unit", "printf '\\n\\e[32m######### Running CS Fixer dry run #########\\e[0m\\n\\n'", "composer run fix:dry-run || (printf \"\\e[41mCS Fixer found issues\\e[0m\\n\" && exit 1)" ] } }, "autoload": { "psr-4": { "Solspace\\Freeform\\": "packages/plugin/src/", "Solspace\\Tests\\Freeform\\": "packages/plugin/tests" } }, "authors": [ { "name": "Solspace", "homepage": "https://solspace.com/" } ], "description": "The most reliable, intuitive and powerful form builder for Craft.", "time": "2021-07-22T16:11:57+00:00" }, { "name": "solspace/craft3-commons", "version": "1.0.25", "dist": { "type": "zip", "url": "https://api.github.com/repos/solspace/craft3-commons/zipball/c940b137de92cf37ee2e2b0d3007e373fd454738", "reference": "c940b137de92cf37ee2e2b0d3007e373fd454738", "shasum": "" }, "require": { "monolog/monolog": "^1.23.0|^2.0" }, "type": "library", "autoload": { "psr-4": { "Solspace\\Commons\\": "src/" } }, "license": [ "MIT" ], "description": "Solspace Commons Library for Craft CMS 3 plugins", "time": "2020-08-06T14:40:45+00:00" }, { "name": "spicyweb/craft-embedded-assets", "version": "2.7.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/spicywebau/craft-embedded-assets/zipball/f0dcfff71e3b72327920743bf0ba03ee2b9bfa74", "reference": "f0dcfff71e3b72327920743bf0ba03ee2b9bfa74", "shasum": "" }, "require": { "craftcms/cms": "^3.6.0", "embed/embed": "^3.4.17" }, "type": "craft-plugin", "extra": { "handle": "embeddedassets", "name": "Embedded Assets", "schemaVersion": "1.0.0", "class": "spicyweb\\embeddedassets\\Plugin", "changelogUrl": "https://github.com/spicywebau/craft-embedded-assets/blob/master/CHANGELOG.md", "downloadUrl": "https://github.com/spicywebau/craft-embedded-assets/archive/master.zip" }, "autoload": { "psr-4": { "spicyweb\\embeddedassets\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Spicy Web", "homepage": "https://spicyweb.com.au" } ], "description": "Manage YouTube videos, Instagram photos, Twitter posts and more as first class assets", "keywords": [ "assets", "cms", "craftcms", "embed", "instagram", "plugin", "twitter", "vimeo", "youtube" ], "support": { "issues": "https://github.com/spicywebau/craft-embedded-assets/issues", "source": "https://github.com/spicywebau/craft-embedded-assets", "docs": "https://github.com/spicywebau/craft-embedded-assets/wiki", "rss": "https://github.com/spicywebau/craft-embedded-assets/commits/master.atom" }, "time": "2021-06-02T05:43:28+00:00" }, { "name": "spicyweb/craft-neo", "version": "2.10.8", "dist": { "type": "zip", "url": "https://api.github.com/repos/spicywebau/craft-neo/zipball/ac2137412b47d45a787d2016a409cd26db5ea378", "reference": "ac2137412b47d45a787d2016a409cd26db5ea378", "shasum": "" }, "require": { "craftcms/cms": "^3.6.6" }, "type": "craft-plugin", "extra": { "handle": "neo", "name": "Neo", "schemaVersion": "2.9.11", "class": "benf\\neo\\Plugin", "changelogUrl": "https://github.com/spicywebau/craft-neo/blob/master/CHANGELOG.md", "downloadUrl": "https://github.com/spicywebau/craft-neo/archive/master.zip" }, "autoload": { "psr-4": { "benf\\neo\\": "src/" } }, "license": [ "proprietary" ], "authors": [ { "name": "Spicy Web", "homepage": "https://github.com/spicywebau" } ], "description": "A Matrix-like field type that uses existing fields", "keywords": [ "cms", "craftcms", "field", "matrix", "neo", "plugin" ], "support": { "issues": "https://github.com/spicywebau/craft-neo/issues", "source": "https://github.com/spicywebau/craft-neo", "docs": "https://github.com/spicywebau/craft-neo/blob/2.10.8/README.md", "rss": "https://github.com/spicywebau/craft-neo/commits/master.atom" }, "time": "2021-07-14T05:52:20+00:00" }, { "name": "stripe/stripe-php", "version": "v7.92.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/stripe/stripe-php/zipball/4b549e6f7d3e7ffd877547a0f1e8bd01c363e268", "reference": "4b549e6f7d3e7ffd877547a0f1e8bd01c363e268", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", "php": ">=5.6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "psr-4": { "Stripe\\": "lib/" } }, "license": [ "MIT" ], "authors": [ { "name": "Stripe and contributors", "homepage": "https://github.com/stripe/stripe-php/contributors" } ], "description": "Stripe PHP Library", "homepage": "https://stripe.com/", "keywords": [ "api", "payment processing", "stripe" ], "time": "2021-07-28T17:38:57+00:00" }, { "name": "swiftmailer/swiftmailer", "version": "v6.2.7", "dist": { "type": "zip", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/15f7faf8508e04471f666633addacf54c0ab5933", "reference": "15f7faf8508e04471f666633addacf54c0ab5933", "shasum": "" }, "require": { "egulias/email-validator": "^2.0|^3.1", "php": ">=7.0.0", "symfony/polyfill-iconv": "^1.0", "symfony/polyfill-intl-idn": "^1.10", "symfony/polyfill-mbstring": "^1.0" }, "suggest": { "ext-intl": "Needed to support internationalized email addresses" }, "type": "library", "extra": { "branch-alias": { "dev-master": "6.2-dev" } }, "autoload": { "files": [ "lib/swift_required.php" ] }, "license": [ "MIT" ], "authors": [ { "name": "Chris Corbyn" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Swiftmailer, free feature-rich PHP mailer", "homepage": "https://swiftmailer.symfony.com", "keywords": [ "email", "mail", "mailer" ], "time": "2021-03-09T12:30:35+00:00" }, { "name": "symfony/console", "version": "v5.3.6", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/51b71afd6d2dc8f5063199357b9880cea8d8bfe2", "reference": "51b71afd6d2dc8f5063199357b9880cea8d8bfe2", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php73": "^1.8", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2", "symfony/string": "^5.1" }, "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" }, "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/" ] }, "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" ], "time": "2021-07-27T19:10:22+00:00" }, { "name": "symfony/deprecation-contracts", "version": "v2.4.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627", "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.4-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "files": [ "function.php" ] }, "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", "time": "2021-03-23T23:28:01+00:00" }, { "name": "symfony/filesystem", "version": "v5.3.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/343f4fe324383ca46792cae728a3b6e2f708fb32", "reference": "343f4fe324383ca46792cae728a3b6e2f708fb32", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "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", "time": "2021-07-21T12:40:44+00:00" }, { "name": "symfony/finder", "version": "v5.3.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/17f50e06018baec41551a71a15731287dbaab186", "reference": "17f50e06018baec41551a71a15731287dbaab186", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "time": "2021-07-23T15:54:19+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.23.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce", "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce", "shasum": "" }, "require": { "php": ">=7.1" }, "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": { "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" }, "files": [ "bootstrap.php" ] }, "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" ], "time": "2021-02-19T12:13:01+00:00" }, { "name": "symfony/polyfill-iconv", "version": "v1.23.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/63b5bb7db83e5673936d6e3b8b3e022ff6474933", "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933", "shasum": "" }, "require": { "php": ">=7.1" }, "suggest": { "ext-iconv": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Iconv\\": "" }, "files": [ "bootstrap.php" ] }, "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Iconv extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "iconv", "polyfill", "portable", "shim" ], "time": "2021-05-27T09:27:20+00:00" }, { "name": "symfony/polyfill-intl-grapheme", "version": "v1.23.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535", "reference": "16880ba9c5ebe3642d1995ab866db29270b36535", "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": { "psr-4": { "Symfony\\Polyfill\\Intl\\Grapheme\\": "" }, "files": [ "bootstrap.php" ] }, "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" ], "time": "2021-05-27T12:26:48+00:00" }, { "name": "symfony/polyfill-intl-idn", "version": "v1.23.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65", "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65", "shasum": "" }, "require": { "php": ">=7.1", "symfony/polyfill-intl-normalizer": "^1.10", "symfony/polyfill-php72": "^1.10" }, "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": { "psr-4": { "Symfony\\Polyfill\\Intl\\Idn\\": "" }, "files": [ "bootstrap.php" ] }, "license": [ "MIT" ], "authors": [ { "name": "Laurent Bassin", "email": "laurent@bassin.info" }, { "name": "Trevor Rowbotham", "email": "trevor.rowbotham@pm.me" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "idn", "intl", "polyfill", "portable", "shim" ], "time": "2021-05-27T09:27:20+00:00" }, { "name": "symfony/polyfill-intl-normalizer", "version": "v1.23.0", "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": { "psr-4": { "Symfony\\Polyfill\\Intl\\Normalizer\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "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" ], "time": "2021-02-19T12:13:01+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.23.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6", "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6", "shasum": "" }, "require": { "php": ">=7.1" }, "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": { "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ "bootstrap.php" ] }, "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" ], "time": "2021-05-27T12:26:48+00:00" }, { "name": "symfony/polyfill-php72", "version": "v1.23.0", "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": { "psr-4": { "Symfony\\Polyfill\\Php72\\": "" }, "files": [ "bootstrap.php" ] }, "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" ], "time": "2021-05-27T09:17:38+00:00" }, { "name": "symfony/polyfill-php73", "version": "v1.23.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010", "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010", "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": { "psr-4": { "Symfony\\Polyfill\\Php73\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "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" ], "time": "2021-02-19T12:13:01+00:00" }, { "name": "symfony/polyfill-php80", "version": "v1.23.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be", "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be", "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": { "psr-4": { "Symfony\\Polyfill\\Php80\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "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" ], "time": "2021-07-28T13:41:28+00:00" }, { "name": "symfony/process", "version": "v5.3.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/d16634ee55b895bd85ec714dadc58e4428ecf030", "reference": "d16634ee55b895bd85ec714dadc58e4428ecf030", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "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", "time": "2021-07-23T15:54:19+00:00" }, { "name": "symfony/property-access", "version": "v5.3.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/property-access/zipball/098681253076af7070df7d9debe5f75733eea189", "reference": "098681253076af7070df7d9debe5f75733eea189", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-php80": "^1.16", "symfony/property-info": "^5.2" }, "suggest": { "psr/cache-implementation": "To cache access methods." }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\PropertyAccess\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides functions to read and write from/to an object or array using a simple string notation", "homepage": "https://symfony.com", "keywords": [ "access", "array", "extraction", "index", "injection", "object", "property", "property path", "reflection" ], "time": "2021-07-21T12:40:44+00:00" }, { "name": "symfony/property-info", "version": "v5.3.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/property-info/zipball/0f42009150679a7a256eb6ee106401af5d974ed2", "reference": "0f42009150679a7a256eb6ee106401af5d974ed2", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-php80": "^1.16", "symfony/string": "^5.1" }, "conflict": { "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", "symfony/dependency-injection": "<4.4" }, "suggest": { "phpdocumentor/reflection-docblock": "To use the PHPDoc", "psr/cache-implementation": "To cache results", "symfony/doctrine-bridge": "To use Doctrine metadata", "symfony/serializer": "To use Serializer metadata" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\PropertyInfo\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "authors": [ { "name": "Kévin Dunglas", "email": "dunglas@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Extracts information about PHP class' properties using metadata of popular sources", "homepage": "https://symfony.com", "keywords": [ "doctrine", "phpdoc", "property", "symfony", "type", "validator" ], "time": "2021-07-21T12:40:44+00:00" }, { "name": "symfony/service-contracts", "version": "v2.4.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb", "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/container": "^1.1" }, "suggest": { "symfony/service-implementation": "" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.4-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Service\\": "" } }, "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" ], "time": "2021-04-01T10:43:52+00:00" }, { "name": "symfony/string", "version": "v5.3.3", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/string/zipball/bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1", "reference": "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1", "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" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\String\\": "" }, "files": [ "Resources/functions.php" ], "exclude-from-classmap": [ "/Tests/" ] }, "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" ], "time": "2021-06-27T11:44:38+00:00" }, { "name": "symfony/translation", "version": "v5.3.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation/zipball/d89ad7292932c2699cbe4af98d72c5c6bbc504c1", "reference": "d89ad7292932c2699cbe4af98d72c5c6bbc504c1", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.16", "symfony/translation-contracts": "^2.3" }, "conflict": { "symfony/config": "<4.4", "symfony/dependency-injection": "<5.0", "symfony/http-kernel": "<5.0", "symfony/twig-bundle": "<5.0", "symfony/yaml": "<4.4" }, "provide": { "symfony/translation-implementation": "2.3" }, "suggest": { "psr/log-implementation": "To use logging capability in translator", "symfony/config": "", "symfony/yaml": "" }, "type": "library", "autoload": { "files": [ "Resources/functions.php" ], "psr-4": { "Symfony\\Component\\Translation\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "time": "2021-07-25T09:39:16+00:00" }, { "name": "symfony/translation-contracts", "version": "v2.4.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95", "reference": "95c812666f3e91db75385749fe219c5e494c7f95", "shasum": "" }, "require": { "php": ">=7.2.5" }, "suggest": { "symfony/translation-implementation": "" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.4-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Translation\\": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Generic abstractions related to translation", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "time": "2021-03-23T23:28:01+00:00" }, { "name": "symfony/yaml", "version": "v5.3.6", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/4500fe63dc9c6ffc32d3b1cb0448c329f9c814b7", "reference": "4500fe63dc9c6ffc32d3b1cb0448c329f9c814b7", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-ctype": "~1.8" }, "conflict": { "symfony/console": "<4.4" }, "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/" ] }, "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", "time": "2021-07-29T06:20:01+00:00" }, { "name": "true/punycode", "version": "v2.1.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e", "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e", "shasum": "" }, "require": { "php": ">=5.3.0", "symfony/polyfill-mbstring": "^1.3" }, "type": "library", "autoload": { "psr-4": { "TrueBV\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Renan Gonçalves", "email": "renan.saddam@gmail.com" } ], "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)", "homepage": "https://github.com/true/php-punycode", "keywords": [ "idna", "punycode" ], "time": "2016-11-16T10:37:54+00:00" }, { "name": "twig/twig", "version": "v2.14.6", "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/27e5cf2b05e3744accf39d4c68a3235d9966d260", "reference": "27e5cf2b05e3744accf39d4c68a3235d9966d260", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-mbstring": "^1.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.14-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" }, "psr-4": { "Twig\\": "src/" } }, "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" ], "time": "2021-05-16T12:12:47+00:00" }, { "name": "verbb/base", "version": "1.0.3", "dist": { "type": "zip", "url": "https://api.github.com/repos/verbb/verbb-base/zipball/006cc4979e2b7669234a90bb7347129fe0185eb8", "reference": "006cc4979e2b7669234a90bb7347129fe0185eb8", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0" }, "type": "yii-module", "autoload": { "psr-4": { "verbb\\base\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Verbb", "homepage": "https://verbb.io" } ], "description": "Common utilities and building-blocks for Verbb plugins for Craft CMS.", "time": "2021-03-17T20:54:49+00:00" }, { "name": "verbb/field-manager", "version": "2.2.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/verbb/field-manager/zipball/1e1085f4dd9cc8c244ff6b410584444a387d3b7e", "reference": "1e1085f4dd9cc8c244ff6b410584444a387d3b7e", "shasum": "" }, "require": { "craftcms/cms": "^3.5.0", "verbb/base": "^1.0.2" }, "type": "craft-plugin", "extra": { "name": "Field Manager", "handle": "field-manager", "changelogUrl": "https://raw.githubusercontent.com/verbb/field-manager/craft-3/CHANGELOG.md", "class": "verbb\\fieldmanager\\FieldManager" }, "autoload": { "psr-4": { "verbb\\fieldmanager\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Verbb", "homepage": "https://verbb.io" } ], "description": "Manage your fields and field groups with ease with simple field or group cloning and quicker overall management.", "keywords": [ "cms", "craft", "craft-plugin", "craftcms", "field manager" ], "support": { "email": "support@verbb.io", "issues": "https://github.com/verbb/field-manager/issues?state=open", "source": "https://github.com/verbb/field-manager", "docs": "https://github.com/verbb/field-manager", "rss": "https://github.com/verbb/field-manager/commits/v2.atom" }, "time": "2021-06-30T07:14:03+00:00" }, { "name": "verbb/icon-picker", "version": "1.1.10", "source": { "type": "git", "url": "https://github.com/verbb/icon-picker.git", "reference": "d536355eca527a9fe1e891387c1742175dc10147" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/verbb/icon-picker/zipball/d536355eca527a9fe1e891387c1742175dc10147", "reference": "d536355eca527a9fe1e891387c1742175dc10147", "shasum": "" }, "require": { "cakephp/core": "^3.5", "cakephp/utility": "^3.3.12", "craftcms/cms": "^3.4.0-RC1", "glenscott/url-normalizer": "^1.4", "phenx/php-font-lib": "^0.5.0", "verbb/base": "^1.0.2" }, "type": "craft-plugin", "extra": { "name": "Icon Picker", "handle": "icon-picker", "changelogUrl": "https://raw.githubusercontent.com/verbb/icon-picker/craft-3/CHANGELOG.md", "class": "verbb\\iconpicker\\IconPicker" }, "autoload": { "psr-4": { "verbb\\iconpicker\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], "authors": [ { "name": "Verbb", "homepage": "https://verbb.io" } ], "description": "Provide content editors a field to pick an icon from a public directory.", "keywords": [ "Craft", "cms", "craft-plugin", "craftcms", "icon-picker" ], "support": { "docs": "https://github.com/verbb/icon-picker", "email": "support@verbb.io", "issues": "https://github.com/verbb/icon-picker/issues?state=open", "rss": "https://github.com/verbb/icon-picker/commits/v2.atom", "source": "https://github.com/verbb/icon-picker" }, "time": "2020-12-06T23:38:52+00:00" }, { "name": "verbb/image-resizer", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/verbb/image-resizer.git", "reference": "4f9d81b32f00262413d8885287db2ed352e7914a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/verbb/image-resizer/zipball/4f9d81b32f00262413d8885287db2ed352e7914a", "reference": "4f9d81b32f00262413d8885287db2ed352e7914a", "shasum": "" }, "require": { "craftcms/cms": "^3.6.0", "lsolesen/pel": "^0.9.6", "verbb/base": "^1.0.2" }, "type": "craft-plugin", "extra": { "name": "Image Resizer", "handle": "image-resizer", "description": "Image Resizer resizes your assets when they are uploaded.", "documentationUrl": "https://github.com/verbb/image-resizer", "changelogUrl": "https://raw.githubusercontent.com/verbb/image-resizer/craft-3/CHANGELOG.md", "class": "verbb\\imageresizer\\ImageResizer" }, "autoload": { "psr-4": { "verbb\\imageresizer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Verbb", "homepage": "https://verbb.io" } ], "description": "Image Resizer is a Craft plugin that resizes your assets when they are uploaded.", "keywords": [ "Craft", "cms", "craft-plugin", "craftcms", "example" ], "support": { "docs": "https://github.com/verbb/image-resizer", "email": "support@verbb.io", "issues": "https://github.com/verbb/image-resizer/issues?state=open", "rss": "https://github.com/verbb/image-resizer/commits/v2.atom", "source": "https://github.com/verbb/image-resizer" }, "funding": [ { "url": "https://github.com/verbb", "type": "github" } ], "time": "2021-02-19T05:18:01+00:00" }, { "name": "verbb/navigation", "version": "1.4.20", "dist": { "type": "zip", "url": "https://api.github.com/repos/verbb/navigation/zipball/655c12043537f93e07949d91baac745c333925d3", "reference": "655c12043537f93e07949d91baac745c333925d3", "shasum": "" }, "require": { "craftcms/cms": "^3.4.0", "verbb/base": "^1.0.2" }, "type": "craft-plugin", "extra": { "name": "Navigation", "handle": "navigation", "changelogUrl": "https://raw.githubusercontent.com/verbb/navigation/craft-3/CHANGELOG.md", "class": "verbb\\navigation\\Navigation" }, "autoload": { "psr-4": { "verbb\\navigation\\": "src/" } }, "license": [ "proprietary" ], "authors": [ { "name": "Verbb", "homepage": "https://verbb.io" } ], "description": "A Craft CMS plugin to create navigation menus for your site.", "keywords": [ "cms", "craft", "craft-plugin", "craftcms", "menu", "navigation" ], "support": { "email": "support@verbb.io", "issues": "https://github.com/verbb/navigation/issues?state=open", "source": "https://github.com/verbb/navigation", "docs": "https://github.com/verbb/navigation", "rss": "https://github.com/verbb/navigation/commits/v2.atom" }, "time": "2021-07-19T04:56:05+00:00" }, { "name": "verbb/super-table", "version": "2.6.7", "source": { "type": "git", "url": "https://github.com/verbb/super-table.git", "reference": "bc35da9a3a2eef20338c1e60998c4afd57f84851" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/verbb/super-table/zipball/bc35da9a3a2eef20338c1e60998c4afd57f84851", "reference": "bc35da9a3a2eef20338c1e60998c4afd57f84851", "shasum": "" }, "require": { "craftcms/cms": "^3.5.0", "verbb/base": "^1.0.2" }, "type": "craft-plugin", "extra": { "name": "Super Table", "handle": "super-table", "description": "Super-charge your Craft workflow with Super Table. Use it to group fields together or build complex Matrix-in-Matrix solutions.", "documentationUrl": "https://github.com/verbb/super-table", "changelogUrl": "https://raw.githubusercontent.com/verbb/super-table/craft-3/CHANGELOG.md", "class": "verbb\\supertable\\SuperTable" }, "autoload": { "psr-4": { "verbb\\supertable\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Verbb", "homepage": "https://verbb.io" } ], "description": "Super-charge your Craft workflow with Super Table. Use it to group fields together or build complex Matrix-in-Matrix solutions.", "keywords": [ "Craft", "cms", "craft-plugin", "craftcms", "super table" ], "support": { "docs": "https://github.com/verbb/super-table", "email": "support@verbb.io", "issues": "https://github.com/verbb/super-table/issues?state=open", "rss": "https://github.com/verbb/super-table/commits/v2.atom", "source": "https://github.com/verbb/super-table" }, "funding": [ { "url": "https://github.com/verbb", "type": "github" } ], "time": "2021-02-06T01:25:30+00:00" }, { "name": "vlucas/phpdotenv", "version": "v3.6.8", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", "reference": "5e679f7616db829358341e2d5cccbd18773bdab8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/5e679f7616db829358341e2d5cccbd18773bdab8", "reference": "5e679f7616db829358341e2d5cccbd18773bdab8", "shasum": "" }, "require": { "php": "^5.4 || ^7.0 || ^8.0", "phpoption/phpoption": "^1.5.2", "symfony/polyfill-ctype": "^1.17" }, "require-dev": { "ext-filter": "*", "ext-pcre": "*", "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20" }, "suggest": { "ext-filter": "Required to use the boolean validator.", "ext-pcre": "Required to use most of the library." }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.6-dev" } }, "autoload": { "psr-4": { "Dotenv\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Graham Campbell", "email": "graham@alt-three.com", "homepage": "https://gjcampbell.co.uk/" }, { "name": "Vance Lucas", "email": "vance@vancelucas.com", "homepage": "https://vancelucas.com/" } ], "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", "keywords": [ "dotenv", "env", "environment" ], "support": { "issues": "https://github.com/vlucas/phpdotenv/issues", "source": "https://github.com/vlucas/phpdotenv/tree/v3.6.8" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv", "type": "tidelift" } ], "time": "2021-01-20T14:39:46+00:00" }, { "name": "voku/anti-xss", "version": "4.1.32", "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/anti-xss/zipball/159b49a50cf3f6cf72ee43b0dcf7c2580a0c12d1", "reference": "159b49a50cf3f6cf72ee43b0dcf7c2580a0c12d1", "shasum": "" }, "require": { "php": ">=7.0.0", "voku/portable-utf8": "~5.4.51" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.1.x-dev" } }, "autoload": { "psr-4": { "voku\\helper\\": "src/voku/helper/" } }, "license": [ "MIT" ], "authors": [ { "name": "EllisLab Dev Team", "homepage": "http://ellislab.com/" }, { "name": "Lars Moelleken", "email": "lars@moelleken.org", "homepage": "https://www.moelleken.org/" } ], "description": "anti xss-library", "homepage": "https://github.com/voku/anti-xss", "keywords": [ "anti-xss", "clean", "security", "xss" ], "time": "2021-03-29T14:29:34+00:00" }, { "name": "voku/arrayy", "version": "7.8.10", "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/Arrayy/zipball/d9b0b1b398f1b19c3c8d72386f5df3764b877052", "reference": "d9b0b1b398f1b19c3c8d72386f5df3764b877052", "shasum": "" }, "require": { "ext-json": "*", "php": ">=7.0.0", "phpdocumentor/reflection-docblock": "~4.3 || ~5.0", "symfony/polyfill-mbstring": "~1.0" }, "type": "library", "autoload": { "psr-4": { "Arrayy\\": "src/" }, "files": [ "src/Create.php" ] }, "license": [ "MIT" ], "authors": [ { "name": "Lars Moelleken", "email": "lars@moelleken.org", "homepage": "https://www.moelleken.org/", "role": "Maintainer" } ], "description": "Array manipulation library for PHP, called Arrayy!", "keywords": [ "Arrayy", "array", "helpers", "manipulation", "methods", "utility", "utils" ], "time": "2021-06-18T23:23:37+00:00" }, { "name": "voku/email-check", "version": "3.1.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/email-check/zipball/6ea842920bbef6758b8c1e619fd1710e7a1a2cac", "reference": "6ea842920bbef6758b8c1e619fd1710e7a1a2cac", "shasum": "" }, "require": { "php": ">=7.0.0", "symfony/polyfill-intl-idn": "~1.10" }, "suggest": { "ext-intl": "Use Intl for best performance" }, "type": "library", "autoload": { "psr-4": { "voku\\helper\\": "src/voku/helper/" } }, "license": [ "MIT" ], "authors": [ { "name": "Lars Moelleken", "homepage": "http://www.moelleken.org/" } ], "description": "email-check (syntax, dns, trash, ...) library", "homepage": "https://github.com/voku/email-check", "keywords": [ "check-email", "email", "mail", "mail-check", "validate-email", "validate-email-address", "validate-mail" ], "time": "2021-01-27T14:14:33+00:00" }, { "name": "voku/portable-ascii", "version": "1.5.6", "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/portable-ascii/zipball/80953678b19901e5165c56752d087fc11526017c", "reference": "80953678b19901e5165c56752d087fc11526017c", "shasum": "" }, "require": { "php": ">=7.0.0" }, "suggest": { "ext-intl": "Use Intl for transliterator_transliterate() support" }, "type": "library", "autoload": { "psr-4": { "voku\\": "src/voku/" } }, "license": [ "MIT" ], "authors": [ { "name": "Lars Moelleken", "homepage": "http://www.moelleken.org/" } ], "description": "Portable ASCII library - performance optimized (ascii) string functions for php.", "homepage": "https://github.com/voku/portable-ascii", "keywords": [ "ascii", "clean", "php" ], "time": "2020-11-12T00:07:28+00:00" }, { "name": "voku/portable-utf8", "version": "5.4.51", "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/portable-utf8/zipball/578f5266725dc9880483d24ad0cfb39f8ce170f7", "reference": "578f5266725dc9880483d24ad0cfb39f8ce170f7", "shasum": "" }, "require": { "php": ">=7.0.0", "symfony/polyfill-iconv": "~1.0", "symfony/polyfill-intl-grapheme": "~1.0", "symfony/polyfill-intl-normalizer": "~1.0", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php72": "~1.0", "voku/portable-ascii": "~1.5.6" }, "suggest": { "ext-ctype": "Use Ctype for e.g. hexadecimal digit detection", "ext-fileinfo": "Use Fileinfo for better binary file detection", "ext-iconv": "Use iconv for best performance", "ext-intl": "Use Intl for best performance", "ext-json": "Use JSON for string detection", "ext-mbstring": "Use Mbstring for best performance" }, "type": "library", "autoload": { "psr-4": { "voku\\": "src/voku/" }, "files": [ "bootstrap.php" ] }, "license": [ "(Apache-2.0 or GPL-2.0)" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Hamid Sarfraz", "homepage": "http://pageconfig.com/" }, { "name": "Lars Moelleken", "homepage": "http://www.moelleken.org/" } ], "description": "Portable UTF-8 library - performance optimized (unicode) string functions for php.", "homepage": "https://github.com/voku/portable-utf8", "keywords": [ "UTF", "clean", "php", "unicode", "utf-8", "utf8" ], "time": "2020-12-02T01:58:49+00:00" }, { "name": "voku/stop-words", "version": "2.0.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/stop-words/zipball/8e63c0af20f800b1600783764e0ce19e53969f71", "reference": "8e63c0af20f800b1600783764e0ce19e53969f71", "shasum": "" }, "require": { "php": ">=7.0.0" }, "type": "library", "autoload": { "psr-4": { "voku\\": "src/voku/" } }, "license": [ "MIT" ], "authors": [ { "name": "Lars Moelleken", "homepage": "http://www.moelleken.org/" } ], "description": "Stop-Words via PHP", "keywords": [ "stop words", "stop-words" ], "time": "2018-11-23T01:37:27+00:00" }, { "name": "voku/stringy", "version": "6.4.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/Stringy/zipball/5b74e0e428e466bda91489b4c6e9ab385aa7c73a", "reference": "5b74e0e428e466bda91489b4c6e9ab385aa7c73a", "shasum": "" }, "require": { "defuse/php-encryption": "~2.0", "ext-json": "*", "php": ">=7.0.0", "voku/anti-xss": "~4.1", "voku/arrayy": "~7.8", "voku/email-check": "~3.1", "voku/portable-ascii": "~1.5", "voku/portable-utf8": "~5.4", "voku/urlify": "~5.0" }, "replace": { "danielstjules/stringy": "~3.0" }, "type": "library", "autoload": { "psr-4": { "Stringy\\": "src/" }, "files": [ "src/Create.php" ] }, "license": [ "MIT" ], "authors": [ { "name": "Daniel St. Jules", "email": "danielst.jules@gmail.com", "homepage": "http://www.danielstjules.com", "role": "Maintainer" }, { "name": "Lars Moelleken", "email": "lars@moelleken.org", "homepage": "https://www.moelleken.org/", "role": "Fork-Maintainer" } ], "description": "A string manipulation library with multibyte support", "homepage": "https://github.com/danielstjules/Stringy", "keywords": [ "UTF", "helpers", "manipulation", "methods", "multibyte", "string", "utf-8", "utility", "utils" ], "time": "2021-04-07T09:23:38+00:00" }, { "name": "voku/urlify", "version": "5.0.5", "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/urlify/zipball/d59bfa6d13ce08062e2fe40dd23d226262f961c5", "reference": "d59bfa6d13ce08062e2fe40dd23d226262f961c5", "shasum": "" }, "require": { "php": ">=7.0.0", "voku/portable-ascii": "~1.4", "voku/portable-utf8": "~5.4", "voku/stop-words": "~2.0" }, "type": "library", "autoload": { "psr-4": { "voku\\helper\\": "src/voku/helper/" } }, "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Johnny Broadway", "email": "johnny@johnnybroadway.com", "homepage": "http://www.johnnybroadway.com/" }, { "name": "Lars Moelleken", "email": "lars@moelleken.org", "homepage": "http://moelleken.org/" } ], "description": "PHP port of URLify.js from the Django project. Transliterates non-ascii characters for use in URLs.", "homepage": "https://github.com/voku/urlify", "keywords": [ "encode", "iconv", "link", "slug", "translit", "transliterate", "transliteration", "url", "urlify" ], "time": "2019-12-13T02:57:54+00:00" }, { "name": "webfactory/phumbor", "version": "1.3.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/webfactory/phumbor/zipball/b91be204f7f1aff82ac1b8d89321cdcdb16ba6ed", "reference": "b91be204f7f1aff82ac1b8d89321cdcdb16ba6ed", "shasum": "" }, "replace": { "99designs/phumbor": "*" }, "type": "library", "autoload": { "psr-0": { "Thumbor": "lib" } }, "license": [ "MIT" ], "authors": [ { "name": "Stuart Campbell", "email": "stuart.campbell@99designs.com" }, { "name": "webfactory GmbH", "email": "info@webfactory.de" } ], "description": "A minimal Thumbor library for PHP", "homepage": "https://github.com/webfactory/phumbor", "keywords": [ "Thumbnails", "php", "thumbor", "webfactory" ], "time": "2020-12-12T16:12:01+00:00" }, { "name": "webmozart/assert", "version": "1.10.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25", "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", "symfony/polyfill-ctype": "^1.8" }, "conflict": { "phpstan/phpstan": "<0.12.20", "vimeo/psalm": "<4.6.1 || 4.6.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.10-dev" } }, "autoload": { "psr-4": { "Webmozart\\Assert\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "Assertions to validate method input/output with nice error messages.", "keywords": [ "assert", "check", "validate" ], "time": "2021-03-09T10:59:23+00:00" }, { "name": "webonyx/graphql-php", "version": "v14.4.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/769a47401f8cbc5f357ea4d05e0191e35a011b0f", "reference": "769a47401f8cbc5f357ea4d05e0191e35a011b0f", "shasum": "" }, "require": { "ext-json": "*", "ext-mbstring": "*", "php": "^7.1||^8.0" }, "suggest": { "psr/http-message": "To use standard GraphQL server", "react/promise": "To leverage async resolving on React PHP platform" }, "type": "library", "autoload": { "psr-4": { "GraphQL\\": "src/" } }, "license": [ "MIT" ], "description": "A PHP port of GraphQL reference implementation", "homepage": "https://github.com/webonyx/graphql-php", "keywords": [ "api", "graphql" ], "time": "2021-01-23T09:55:10+00:00" }, { "name": "whoisjuan/craft-color-mixer", "version": "1.0.9", "source": { "type": "git", "url": "https://github.com/whoisjuan/craft-color-mixer.git", "reference": "7c919e271b240bf6a924cfb64988a9544e41fe9b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/whoisjuan/craft-color-mixer/zipball/7c919e271b240bf6a924cfb64988a9544e41fe9b", "reference": "7c919e271b240bf6a924cfb64988a9544e41fe9b", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0-RC1" }, "type": "craft-plugin", "extra": { "name": "Craft Color Mixer", "handle": "craft-color-mixer", "hasCpSettings": false, "hasCpSection": false, "changelogUrl": "https://raw.githubusercontent.com/whoisjuan/craft-color-mixer/master/CHANGELOG.md", "class": "whoisjuan\\craftcolormixer\\CraftColorMixer" }, "autoload": { "psr-4": { "whoisjuan\\craftcolormixer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "whoisjuan", "homepage": "https://www.whoisjuan.me" } ], "description": "A set of Twig filters for modifying hex colors in Craft 3. Ported from https://github.com/ethercreative/colormixer", "keywords": [ "Craft", "cms", "craft color mixer", "craft-plugin", "craftcms" ], "support": { "docs": "https://github.com/whoisjuan/craft-color-mixer/blob/master/README.md", "issues": "https://github.com/whoisjuan/craft-color-mixer/issues", "source": "https://github.com/whoisjuan/craft-color-mixer/tree/1.0.9" }, "time": "2020-04-16T17:41:16+00:00" }, { "name": "wrav/related", "version": "1.1.6", "source": { "type": "git", "url": "https://github.com/wrav/related.git", "reference": "552bbd0d35acd46919e6711f2918e4a6d34c0239" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wrav/related/zipball/552bbd0d35acd46919e6711f2918e4a6d34c0239", "reference": "552bbd0d35acd46919e6711f2918e4a6d34c0239", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0-RC1", "php": ">=7.2.5" }, "type": "craft-plugin", "extra": { "name": "Related", "handle": "related", "hasCpSettings": true, "hasCpSection": false, "changelogUrl": "https://raw.githubusercontent.com/wrav/related/master/CHANGELOG.md", "components": { "relatedService": "wrav\\related\\services\\RelatedService" }, "class": "wrav\\related\\Related" }, "autoload": { "psr-4": { "wrav\\related\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "reganlawton", "homepage": "https://github.com/reganlawton" } ], "description": "A simple plugin that adds a widget within the Craft CP page sidebar, allowing you to quickly and easily access related entries.", "keywords": [ "Craft", "cms", "craft-plugin", "craftcms", "related" ], "support": { "docs": "https://github.com/wrav/related/blob/master/README.md", "issues": "https://github.com/wrav/related/issues", "source": "https://github.com/wrav/related/tree/1.1.6" }, "time": "2021-03-30T05:37:08+00:00" }, { "name": "yii2tech/ar-softdelete", "version": "1.0.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/yii2tech/ar-softdelete/zipball/498ed03f89ded835f0ca156ec50d432191c58769", "reference": "498ed03f89ded835f0ca156ec50d432191c58769", "shasum": "" }, "require": { "yiisoft/yii2": "~2.0.13" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "yii2tech\\ar\\softdelete\\": "src" } }, "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Paul Klimov", "email": "klimov.paul@gmail.com" } ], "description": "Provides support for ActiveRecord soft delete in Yii2", "keywords": [ "active", "delete", "integrity", "record", "smart", "soft", "yii2" ], "time": "2019-07-30T11:05:57+00:00" }, { "name": "yiisoft/yii2", "version": "2.0.42.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/976e2e892af4df933831b5e0a05d0acf4b173d98", "reference": "976e2e892af4df933831b5e0a05d0acf4b173d98", "shasum": "" }, "require": { "bower-asset/inputmask": "~3.2.2 | ~3.3.5", "bower-asset/jquery": "3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable", "bower-asset/punycode": "1.3.*", "bower-asset/yii2-pjax": "~2.0.1", "cebe/markdown": "~1.0.0 | ~1.1.0 | ~1.2.0", "ext-ctype": "*", "ext-mbstring": "*", "ezyang/htmlpurifier": "~4.6", "lib-pcre": "*", "php": ">=5.4.0", "yiisoft/yii2-composer": "~2.0.4" }, "bin": [ "yii" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "yii\\": "" } }, "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Qiang Xue", "email": "qiang.xue@gmail.com", "homepage": "http://www.yiiframework.com/", "role": "Founder and project lead" }, { "name": "Alexander Makarov", "email": "sam@rmcreative.ru", "homepage": "http://rmcreative.ru/", "role": "Core framework development" }, { "name": "Maurizio Domba", "homepage": "http://mdomba.info/", "role": "Core framework development" }, { "name": "Carsten Brandt", "email": "mail@cebe.cc", "homepage": "http://cebe.cc/", "role": "Core framework development" }, { "name": "Timur Ruziev", "email": "resurtm@gmail.com", "homepage": "http://resurtm.com/", "role": "Core framework development" }, { "name": "Paul Klimov", "email": "klimov.paul@gmail.com", "role": "Core framework development" }, { "name": "Dmitry Naumenko", "email": "d.naumenko.a@gmail.com", "role": "Core framework development" }, { "name": "Boudewijn Vahrmeijer", "email": "info@dynasource.eu", "homepage": "http://dynasource.eu", "role": "Core framework development" } ], "description": "Yii PHP Framework Version 2", "homepage": "http://www.yiiframework.com/", "keywords": [ "framework", "yii2" ], "time": "2021-05-06T11:44:35+00:00" }, { "name": "yiisoft/yii2-composer", "version": "2.0.10", "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/94bb3f66e779e2774f8776d6e1bdeab402940510", "reference": "94bb3f66e779e2774f8776d6e1bdeab402940510", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 | ^2.0" }, "type": "composer-plugin", "extra": { "class": "yii\\composer\\Plugin", "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "yii\\composer\\": "" } }, "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Qiang Xue", "email": "qiang.xue@gmail.com" }, { "name": "Carsten Brandt", "email": "mail@cebe.cc" } ], "description": "The composer plugin for Yii extension installer", "keywords": [ "composer", "extension installer", "yii2" ], "time": "2020-06-24T00:04:01+00:00" }, { "name": "yiisoft/yii2-debug", "version": "2.1.17", "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/21a259c27dacedf19ac1e00d4a7180e3043d7859", "reference": "21a259c27dacedf19ac1e00d4a7180e3043d7859", "shasum": "" }, "require": { "ext-mbstring": "*", "opis/closure": "^3.3", "php": ">=5.4", "yiisoft/yii2": "~2.0.13" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" }, "composer-exit-on-patch-failure": true, "patches": { "phpunit/phpunit-mock-objects": { "Fix PHP 7 and 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_mock_objects.patch" }, "phpunit/phpunit": { "Fix PHP 7 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php7.patch", "Fix PHP 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php8.patch" } } }, "autoload": { "psr-4": { "yii\\debug\\": "src" } }, "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Qiang Xue", "email": "qiang.xue@gmail.com" }, { "name": "Simon Karlen", "email": "simi.albi@outlook.com" } ], "description": "The debugger extension for the Yii framework", "keywords": [ "debug", "debugger", "yii2" ], "time": "2021-05-05T22:02:36+00:00" }, { "name": "yiisoft/yii2-queue", "version": "2.3.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-queue/zipball/7446216c87eff371245113b41f5a227d4d9182f7", "reference": "7446216c87eff371245113b41f5a227d4d9182f7", "shasum": "" }, "require": { "php": ">=5.5.0", "symfony/process": "^3.3||^4.0||^5.0", "yiisoft/yii2": "~2.0.14" }, "suggest": { "aws/aws-sdk-php": "Need for aws SQS.", "enqueue/amqp-lib": "Need for AMQP interop queue.", "enqueue/stomp": "Need for Stomp queue.", "ext-gearman": "Need for Gearman queue.", "ext-pcntl": "Need for process signals.", "pda/pheanstalk": "Need for Beanstalk queue.", "php-amqplib/php-amqplib": "Need for AMQP queue.", "yiisoft/yii2-redis": "Need for Redis queue." }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { "yii\\queue\\": "src", "yii\\queue\\amqp\\": "src/drivers/amqp", "yii\\queue\\amqp_interop\\": "src/drivers/amqp_interop", "yii\\queue\\beanstalk\\": "src/drivers/beanstalk", "yii\\queue\\db\\": "src/drivers/db", "yii\\queue\\file\\": "src/drivers/file", "yii\\queue\\gearman\\": "src/drivers/gearman", "yii\\queue\\redis\\": "src/drivers/redis", "yii\\queue\\sync\\": "src/drivers/sync", "yii\\queue\\sqs\\": "src/drivers/sqs", "yii\\queue\\stomp\\": "src/drivers/stomp" } }, "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Roman Zhuravlev", "email": "zhuravljov@gmail.com" } ], "description": "Yii2 Queue Extension which supported DB, Redis, RabbitMQ, Beanstalk, SQS and Gearman", "keywords": [ "async", "beanstalk", "db", "gearman", "gii", "queue", "rabbitmq", "redis", "sqs", "yii" ], "time": "2021-05-05T22:59:45+00:00" }, { "name": "yiisoft/yii2-swiftmailer", "version": "2.1.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/09659a55959f9e64b8178d842b64a9ffae42b994", "reference": "09659a55959f9e64b8178d842b64a9ffae42b994", "shasum": "" }, "require": { "swiftmailer/swiftmailer": "~6.0", "yiisoft/yii2": ">=2.0.4" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" } }, "autoload": { "psr-4": { "yii\\swiftmailer\\": "src" } }, "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Paul Klimov", "email": "klimov.paul@gmail.com" } ], "description": "The SwiftMailer integration for the Yii framework", "keywords": [ "email", "mail", "mailer", "swift", "swiftmailer", "yii2" ], "time": "2018-09-23T22:00:47+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "platform-overrides": { "php": "7.4" }, "plugin-api-version": "2.0.0" }