{ "_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": "ae5ba483f5d462de0e52db50cf65ca89", "packages": [ { "name": "aelvan/inlin", "version": "2.1.1", "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" ], "time": "2018-10-06T21:37:30+00:00" }, { "name": "anubarak/craft-relabel", "version": "1.3.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/Anubarak/craft-relabel/zipball/34c13706937c94f841ef48f62e6c5c223e93a3a3", "reference": "34c13706937c94f841ef48f62e6c5c223e93a3a3", "shasum": "" }, "require": { "craftcms/cms": "^3.1.20" }, "type": "craft-plugin", "extra": { "name": "Relabel", "handle": "relabel", "class": "anubarak\\relabel\\Relabel" }, "autoload": { "psr-4": { "anubarak\\relabel\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Robin Schambach", "homepage": "https://github.com/Anubarak" } ], "description": "Relabel Plugin Craft", "keywords": [ "cms", "craft", "craft-plugin", "craftcms", "relabel" ], "time": "2019-10-01T06:12:55+00:00" }, { "name": "aws/aws-sdk-php", "version": "3.148.3", "dist": { "type": "zip", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/04c268f63c915fe251954927713d506ed21c4b49", "reference": "04c268f63c915fe251954927713d506ed21c4b49", "shasum": "" }, "require": { "ext-json": "*", "ext-pcre": "*", "ext-simplexml": "*", "guzzlehttp/guzzle": "^5.3.3|^6.2.1|^7.0", "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.4.1", "mtdowling/jmespath.php": "^2.5", "php": ">=5.5" }, "require-dev": { "andrewsville/php-token-reflection": "^1.4", "aws/aws-php-sns-message-validator": "~1.0", "behat/behat": "~3.0", "doctrine/cache": "~1.4", "ext-dom": "*", "ext-openssl": "*", "ext-pcntl": "*", "ext-sockets": "*", "nette/neon": "^2.3", "paragonie/random_compat": ">= 2", "phpunit/phpunit": "^4.8.35|^5.4.3", "psr/cache": "^1.0", "psr/simple-cache": "^1.0", "sebastian/comparator": "^1.2.3" }, "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" ] }, "notification-url": "https://packagist.org/downloads/", "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": "2020-08-12T18:16:38+00:00" }, { "name": "cakephp/core", "version": "3.9.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/cakephp/core/zipball/76b9450dc68c81f93bca7827cfbb42a53a5f7737", "reference": "76b9450dc68c81f93bca7827cfbb42a53a5f7737", "shasum": "" }, "require": { "cakephp/utility": "^3.6.0", "php": ">=5.6.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" ], "time": "2020-06-16T00:54:28+00:00" }, { "name": "cakephp/utility", "version": "3.9.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/cakephp/utility/zipball/27d9c7409ad89272e2483e3196aabc47385d3db6", "reference": "27d9c7409ad89272e2483e3196aabc47385d3db6", "shasum": "" }, "require": { "cakephp/core": "^3.6.0", "php": ">=5.6.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" ], "time": "2020-06-14T02:01:05+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" }, "require-dev": { "cebe/indent": "*", "facebook/xhprof": "*@dev", "phpunit/phpunit": "4.1.*" }, "bin": [ "bin/markdown" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "psr-4": { "cebe\\markdown\\": "" } }, "notification-url": "https://packagist.org/downloads/", "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.7", "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/ca-bundle/zipball/95c63ab2117a72f48f5a55da9740a3273d45b7fd", "reference": "95c63ab2117a72f48f5a55da9740a3273d45b7fd", "shasum": "" }, "require": { "ext-openssl": "*", "ext-pcre": "*", "php": "^5.3.2 || ^7.0 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "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": "2020-04-08T08:27:21+00:00" }, { "name": "composer/composer", "version": "1.10.10", "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/composer/zipball/32966a3b1d48bc01472a8321fd6472b44fad033a", "reference": "32966a3b1d48bc01472a8321fd6472b44fad033a", "shasum": "" }, "require": { "composer/ca-bundle": "^1.0", "composer/semver": "^1.0", "composer/spdx-licenses": "^1.2", "composer/xdebug-handler": "^1.1", "justinrainbow/json-schema": "^5.2.10", "php": "^5.3.2 || ^7.0", "psr/log": "^1.0", "seld/jsonlint": "^1.4", "seld/phar-utils": "^1.0", "symfony/console": "^2.7 || ^3.0 || ^4.0 || ^5.0", "symfony/filesystem": "^2.7 || ^3.0 || ^4.0 || ^5.0", "symfony/finder": "^2.7 || ^3.0 || ^4.0 || ^5.0", "symfony/process": "^2.7 || ^3.0 || ^4.0 || ^5.0" }, "conflict": { "symfony/console": "2.8.38" }, "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": "1.10-dev" } }, "autoload": { "psr-4": { "Composer\\": "src/Composer" } }, "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" } ], "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": "2020-08-03T09:35:19+00:00" }, { "name": "composer/semver", "version": "1.5.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/semver/zipball/c6bea70230ef4dd483e6bbcab6005f682ed3a8de", "reference": "c6bea70230ef4dd483e6bbcab6005f682ed3a8de", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.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": "2020-01-13T12:06:48+00:00" }, { "name": "composer/spdx-licenses", "version": "1.5.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/6946f785871e2314c60b4524851f3702ea4f2223", "reference": "6946f785871e2314c60b4524851f3702ea4f2223", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\Spdx\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" }, { "name": "Rob Bast", "email": "rob.bast@gmail.com", "homepage": "http://robbast.nl" } ], "description": "SPDX licenses list and validation library.", "keywords": [ "license", "spdx", "validator" ], "time": "2020-07-15T15:35:07+00:00" }, { "name": "composer/xdebug-handler", "version": "1.4.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51", "reference": "fa2aaf99e2087f013a14f7432c1cd2dd7d8f1f51", "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": "2020-06-04T11:16:35+00:00" }, { "name": "craftcms/aws-s3", "version": "1.2.9", "dist": { "type": "zip", "url": "https://api.github.com/repos/craftcms/aws-s3/zipball/7581c658b17212758089c1e2e6c673936b5b2274", "reference": "7581c658b17212758089c1e2e6c673936b5b2274", "shasum": "" }, "require": { "craftcms/cms": "^3.1.5", "league/flysystem-aws-s3-v3": "^1.0.13" }, "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/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Pixel & Tonic", "homepage": "https://pixelandtonic.com/" } ], "description": "Amazon S3 integration for Craft CMS", "keywords": [ "Flysystem", "aws", "cms", "craftcms", "s3", "yii2" ], "time": "2020-07-23T07:56:51+00:00" }, { "name": "craftcms/cms", "version": "3.5.3", "dist": { "type": "zip", "url": "https://api.github.com/repos/craftcms/cms/zipball/b43974522c8a29f2e6406e8c7dde999c037df39b", "reference": "b43974522c8a29f2e6406e8c7dde999c037df39b", "shasum": "" }, "require": { "composer/composer": "1.10.10", "craftcms/oauth2-craftid": "~1.0.0", "craftcms/plugin-installer": "~1.5.3", "craftcms/server-check": "~1.1.0", "creocoder/yii2-nested-sets": "~0.9.0", "elvanto/litemoji": "^1.3.1", "enshrined/svg-sanitize": "~0.13.2", "ext-curl": "*", "ext-dom": "*", "ext-json": "*", "ext-mbstring": "*", "ext-openssl": "*", "ext-pcre": "*", "ext-pdo": "*", "ext-zip": "*", "guzzlehttp/guzzle": ">=6.3.0 <6.5.0 || ^6.5.1", "laminas/laminas-feed": "^2.12.0", "league/flysystem": "^1.0.35", "league/oauth2-client": "^2.2.1", "mikehaertl/php-shellcommand": "^1.2.5", "mrclay/jsmin-php": "^2.4", "mrclay/minify": "^3.0.7", "php": ">=7.0.0", "pixelandtonic/imagine": "~1.2.2.1", "seld/cli-prompt": "^1.0.3", "symfony/yaml": "^3.2|^4.0", "true/punycode": "^2.1.0", "twig/twig": "~2.12.0", "voku/portable-utf8": "^5.4.28", "voku/stringy": "^6.2.2", "webonyx/graphql-php": "^0.12.0", "yii2tech/ar-softdelete": "^1.0.2", "yiisoft/yii2": "~2.0.36.0", "yiisoft/yii2-debug": "^2.1.0", "yiisoft/yii2-queue": "~2.3.0", "yiisoft/yii2-swiftmailer": "^2.1.0" }, "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" ], "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": "2020-08-11T23:21:59+00:00" }, { "name": "craftcms/element-api", "version": "2.6.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/craftcms/element-api/zipball/33da444d49950e5adc7aaa3b8e5b917993e6a40b", "reference": "33da444d49950e5adc7aaa3b8e5b917993e6a40b", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0-RC16", "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": "2019-08-01T22:45:15+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" }, "require-dev": { "phpunit/phpunit": "^5.0", "satooshi/php-coveralls": "^1.0", "squizlabs/php_codesniffer": "^2.0" }, "type": "library", "autoload": { "psr-4": { "craftcms\\oauth2\\client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "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.5", "dist": { "type": "zip", "url": "https://api.github.com/repos/craftcms/plugin-installer/zipball/42c23ded70ccadf7dea7eab28660d7808dd3022a", "reference": "42c23ded70ccadf7dea7eab28660d7808dd3022a", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0" }, "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": "2020-04-17T23:11:17+00:00" }, { "name": "craftcms/redactor", "version": "2.7.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/craftcms/redactor/zipball/068c75549bbf23d148cf0172ee4fbb3355096e7c", "reference": "068c75549bbf23d148cf0172ee4fbb3355096e7c", "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/" } }, "license": [ "MIT" ], "authors": [ { "name": "Pixel & Tonic", "homepage": "https://pixelandtonic.com/" } ], "description": "Edit rich text content in Craft CMS using Redactor by Imperavi.", "keywords": [ "cms", "craftcms", "html", "redactor", "yii2" ], "support": { "email": "support@craftcms.com", "issues": "https://github.com/craftcms/redactor/issues?state=open", "source": "https://github.com/craftcms/redactor", "docs": "https://github.com/craftcms/redactor/blob/v2/README.md", "rss": "https://github.com/craftcms/redactor/commits/v2.atom" }, "time": "2020-08-09T13:55:21+00:00" }, { "name": "craftcms/server-check", "version": "1.1.9", "dist": { "type": "zip", "url": "https://api.github.com/repos/craftcms/server-check/zipball/579fd9ac93580800330695c5d38ca6decb6601ac", "reference": "579fd9ac93580800330695c5d38ca6decb6601ac", "shasum": "" }, "type": "library", "autoload": { "classmap": [ "server/requirements" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Craft CMS Server Check", "homepage": "https://craftcms.com/", "keywords": [ "cms", "craftcms", "requirements", "yii2" ], "time": "2020-07-14T18:57:12+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" } }, "notification-url": "https://packagist.org/downloads/", "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.2.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620", "reference": "0f407c43b953d571421e0020ba92082ed5fb7620", "shasum": "" }, "require": { "ext-openssl": "*", "paragonie/random_compat": ">= 2", "php": ">=5.4.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": "2018-07-24T23:27:56+00:00" }, { "name": "doctrine/lexer", "version": "1.0.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8", "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "^4.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "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": "2019-06-08T11:03:04+00:00" }, { "name": "egulias/email-validator", "version": "2.1.19", "dist": { "type": "zip", "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/840d5603eb84cc81a6a0382adac3293e57c1c64c", "reference": "840d5603eb84cc81a6a0382adac3293e57c1c64c", "shasum": "" }, "require": { "doctrine/lexer": "^1.0.1", "php": ">=5.5", "symfony/polyfill-intl-idn": "^1.10" }, "suggest": { "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.1.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": "2020-08-08T21:28:19+00:00" }, { "name": "elivz/craft-single-cat", "version": "1.2.1", "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/" } }, "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" }, "time": "2019-02-17T18:19:43+00:00" }, { "name": "elvanto/litemoji", "version": "1.4.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/elvanto/litemoji/zipball/17bf635e4d1a5b4d35d2cadf153cd589b78af7f0", "reference": "17bf635e4d1a5b4d35d2cadf153cd589b78af7f0", "shasum": "" }, "require": { "php": ">=5.4" }, "require-dev": { "milesj/emojibase": "3.1.0", "phpunit/phpunit": "^5.0" }, "type": "library", "autoload": { "psr-4": { "LitEmoji\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "A PHP library simplifying the conversion of unicode, HTML and shortcode emoji.", "keywords": [ "emoji", "php-emoji" ], "time": "2018-09-28T05:23:38+00:00" }, { "name": "embed/embed", "version": "v3.4.8", "dist": { "type": "zip", "url": "https://api.github.com/repos/oscarotero/Embed/zipball/96aab555e399769b9d12c3c362a4232563ccbe76", "reference": "96aab555e399769b9d12c3c362a4232563ccbe76", "shasum": "" }, "require": { "composer/ca-bundle": "^1.0", "ext-curl": "*", "ext-dom": "*", "ext-mbstring": "*", "php": "^5.6|^7.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.0", "phpunit/phpunit": "^4.8|^5.7" }, "type": "library", "autoload": { "psr-4": { "Embed\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "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": "2020-07-03T15:04:01+00:00" }, { "name": "enshrined/svg-sanitize", "version": "0.13.3", "dist": { "type": "zip", "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/bc66593f255b7d2613d8f22041180036979b6403", "reference": "bc66593f255b7d2613d8f22041180036979b6403", "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": "2020-01-20T01:34:17+00:00" }, { "name": "ether/seo", "version": "3.6.6", "dist": { "type": "zip", "url": "https://api.github.com/repos/ethercreative/seo/zipball/cfacc65fbea87ace4a40c0c0e5d35ce2e1167e60", "reference": "cfacc65fbea87ace4a40c0c0e5d35ce2e1167e60", "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", "time": "2020-06-30T13:44:29+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" }, "require-dev": { "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd" }, "type": "library", "autoload": { "psr-0": { "HTMLPurifier": "library/" }, "files": [ "library/HTMLPurifier.composer.php" ], "exclude-from-classmap": [ "/library/HTMLPurifier/Language/" ] }, "notification-url": "https://packagist.org/downloads/", "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": "fruitstudios/linkit", "version": "1.1.11", "dist": { "type": "zip", "url": "https://api.github.com/repos/fruitstudios/craft-linkit/zipball/354ec959094c6e8ae05af1ff345709e4776a7f66", "reference": "354ec959094c6e8ae05af1ff345709e4776a7f66", "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/" } }, "license": [ "proprietary" ], "authors": [ { "name": "Fruit Studios", "homepage": "https://fruitstudios.co.uk" } ], "description": "One link field to rule them all.", "keywords": [ "cms", "craft", "craft-plugin", "craftcms", "fruit studios", "link it", "linkit" ], "support": { "email": "hi@fruitstudios.co.uk", "issues": "https://github.com/fruitstudios/craft-linkit/issues?state=open", "source": "https://github.com/fruitstudios/craft-linkit", "docs": "https://github.com/fruitstudios/craft-linkit" }, "time": "2019-04-03T09:54:55+00:00" }, { "name": "glenscott/url-normalizer", "version": "1.4.0", "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" } }, "license": [ "MIT" ], "authors": [ { "name": "Glen Scott", "email": "glen@glenscott.co.uk" } ], "description": "Syntax based normalization of URL's", "time": "2015-06-11T16:06:02+00:00" }, { "name": "guzzlehttp/guzzle", "version": "6.5.5", "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.0", "guzzlehttp/psr7": "^1.6.1", "php": ">=5.5", "symfony/polyfill-intl-idn": "^1.17.0" }, "require-dev": { "ext-curl": "*", "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", "psr/log": "^1.1" }, "suggest": { "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { "branch-alias": { "dev-master": "6.5-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle is a PHP HTTP client library", "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", "rest", "web service" ], "time": "2020-06-16T21:01:06+00:00" }, { "name": "guzzlehttp/promises", "version": "v1.3.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", "shasum": "" }, "require": { "php": ">=5.5.0" }, "require-dev": { "phpunit/phpunit": "^4.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Promise\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "time": "2016-12-20T10:07:11+00:00" }, { "name": "guzzlehttp/psr7", "version": "1.6.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a", "reference": "239400de7a173fe9901b9ac7c06497751f00727a", "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" }, "require-dev": { "ext-zlib": "*", "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" }, "suggest": { "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.6-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "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": "2019-07-01T23:21:34+00:00" }, { "name": "hashids/hashids", "version": "2.0.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/ivanakimov/hashids.php/zipball/7a945a5192d4a5c8888364970feece9bc26179df", "reference": "7a945a5192d4a5c8888364970feece9bc26179df", "shasum": "" }, "require": { "php": "^5.6.4 || ^7.0" }, "suggest": { "ext-bcmatch": "Required to use BC Math arbitrary precision mathematics (*).", "ext-gmp": "Required to use GNU multiple precision mathematics (*)." }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.1-dev" } }, "autoload": { "psr-4": { "Hashids\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Ivan Akimov", "email": "ivan@barreleye.com", "homepage": "https://twitter.com/IvanAkimov" }, { "name": "Vincent Klaiber", "email": "hello@vinkla.com", "homepage": "https://vinkla.com" } ], "description": "Generate short, unique, non-sequential ids (like YouTube and Bitly) from numbers", "homepage": "http://hashids.org/php", "keywords": [ "bitly", "decode", "encode", "hash", "hashid", "hashids", "ids", "obfuscate", "youtube" ], "time": "2017-10-28T11:24:20+00:00" }, { "name": "imgix/imgix-php", "version": "3.3.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/imgix/imgix-php/zipball/6995ca3440fe442b1175c12dc63b41617568b606", "reference": "6995ca3440fe442b1175c12dc63b41617568b606", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "*" }, "type": "library", "autoload": { "psr-0": { "Imgix\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "description": "A PHP client library for generating URLs with imgix.", "keywords": [ "imgix" ], "time": "2020-06-05T21:57:36+00:00" }, { "name": "intervention/httpauth", "version": "2.1.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/Intervention/httpauth/zipball/3d67894b28b9ff3887fb9e4474c6b81ca5614543", "reference": "3d67894b28b9ff3887fb9e4474c6b81ca5614543", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "laravel": { "providers": [ "Intervention\\Httpauth\\HttpauthServiceProvider" ], "aliases": { "Httpauth": "Intervention\\Httpauth\\Facades\\Httpauth" } } }, "autoload": { "psr-4": { "Intervention\\Httpauth\\": "src/Intervention/Httpauth" } }, "license": [ "MIT" ], "authors": [ { "name": "Oliver Vogel", "email": "oliver@olivervogel.com", "homepage": "http://olivervogel.com/" } ], "description": "HTTP authentication (Basic & Digest) including ServiceProviders for easy Laravel integration", "homepage": "https://github.com/Intervention/httpauth", "keywords": [ "Authentication", "http", "laravel" ], "time": "2019-09-09T11:59:51+00:00" }, { "name": "justinrainbow/json-schema", "version": "5.2.10", "dist": { "type": "zip", "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", "reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", "json-schema/json-schema-test-suite": "1.2.0", "phpunit/phpunit": "^4.8.35" }, "bin": [ "bin/validate-json" ], "type": "library", "extra": { "branch-alias": { "dev-master": "5.0.x-dev" } }, "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bruno Prieto Reis", "email": "bruno.p.reis@gmail.com" }, { "name": "Justin Rainbow", "email": "justin.rainbow@gmail.com" }, { "name": "Igor Wiedler", "email": "igor@wiedler.ch" }, { "name": "Robert Schönthal", "email": "seroscho@googlemail.com" } ], "description": "A library to validate a json schema.", "homepage": "https://github.com/justinrainbow/json-schema", "keywords": [ "json", "schema" ], "time": "2020-05-27T16:41:55+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": "kylekatarnls/update-helper", "version": "1.2.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/kylekatarnls/update-helper/zipball/429be50660ed8a196e0798e5939760f168ec8ce9", "reference": "429be50660ed8a196e0798e5939760f168ec8ce9", "shasum": "" }, "require": { "composer-plugin-api": "^1.1.0 || ^2.0.0", "php": ">=5.3.0" }, "type": "composer-plugin", "extra": { "class": "UpdateHelper\\ComposerPlugin" }, "autoload": { "psr-0": { "UpdateHelper\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Kyle", "email": "kylekatarnls@gmail.com" } ], "description": "Update helper", "time": "2020-04-07T20:44:10+00:00" }, { "name": "laminas/laminas-escaper", "version": "2.6.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/25f2a053eadfa92ddacb609dcbbc39362610da70", "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-escaper": "self.version" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.6.x-dev", "dev-develop": "2.7.x-dev" } }, "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": "2019-12-31T16:43:30+00:00" }, { "name": "laminas/laminas-feed", "version": "2.12.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/8a193ac96ebcb3e16b6ee754ac2a889eefacb654", "reference": "8a193ac96ebcb3e16b6ee754ac2a889eefacb654", "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": "^5.6 || ^7.0" }, "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", "extra": { "branch-alias": { "dev-master": "2.12.x-dev", "dev-develop": "2.13.x-dev" } }, "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": "2020-03-29T12:36:29+00:00" }, { "name": "laminas/laminas-stdlib", "version": "3.2.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/2b18347625a2f06a1a485acfbc870f699dbe51c6", "reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": "^5.6 || ^7.0" }, "replace": { "zendframework/zend-stdlib": "self.version" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2.x-dev", "dev-develop": "3.3.x-dev" } }, "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": "2019-12-31T17:51:15+00:00" }, { "name": "laminas/laminas-zendframework-bridge", "version": "1.0.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/fcd87520e4943d968557803919523772475e8ea3", "reference": "fcd87520e4943d968557803919523772475e8ea3", "shasum": "" }, "require": { "php": "^5.6 || ^7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev", "dev-develop": "1.1.x-dev" }, "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": "2020-05-20T16:45:56+00:00" }, { "name": "league/flysystem", "version": "1.0.70", "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/585824702f534f8d3cf7fab7225e8466cc4b7493", "reference": "585824702f534f8d3cf7fab7225e8466cc4b7493", "shasum": "" }, "require": { "ext-fileinfo": "*", "php": ">=5.5.9" }, "conflict": { "league/flysystem-sftp": "<1.0.6" }, "require-dev": { "phpspec/phpspec": "^3.4 || ^4.0 || ^5.0 || ^6.0", "phpunit/phpunit": "^5.7.26" }, "suggest": { "ext-fileinfo": "Required for MimeType", "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/" } }, "notification-url": "https://packagist.org/downloads/", "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": "2020-07-26T07:20:36+00:00" }, { "name": "league/flysystem-aws-s3-v3", "version": "1.0.25", "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/d409b97a50bf85fbde30cbc9fc10237475e696ea", "reference": "d409b97a50bf85fbde30cbc9fc10237475e696ea", "shasum": "" }, "require": { "aws/aws-sdk-php": "^3.0.0", "league/flysystem": "^1.0.40", "php": ">=5.5.0" }, "require-dev": { "henrikbjorn/phpspec-code-coverage": "~1.0.1", "phpspec/phpspec": "^2.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "League\\Flysystem\\AwsS3v3\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frenky.net" } ], "description": "Flysystem adapter for the AWS S3 SDK v3.x", "time": "2020-06-02T18:41:58+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/oauth2-client", "version": "2.5.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/d9f2a1e000dc14eb3c02e15d15759385ec7ff0fb", "reference": "d9f2a1e000dc14eb3c02e15d15759385ec7ff0fb", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^6.0 || ^7.0", "paragonie/random_compat": "^1|^2|^9.99", "php": "^5.6|^7.0" }, "require-dev": { "eloquent/liberator": "^2.0", "eloquent/phony-phpunit": "^1.0|^3.0", "jakub-onderka/php-parallel-lint": "^0.9.2", "phpunit/phpunit": "^5.7|^6.0", "squizlabs/php_codesniffer": "^2.3|^3.0" }, "type": "library", "extra": { "branch-alias": { "dev-2.x": "2.0.x-dev" } }, "autoload": { "psr-4": { "League\\OAuth2\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "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-07-18T17:54:32+00:00" }, { "name": "lsolesen/pel", "version": "0.9.8", "dist": { "type": "zip", "url": "https://api.github.com/repos/pel/pel/zipball/92da891eaeeabbb00bcd09e0cea53796cf9ca967", "reference": "92da891eaeeabbb00bcd09e0cea53796cf9ca967", "shasum": "" }, "require": { "php": ">=5.4.0" }, "type": "library", "autoload": { "psr-4": { "lsolesen\\pel\\": "src/" } }, "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" ], "time": "2020-02-11T12:05:42+00:00" }, { "name": "marcusschwarz/lesserphp", "version": "v0.5.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/MarcusSchwarz/lesserphp/zipball/3a0f5ae0d63cbb661b5f4afd2f96875e73b3ad7e", "reference": "3a0f5ae0d63cbb661b5f4afd2f96875e73b3ad7e", "shasum": "" }, "bin": [ "plessc" ], "type": "library", "extra": { "branch-alias": { "dev-master": "0.5.1-dev" } }, "autoload": { "classmap": [ "lessc.inc.php" ] }, "license": [ "MIT", "GPL-3.0" ], "authors": [ { "name": "Leaf Corcoran", "email": "leafot@gmail.com", "homepage": "http://leafo.net" }, { "name": "Marcus Schwarz", "email": "github@maswaba.de", "homepage": "https://www.maswaba.de" } ], "description": "lesserphp is a compiler for LESS written in PHP based on leafo's lessphp.", "homepage": "http://leafo.net/lessphp/", "time": "2020-01-19T19:18:49+00:00" }, { "name": "markbaker/complex", "version": "1.4.8", "dist": { "type": "zip", "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/8eaa40cceec7bf0518187530b2e63871be661b72", "reference": "8eaa40cceec7bf0518187530b2e63871be661b72", "shasum": "" }, "require": { "php": "^5.6.0|^7.0.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": "2020-03-11T20:15:49+00:00" }, { "name": "markbaker/matrix", "version": "1.2.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/5348c5a67e3b75cd209d70103f916a93b1f1ed21", "reference": "5348c5a67e3b75cd209d70103f916a93b1f1ed21", "shasum": "" }, "require": { "php": "^5.6.0|^7.0.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@lange.demon.co.uk" } ], "description": "PHP Class for working with matrices", "homepage": "https://github.com/MarkBaker/PHPMatrix", "keywords": [ "mathematics", "matrix", "vector" ], "time": "2019-10-06T11:29:25+00:00" }, { "name": "mikehaertl/php-shellcommand", "version": "1.6.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/mikehaertl/php-shellcommand/zipball/8d98d8536e05abafe76a491da87296d824939076", "reference": "8d98d8536e05abafe76a491da87296d824939076", "shasum": "" }, "require": { "php": ">= 5.4.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": "2019-12-20T08:48:10+00:00" }, { "name": "mmikkel/incognito-field", "version": "1.1.1.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/mmikkel/IncognitoField-Craft3/zipball/d065f67e0facdeaed8731d4aedb70e6442ec9147", "reference": "d065f67e0facdeaed8731d4aedb70e6442ec9147", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0-RC1" }, "type": "craft-plugin", "extra": { "name": "Incognito Field", "handle": "incognito-field", "schemaVersion": "1.1.1", "hasCpSettings": false, "hasCpSection": false, "changelogUrl": "https://raw.githubusercontent.com/mmikkel/IncognitoField-Craft3/master/CHANGELOG.md", "class": "mmikkel\\incognitofield\\IncognitoField" }, "autoload": { "psr-4": { "mmikkel\\incognitofield\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Mats Mikkel Rummelhoff", "homepage": "http://vaersaagod.no" } ], "description": "PlainText drop-in replacement that can be set to disabled, hidden or readonly.", "keywords": [ "cms", "craft", "craft-plugin", "craftcms", "incognito field" ], "support": { "docs": "https://github.com/mmikkel/IncognitoField-Craft3/blob/master/README.md", "issues": "https://github.com/mmikkel/IncognitoField-Craft3/issues" }, "time": "2019-02-28T08:12:03+00:00" }, { "name": "monolog/monolog", "version": "1.25.5", "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/1817faadd1846cd08be9a49e905dc68823bc38c0", "reference": "1817faadd1846cd08be9a49e905dc68823bc38c0", "shasum": "" }, "require": { "php": ">=5.3.0", "psr/log": "~1.0" }, "provide": { "psr/log-implementation": "1.0.0" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", "graylog2/gelf-php": "~1.0", "php-amqplib/php-amqplib": "~2.4", "php-console/php-console": "^3.1.3", "php-parallel-lint/php-parallel-lint": "^1.0", "phpunit/phpunit": "~4.5", "ruflin/elastica": ">=0.90 <3.0", "sentry/sentry": "^0.13", "swiftmailer/swiftmailer": "^5.3|^6.0" }, "suggest": { "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mongo": "Allow sending log messages to a MongoDB server", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "php-console/php-console": "Allow sending log messages to Google Chrome", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server", "sentry/sentry": "Allow sending log messages to a Sentry server" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Monolog\\": "src/Monolog" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "http://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "time": "2020-07-23T08:35:51+00:00" }, { "name": "mrclay/jsmin-php", "version": "2.4.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/mrclay/jsmin-php/zipball/bb05febc9440852d39899255afd5569b7f21a72c", "reference": "bb05febc9440852d39899255afd5569b7f21a72c", "shasum": "" }, "require": { "ext-pcre": "*", "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-0": { "JSMin\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Stephen Clay", "email": "steve@mrclay.org", "role": "Developer" }, { "name": "Ryan Grove", "email": "ryan@wonko.com", "role": "Developer" } ], "description": "Provides a modified port of Douglas Crockford's jsmin.c, which removes unnecessary whitespace from JavaScript files.", "homepage": "https://github.com/mrclay/jsmin-php/", "keywords": [ "compress", "jsmin", "minify" ], "time": "2018-12-06T15:03:38+00:00" }, { "name": "mrclay/minify", "version": "3.0.10", "dist": { "type": "zip", "url": "https://api.github.com/repos/mrclay/minify/zipball/8dba84a2d24ae6382057a1215ad3af25202addb9", "reference": "8dba84a2d24ae6382057a1215ad3af25202addb9", "shasum": "" }, "require": { "ext-pcre": "*", "intervention/httpauth": "^2.0|^3.0", "marcusschwarz/lesserphp": "^0.5.1", "monolog/monolog": "~1.1|~2.0", "mrclay/jsmin-php": "~2", "mrclay/props-dic": "^2.2|^3.0", "php": "^5.3.0 || ^7.0", "tubalmartin/cssmin": "~4" }, "suggest": { "firephp/firephp-core": "Use FirePHP for Log messages", "meenie/javascript-packer": "Keep track of the Packer PHP port using Composer" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0.x-dev" } }, "autoload": { "classmap": [ "lib/" ] }, "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Stephen Clay", "email": "steve@mrclay.org", "role": "Developer" } ], "description": "Minify is a PHP app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers", "homepage": "https://github.com/mrclay/minify", "time": "2020-04-02T19:47:26+00:00" }, { "name": "mrclay/props-dic", "version": "3.0.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/mrclay/Props/zipball/0b0fd254e33e2d60bc2bcd7867f2ab3cdd05a843", "reference": "0b0fd254e33e2d60bc2bcd7867f2ab3cdd05a843", "shasum": "" }, "require": { "php": ">=5.3.3", "pimple/pimple": "~3.0", "psr/container": "^1.0" }, "type": "library", "autoload": { "psr-0": { "Props\\": [ "src/" ] } }, "license": [ "MIT" ], "authors": [ { "name": "Steve Clay", "email": "steve@mrclay.org", "homepage": "http://www.mrclay.org/" } ], "description": "Props is a simple DI container that allows retrieving values via custom property and method names", "keywords": [ "container", "dependency injection", "dependency injection container", "di", "di container" ], "time": "2019-11-26T17:56:10+00:00" }, { "name": "mtdowling/jmespath.php", "version": "2.6.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/42dae2cbd13154083ca6d70099692fef8ca84bfb", "reference": "42dae2cbd13154083ca6d70099692fef8ca84bfb", "shasum": "" }, "require": { "php": "^5.4 || ^7.0 || ^8.0", "symfony/polyfill-mbstring": "^1.17" }, "require-dev": { "composer/xdebug-handler": "^1.4", "phpunit/phpunit": "^4.8.36 || ^7.5.15" }, "bin": [ "bin/jp.php" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.6-dev" } }, "autoload": { "psr-4": { "JmesPath\\": "src/" }, "files": [ "src/JmesPath.php" ] }, "notification-url": "https://packagist.org/downloads/", "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": "2020-07-31T21:01:56+00:00" }, { "name": "nesbot/carbon", "version": "1.39.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4be0c005164249208ce1b5ca633cd57bdd42ff33", "reference": "4be0c005164249208ce1b5ca633cd57bdd42ff33", "shasum": "" }, "require": { "kylekatarnls/update-helper": "^1.1", "php": ">=5.3.9", "symfony/translation": "~2.6 || ~3.0 || ~4.0" }, "bin": [ "bin/upgrade-carbon" ], "type": "library", "extra": { "update-helper": "Carbon\\Upgrade", "laravel": { "providers": [ "Carbon\\Laravel\\ServiceProvider" ] } }, "autoload": { "psr-4": { "": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Brian Nesbitt", "email": "brian@nesbot.com", "homepage": "http://nesbot.com" } ], "description": "A simple API extension for DateTime.", "homepage": "http://carbon.nesbot.com", "keywords": [ "date", "datetime", "time" ], "time": "2019-10-14T05:51:36+00:00" }, { "name": "nystudio107/craft-imageoptimize", "version": "1.6.14", "dist": { "type": "zip", "url": "https://api.github.com/repos/nystudio107/craft-imageoptimize/zipball/7859d529ce4a75b5e0e1e5008964fd06ee46ac87", "reference": "7859d529ce4a75b5e0e1e5008964fd06ee46ac87", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0", "ksubileau/color-thief-php": "^1.3", "mikehaertl/php-shellcommand": "~1.2", "nystudio107/craft-imageoptimize-imgix": "^1.1.1", "nystudio107/craft-imageoptimize-sharp": "^1.0.0", "nystudio107/craft-imageoptimize-thumbor": "^1.3.0" }, "type": "craft-plugin", "extra": { "name": "ImageOptimize", "handle": "image-optimize", "schemaVersion": "1.0.0", "hasCpSettings": true, "hasCpSection": false, "changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft-imageoptimize/v1/CHANGELOG.md", "components": { "optimize": "nystudio107\\imageoptimize\\services\\Optimize", "optimizedImages": "nystudio107\\imageoptimize\\services\\OptimizedImages", "placeholder": "nystudio107\\imageoptimize\\services\\Placeholder" }, "class": "nystudio107\\imageoptimize\\ImageOptimize" }, "autoload": { "psr-4": { "nystudio107\\imageoptimize\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "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": [ "Craft", "cms", "craft-plugin", "craftcms", "image", "image-variants", "imgix", "optimize", "optimize-images" ], "time": "2020-06-08T12:24:17+00:00" }, { "name": "nystudio107/craft-imageoptimize-imgix", "version": "1.1.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/nystudio107/craft-imageoptimize-imgix/zipball/749306ae350c75c1573eb40a036257469c22df39", "reference": "749306ae350c75c1573eb40a036257469c22df39", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0", "imgix/imgix-php": "^3.0.0", "nystudio107/craft-imageoptimize": "^1.6.0" }, "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": "2020-02-11T21:21:51+00:00" }, { "name": "nystudio107/craft-imageoptimize-sharp", "version": "1.0.5", "dist": { "type": "zip", "url": "https://api.github.com/repos/nystudio107/craft-imageoptimize-sharp/zipball/c7ad06c4d8093377e406920b63893af6c81b2393", "reference": "c7ad06c4d8093377e406920b63893af6c81b2393", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0", "nystudio107/craft-imageoptimize": "^1.6.0" }, "type": "image-transform", "autoload": { "psr-4": { "nystudio107\\imageoptimizesharp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "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": "2020-06-08T12:36:14+00:00" }, { "name": "nystudio107/craft-imageoptimize-thumbor", "version": "1.3.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/nystudio107/craft-imageoptimize-thumbor/zipball/223314a17a455656243034bcdb058b5bb1b8dcd4", "reference": "223314a17a455656243034bcdb058b5bb1b8dcd4", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0", "nystudio107/craft-imageoptimize": "^1.6.0", "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": "2019-07-05T15:23:47+00:00" }, { "name": "opis/closure", "version": "3.5.6", "dist": { "type": "zip", "url": "https://api.github.com/repos/opis/closure/zipball/e8d34df855b0a0549a300cb8cb4db472556e8aa9", "reference": "e8d34df855b0a0549a300cb8cb4db472556e8aa9", "shasum": "" }, "require": { "php": "^5.4 || ^7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.5.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": "2020-08-11T08:46:50+00:00" }, { "name": "paragonie/random_compat", "version": "v9.99.99", "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", "shasum": "" }, "require": { "php": "^7" }, "require-dev": { "phpunit/phpunit": "4.*|5.*", "vimeo/psalm": "^1" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "polyfill", "pseudorandom", "random" ], "time": "2018-07-02T15:55:56+00:00" }, { "name": "phenx/php-font-lib", "version": "0.5.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/PhenX/php-font-lib/zipball/ca6ad461f032145fff5971b5985e5af9e7fa88d8", "reference": "ca6ad461f032145fff5971b5985e5af9e7fa88d8", "shasum": "" }, "type": "library", "autoload": { "psr-4": { "FontLib\\": "src/FontLib" } }, "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", "time": "2020-03-08T15:31:32+00:00" }, { "name": "phpdocumentor/reflection-common", "version": "1.0.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6", "shasum": "" }, "require": { "php": ">=5.5" }, "require-dev": { "phpunit/phpunit": "^4.6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": [ "src" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jaap van Otterdijk", "email": "opensource@ijaap.nl" } ], "description": "Common reflection classes used by phpdocumentor to reflect the code structure", "homepage": "http://www.phpdoc.org", "keywords": [ "FQSEN", "phpDocumentor", "phpdoc", "reflection", "static analysis" ], "time": "2017-09-11T18:02:19+00:00" }, { "name": "phpdocumentor/reflection-docblock", "version": "4.3.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c", "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c", "shasum": "" }, "require": { "php": "^7.0", "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0", "phpdocumentor/type-resolver": "~0.4 || ^1.0.0", "webmozart/assert": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": [ "src/" ] } }, "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "me@mikevanriel.com" } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "time": "2019-12-28T18:55:12+00:00" }, { "name": "phpdocumentor/type-resolver", "version": "0.5.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/cf842904952e64e703800d094cdf34e715a8a3ae", "reference": "cf842904952e64e703800d094cdf34e715a8a3ae", "shasum": "" }, "require": { "php": "^7.0", "phpdocumentor/reflection-common": "^1.0" }, "require-dev": { "mockery/mockery": "^1.0", "phpunit/phpunit": "^6.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "me@mikevanriel.com" } ], "time": "2017-12-30T13:23:38+00:00" }, { "name": "phpoffice/phpspreadsheet", "version": "1.8.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/0c1346a1956347590b7db09533966307d20cb7cc", "reference": "0c1346a1956347590b7db09533966307d20cb7cc", "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": "*", "markbaker/complex": "^1.4", "markbaker/matrix": "^1.1", "php": "^5.6|^7.0", "psr/simple-cache": "^1.0" }, "suggest": { "dompdf/dompdf": "Option for rendering PDF with PDF Writer", "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" }, "type": "library", "autoload": { "psr-4": { "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet" } }, "license": [ "LGPL-2.1-or-later" ], "authors": [ { "name": "Erik Tilt" }, { "name": "Adrien Crivelli" }, { "name": "Maarten Balliauw", "homepage": "https://blog.maartenballiauw.be" }, { "name": "Mark Baker", "homepage": "https://markbakeruk.net" }, { "name": "Franck Lefevre", "homepage": "https://rootslabs.net" } ], "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": "2019-07-08T21:21:25+00:00" }, { "name": "phpoption/phpoption", "version": "1.7.5", "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" ], "time": "2020-07-20T17:29:33+00:00" }, { "name": "pimple/pimple", "version": "v3.2.3", "dist": { "type": "zip", "url": "https://api.github.com/repos/silexphp/Pimple/zipball/9e403941ef9d65d20cba7d54e29fe906db42cf32", "reference": "9e403941ef9d65d20cba7d54e29fe906db42cf32", "shasum": "" }, "require": { "php": ">=5.3.0", "psr/container": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2.x-dev" } }, "autoload": { "psr-0": { "Pimple": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Pimple, a simple Dependency Injection Container", "homepage": "http://pimple.sensiolabs.org", "keywords": [ "container", "dependency injection" ], "time": "2018-01-21T07:42:36+00:00" }, { "name": "pixelandtonic/imagine", "version": "1.2.2.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/pixelandtonic/Imagine/zipball/c70db7d7f6bd6fb0abc7562bdabe51265af2518b", "reference": "c70db7d7f6bd6fb0abc7562bdabe51265af2518b", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "friendsofphp/php-cs-fixer": "2.2.*", "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.4 || ^8.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/" } }, "notification-url": "https://packagist.org/downloads/", "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": "2019-07-19T12:55:50+00:00" }, { "name": "psr/container", "version": "1.0.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ], "time": "2017-02-14T16:28:37+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/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/log", "version": "1.1.3", "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", "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": "http://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "time": "2020-03-23T09:12:05+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" }, "require-dev": { "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^5 || ^6.5" }, "type": "library", "autoload": { "files": [ "src/getallheaders.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "description": "A polyfill for getallheaders.", "time": "2019-03-08T08:55:37+00:00" }, { "name": "seld/cli-prompt", "version": "1.0.3", "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/a19a7376a4689d4d94cab66ab4f3c816019ba8dd", "reference": "a19a7376a4689d4d94cab66ab4f3c816019ba8dd", "shasum": "" }, "require": { "php": ">=5.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Seld\\CliPrompt\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "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": "2017-03-18T11:32:45+00:00" }, { "name": "seld/jsonlint", "version": "1.8.1", "source": { "type": "git", "url": "https://github.com/Seldaek/jsonlint.git", "reference": "3d5eb71705adfa34bd34b993400622932b2f62fd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/3d5eb71705adfa34bd34b993400622932b2f62fd", "reference": "3d5eb71705adfa34bd34b993400622932b2f62fd", "shasum": "" }, "require": { "php": "^5.3 || ^7.0 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0" }, "bin": [ "bin/jsonlint" ], "type": "library", "autoload": { "psr-4": { "Seld\\JsonLint\\": "src/Seld/JsonLint/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "JSON Linter", "keywords": [ "json", "linter", "parser", "validator" ], "time": "2020-08-13T09:07:59+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/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be" } ], "description": "PHAR file format utilities, for when PHP phars you up", "keywords": [ "phar" ], "time": "2020-07-07T18:42:57+00:00" }, { "name": "solspace/craft-freeform", "version": "3.7.3", "dist": { "type": "zip", "url": "https://api.github.com/repos/solspace/craft3-freeform/zipball/e52a1da0be90ee057387c9abd5acb2ad21615b26", "reference": "e52a1da0be90ee057387c9abd5acb2ad21615b26", "shasum": "" }, "require": { "craftcms/cms": "^3.4.0", "egulias/email-validator": "^2.1", "hashids/hashids": "^2.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", "symfony/property-access": "^2.8|^3.0|^4.0" }, "type": "craft-plugin", "extra": { "schemaVersion": "3.0.7", "handle": "freeform", "class": "Solspace\\Freeform\\Freeform", "name": "Freeform", "developer": "Solspace", "developerUrl": "https://docs.solspace.com/craft/freeform/v3/", "documentationUrl": "https://docs.solspace.com/craft/freeform/v3/", "changelogUrl": "https://raw.githubusercontent.com/solspace/craft3-freeform/v3/CHANGELOG.md", "hasSettings": true, "hasCpSection": true }, "autoload": { "psr-4": { "Solspace\\Freeform\\": "src/" } }, "authors": [ { "name": "Solspace", "homepage": "https://solspace.com/" } ], "description": "The most reliable, intuitive and powerful form builder for Craft.", "time": "2020-08-12T17:48:47+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/" } }, "notification-url": "https://packagist.org/downloads/", "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.3.3", "dist": { "type": "zip", "url": "https://api.github.com/repos/spicywebau/craft-embedded-assets/zipball/c81e12281bbdac90b33a9ac2db6be0d9848ac595", "reference": "c81e12281bbdac90b33a9ac2db6be0d9848ac595", "shasum": "" }, "require": { "craftcms/cms": "^3.4.0", "embed/embed": "^3.4.8" }, "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": "2020-08-10T08:10:52+00:00" }, { "name": "spicyweb/craft-fieldlabels", "version": "1.3.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/spicywebau/craft-fieldlabels/zipball/4601bb875bb75ed1a2edba7cc07c5ce8521b0ce8", "reference": "4601bb875bb75ed1a2edba7cc07c5ce8521b0ce8", "shasum": "" }, "require": { "craftcms/cms": "~3.5.0" }, "type": "craft-plugin", "extra": { "handle": "fieldlabels", "name": "Field Labels", "schemaVersion": "1.3.0", "class": "spicyweb\\fieldlabels\\Plugin", "changelogUrl": "https://github.com/spicywebau/craft-fieldlabels/blob/master/CHANGELOG.md", "downloadUrl": "https://github.com/spicywebau/craft-fieldlabels/archive/master.zip" }, "autoload": { "psr-4": { "spicyweb\\fieldlabels\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Spicy Web", "homepage": "https://spicyweb.com.au" } ], "description": "Override Craft CMS field labels and instructions in the field layout designer", "homepage": "https://spicyweb.com.au/", "keywords": [ "craft-plugin", "craftcms" ], "support": { "email": "craft@spicyweb.com.au", "issues": "https://github.com/spicywebau/craft-fieldlabels/issues" }, "time": "2020-08-12T11:00:33+00:00" }, { "name": "spicyweb/craft-neo", "version": "2.8.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/spicywebau/craft-neo/zipball/c14b7ffe89f134e720cf658b864bcab31a241b30", "reference": "c14b7ffe89f134e720cf658b864bcab31a241b30", "shasum": "" }, "require": { "craftcms/cms": "^3.5.0" }, "type": "craft-plugin", "extra": { "handle": "neo", "name": "Neo", "schemaVersion": "2.8.0", "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/wiki", "rss": "https://github.com/spicywebau/craft-neo/commits/master.atom" }, "time": "2020-08-12T12:40:02+00:00" }, { "name": "stripe/stripe-php", "version": "v7.46.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/stripe/stripe-php/zipball/fd57205d3e3a1dccab80538654128d5c46a1f5ac", "reference": "fd57205d3e3a1dccab80538654128d5c46a1f5ac", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "ext-mbstring": "*", "php": ">=5.6.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "2.16.1", "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^5.7", "squizlabs/php_codesniffer": "^3.3", "symfony/process": "~3.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0-dev" } }, "autoload": { "psr-4": { "Stripe\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "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": "2020-08-07T22:11:58+00:00" }, { "name": "swiftmailer/swiftmailer", "version": "v6.2.3", "dist": { "type": "zip", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9", "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9", "shasum": "" }, "require": { "egulias/email-validator": "~2.0", "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", "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed" }, "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": "2019-11-12T09:31:26+00:00" }, { "name": "symfony/console", "version": "v3.3.6", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/b0878233cb5c4391347e5495089c7af11b8e6201", "reference": "b0878233cb5c4391347e5495089c7af11b8e6201", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/debug": "~2.8|~3.0", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/dependency-injection": "<3.3" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~3.3", "symfony/dependency-injection": "~3.3", "symfony/event-dispatcher": "~2.8|~3.0", "symfony/filesystem": "~2.8|~3.0", "symfony/http-kernel": "~2.8|~3.0", "symfony/process": "~2.8|~3.0" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "", "symfony/filesystem": "", "symfony/process": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Console Component", "homepage": "https://symfony.com", "time": "2017-07-29T21:27:59+00:00" }, { "name": "symfony/debug", "version": "v3.3.6", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/7c13ae8ce1e2adbbd574fc39de7be498e1284e13", "reference": "7c13ae8ce1e2adbbd574fc39de7be498e1284e13", "shasum": "" }, "require": { "php": ">=5.5.9", "psr/log": "~1.0" }, "conflict": { "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2" }, "require-dev": { "symfony/http-kernel": "~2.8|~3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Debug\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Debug Component", "homepage": "https://symfony.com", "time": "2017-07-28T15:27:31+00:00" }, { "name": "symfony/filesystem", "version": "v3.3.6", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/427987eb4eed764c3b6e38d52a0f87989e010676", "reference": "427987eb4eed764c3b6e38d52a0f87989e010676", "shasum": "" }, "require": { "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Filesystem Component", "homepage": "https://symfony.com", "time": "2017-07-11T07:17:58+00:00" }, { "name": "symfony/finder", "version": "v3.3.6", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/baea7f66d30854ad32988c11a09d7ffd485810c4", "reference": "baea7f66d30854ad32988c11a09d7ffd485810c4", "shasum": "" }, "require": { "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Finder Component", "homepage": "https://symfony.com", "time": "2017-06-01T21:01:25+00:00" }, { "name": "symfony/inflector", "version": "v3.3.6", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/inflector/zipball/aed5a0874a3bcfd8d0393a2d91b4cf828f29c7fb", "reference": "aed5a0874a3bcfd8d0393a2d91b4cf828f29c7fb", "shasum": "" }, "require": { "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Inflector\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Inflector Component", "homepage": "https://symfony.com", "keywords": [ "inflection", "pluralize", "singularize", "string", "symfony", "words" ], "time": "2017-04-12T14:14:56+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.18.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454", "reference": "1c302646f6efc070cd46856e600e5e0684d6b454", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.18-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/polyfill-iconv", "version": "v1.18.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36", "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-iconv": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.18-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Iconv\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Iconv extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "iconv", "polyfill", "portable", "shim" ], "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/polyfill-intl-grapheme", "version": "v1.18.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b740103edbdcc39602239ee8860f0f45a8eb9aa5", "reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.18-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Intl\\Grapheme\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for intl's grapheme_* functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "grapheme", "intl", "polyfill", "portable", "shim" ], "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/polyfill-intl-idn", "version": "v1.18.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/5dcab1bc7146cf8c1beaa4502a3d9be344334251", "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251", "shasum": "" }, "require": { "php": ">=5.3.3", "symfony/polyfill-intl-normalizer": "^1.10", "symfony/polyfill-php70": "^1.10", "symfony/polyfill-php72": "^1.10" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.18-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Intl\\Idn\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "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": "2020-08-04T06:02:08+00:00" }, { "name": "symfony/polyfill-intl-normalizer", "version": "v1.18.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e", "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.18-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Intl\\Normalizer\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for intl's Normalizer class and related functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "intl", "normalizer", "polyfill", "portable", "shim" ], "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.18.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a", "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.18-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/polyfill-php70", "version": "v1.18.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3", "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3", "shasum": "" }, "require": { "paragonie/random_compat": "~1.0|~2.0|~9.99", "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.18-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php70\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/polyfill-php72", "version": "v1.18.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae", "reference": "639447d008615574653fb3bc60d1986d7172eaae", "shasum": "" }, "require": { "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.18-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php72\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "time": "2020-07-14T12:35:20+00:00" }, { "name": "symfony/process", "version": "v3.3.6", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/07432804942b9f6dd7b7377faf9920af5f95d70a", "reference": "07432804942b9f6dd7b7377faf9920af5f95d70a", "shasum": "" }, "require": { "php": ">=5.5.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Process Component", "homepage": "https://symfony.com", "time": "2017-07-13T13:05:09+00:00" }, { "name": "symfony/property-access", "version": "v3.3.6", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/property-access/zipball/4cd2bc4afdfd914ad18cec97bb4159fc403384ea", "reference": "4cd2bc4afdfd914ad18cec97bb4159fc403384ea", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/inflector": "~3.1", "symfony/polyfill-php70": "~1.0" }, "suggest": { "psr/cache-implementation": "To cache access methods." }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "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": "Symfony PropertyAccess Component", "homepage": "https://symfony.com", "keywords": [ "access", "array", "extraction", "index", "injection", "object", "property", "property path", "reflection" ], "time": "2017-07-03T08:12:02+00:00" }, { "name": "symfony/translation", "version": "v3.3.6", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation/zipball/35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3", "reference": "35dd5fb003c90e8bd4d8cabdf94bf9c96d06fdc3", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/config": "<2.8", "symfony/yaml": "<3.3" }, "suggest": { "psr/log": "To use logging capability in translator", "symfony/config": "", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "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": "Symfony Translation Component", "homepage": "https://symfony.com", "time": "2017-06-24T16:45:30+00:00" }, { "name": "symfony/yaml", "version": "v3.3.6", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/ddc23324e6cfe066f3dd34a37ff494fa80b617ed", "reference": "ddc23324e6cfe066f3dd34a37ff494fa80b617ed", "shasum": "" }, "require": { "php": ">=5.5.9" }, "require-dev": { "symfony/console": "~2.8|~3.0" }, "suggest": { "symfony/console": "For validating YAML files using the lint command" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.3-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Yaml Component", "homepage": "https://symfony.com", "time": "2017-07-23T12:43:26+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" }, "require-dev": { "phpunit/phpunit": "~4.7", "squizlabs/php_codesniffer": "~2.0" }, "type": "library", "autoload": { "psr-4": { "TrueBV\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "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": "tubalmartin/cssmin", "version": "v4.1.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/tubalmartin/YUI-CSS-compressor-PHP-port/zipball/3cbf557f4079d83a06f9c3ff9b957c022d7805cf", "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf", "shasum": "" }, "require": { "ext-pcre": "*", "php": ">=5.3.2" }, "bin": [ "cssmin" ], "type": "library", "autoload": { "psr-4": { "tubalmartin\\CssMin\\": "src" } }, "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Túbal Martín", "homepage": "http://tubalmartin.me/" } ], "description": "A PHP port of the YUI CSS compressor", "homepage": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port", "keywords": [ "compress", "compressor", "css", "cssmin", "minify", "yui" ], "time": "2018-01-15T15:26:51+00:00" }, { "name": "twig/twig", "version": "v2.12.5", "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/18772e0190734944277ee97a02a9a6c6555fcd94", "reference": "18772e0190734944277ee97a02a9a6c6555fcd94", "shasum": "" }, "require": { "php": "^7.0", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-mbstring": "^1.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.12-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": "2020-02-11T15:31:23+00:00" }, { "name": "verbb/base", "version": "1.0.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/verbb/verbb-base/zipball/85a11791c811c90ea58a3718488af0e60e12ba2c", "reference": "85a11791c811c90ea58a3718488af0e60e12ba2c", "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": "2020-04-14T23:40:29+00:00" }, { "name": "verbb/field-manager", "version": "2.1.8", "dist": { "type": "zip", "url": "https://api.github.com/repos/verbb/field-manager/zipball/fa53c354869477d367fefbc6c186b0f6ed9874fa", "reference": "fa53c354869477d367fefbc6c186b0f6ed9874fa", "shasum": "" }, "require": { "craftcms/cms": "^3.1.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/" } }, "notification-url": "https://packagist.org/downloads/", "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": [ "Craft", "cms", "craft-plugin", "craftcms", "field manager" ], "time": "2020-07-26T13:29:27+00:00" }, { "name": "verbb/icon-picker", "version": "1.1.9", "dist": { "type": "zip", "url": "https://api.github.com/repos/verbb/icon-picker/zipball/8d41c146b594e38099be2e515bcc22807df391b9", "reference": "8d41c146b594e38099be2e515bcc22807df391b9", "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/" } }, "license": [ "proprietary" ], "authors": [ { "name": "Verbb", "homepage": "https://verbb.io" } ], "description": "Provide content editors a field to pick an icon from a public directory.", "keywords": [ "cms", "craft", "craft-plugin", "craftcms", "icon-picker" ], "support": { "email": "support@verbb.io", "issues": "https://github.com/verbb/icon-picker/issues?state=open", "source": "https://github.com/verbb/icon-picker", "docs": "https://github.com/verbb/icon-picker", "rss": "https://github.com/verbb/icon-picker/commits/v2.atom" }, "time": "2020-08-11T02:51:53+00:00" }, { "name": "verbb/image-resizer", "version": "2.0.10", "dist": { "type": "zip", "url": "https://api.github.com/repos/verbb/image-resizer/zipball/0470c16c6575673bb2c26351a934f45d1786ce33", "reference": "0470c16c6575673bb2c26351a934f45d1786ce33", "shasum": "" }, "require": { "craftcms/cms": "^3.0.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" ], "time": "2020-07-14T00:22:08+00:00" }, { "name": "verbb/navigation", "version": "1.3.25", "dist": { "type": "zip", "url": "https://api.github.com/repos/verbb/navigation/zipball/7c5e947070bcc955f956d63425bedf5c5c4f92f6", "reference": "7c5e947070bcc955f956d63425bedf5c5c4f92f6", "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": "2020-08-10T22:53:18+00:00" }, { "name": "verbb/super-table", "version": "2.6.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/verbb/super-table/zipball/6cc1edb284c08ad8fe73fa279911e1b66db707bc", "reference": "6cc1edb284c08ad8fe73fa279911e1b66db707bc", "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/" } }, "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": [ "cms", "craft", "craft-plugin", "craftcms", "super table" ], "support": { "email": "support@verbb.io", "issues": "https://github.com/verbb/super-table/issues?state=open", "source": "https://github.com/verbb/super-table", "docs": "https://github.com/verbb/super-table", "rss": "https://github.com/verbb/super-table/commits/v2.atom" }, "time": "2020-08-13T01:12:44+00:00" }, { "name": "vlucas/phpdotenv", "version": "v3.6.7", "dist": { "type": "zip", "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2065beda6cbe75e2603686907b2e45f6f3a5ad82", "reference": "2065beda6cbe75e2603686907b2e45f6f3a5ad82", "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.35 || ^5.7.27 || ^6.5.6 || ^7.0" }, "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" ], "time": "2020-07-14T19:04:52+00:00" }, { "name": "voku/anti-xss", "version": "4.1.26", "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/anti-xss/zipball/e5c4728fa6b2966b4b5c636519cbd530e060e738", "reference": "e5c4728fa6b2966b4b5c636519cbd530e060e738", "shasum": "" }, "require": { "php": ">=7.0.0", "voku/portable-utf8": "~5.4.27" }, "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": "http://www.moelleken.org/" } ], "description": "anti xss-library", "homepage": "https://github.com/voku/anti-xss", "keywords": [ "anti-xss", "clean", "security", "xss" ], "time": "2020-08-08T20:15:45+00:00" }, { "name": "voku/arrayy", "version": "7.8.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/Arrayy/zipball/ff32efd0036f776bd7adc3e7e6e3441d5c037c35", "reference": "ff32efd0036f776bd7adc3e7e6e3441d5c037c35", "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": "http://www.moelleken.org/", "role": "Maintainer" } ], "description": "Array manipulation library for PHP, called Arrayy!", "keywords": [ "Arrayy", "array", "helpers", "manipulation", "methods", "utility", "utils" ], "time": "2020-07-28T21:43:54+00:00" }, { "name": "voku/email-check", "version": "3.0.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/email-check/zipball/f91fc9da57fbb29c4ded5a1fc1238d4b988758dd", "reference": "f91fc9da57fbb29c4ded5a1fc1238d4b988758dd", "shasum": "" }, "require": { "php": ">=7.0.0", "symfony/polyfill-intl-idn": "~1.10" }, "require-dev": { "fzaninotto/faker": "~1.7", "phpunit/phpunit": "~6.0 || ~7.0" }, "suggest": { "ext-intl": "Use Intl for best performance" }, "type": "library", "autoload": { "psr-4": { "voku\\helper\\": "src/voku/helper/" } }, "notification-url": "https://packagist.org/downloads/", "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": "2019-01-02T23:08:14+00:00" }, { "name": "voku/portable-ascii", "version": "1.5.3", "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/portable-ascii/zipball/25bcbf01678930251fd572891447d9e318a6e2b8", "reference": "25bcbf01678930251fd572891447d9e318a6e2b8", "shasum": "" }, "require": { "php": ">=7.0.0" }, "require-dev": { "phpunit/phpunit": "~6.0 || ~7.0" }, "suggest": { "ext-intl": "Use Intl for transliterator_transliterate() support" }, "type": "library", "autoload": { "psr-4": { "voku\\": "src/voku/" } }, "notification-url": "https://packagist.org/downloads/", "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-07-22T23:32:04+00:00" }, { "name": "voku/portable-utf8", "version": "5.4.47", "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/portable-utf8/zipball/c92522515a2d5ec9b03fd3c9e231b8b277c65121", "reference": "c92522515a2d5ec9b03fd3c9e231b8b277c65121", "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" }, "require-dev": { "phpunit/phpunit": "~6.0 || ~7.0" }, "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" ] }, "notification-url": "https://packagist.org/downloads/", "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-07-26T11:17:51+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" }, "require-dev": { "phpunit/phpunit": "~6.0" }, "type": "library", "autoload": { "psr-4": { "voku\\": "src/voku/" } }, "notification-url": "https://packagist.org/downloads/", "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.3.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/Stringy/zipball/68429ad7626e94e2ec3a2a9f0b530e96ebb4a4db", "reference": "68429ad7626e94e2ec3a2a9f0b530e96ebb4a4db", "shasum": "" }, "require": { "defuse/php-encryption": "~2.0", "ext-json": "*", "php": ">=7.0.0", "voku/anti-xss": "~4.1", "voku/arrayy": "~7.5", "voku/email-check": "~3.0", "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": "http://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": "2020-05-24T00:26:26+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.2.3", "dist": { "type": "zip", "url": "https://api.github.com/repos/webfactory/phumbor/zipball/77c2d3a0e6ee6f4a806cc0282bd1ec4b72656933", "reference": "77c2d3a0e6ee6f4a806cc0282bd1ec4b72656933", "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": "2018-12-05T08:28:01+00:00" }, { "name": "webmozart/assert", "version": "1.9.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", "shasum": "" }, "require": { "php": "^5.3.3 || ^7.0 || ^8.0", "symfony/polyfill-ctype": "^1.8" }, "conflict": { "phpstan/phpstan": "<0.12.20", "vimeo/psalm": "<3.9.1" }, "require-dev": { "phpunit/phpunit": "^4.8.36 || ^7.5.13" }, "type": "library", "autoload": { "psr-4": { "Webmozart\\Assert\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "Assertions to validate method input/output with nice error messages.", "keywords": [ "assert", "check", "validate" ], "time": "2020-07-08T17:02:28+00:00" }, { "name": "webonyx/graphql-php", "version": "v0.12.6", "dist": { "type": "zip", "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/4c545e5ec4fc37f6eb36c19f5a0e7feaf5979c95", "reference": "4c545e5ec4fc37f6eb36c19f5a0e7feaf5979c95", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.6" }, "require-dev": { "phpunit/phpunit": "^4.8", "psr/http-message": "^1.0", "react/promise": "2.*" }, "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/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "A PHP port of GraphQL reference implementation", "homepage": "https://github.com/webonyx/graphql-php", "keywords": [ "api", "graphql" ], "time": "2018-09-02T14:59:54+00:00" }, { "name": "whoisjuan/craft-color-mixer", "version": "1.0.9", "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/" } }, "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": [ "cms", "craft", "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" }, "time": "2020-04-16T17:41:16+00:00" }, { "name": "wrav/related", "version": "1.1.3", "dist": { "type": "zip", "url": "https://api.github.com/repos/wrav/related/zipball/2a318b1a60c26b45cffc046f827b742cc264dccb", "reference": "2a318b1a60c26b45cffc046f827b742cc264dccb", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0-RC1" }, "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/" } }, "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": [ "cms", "craft", "craft-plugin", "craftcms", "related" ], "support": { "docs": "https://github.com/wrav/related/blob/master/README.md", "issues": "https://github.com/wrav/related/issues" }, "time": "2020-04-02T00:01:22+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" }, "require-dev": { "phpunit/phpunit": "4.8.27|^5.0|^6.0" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "yii2tech\\ar\\softdelete\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "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.36", "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/a557111ea6c27794b98c98b76ff3f127eb55f309", "reference": "a557111ea6c27794b98c98b76ff3f127eb55f309", "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": "2020-07-07T21:45:32+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" }, "require-dev": { "composer/composer": "^1.0 | ^2.0@dev", "phpunit/phpunit": "<7" }, "type": "composer-plugin", "extra": { "class": "yii\\composer\\Plugin", "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "yii\\composer\\": "" } }, "notification-url": "https://packagist.org/downloads/", "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.13", "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/696712a2a3565b1a072ad3c9d298e262967e8282", "reference": "696712a2a3565b1a072ad3c9d298e262967e8282", "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" } }, "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": "2020-01-17T13:40:32+00:00" }, { "name": "yiisoft/yii2-queue", "version": "2.3.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-queue/zipball/25c1142558768ec0e835171c972a4edc2fb59cf0", "reference": "25c1142558768ec0e835171c972a4edc2fb59cf0", "shasum": "" }, "require": { "php": ">=5.5.0", "symfony/process": "^3.3||^4.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": "2019-06-04T18:58:40+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" } }, "notification-url": "https://packagist.org/downloads/", "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.0" }, "plugin-api-version": "1.1.0" }