{ "_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": "ed75a765a54fad68686b5f5e554f616d", "packages": [ { "name": "am-impact/amcommand", "version": "3.1.4", "source": { "type": "git", "url": "https://github.com/am-impact/amcommand.git", "reference": "dd8b102ac68a3e79474c9cdd0e8b591415ab799c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/am-impact/amcommand/zipball/dd8b102ac68a3e79474c9cdd0e8b591415ab799c", "reference": "dd8b102ac68a3e79474c9cdd0e8b591415ab799c", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0-RC1" }, "type": "craft-plugin", "extra": { "name": "Command Palette", "handle": "command-palette", "version": "3.1.4", "schemaVersion": "3.0.0", "hasSettings": true, "hasCpSection": true, "developer": "a&m impact", "developerUrl": "http://www.am-impact.nl", "description": "Command palette in Craft.", "changelogUrl": "https://raw.githubusercontent.com/am-impact/amcommand/craft3/CHANGELOG.md", "documentationUrl": "https://github.com/am-impact/amcommand/blob/master/README.md", "components": { "entries": "amimpact\\commandpalette\\services\\Entries", "general": "amimpact\\commandpalette\\services\\General", "globals": "amimpact\\commandpalette\\services\\Globals", "plugins": "amimpact\\commandpalette\\services\\Plugins", "search": "amimpact\\commandpalette\\services\\Search", "settings": "amimpact\\commandpalette\\services\\Settings", "tasks": "amimpact\\commandpalette\\services\\Tasks", "utilities": "amimpact\\commandpalette\\services\\Utilities", "users": "amimpact\\commandpalette\\services\\Users" }, "class": "amimpact\\commandpalette\\CommandPalette" }, "autoload": { "psr-4": { "amimpact\\commandpalette\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "a&m impact", "homepage": "http://www.am-impact.nl" } ], "description": "Command palette in Craft.", "keywords": [ "Craft", "cms", "command", "craftcms", "plugin" ], "support": { "issues": "https://github.com/am-impact/amcommand/issues", "source": "https://github.com/am-impact/amcommand/tree/craft3" }, "time": "2018-05-30T07:07:23+00:00" }, { "name": "aws/aws-crt-php", "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/awslabs/aws-crt-php.git", "reference": "3942776a8c99209908ee0b287746263725685732" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/3942776a8c99209908ee0b287746263725685732", "reference": "3942776a8c99209908ee0b287746263725685732", "shasum": "" }, "require": { "php": ">=5.5" }, "require-dev": { "phpunit/phpunit": "^4.8.35|^5.4.3" }, "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "AWS SDK Common Runtime Team", "email": "aws-sdk-common-runtime@amazon.com" } ], "description": "AWS Common Runtime for PHP", "homepage": "http://aws.amazon.com/sdkforphp", "keywords": [ "amazon", "aws", "crt", "sdk" ], "support": { "issues": "https://github.com/awslabs/aws-crt-php/issues", "source": "https://github.com/awslabs/aws-crt-php/tree/v1.0.2" }, "time": "2021-09-03T22:57:30+00:00" }, { "name": "aws/aws-sdk-php", "version": "3.232.3", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", "reference": "96fae7f4b2ab11a3eb3fceacef7cb4b12e46b27c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/96fae7f4b2ab11a3eb3fceacef7cb4b12e46b27c", "reference": "96fae7f4b2ab11a3eb3fceacef7cb4b12e46b27c", "shasum": "" }, "require": { "aws/aws-crt-php": "^1.0.2", "ext-json": "*", "ext-pcre": "*", "ext-simplexml": "*", "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5", "guzzlehttp/promises": "^1.4.0", "guzzlehttp/psr7": "^1.8.5 || ^2.3", "mtdowling/jmespath.php": "^2.6", "php": ">=5.5" }, "require-dev": { "andrewsville/php-token-reflection": "^1.4", "aws/aws-php-sns-message-validator": "~1.0", "behat/behat": "~3.0", "composer/composer": "^1.10.22", "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.6.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": { "files": [ "src/functions.php" ], "psr-4": { "Aws\\": "src/" } }, "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" ], "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", "source": "https://github.com/aws/aws-sdk-php/tree/3.232.3" }, "time": "2022-08-08T18:19:49+00:00" }, { "name": "cebe/markdown", "version": "1.2.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/cebe/markdown/zipball/9bac5e971dd391e2802dca5400bbeacbaea9eb86", "reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86", "shasum": "" }, "require": { "lib-pcre": "*", "php": ">=5.4.0" }, "bin": [ "bin/markdown" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "psr-4": { "cebe\\markdown\\": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Carsten Brandt", "email": "mail@cebe.cc", "homepage": "http://cebe.cc/", "role": "Creator" } ], "description": "A super fast, highly extensible markdown parser for PHP", "homepage": "https://github.com/cebe/markdown#readme", "keywords": [ "extensible", "fast", "gfm", "markdown", "markdown-extra" ], "time": "2018-03-26T11:24:36+00:00" }, { "name": "commerceguys/addressing", "version": "v1.2.2", "source": { "type": "git", "url": "https://github.com/commerceguys/addressing.git", "reference": "fb98dfc72f8a3d12fac55f69ab2477a0fbfa9860" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/commerceguys/addressing/zipball/fb98dfc72f8a3d12fac55f69ab2477a0fbfa9860", "reference": "fb98dfc72f8a3d12fac55f69ab2477a0fbfa9860", "shasum": "" }, "require": { "doctrine/collections": "~1.0", "php": ">=7.1.3" }, "require-dev": { "mikey179/vfsstream": "1.*", "phpunit/phpunit": "^7.5", "squizlabs/php_codesniffer": "3.*", "symfony/validator": "^4.4" }, "suggest": { "symfony/validator": "to validate addresses" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "CommerceGuys\\Addressing\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bojan Zivanovic" }, { "name": "Damien Tournoud" } ], "description": "Addressing library powered by CLDR and Google's address data.", "keywords": [ "address", "internationalization", "localization", "postal" ], "support": { "issues": "https://github.com/commerceguys/addressing/issues", "source": "https://github.com/commerceguys/addressing/tree/v1.2.2" }, "time": "2021-10-30T12:33:41+00:00" }, { "name": "composer/ca-bundle", "version": "1.3.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/ca-bundle/zipball/69098eca243998b53eed7a48d82dedd28b447cd5", "reference": "69098eca243998b53eed7a48d82dedd28b447cd5", "shasum": "" }, "require": { "ext-openssl": "*", "ext-pcre": "*", "php": "^5.3.2 || ^7.0 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\CaBundle\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", "keywords": [ "cabundle", "cacert", "certificate", "ssl", "tls" ], "time": "2022-10-12T12:08:29+00:00" }, { "name": "composer/composer", "version": "2.2.15", "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/composer/zipball/509dcbd4f8d459e0ef2ef223a231b8c31bceed78", "reference": "509dcbd4f8d459e0ef2ef223a231b8c31bceed78", "shasum": "" }, "require": { "composer/ca-bundle": "^1.0", "composer/metadata-minifier": "^1.0", "composer/pcre": "^1.0", "composer/semver": "^3.0", "composer/spdx-licenses": "^1.2", "composer/xdebug-handler": "^2.0 || ^3.0", "justinrainbow/json-schema": "^5.2.11", "php": "^5.3.2 || ^7.0 || ^8.0", "psr/log": "^1.0 || ^2.0", "react/promise": "^1.2 || ^2.7", "seld/jsonlint": "^1.4", "seld/phar-utils": "^1.0", "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0", "symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0", "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0" }, "suggest": { "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages", "ext-zip": "Enabling the zip extension allows you to unzip archives", "ext-zlib": "Allow gzip compression of HTTP requests" }, "bin": [ "bin/composer" ], "type": "library", "extra": { "branch-alias": { "dev-main": "2.2-dev" } }, "autoload": { "psr-4": { "Composer\\": "src/Composer" } }, "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "https://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "https://seld.be" } ], "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.", "homepage": "https://getcomposer.org/", "keywords": [ "autoload", "dependency", "package" ], "time": "2022-07-01T10:01:26+00:00" }, { "name": "composer/metadata-minifier", "version": "1.0.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207", "reference": "c549d23829536f0d0e984aaabbf02af91f443207", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\MetadataMinifier\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Small utility library that handles metadata minification and expansion.", "keywords": [ "composer", "compression" ], "time": "2021-04-07T13:37:33+00:00" }, { "name": "composer/pcre", "version": "1.0.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/pcre/zipball/67a32d7d6f9f560b726ab25a061b38ff3a80c560", "reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\Pcre\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "PCRE wrapping library that offers type-safe preg_* replacements.", "keywords": [ "PCRE", "preg", "regex", "regular expression" ], "time": "2022-01-21T20:24:37+00:00" }, { "name": "composer/semver", "version": "3.3.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9", "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "3.x-dev" } }, "autoload": { "psr-4": { "Composer\\Semver\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" }, { "name": "Rob Bast", "email": "rob.bast@gmail.com", "homepage": "http://robbast.nl" } ], "description": "Semver library that offers utilities, version constraint parsing and validation.", "keywords": [ "semantic", "semver", "validation", "versioning" ], "time": "2022-04-01T19:23:25+00:00" }, { "name": "composer/spdx-licenses", "version": "1.5.7", "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/c848241796da2abf65837d51dce1fae55a960149", "reference": "c848241796da2abf65837d51dce1fae55a960149", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\Spdx\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" }, { "name": "Rob Bast", "email": "rob.bast@gmail.com", "homepage": "http://robbast.nl" } ], "description": "SPDX licenses list and validation library.", "keywords": [ "license", "spdx", "validator" ], "time": "2022-05-23T07:37:50+00:00" }, { "name": "composer/xdebug-handler", "version": "3.0.3", "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c", "reference": "ced299686f41dce890debac69273b47ffe98a40c", "shasum": "" }, "require": { "composer/pcre": "^1 || ^2 || ^3", "php": "^7.2.5 || ^8.0", "psr/log": "^1 || ^2 || ^3" }, "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": "2022-02-25T21:32:43+00:00" }, { "name": "craftcms/aws-s3", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/craftcms/aws-s3.git", "reference": "d8515e3e8dc8867b635ea87b9ed578c06184e497" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/craftcms/aws-s3/zipball/d8515e3e8dc8867b635ea87b9ed578c06184e497", "reference": "d8515e3e8dc8867b635ea87b9ed578c06184e497", "shasum": "" }, "require": { "craftcms/cms": "^3.4.0", "league/flysystem-aws-s3-v3": "^1.0.28" }, "require-dev": { "phpstan/phpstan": "^0.12.96" }, "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" ], "support": { "docs": "https://github.com/craftcms/aws-s3/blob/master/README.md", "email": "support@craftcms.com", "issues": "https://github.com/craftcms/aws-s3/issues?state=open", "rss": "https://github.com/craftcms/aws-s3/commits/master.atom", "source": "https://github.com/craftcms/aws-s3" }, "time": "2021-10-21T15:06:05+00:00" }, { "name": "craftcms/cms", "version": "3.7.50", "dist": { "type": "zip", "url": "https://api.github.com/repos/craftcms/cms/zipball/694eac89010a8bb07c800096a1af28cd3a2917d2", "reference": "694eac89010a8bb07c800096a1af28cd3a2917d2", "shasum": "" }, "require": { "composer/composer": "2.2.15", "craftcms/oauth2-craftid": "~1.0.0", "craftcms/plugin-installer": "~1.5.6", "craftcms/server-check": "~1.2.0", "creocoder/yii2-nested-sets": "~0.9.0", "elvanto/litemoji": "^3.0.1", "enshrined/svg-sanitize": "~0.15.2", "ext-curl": "*", "ext-dom": "*", "ext-json": "*", "ext-mbstring": "*", "ext-openssl": "*", "ext-pcre": "*", "ext-pdo": "*", "ext-zip": "*", "guzzlehttp/guzzle": "^6.5.5|^7.2.0", "laminas/laminas-feed": "~2.12.3|^2.13.1", "league/flysystem": "^1.1.4", "league/oauth2-client": "^2.6.0", "mikehaertl/php-shellcommand": "^1.6.3", "php": ">=7.2.5", "pixelandtonic/imagine": "~1.2.4.1", "seld/cli-prompt": "^1.0.4", "symfony/yaml": "^5.2.1", "true/punycode": "^2.1.1", "twig/twig": "~2.14.3", "voku/stringy": "^6.4.0", "webonyx/graphql-php": "~14.11.5", "yiisoft/yii2": "~2.0.45.0", "yiisoft/yii2-debug": "^2.1.16", "yiisoft/yii2-queue": "~2.3.2", "yiisoft/yii2-swiftmailer": "^2.1.2" }, "conflict": { "league/oauth2-client": "2.4.0" }, "provide": { "bower-asset/inputmask": "~3.2.2 | ~3.3.5", "bower-asset/jquery": "3.5.*@stable | 3.4.*@stable | 3.3.*@stable | 3.2.*@stable | 3.1.*@stable | 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable", "bower-asset/punycode": "1.3.*", "bower-asset/yii2-pjax": "~2.0.1", "yii2tech/ar-softdelete": "1.0.4" }, "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/", "yii2tech\\ar\\softdelete\\": "lib/ar-softdelete/src/" } }, "license": [ "proprietary" ], "authors": [ { "name": "Pixel & Tonic", "homepage": "https://pixelandtonic.com/" } ], "description": "Craft CMS", "homepage": "https://craftcms.com", "keywords": [ "cms", "craftcms", "yii2" ], "support": { "email": "support@craftcms.com", "issues": "https://github.com/craftcms/cms/issues?state=open", "forum": "https://craftcms.stackexchange.com/", "source": "https://github.com/craftcms/cms", "docs": "https://craftcms.com/docs/3.x/", "rss": "https://github.com/craftcms/cms/releases.atom" }, "time": "2022-07-26T17:22:43+00:00" }, { "name": "craftcms/html-field", "version": "1.0.9", "source": { "type": "git", "url": "https://github.com/craftcms/html-field.git", "reference": "c8d58d23fdc8e586eeba29d6805cb868683af6a0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/craftcms/html-field/zipball/c8d58d23fdc8e586eeba29d6805cb868683af6a0", "reference": "c8d58d23fdc8e586eeba29d6805cb868683af6a0", "shasum": "" }, "require": { "craftcms/cms": "^3.6.0" }, "require-dev": { "craftcms/ecs": "dev-main", "craftcms/phpstan": "dev-main" }, "type": "library", "autoload": { "psr-4": { "craft\\htmlfield\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Pixel & Tonic", "homepage": "https://pixelandtonic.com/" } ], "description": "Base class for Craft CMS field types with HTML values.", "support": { "docs": "https://github.com/craftcms/html-field/blob/main/README.md", "email": "support@craftcms.com", "issues": "https://github.com/craftcms/html-field/issues?state=open", "rss": "https://github.com/craftcms/html-field/commits/main.atom", "source": "https://github.com/craftcms/html-field" }, "time": "2022-06-29T11:06:43+00:00" }, { "name": "craftcms/oauth2-craftid", "version": "1.0.0.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/craftcms/oauth2-craftid/zipball/3f18364139d72d83fb50546d85130beaaa868836", "reference": "3f18364139d72d83fb50546d85130beaaa868836", "shasum": "" }, "require": { "league/oauth2-client": "^2.2.1" }, "type": "library", "autoload": { "psr-4": { "craftcms\\oauth2\\client\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Pixel & Tonic", "homepage": "https://pixelandtonic.com/" } ], "description": "Craft OAuth 2.0 Client Provider for The PHP League OAuth2-Client", "keywords": [ "Authentication", "authorization", "client", "cms", "craftcms", "craftid", "oauth", "oauth2" ], "time": "2017-11-22T19:46:18+00:00" }, { "name": "craftcms/plugin-installer", "version": "1.5.7", "dist": { "type": "zip", "url": "https://api.github.com/repos/craftcms/plugin-installer/zipball/23ec472acd4410b70b07d5a02b2b82db9ee3f66b", "reference": "23ec472acd4410b70b07d5a02b2b82db9ee3f66b", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", "php": ">=5.4" }, "type": "composer-plugin", "extra": { "class": "craft\\composer\\Plugin" }, "autoload": { "psr-4": { "craft\\composer\\": "src/" } }, "license": [ "MIT" ], "description": "Craft CMS Plugin Installer", "homepage": "https://craftcms.com/", "keywords": [ "cms", "composer", "craftcms", "installer", "plugin" ], "time": "2021-02-18T02:01:38+00:00" }, { "name": "craftcms/postmark", "version": "2.1.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/craftcms/postmark/zipball/c11c69ea6dc3484feed67b80140d1c9beff42a93", "reference": "c11c69ea6dc3484feed67b80140d1c9beff42a93", "shasum": "" }, "require": { "craftcms/cms": "^3.1.5", "wildbit/swiftmailer-postmark": "^3.3.0" }, "type": "craft-plugin", "extra": { "name": "Postmark", "handle": "postmark", "documentationUrl": "https://github.com/craftcms/postmark/blob/master/README.md" }, "autoload": { "psr-4": { "craftcms\\postmark\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Pixel & Tonic", "homepage": "https://pixelandtonic.com/" } ], "description": "Postmark adapter for Craft CMS", "keywords": [ "cms", "craftcms", "mailer", "postmark", "yii2" ], "support": { "email": "support@craftcms.com", "issues": "https://github.com/craftcms/postmark/issues?state=open", "source": "https://github.com/craftcms/postmark", "docs": "https://github.com/craftcms/postmark/blob/master/README.md", "rss": "https://github.com/craftcms/postmark/commits/master.atom" }, "time": "2021-02-10T22:29:50+00:00" }, { "name": "craftcms/redactor", "version": "2.10.10", "source": { "type": "git", "url": "https://github.com/craftcms/redactor.git", "reference": "34ad579a49d05bd70c8ed2d8113730bd34ed5095" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/craftcms/redactor/zipball/34ad579a49d05bd70c8ed2d8113730bd34ed5095", "reference": "34ad579a49d05bd70c8ed2d8113730bd34ed5095", "shasum": "" }, "require": { "craftcms/cms": "^3.6.0", "craftcms/html-field": "^1.0.5" }, "require-dev": { "craftcms/ecs": "dev-main", "craftcms/phpstan": "dev-main" }, "type": "craft-plugin", "extra": { "name": "Redactor", "handle": "redactor", "documentationUrl": "https://github.com/craftcms/redactor/blob/v2/README.md" }, "autoload": { "psr-4": { "craft\\redactor\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Pixel & Tonic", "homepage": "https://pixelandtonic.com/" } ], "description": "Edit rich text content in Craft CMS using Redactor by Imperavi.", "keywords": [ "Redactor", "cms", "craftcms", "html", "yii2" ], "support": { "docs": "https://github.com/craftcms/redactor/blob/v2/README.md", "email": "support@craftcms.com", "issues": "https://github.com/craftcms/redactor/issues?state=open", "rss": "https://github.com/craftcms/redactor/commits/v2.atom", "source": "https://github.com/craftcms/redactor" }, "time": "2022-06-30T22:11:59+00:00" }, { "name": "craftcms/server-check", "version": "1.2.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/craftcms/server-check/zipball/04518e63ae94effd4e352838278662c928c84e8c", "reference": "04518e63ae94effd4e352838278662c928c84e8c", "shasum": "" }, "type": "library", "autoload": { "classmap": [ "server/requirements" ] }, "license": [ "MIT" ], "description": "Craft CMS Server Check", "homepage": "https://craftcms.com/", "keywords": [ "cms", "craftcms", "requirements", "yii2" ], "time": "2022-04-17T02:10:54+00:00" }, { "name": "creocoder/yii2-nested-sets", "version": "0.9.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/creocoder/yii2-nested-sets/zipball/cb8635a459b6246e5a144f096b992dcc30cf9954", "reference": "cb8635a459b6246e5a144f096b992dcc30cf9954", "shasum": "" }, "require": { "yiisoft/yii2": "*" }, "type": "yii2-extension", "autoload": { "psr-4": { "creocoder\\nestedsets\\": "src" } }, "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Alexander Kochetov", "email": "creocoder@gmail.com" } ], "description": "The nested sets behavior for the Yii framework", "keywords": [ "nested sets", "yii2" ], "time": "2015-01-27T10:53:51+00:00" }, { "name": "davechild/textstatistics", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/DaveChild/Text-Statistics.git", "reference": "dd16252a5c78fad6f8ea4fcd7e55d14fd07b1382" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/DaveChild/Text-Statistics/zipball/dd16252a5c78fad6f8ea4fcd7e55d14fd07b1382", "reference": "dd16252a5c78fad6f8ea4fcd7e55d14fd07b1382", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "4.2.*" }, "suggest": { "ext-bcmath": "More accurate floating point calculations.", "ext-mbstring": "Handle multi-byte text properly." }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "DaveChild\\TextStatistics": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Dave Child", "email": "dave@addedbytes.com", "homepage": "https://www.addedbytes.com/", "role": "Developer" } ], "description": "PHP package to measure the readability of text according to various algorithms.", "homepage": "https://github.com/DaveChild/Text-Statistics", "support": { "issues": "https://github.com/DaveChild/Text-Statistics/issues", "source": "https://github.com/DaveChild/Text-Statistics/tree/master" }, "time": "2018-06-19T09:25:42+00:00" }, { "name": "defuse/php-encryption", "version": "v2.3.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/defuse/php-encryption/zipball/77880488b9954b7884c25555c2a0ea9e7053f9d2", "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2", "shasum": "" }, "require": { "ext-openssl": "*", "paragonie/random_compat": ">= 2", "php": ">=5.6.0" }, "bin": [ "bin/generate-defuse-key" ], "type": "library", "autoload": { "psr-4": { "Defuse\\Crypto\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "Taylor Hornby", "email": "taylor@defuse.ca", "homepage": "https://defuse.ca/" }, { "name": "Scott Arciszewski", "email": "info@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "Secure PHP Encryption Library", "keywords": [ "aes", "authenticated encryption", "cipher", "crypto", "cryptography", "encrypt", "encryption", "openssl", "security", "symmetric key cryptography" ], "time": "2021-04-09T23:57:26+00:00" }, { "name": "doctrine/collections", "version": "1.6.8", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/collections/zipball/1958a744696c6bb3bb0d28db2611dc11610e78af", "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af", "shasum": "" }, "require": { "php": "^7.1.3 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^9.0", "phpstan/phpstan": "^0.12", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5", "vimeo/psalm": "^4.2.1" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.", "homepage": "https://www.doctrine-project.org/projects/collections.html", "keywords": [ "array", "collections", "iterators", "php" ], "support": { "issues": "https://github.com/doctrine/collections/issues", "source": "https://github.com/doctrine/collections/tree/1.6.8" }, "time": "2021-08-10T18:51:53+00:00" }, { "name": "doctrine/lexer", "version": "1.2.3", "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229", "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" } }, "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", "homepage": "https://www.doctrine-project.org/projects/lexer.html", "keywords": [ "annotations", "docblock", "lexer", "parser", "php" ], "time": "2022-02-28T11:07:21+00:00" }, { "name": "dompdf/dompdf", "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/dompdf/dompdf.git", "reference": "79573d8b8a141ec8a17312515de8740eed014fa9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dompdf/dompdf/zipball/79573d8b8a141ec8a17312515de8740eed014fa9", "reference": "79573d8b8a141ec8a17312515de8740eed014fa9", "shasum": "" }, "require": { "ext-dom": "*", "ext-mbstring": "*", "masterminds/html5": "^2.0", "phenx/php-font-lib": "^0.5.4", "phenx/php-svg-lib": "^0.3.3 || ^0.4.0", "php": "^7.1 || ^8.0" }, "require-dev": { "ext-json": "*", "ext-zip": "*", "mockery/mockery": "^1.3", "phpunit/phpunit": "^7.5 || ^8 || ^9", "squizlabs/php_codesniffer": "^3.5" }, "suggest": { "ext-gd": "Needed to process images", "ext-gmagick": "Improves image processing performance", "ext-imagick": "Improves image processing performance", "ext-zlib": "Needed for pdf stream compression" }, "type": "library", "autoload": { "psr-4": { "Dompdf\\": "src/" }, "classmap": [ "lib/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1" ], "authors": [ { "name": "Fabien Ménager", "email": "fabien.menager@gmail.com" }, { "name": "Brian Sweeney", "email": "eclecticgeek@gmail.com" }, { "name": "Gabriel Bull", "email": "me@gabrielbull.com" } ], "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", "homepage": "https://github.com/dompdf/dompdf", "support": { "issues": "https://github.com/dompdf/dompdf/issues", "source": "https://github.com/dompdf/dompdf/tree/v2.0.0" }, "time": "2022-06-21T21:14:57+00:00" }, { "name": "doublesecretagency/craft-cpcss", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/doublesecretagency/craft-cpcss.git", "reference": "e056e16ed6ff762a15bd52fc3cd080411c548699" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doublesecretagency/craft-cpcss/zipball/e056e16ed6ff762a15bd52fc3cd080411c548699", "reference": "e056e16ed6ff762a15bd52fc3cd080411c548699", "shasum": "" }, "require": { "craftcms/cms": "^3.1.5" }, "type": "craft-plugin", "extra": { "name": "Control Panel CSS", "handle": "cp-css", "schemaVersion": "2.0.0", "changelogUrl": "https://raw.githubusercontent.com/doublesecretagency/craft-cpcss/v2/CHANGELOG.md", "class": "doublesecretagency\\cpcss\\CpCss" }, "autoload": { "psr-4": { "doublesecretagency\\cpcss\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Double Secret Agency", "homepage": "https://www.doublesecretagency.com/plugins" } ], "description": "Add custom CSS to your Control Panel.", "keywords": [ "Craft", "cms", "cp-css", "craft-plugin", "craftcms", "css" ], "support": { "docs": "https://github.com/doublesecretagency/craft-cpcss/blob/v2/README.md", "issues": "https://github.com/doublesecretagency/craft-cpcss/issues", "source": "https://github.com/doublesecretagency/craft-cpcss/tree/2.4.0" }, "time": "2021-09-22T06:14:06+00:00" }, { "name": "doublesecretagency/craft-cpjs", "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/doublesecretagency/craft-cpjs.git", "reference": "e38ace061c988386643f3aa03356f2669bcc5a9c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doublesecretagency/craft-cpjs/zipball/e38ace061c988386643f3aa03356f2669bcc5a9c", "reference": "e38ace061c988386643f3aa03356f2669bcc5a9c", "shasum": "" }, "require": { "craftcms/cms": "^3.1.5" }, "type": "craft-plugin", "extra": { "name": "Control Panel JS", "handle": "cp-js", "schemaVersion": "2.0.0", "changelogUrl": "https://raw.githubusercontent.com/doublesecretagency/craft-cpjs/v2/CHANGELOG.md", "class": "doublesecretagency\\cpjs\\CpJs" }, "autoload": { "psr-4": { "doublesecretagency\\cpjs\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Double Secret Agency", "homepage": "https://www.doublesecretagency.com/plugins" } ], "description": "Add custom JavaScript to your Control Panel.", "keywords": [ "Craft", "cms", "cp-js", "craft-plugin", "craftcms", "javascript" ], "support": { "docs": "https://github.com/doublesecretagency/craft-cpjs/blob/v2/README.md", "issues": "https://github.com/doublesecretagency/craft-cpjs/issues", "source": "https://github.com/doublesecretagency/craft-cpjs/tree/2.4.0" }, "time": "2021-09-22T06:14:09+00:00" }, { "name": "egulias/email-validator", "version": "3.2.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f88dcf4b14af14a98ad96b14b2b317969eab6715", "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715", "shasum": "" }, "require": { "doctrine/lexer": "^1.2", "php": ">=7.2", "symfony/polyfill-intl-idn": "^1.15" }, "suggest": { "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { "Egulias\\EmailValidator\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "Eduardo Gulias Davis" } ], "description": "A library for validating emails against several RFCs", "homepage": "https://github.com/egulias/EmailValidator", "keywords": [ "email", "emailvalidation", "emailvalidator", "validation", "validator" ], "time": "2022-06-18T20:57:19+00:00" }, { "name": "elvanto/litemoji", "version": "3.0.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/elvanto/litemoji/zipball/acd6fd944814683983dcdfcf4d33f24430631b77", "reference": "acd6fd944814683983dcdfcf4d33f24430631b77", "shasum": "" }, "require": { "php": ">=7.0" }, "type": "library", "autoload": { "psr-4": { "LitEmoji\\": "src/" } }, "license": [ "MIT" ], "description": "A PHP library simplifying the conversion of unicode, HTML and shortcode emoji.", "keywords": [ "emoji", "php-emoji" ], "time": "2020-11-27T05:08:33+00:00" }, { "name": "embed/embed", "version": "v3.4.18", "source": { "type": "git", "url": "https://github.com/oscarotero/Embed.git", "reference": "fe379f61d3ecca7a0824c4bb3839ebe0a1819520" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/oscarotero/Embed/zipball/fe379f61d3ecca7a0824c4bb3839ebe0a1819520", "reference": "fe379f61d3ecca7a0824c4bb3839ebe0a1819520", "shasum": "" }, "require": { "composer/ca-bundle": "^1.0", "ext-curl": "*", "ext-dom": "*", "ext-mbstring": "*", "php": "^5.6|^7.0|^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.0", "phpunit/phpunit": "^5.7|^6.0|^7.0" }, "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" ], "support": { "email": "oom@oscarotero.com", "issues": "https://github.com/oscarotero/Embed/issues", "source": "https://github.com/oscarotero/Embed/tree/v3.4.18" }, "funding": [ { "url": "https://paypal.me/oscarotero", "type": "custom" }, { "url": "https://github.com/oscarotero", "type": "github" }, { "url": "https://www.patreon.com/misteroom", "type": "patreon" } ], "time": "2022-07-15T09:34:07+00:00" }, { "name": "enshrined/svg-sanitize", "version": "0.15.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/darylldoyle/svg-sanitizer/zipball/e50b83a2f1f296ca61394fe88fbfe3e896a84cf4", "reference": "e50b83a2f1f296ca61394fe88fbfe3e896a84cf4", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "php": "^7.0 || ^8.0" }, "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": "2022-02-21T09:13:59+00:00" }, { "name": "erusev/parsedown", "version": "1.7.4", "source": { "type": "git", "url": "https://github.com/erusev/parsedown.git", "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3", "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35" }, "type": "library", "autoload": { "psr-0": { "Parsedown": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Emanuil Rusev", "email": "hello@erusev.com", "homepage": "http://erusev.com" } ], "description": "Parser for Markdown.", "homepage": "http://parsedown.org", "keywords": [ "markdown", "parser" ], "support": { "issues": "https://github.com/erusev/parsedown/issues", "source": "https://github.com/erusev/parsedown/tree/1.7.x" }, "time": "2019-12-30T22:54:17+00:00" }, { "name": "erusev/parsedown-extra", "version": "0.8.1", "source": { "type": "git", "url": "https://github.com/erusev/parsedown-extra.git", "reference": "91ac3ff98f0cea243bdccc688df43810f044dcef" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/erusev/parsedown-extra/zipball/91ac3ff98f0cea243bdccc688df43810f044dcef", "reference": "91ac3ff98f0cea243bdccc688df43810f044dcef", "shasum": "" }, "require": { "erusev/parsedown": "^1.7.4" }, "require-dev": { "phpunit/phpunit": "^4.8.35" }, "type": "library", "autoload": { "psr-0": { "ParsedownExtra": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Emanuil Rusev", "email": "hello@erusev.com", "homepage": "http://erusev.com" } ], "description": "An extension of Parsedown that adds support for Markdown Extra.", "homepage": "https://github.com/erusev/parsedown-extra", "keywords": [ "markdown", "markdown extra", "parsedown", "parser" ], "support": { "issues": "https://github.com/erusev/parsedown-extra/issues", "source": "https://github.com/erusev/parsedown-extra/tree/0.8.x" }, "time": "2019-12-30T23:20:37+00:00" }, { "name": "ether/simplemap", "version": "3.9.4", "source": { "type": "git", "url": "https://github.com/ethercreative/simplemap.git", "reference": "224cc68e970b4753c33a35a35d68460e6c2bb008" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ethercreative/simplemap/zipball/224cc68e970b4753c33a35a35d68460e6c2bb008", "reference": "224cc68e970b4753c33a35a35d68460e6c2bb008", "shasum": "" }, "require": { "craftcms/cms": "^3.2.1", "ext-json": "*", "ext-openssl": "*", "ext-zlib": "*", "geoip2/geoip2": "~2.0", "guzzlehttp/guzzle": "^6.3.3|^7.2.0", "mapkit/jwt": "^1.1.2", "what3words/w3w-php-wrapper": "3.*" }, "type": "craft-plugin", "extra": { "handle": "simplemap", "name": "Maps", "developer": "Ether Creative", "developerUrl": "https://ethercreative.co.uk", "class": "ether\\simplemap\\SimpleMap", "schemaVersion": "3.4.2" }, "autoload": { "psr-4": { "ether\\simplemap\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], "description": "A beautifully simple Map field type for Craft CMS 3", "support": { "docs": "https://docs.ethercreative.co.uk/maps", "email": "help@ethercreative.co.uk", "issues": "https://github.com/ethercreative/simplemap/issues", "source": "https://github.com/ethercreative/simplemap" }, "funding": [ { "url": "https://github.com/tam", "type": "github" } ], "time": "2022-07-11T10:26:18+00:00" }, { "name": "ether/splash", "version": "3.0.5", "source": { "type": "git", "url": "https://github.com/ethercreative/splash.git", "reference": "6eb3d2aee5f907b1a29844ad53847746a179d3f5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ethercreative/splash/zipball/6eb3d2aee5f907b1a29844ad53847746a179d3f5", "reference": "6eb3d2aee5f907b1a29844ad53847746a179d3f5", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0-RC1", "ext-curl": "*" }, "type": "craft-plugin", "extra": { "handle": "splash", "name": "Splash", "developer": "Ether Creative", "developerUrl": "https://ethercreative.co.uk", "class": "ether\\splash\\Splash", "schemaVersion": "3.0.0" }, "autoload": { "psr-4": { "ether\\splash\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "description": "Quickly and easily get beautiful Unsplash images in Craft!", "support": { "issues": "https://github.com/ethercreative/splash", "source": "https://github.com/ethercreative/splash/tree/v3" }, "time": "2019-04-16T10:33:50+00:00" }, { "name": "ezyang/htmlpurifier", "version": "v4.16.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8", "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8", "shasum": "" }, "require": { "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0" }, "suggest": { "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.", "ext-bcmath": "Used for unit conversion and imagecrash protection", "ext-iconv": "Converts text to and from non-UTF-8 encodings", "ext-tidy": "Used for pretty-printing HTML" }, "type": "library", "autoload": { "files": [ "library/HTMLPurifier.composer.php" ], "psr-0": { "HTMLPurifier": "library/" }, "exclude-from-classmap": [ "/library/HTMLPurifier/Language/" ] }, "license": [ "LGPL-2.1-or-later" ], "authors": [ { "name": "Edward Z. Yang", "email": "admin@htmlpurifier.org", "homepage": "http://ezyang.com" } ], "description": "Standards compliant HTML filter written in PHP", "homepage": "http://htmlpurifier.org/", "keywords": [ "html" ], "time": "2022-09-18T07:06:19+00:00" }, { "name": "fakerphp/faker", "version": "v1.20.0", "source": { "type": "git", "url": "https://github.com/FakerPHP/Faker.git", "reference": "37f751c67a5372d4e26353bd9384bc03744ec77b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/37f751c67a5372d4e26353bd9384bc03744ec77b", "reference": "37f751c67a5372d4e26353bd9384bc03744ec77b", "shasum": "" }, "require": { "php": "^7.1 || ^8.0", "psr/container": "^1.0 || ^2.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" }, "conflict": { "fzaninotto/faker": "*" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4.1", "doctrine/persistence": "^1.3 || ^2.0", "ext-intl": "*", "symfony/phpunit-bridge": "^4.4 || ^5.2" }, "suggest": { "doctrine/orm": "Required to use Faker\\ORM\\Doctrine", "ext-curl": "Required by Faker\\Provider\\Image to download images.", "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.", "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.", "ext-mbstring": "Required for multibyte Unicode string functionality." }, "type": "library", "extra": { "branch-alias": { "dev-main": "v1.20-dev" } }, "autoload": { "psr-4": { "Faker\\": "src/Faker/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "François Zaninotto" } ], "description": "Faker is a PHP library that generates fake data for you.", "keywords": [ "data", "faker", "fixtures" ], "support": { "issues": "https://github.com/FakerPHP/Faker/issues", "source": "https://github.com/FakerPHP/Faker/tree/v1.20.0" }, "time": "2022-07-20T13:12:54+00:00" }, { "name": "firebase/php-jwt", "version": "v6.3.0", "source": { "type": "git", "url": "https://github.com/firebase/php-jwt.git", "reference": "018dfc4e1da92ad8a1b90adc4893f476a3b41cb8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/firebase/php-jwt/zipball/018dfc4e1da92ad8a1b90adc4893f476a3b41cb8", "reference": "018dfc4e1da92ad8a1b90adc4893f476a3b41cb8", "shasum": "" }, "require": { "php": "^7.1||^8.0" }, "require-dev": { "guzzlehttp/guzzle": "^6.5||^7.4", "phpspec/prophecy-phpunit": "^1.1", "phpunit/phpunit": "^7.5||^9.5", "psr/cache": "^1.0||^2.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0" }, "suggest": { "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present" }, "type": "library", "autoload": { "psr-4": { "Firebase\\JWT\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Neuman Vong", "email": "neuman+pear@twilio.com", "role": "Developer" }, { "name": "Anant Narayanan", "email": "anant@php.net", "role": "Developer" } ], "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "homepage": "https://github.com/firebase/php-jwt", "keywords": [ "jwt", "php" ], "support": { "issues": "https://github.com/firebase/php-jwt/issues", "source": "https://github.com/firebase/php-jwt/tree/v6.3.0" }, "time": "2022-07-15T16:48:45+00:00" }, { "name": "geoip2/geoip2", "version": "v2.13.0", "source": { "type": "git", "url": "git@github.com:maxmind/GeoIP2-php.git", "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/6a41d8fbd6b90052bc34dff3b4252d0f88067b23", "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23", "shasum": "" }, "require": { "ext-json": "*", "maxmind-db/reader": "~1.8", "maxmind/web-service-common": "~0.8", "php": ">=7.2" }, "require-dev": { "friendsofphp/php-cs-fixer": "3.*", "phpstan/phpstan": "*", "phpunit/phpunit": "^8.0 || ^9.0", "squizlabs/php_codesniffer": "3.*" }, "type": "library", "autoload": { "psr-4": { "GeoIp2\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Gregory J. Oschwald", "email": "goschwald@maxmind.com", "homepage": "https://www.maxmind.com/" } ], "description": "MaxMind GeoIP2 PHP API", "homepage": "https://github.com/maxmind/GeoIP2-php", "keywords": [ "IP", "geoip", "geoip2", "geolocation", "maxmind" ], "time": "2022-08-05T20:32:58+00:00" }, { "name": "giggsey/libphonenumber-for-php", "version": "8.12.53", "source": { "type": "git", "url": "https://github.com/giggsey/libphonenumber-for-php.git", "reference": "2e39201ca4b88c1ec0594cd78128d21e94929d04" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/2e39201ca4b88c1ec0594cd78128d21e94929d04", "reference": "2e39201ca4b88c1ec0594cd78128d21e94929d04", "shasum": "" }, "require": { "giggsey/locale": "^1.7|^2.0", "php": ">=5.3.2", "symfony/polyfill-mbstring": "^1.17" }, "require-dev": { "pear/pear-core-minimal": "^1.9", "pear/pear_exception": "^1.0", "pear/versioncontrol_git": "^0.5", "phing/phing": "^2.7", "php-coveralls/php-coveralls": "^1.0|^2.0", "symfony/console": "^2.8|^3.0|^v4.4|^v5.2", "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "8.x-dev" } }, "autoload": { "psr-4": { "libphonenumber\\": "src/" }, "exclude-from-classmap": [ "/src/data/", "/src/carrier/data/", "/src/geocoding/data/", "/src/timezone/data/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Joshua Gigg", "email": "giggsey@gmail.com", "homepage": "https://giggsey.com/" } ], "description": "PHP Port of Google's libphonenumber", "homepage": "https://github.com/giggsey/libphonenumber-for-php", "keywords": [ "geocoding", "geolocation", "libphonenumber", "mobile", "phonenumber", "validation" ], "support": { "irc": "irc://irc.appliedirc.com/lobby", "issues": "https://github.com/giggsey/libphonenumber-for-php/issues", "source": "https://github.com/giggsey/libphonenumber-for-php" }, "time": "2022-08-08T06:53:30+00:00" }, { "name": "giggsey/locale", "version": "2.2", "source": { "type": "git", "url": "https://github.com/giggsey/Locale.git", "reference": "9c1dca769253f6a3e81f9a5c167f53b6a54ab635" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/giggsey/Locale/zipball/9c1dca769253f6a3e81f9a5c167f53b6a54ab635", "reference": "9c1dca769253f6a3e81f9a5c167f53b6a54ab635", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "ext-json": "*", "pear/pear-core-minimal": "^1.9", "pear/pear_exception": "^1.0", "pear/versioncontrol_git": "^0.5", "phing/phing": "^2.7", "php-coveralls/php-coveralls": "^2.0", "phpunit/phpunit": "^8.5|^9.5", "symfony/console": "^5.0", "symfony/filesystem": "^5.0", "symfony/finder": "^5.0", "symfony/process": "^5.0" }, "type": "library", "autoload": { "psr-4": { "Giggsey\\Locale\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Joshua Gigg", "email": "giggsey@gmail.com", "homepage": "https://giggsey.com/" } ], "description": "Locale functions required by libphonenumber-for-php", "support": { "issues": "https://github.com/giggsey/Locale/issues", "source": "https://github.com/giggsey/Locale/tree/2.2" }, "time": "2022-04-06T07:33:59+00:00" }, { "name": "google/auth", "version": "v1.21.1", "source": { "type": "git", "url": "https://github.com/googleapis/google-auth-library-php.git", "reference": "aa3b9ca29258ac6347ce3c8937a2418c5d78f840" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/googleapis/google-auth-library-php/zipball/aa3b9ca29258ac6347ce3c8937a2418c5d78f840", "reference": "aa3b9ca29258ac6347ce3c8937a2418c5d78f840", "shasum": "" }, "require": { "firebase/php-jwt": "^5.5||^6.0", "guzzlehttp/guzzle": "^6.2.1|^7.0", "guzzlehttp/psr7": "^1.7|^2.0", "php": "^7.1||^8.0", "psr/cache": "^1.0|^2.0|^3.0", "psr/http-message": "^1.0" }, "require-dev": { "guzzlehttp/promises": "0.1.1|^1.3", "kelvinmo/simplejwt": "^0.2.5|^0.5.1", "phpseclib/phpseclib": "^2.0.31", "phpspec/prophecy-phpunit": "^1.1", "phpunit/phpunit": "^7.5||^8.5", "sebastian/comparator": ">=1.2.3", "squizlabs/php_codesniffer": "^3.5" }, "suggest": { "phpseclib/phpseclib": "May be used in place of OpenSSL for signing strings or for token management. Please require version ^2." }, "type": "library", "autoload": { "psr-4": { "Google\\Auth\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "description": "Google Auth Library for PHP", "homepage": "http://github.com/google/google-auth-library-php", "keywords": [ "Authentication", "google", "oauth2" ], "support": { "docs": "https://googleapis.github.io/google-auth-library-php/main/", "issues": "https://github.com/googleapis/google-auth-library-php/issues", "source": "https://github.com/googleapis/google-auth-library-php/tree/v1.21.1" }, "time": "2022-05-16T19:34:15+00:00" }, { "name": "google/cloud-core", "version": "v1.47.1", "source": { "type": "git", "url": "https://github.com/googleapis/google-cloud-php-core.git", "reference": "14d856517d18b14754b364896b28210df2738df0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/14d856517d18b14754b364896b28210df2738df0", "reference": "14d856517d18b14754b364896b28210df2738df0", "shasum": "" }, "require": { "google/auth": "^1.18", "guzzlehttp/guzzle": "^5.3|^6.5.7|^7.4.4", "guzzlehttp/promises": "^1.3", "guzzlehttp/psr7": "^1.7|^2.0", "monolog/monolog": "^1.1|^2.0", "php": ">=5.6", "psr/http-message": "1.0.*", "rize/uri-template": "~0.3" }, "require-dev": { "erusev/parsedown": "^1.6", "google/common-protos": "^1.0||^2.0", "google/gax": "^1.9", "opis/closure": "^3", "phpdocumentor/reflection": "^3.0||^4.0", "phpunit/phpunit": "^4.8|^5.0|^8.0", "squizlabs/php_codesniffer": "2.*", "yoast/phpunit-polyfills": "^1.0" }, "suggest": { "opis/closure": "May be used to serialize closures to process jobs in the batch daemon. Please require version ^3.", "symfony/lock": "Required for the Spanner cached based session pool. Please require the following commit: 3.3.x-dev#1ba6ac9" }, "bin": [ "bin/google-cloud-batch" ], "type": "library", "extra": { "component": { "id": "cloud-core", "target": "googleapis/google-cloud-php-core.git", "path": "Core", "entry": "src/ServiceBuilder.php" } }, "autoload": { "psr-4": { "Google\\Cloud\\Core\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "description": "Google Cloud PHP shared dependency, providing functionality useful to all components.", "support": { "source": "https://github.com/googleapis/google-cloud-php-core/tree/v1.47.1" }, "time": "2022-08-05T00:41:21+00:00" }, { "name": "google/cloud-storage", "version": "v1.28.0", "source": { "type": "git", "url": "https://github.com/googleapis/google-cloud-php-storage.git", "reference": "017c14eeb2a3717a1ce9c27a39c66a779e6914cf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/googleapis/google-cloud-php-storage/zipball/017c14eeb2a3717a1ce9c27a39c66a779e6914cf", "reference": "017c14eeb2a3717a1ce9c27a39c66a779e6914cf", "shasum": "" }, "require": { "google/cloud-core": "^1.43", "google/crc32": "^0.1.0" }, "require-dev": { "erusev/parsedown": "^1.6", "google/cloud-pubsub": "^1.0", "phpdocumentor/reflection": "^3.0||^4.0", "phpseclib/phpseclib": "^2.0||^3.0", "phpunit/phpunit": "^4.8|^5.0|^8.0", "squizlabs/php_codesniffer": "2.*", "yoast/phpunit-polyfills": "^1.0" }, "suggest": { "google/cloud-pubsub": "May be used to register a topic to receive bucket notifications.", "phpseclib/phpseclib": "May be used in place of OpenSSL for creating signed Cloud Storage URLs. Please require version ^2." }, "type": "library", "extra": { "component": { "id": "cloud-storage", "target": "googleapis/google-cloud-php-storage.git", "path": "Storage", "entry": "src/StorageClient.php" } }, "autoload": { "psr-4": { "Google\\Cloud\\Storage\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "description": "Cloud Storage Client for PHP", "support": { "source": "https://github.com/googleapis/google-cloud-php-storage/tree/v1.28.0" }, "time": "2022-07-29T00:07:49+00:00" }, { "name": "google/crc32", "version": "v0.1.0", "source": { "type": "git", "url": "https://github.com/google/php-crc32.git", "reference": "a8525f0dea6fca1893e1bae2f6e804c5f7d007fb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/google/php-crc32/zipball/a8525f0dea6fca1893e1bae2f6e804c5f7d007fb", "reference": "a8525f0dea6fca1893e1bae2f6e804c5f7d007fb", "shasum": "" }, "require": { "php": ">=5.4" }, "require-dev": { "friendsofphp/php-cs-fixer": "^1.13 || v2.14.2", "paragonie/random_compat": ">=2", "phpunit/phpunit": "^4" }, "type": "library", "autoload": { "psr-4": { "Google\\CRC32\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Andrew Brampton", "email": "bramp@google.com" } ], "description": "Various CRC32 implementations", "homepage": "https://github.com/google/php-crc32", "support": { "issues": "https://github.com/google/php-crc32/issues", "source": "https://github.com/google/php-crc32/tree/v0.1.0" }, "time": "2019-05-09T06:24:58+00:00" }, { "name": "guzzlehttp/guzzle", "version": "7.5.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba", "reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.5", "guzzlehttp/psr7": "^1.9 || ^2.4", "php": "^7.2.5 || ^8.0", "psr/http-client": "^1.0", "symfony/deprecation-contracts": "^2.2 || ^3.0" }, "provide": { "psr/http-client-implementation": "1.0" }, "suggest": { "ext-curl": "Required for CURL handler support", "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false }, "branch-alias": { "dev-master": "7.5-dev" } }, "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Jeremy Lindblom", "email": "jeremeamia@gmail.com", "homepage": "https://github.com/jeremeamia" }, { "name": "George Mponos", "email": "gmponos@gmail.com", "homepage": "https://github.com/gmponos" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://github.com/sagikazarmark" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], "description": "Guzzle is a PHP HTTP client library", "keywords": [ "client", "curl", "framework", "http", "http client", "psr-18", "psr-7", "rest", "web service" ], "time": "2022-08-28T15:39:27+00:00" }, { "name": "guzzlehttp/oauth-subscriber", "version": "0.6.0", "source": { "type": "git", "url": "https://github.com/guzzle/oauth-subscriber.git", "reference": "8d6cab29f8397e5712d00a383eeead36108a3c1f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/oauth-subscriber/zipball/8d6cab29f8397e5712d00a383eeead36108a3c1f", "reference": "8d6cab29f8397e5712d00a383eeead36108a3c1f", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^6.5|^7.2", "guzzlehttp/psr7": "^1.7|^2.0", "php": ">=5.5.0" }, "require-dev": { "phpunit/phpunit": "~4.0|^9.3.3" }, "suggest": { "ext-openssl": "Required to sign using RSA-SHA1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.6-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Subscriber\\Oauth\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" } ], "description": "Guzzle OAuth 1.0 subscriber", "homepage": "http://guzzlephp.org/", "keywords": [ "Guzzle", "oauth" ], "support": { "issues": "https://github.com/guzzle/oauth-subscriber/issues", "source": "https://github.com/guzzle/oauth-subscriber/tree/0.6.0" }, "time": "2021-07-13T12:01:32+00:00" }, { "name": "guzzlehttp/promises", "version": "1.5.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/promises/zipball/b94b2807d85443f9719887892882d0329d1e2598", "reference": "b94b2807d85443f9719887892882d0329d1e2598", "shasum": "" }, "require": { "php": ">=5.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.5-dev" } }, "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "GuzzleHttp\\Promise\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" } ], "description": "Guzzle promises library", "keywords": [ "promise" ], "time": "2022-08-28T14:55:35+00:00" }, { "name": "guzzlehttp/psr7", "version": "2.4.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/guzzle/psr7/zipball/69568e4293f4fa993f3b0e51c9723e1e17c41379", "reference": "69568e4293f4fa993f3b0e51c9723e1e17c41379", "shasum": "" }, "require": { "php": "^7.2.5 || ^8.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0", "ralouphie/getallheaders": "^3.0" }, "provide": { "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": true, "forward-command": false }, "branch-alias": { "dev-master": "2.4-dev" } }, "autoload": { "psr-4": { "GuzzleHttp\\Psr7\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "George Mponos", "email": "gmponos@gmail.com", "homepage": "https://github.com/gmponos" }, { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com", "homepage": "https://github.com/Nyholm" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://github.com/sagikazarmark" }, { "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://sagikazarmark.hu" } ], "description": "PSR-7 message implementation that also provides common utility methods", "keywords": [ "http", "message", "psr-7", "request", "response", "stream", "uri", "url" ], "time": "2022-08-28T14:45:39+00:00" }, { "name": "html2text/html2text", "version": "4.3.1", "source": { "type": "git", "url": "https://github.com/mtibben/html2text.git", "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mtibben/html2text/zipball/61ad68e934066a6f8df29a3d23a6460536d0855c", "reference": "61ad68e934066a6f8df29a3d23a6460536d0855c", "shasum": "" }, "require-dev": { "phpunit/phpunit": "~4" }, "suggest": { "ext-mbstring": "For best performance", "symfony/polyfill-mbstring": "If you can't install ext-mbstring" }, "type": "library", "autoload": { "psr-4": { "Html2Text\\": [ "src/", "test/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Converts HTML to formatted plain text", "support": { "issues": "https://github.com/mtibben/html2text/issues", "source": "https://github.com/mtibben/html2text/tree/4.3.1" }, "time": "2020-04-16T23:44:31+00:00" }, { "name": "icanboogie/inflector", "version": "v2.2.0", "source": { "type": "git", "url": "https://github.com/ICanBoogie/Inflector.git", "reference": "bd9173bf1a267f0a89a04d8a66c486bca1f13230" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ICanBoogie/Inflector/zipball/bd9173bf1a267f0a89a04d8a66c486bca1f13230", "reference": "bd9173bf1a267f0a89a04d8a66c486bca1f13230", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=7.1" }, "conflict": { "icanboogie/common": "<2.0" }, "require-dev": { "icanboogie/common": "^2.0", "phpstan/phpstan": "^0.12.92", "phpunit/phpunit": "^7.5" }, "type": "library", "autoload": { "files": [ "lib/helpers.php" ], "psr-4": { "ICanBoogie\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Olivier Laviale", "email": "olivier.laviale@gmail.com", "homepage": "http://www.weirdog.com/", "role": "Developer" } ], "description": "Multilingual inflector that transforms words from singular to plural, underscore to camel case, and more.", "homepage": "http://icanboogie.org/", "keywords": [ "camelize", "hyphenate", "inflect", "multilingual", "pluralize", "singularize", "underscore" ], "support": { "issues": "https://github.com/ICanBoogie/Inflector/issues", "source": "https://github.com/ICanBoogie/Inflector" }, "time": "2021-10-20T02:15:30+00:00" }, { "name": "imgix/imgix-php", "version": "3.3.0", "source": { "type": "git", "url": "https://github.com/imgix/imgix-php.git", "reference": "6995ca3440fe442b1175c12dc63b41617568b606" }, "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" ], "support": { "issues": "https://github.com/imgix/imgix-php/issues", "source": "https://github.com/imgix/imgix-php/tree/3.3.0" }, "time": "2020-06-05T21:57:36+00:00" }, { "name": "intervention/httpauth", "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/Intervention/httpauth.git", "reference": "825202e88c0918f5249bd5af6ff1fb8ef6e3271e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Intervention/httpauth/zipball/825202e88c0918f5249bd5af6ff1fb8ef6e3271e", "reference": "825202e88c0918f5249bd5af6ff1fb8ef6e3271e", "shasum": "" }, "require": { "php": "^7.2" }, "require-dev": { "phpstan/phpstan": "^0.12.11", "phpunit/phpunit": "^8.0" }, "type": "library", "extra": { "laravel": { "providers": [ "Intervention\\HttpAuth\\Laravel\\HttpAuthServiceProvider" ], "aliases": { "HttpAuth": "Intervention\\HttpAuth\\Laravel\\Facades\\HttpAuth" } } }, "autoload": { "psr-4": { "Intervention\\HttpAuth\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Oliver Vogel", "email": "oliver@olivervogel.com", "homepage": "https://olivervogel.com/" } ], "description": "HTTP authentication (Basic & Digest) including ServiceProviders for easy Laravel integration", "homepage": "https://github.com/Intervention/httpauth", "keywords": [ "Authentication", "http", "laravel" ], "support": { "issues": "https://github.com/Intervention/httpauth/issues", "source": "https://github.com/Intervention/httpauth/tree/3.0.1" }, "time": "2020-03-09T16:18:28+00:00" }, { "name": "jean85/pretty-package-versions", "version": "2.0.5", "source": { "type": "git", "url": "https://github.com/Jean85/pretty-package-versions.git", "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/ae547e455a3d8babd07b96966b17d7fd21d9c6af", "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af", "shasum": "" }, "require": { "composer-runtime-api": "^2.0.0", "php": "^7.1|^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.17", "jean85/composer-provided-replaced-stub-package": "^1.0", "phpstan/phpstan": "^0.12.66", "phpunit/phpunit": "^7.5|^8.5|^9.4", "vimeo/psalm": "^4.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Jean85\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Alessandro Lai", "email": "alessandro.lai85@gmail.com" } ], "description": "A library to get pretty versions strings of installed dependencies", "keywords": [ "composer", "package", "release", "versions" ], "support": { "issues": "https://github.com/Jean85/pretty-package-versions/issues", "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.5" }, "time": "2021-10-08T21:21:46+00:00" }, { "name": "justinrainbow/json-schema", "version": "5.2.12", "dist": { "type": "zip", "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", "shasum": "" }, "require": { "php": ">=5.3.3" }, "bin": [ "bin/validate-json" ], "type": "library", "extra": { "branch-alias": { "dev-master": "5.0.x-dev" } }, "autoload": { "psr-4": { "JsonSchema\\": "src/JsonSchema/" } }, "license": [ "MIT" ], "authors": [ { "name": "Bruno Prieto Reis", "email": "bruno.p.reis@gmail.com" }, { "name": "Justin Rainbow", "email": "justin.rainbow@gmail.com" }, { "name": "Igor Wiedler", "email": "igor@wiedler.ch" }, { "name": "Robert Schönthal", "email": "seroscho@googlemail.com" } ], "description": "A library to validate a json schema.", "homepage": "https://github.com/justinrainbow/json-schema", "keywords": [ "json", "schema" ], "time": "2022-04-13T08:02:27+00:00" }, { "name": "kornrunner/blurhash", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/kornrunner/php-blurhash.git", "reference": "5a09325353229c108c8d2ff129ec08b447753f9b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kornrunner/php-blurhash/zipball/5a09325353229c108c8d2ff129ec08b447753f9b", "reference": "5a09325353229c108c8d2ff129ec08b447753f9b", "shasum": "" }, "require": { "php": "^7.2" }, "require-dev": { "ocramius/package-versions": "<1.5", "phpstan/phpstan": "^0.12", "phpunit/phpunit": "^8.2", "vimeo/psalm": "^3.4" }, "type": "library", "autoload": { "psr-4": { "kornrunner\\Blurhash\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Boris Momčilović", "email": "boris.momcilovic@gmail.com" } ], "description": "Pure PHP implementation of Blurhash", "homepage": "https://github.com/kornrunner/php-blurhash", "support": { "issues": "https://github.com/kornrunner/php-blurhash/issues", "source": "https://github.com/kornrunner/php-blurhash.git" }, "time": "2020-04-15T22:06:04+00:00" }, { "name": "kraken-io/kraken-php", "version": "1.6", "source": { "type": "git", "url": "https://github.com/kraken-io/kraken-php.git", "reference": "56563df1b9a7829f7039cc6e712cf89fab655e26" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kraken-io/kraken-php/zipball/56563df1b9a7829f7039cc6e712cf89fab655e26", "reference": "56563df1b9a7829f7039cc6e712cf89fab655e26", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*" }, "type": "library", "autoload": { "psr-0": { "Kraken": "lib" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kraken Image Optimizer", "email": "support@kraken.io" } ], "description": "Official Kraken.io SDK", "support": { "issues": "https://github.com/kraken-io/kraken-php/issues", "source": "https://github.com/kraken-io/kraken-php/tree/master" }, "time": "2016-07-26T08:03:24+00:00" }, { "name": "ksubileau/color-thief-php", "version": "v1.4.1", "source": { "type": "git", "url": "https://github.com/ksubileau/color-thief-php.git", "reference": "fc2acefacbd037f68cf61bcc62b30ac1bb16ed59" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ksubileau/color-thief-php/zipball/fc2acefacbd037f68cf61bcc62b30ac1bb16ed59", "reference": "fc2acefacbd037f68cf61bcc62b30ac1bb16ed59", "shasum": "" }, "require": { "php": ">=5.4.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.13", "phpunit/phpunit": "~4.8|~5.7" }, "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" } }, "notification-url": "https://packagist.org/downloads/", "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" ], "support": { "issues": "https://github.com/ksubileau/color-thief-php/issues", "source": "https://github.com/ksubileau/color-thief-php/tree/master" }, "time": "2018-10-27T18:57:38+00:00" }, { "name": "laminas/laminas-escaper", "version": "2.12.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490", "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490", "shasum": "" }, "require": { "ext-ctype": "*", "ext-mbstring": "*", "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0" }, "conflict": { "zendframework/zend-escaper": "*" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Escaper\\": "src/" } }, "license": [ "BSD-3-Clause" ], "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs", "homepage": "https://laminas.dev", "keywords": [ "escaper", "laminas" ], "time": "2022-10-10T10:11:09+00:00" }, { "name": "laminas/laminas-feed", "version": "2.18.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/a57fdb9df42950d5b7f052509fbdab0d081c6b6d", "reference": "a57fdb9df42950d5b7f052509fbdab0d081c6b6d", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "laminas/laminas-escaper": "^2.9", "laminas/laminas-servicemanager": "^3.14.0", "laminas/laminas-stdlib": "^3.6", "php": "^7.4 || ~8.0.0 || ~8.1.0" }, "conflict": { "laminas/laminas-servicemanager": "<3.3", "zendframework/zend-feed": "*" }, "suggest": { "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests", "laminas/laminas-db": "Laminas\\Db component, for use with PubSubHubbub", "laminas/laminas-http": "Laminas\\Http for PubSubHubbub, and optionally for use with Laminas\\Feed\\Reader", "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for easily extending ExtensionManager implementations", "laminas/laminas-validator": "Laminas\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent", "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Laminas\\Feed\\Reader\\Http\\Psr7ResponseDecorator" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Feed\\": "src/" } }, "license": [ "BSD-3-Clause" ], "description": "provides functionality for creating and consuming RSS and Atom feeds", "homepage": "https://laminas.dev", "keywords": [ "atom", "feed", "laminas", "rss" ], "time": "2022-08-08T17:02:35+00:00" }, { "name": "laminas/laminas-servicemanager", "version": "3.17.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/360be5f16955dd1edbcce1cfaa98ed82a17f02ec", "reference": "360be5f16955dd1edbcce1cfaa98ed82a17f02ec", "shasum": "" }, "require": { "laminas/laminas-stdlib": "^3.2.1", "php": "~7.4.0 || ~8.0.0 || ~8.1.0", "psr/container": "^1.0" }, "conflict": { "ext-psr": "*", "laminas/laminas-code": "<3.3.1", "zendframework/zend-code": "<3.3.1", "zendframework/zend-servicemanager": "*" }, "provide": { "psr/container-implementation": "^1.0" }, "replace": { "container-interop/container-interop": "^1.2.0" }, "suggest": { "ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services" }, "bin": [ "bin/generate-deps-for-config-factory", "bin/generate-factory-for-class" ], "type": "library", "autoload": { "files": [ "src/autoload.php" ], "psr-4": { "Laminas\\ServiceManager\\": "src/" } }, "license": [ "BSD-3-Clause" ], "description": "Factory-Driven Dependency Injection Container", "homepage": "https://laminas.dev", "keywords": [ "PSR-11", "dependency-injection", "di", "dic", "laminas", "service-manager", "servicemanager" ], "time": "2022-09-22T11:33:46+00:00" }, { "name": "laminas/laminas-stdlib", "version": "3.13.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/66a6d03c381f6c9f1dd988bf8244f9afb9380d76", "reference": "66a6d03c381f6c9f1dd988bf8244f9afb9380d76", "shasum": "" }, "require": { "php": "^7.4 || ~8.0.0 || ~8.1.0" }, "conflict": { "zendframework/zend-stdlib": "*" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Stdlib\\": "src/" } }, "license": [ "BSD-3-Clause" ], "description": "SPL extensions, array utilities, error handlers, and more", "homepage": "https://laminas.dev", "keywords": [ "laminas", "stdlib" ], "time": "2022-08-24T13:56:50+00:00" }, { "name": "league/csv", "version": "9.6.2", "source": { "type": "git", "url": "https://github.com/thephpleague/csv.git", "reference": "f28da6e483bf979bac10e2add384c90ae9983e4e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/csv/zipball/f28da6e483bf979bac10e2add384c90ae9983e4e", "reference": "f28da6e483bf979bac10e2add384c90ae9983e4e", "shasum": "" }, "require": { "ext-json": "*", "ext-mbstring": "*", "php": ">=7.2.5" }, "require-dev": { "ext-curl": "*", "ext-dom": "*", "friendsofphp/php-cs-fixer": "^2.16", "phpstan/phpstan": "^0.12.0", "phpstan/phpstan-phpunit": "^0.12.0", "phpstan/phpstan-strict-rules": "^0.12.0", "phpunit/phpunit": "^8.5" }, "suggest": { "ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes", "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters" }, "type": "library", "extra": { "branch-alias": { "dev-master": "9.x-dev" } }, "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "League\\Csv\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ignace Nyamagana Butera", "email": "nyamsprod@gmail.com", "homepage": "https://github.com/nyamsprod/", "role": "Developer" } ], "description": "CSV data manipulation made easy in PHP", "homepage": "http://csv.thephpleague.com", "keywords": [ "convert", "csv", "export", "filter", "import", "read", "transform", "write" ], "support": { "docs": "https://csv.thephpleague.com", "issues": "https://github.com/thephpleague/csv/issues", "rss": "https://github.com/thephpleague/csv/releases.atom", "source": "https://github.com/thephpleague/csv" }, "funding": [ { "url": "https://github.com/sponsors/nyamsprod", "type": "github" } ], "time": "2020-12-10T19:40:30+00:00" }, { "name": "league/flysystem", "version": "1.1.10", "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1", "reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1", "shasum": "" }, "require": { "ext-fileinfo": "*", "league/mime-type-detection": "^1.3", "php": "^7.2.5 || ^8.0" }, "conflict": { "league/flysystem-sftp": "<1.0.6" }, "suggest": { "ext-ftp": "Allows you to use FTP server storage", "ext-openssl": "Allows you to use FTPS server storage", "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2", "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3", "league/flysystem-azure": "Allows you to use Windows Azure Blob storage", "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching", "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem", "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files", "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib", "league/flysystem-webdav": "Allows you to use WebDAV storage", "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter", "spatie/flysystem-dropbox": "Allows you to use Dropbox storage", "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { "League\\Flysystem\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frenky.net" } ], "description": "Filesystem abstraction: Many filesystems, one API.", "keywords": [ "Cloud Files", "WebDAV", "abstraction", "aws", "cloud", "copy.com", "dropbox", "file systems", "files", "filesystem", "filesystems", "ftp", "rackspace", "remote", "s3", "sftp", "storage" ], "time": "2022-10-04T09:16:37+00:00" }, { "name": "league/flysystem-aws-s3-v3", "version": "1.0.30", "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git", "reference": "af286f291ebab6877bac0c359c6c2cb017eb061d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/af286f291ebab6877bac0c359c6c2cb017eb061d", "reference": "af286f291ebab6877bac0c359c6c2cb017eb061d", "shasum": "" }, "require": { "aws/aws-sdk-php": "^3.20.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", "support": { "issues": "https://github.com/thephpleague/flysystem-aws-s3-v3/issues", "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/1.0.30" }, "funding": [ { "url": "https://offset.earth/frankdejonge", "type": "custom" }, { "url": "https://github.com/frankdejonge", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/league/flysystem", "type": "tidelift" } ], "time": "2022-07-02T13:51:38+00:00" }, { "name": "league/html-to-markdown", "version": "4.10.0", "source": { "type": "git", "url": "https://github.com/thephpleague/html-to-markdown.git", "reference": "0868ae7a552e809e5cd8f93ba022071640408e88" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/0868ae7a552e809e5cd8f93ba022071640408e88", "reference": "0868ae7a552e809e5cd8f93ba022071640408e88", "shasum": "" }, "require": { "ext-dom": "*", "ext-xml": "*", "php": ">=5.3.3" }, "require-dev": { "mikehaertl/php-shellcommand": "~1.1.0", "phpunit/phpunit": "^4.8|^5.7", "scrutinizer/ocular": "~1.1" }, "bin": [ "bin/html-to-markdown" ], "type": "library", "extra": { "branch-alias": { "dev-master": "4.10-dev" } }, "autoload": { "psr-4": { "League\\HTMLToMarkdown\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Colin O'Dell", "email": "colinodell@gmail.com", "homepage": "https://www.colinodell.com", "role": "Lead Developer" }, { "name": "Nick Cernis", "email": "nick@cern.is", "homepage": "http://modernnerd.net", "role": "Original Author" } ], "description": "An HTML-to-markdown conversion helper for PHP", "homepage": "https://github.com/thephpleague/html-to-markdown", "keywords": [ "html", "markdown" ], "support": { "issues": "https://github.com/thephpleague/html-to-markdown/issues", "source": "https://github.com/thephpleague/html-to-markdown/tree/4.10.0" }, "funding": [ { "url": "https://www.colinodell.com/sponsor", "type": "custom" }, { "url": "https://www.paypal.me/colinpodell/10.00", "type": "custom" }, { "url": "https://github.com/colinodell", "type": "github" }, { "url": "https://www.patreon.com/colinodell", "type": "patreon" } ], "time": "2020-07-01T00:34:03+00:00" }, { "name": "league/mime-type-detection", "version": "1.11.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd", "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd", "shasum": "" }, "require": { "ext-fileinfo": "*", "php": "^7.2 || ^8.0" }, "type": "library", "autoload": { "psr-4": { "League\\MimeTypeDetection\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "Frank de Jonge", "email": "info@frankdejonge.nl" } ], "description": "Mime-type detection for Flysystem", "time": "2022-04-17T13:12:02+00:00" }, { "name": "league/oauth1-client", "version": "v1.10.1", "source": { "type": "git", "url": "https://github.com/thephpleague/oauth1-client.git", "reference": "d6365b901b5c287dd41f143033315e2f777e1167" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/oauth1-client/zipball/d6365b901b5c287dd41f143033315e2f777e1167", "reference": "d6365b901b5c287dd41f143033315e2f777e1167", "shasum": "" }, "require": { "ext-json": "*", "ext-openssl": "*", "guzzlehttp/guzzle": "^6.0|^7.0", "guzzlehttp/psr7": "^1.7|^2.0", "php": ">=7.1||>=8.0" }, "require-dev": { "ext-simplexml": "*", "friendsofphp/php-cs-fixer": "^2.17", "mockery/mockery": "^1.3.3", "phpstan/phpstan": "^0.12.42", "phpunit/phpunit": "^7.5||9.5" }, "suggest": { "ext-simplexml": "For decoding XML-based responses." }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev", "dev-develop": "2.0-dev" } }, "autoload": { "psr-4": { "League\\OAuth1\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ben Corlett", "email": "bencorlett@me.com", "homepage": "http://www.webcomm.com.au", "role": "Developer" } ], "description": "OAuth 1.0 Client Library", "keywords": [ "Authentication", "SSO", "authorization", "bitbucket", "identity", "idp", "oauth", "oauth1", "single sign on", "trello", "tumblr", "twitter" ], "support": { "issues": "https://github.com/thephpleague/oauth1-client/issues", "source": "https://github.com/thephpleague/oauth1-client/tree/v1.10.1" }, "time": "2022-04-15T14:02:14+00:00" }, { "name": "league/oauth2-client", "version": "2.6.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/2334c249907190c132364f5dae0287ab8666aa19", "reference": "2334c249907190c132364f5dae0287ab8666aa19", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^6.0 || ^7.0", "paragonie/random_compat": "^1 || ^2 || ^9.99", "php": "^5.6 || ^7.0 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-2.x": "2.0.x-dev" } }, "autoload": { "psr-4": { "League\\OAuth2\\Client\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Alex Bilbie", "email": "hello@alexbilbie.com", "homepage": "http://www.alexbilbie.com", "role": "Developer" }, { "name": "Woody Gilk", "homepage": "https://github.com/shadowhand", "role": "Contributor" } ], "description": "OAuth 2.0 Client Library", "keywords": [ "Authentication", "SSO", "authorization", "identity", "idp", "oauth", "oauth2", "single sign on" ], "time": "2021-12-22T16:42:49+00:00" }, { "name": "league/oauth2-google", "version": "3.0.4", "source": { "type": "git", "url": "https://github.com/thephpleague/oauth2-google.git", "reference": "6b79441f244040760bed5fdcd092a2bda7cf34c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/oauth2-google/zipball/6b79441f244040760bed5fdcd092a2bda7cf34c6", "reference": "6b79441f244040760bed5fdcd092a2bda7cf34c6", "shasum": "" }, "require": { "league/oauth2-client": "^2.0" }, "require-dev": { "eloquent/phony-phpunit": "^2.0", "php-coveralls/php-coveralls": "^2.1", "phpunit/phpunit": "^6.0", "squizlabs/php_codesniffer": "^2.0" }, "type": "library", "autoload": { "psr-4": { "League\\OAuth2\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Woody Gilk", "email": "woody.gilk@gmail.com", "homepage": "http://shadowhand.me" } ], "description": "Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client", "keywords": [ "Authentication", "authorization", "client", "google", "oauth", "oauth2" ], "support": { "issues": "https://github.com/thephpleague/oauth2-google/issues", "source": "https://github.com/thephpleague/oauth2-google/tree/3.0.4" }, "time": "2021-01-27T16:09:03+00:00" }, { "name": "mapkit/jwt", "version": "v1.1.3", "source": { "type": "git", "url": "https://github.com/leanmotherfuckers/mapkit-jwt.git", "reference": "19e502a991dbcb4becbcb51775b29aae624f551d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/leanmotherfuckers/mapkit-jwt/zipball/19e502a991dbcb4becbcb51775b29aae624f551d", "reference": "19e502a991dbcb4becbcb51775b29aae624f551d", "shasum": "" }, "type": "library", "autoload": { "psr-4": { "Mapkit\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Thomas Schoffelen", "email": "thomas@includable.com" } ], "description": "Simple class to create MapKit and MusicKit JWT tokens.", "support": { "issues": "https://github.com/leanmotherfuckers/mapkit-jwt/issues", "source": "https://github.com/leanmotherfuckers/mapkit-jwt/tree/v1.1.3" }, "time": "2019-06-10T05:32:35+00:00" }, { "name": "marcusschwarz/lesserphp", "version": "v0.5.5", "source": { "type": "git", "url": "https://github.com/MarcusSchwarz/lesserphp.git", "reference": "77ba82b5218ff228267d3b0e5ec8697be75e86a7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/MarcusSchwarz/lesserphp/zipball/77ba82b5218ff228267d3b0e5ec8697be75e86a7", "reference": "77ba82b5218ff228267d3b0e5ec8697be75e86a7", "shasum": "" }, "require-dev": { "phpunit/phpunit": ">=4.8.35 <8" }, "bin": [ "plessc" ], "type": "library", "extra": { "branch-alias": { "dev-master": "0.5.1-dev" } }, "autoload": { "classmap": [ "lessc.inc.php" ] }, "notification-url": "https://packagist.org/downloads/", "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/", "support": { "issues": "https://github.com/MarcusSchwarz/lesserphp/issues", "source": "https://github.com/MarcusSchwarz/lesserphp/tree/v0.5.5" }, "time": "2021-03-10T17:56:57+00:00" }, { "name": "masterminds/html5", "version": "2.7.5", "source": { "type": "git", "url": "https://github.com/Masterminds/html5-php.git", "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f640ac1bdddff06ea333a920c95bbad8872429ab", "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab", "shasum": "" }, "require": { "ext-ctype": "*", "ext-dom": "*", "ext-libxml": "*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.7-dev" } }, "autoload": { "psr-4": { "Masterminds\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matt Butcher", "email": "technosophos@gmail.com" }, { "name": "Matt Farina", "email": "matt@mattfarina.com" }, { "name": "Asmir Mustafic", "email": "goetas@gmail.com" } ], "description": "An HTML5 parser and serializer.", "homepage": "http://masterminds.github.io/html5-php", "keywords": [ "HTML5", "dom", "html", "parser", "querypath", "serializer", "xml" ], "support": { "issues": "https://github.com/Masterminds/html5-php/issues", "source": "https://github.com/Masterminds/html5-php/tree/2.7.5" }, "time": "2021-07-01T14:25:37+00:00" }, { "name": "maxmind-db/reader", "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git", "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/b1f3c0699525336d09cc5161a2861268d9f2ae5b", "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b", "shasum": "" }, "require": { "php": ">=7.2" }, "conflict": { "ext-maxminddb": "<1.10.1,>=2.0.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "3.*", "php-coveralls/php-coveralls": "^2.1", "phpstan/phpstan": "*", "phpunit/phpcov": ">=6.0.0", "phpunit/phpunit": ">=8.0.0,<10.0.0", "squizlabs/php_codesniffer": "3.*" }, "suggest": { "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder", "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups" }, "type": "library", "autoload": { "psr-4": { "MaxMind\\Db\\": "src/MaxMind/Db" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Gregory J. Oschwald", "email": "goschwald@maxmind.com", "homepage": "https://www.maxmind.com/" } ], "description": "MaxMind DB Reader API", "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php", "keywords": [ "database", "geoip", "geoip2", "geolocation", "maxmind" ], "support": { "issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues", "source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.11.0" }, "time": "2021-10-18T15:23:10+00:00" }, { "name": "maxmind/web-service-common", "version": "v0.9.0", "source": { "type": "git", "url": "https://github.com/maxmind/web-service-common-php.git", "reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/4dc5a3e8df38aea4ca3b1096cee3a038094e9b53", "reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53", "shasum": "" }, "require": { "composer/ca-bundle": "^1.0.3", "ext-curl": "*", "ext-json": "*", "php": ">=7.2" }, "require-dev": { "friendsofphp/php-cs-fixer": "3.*", "phpstan/phpstan": "*", "phpunit/phpunit": "^8.0 || ^9.0", "squizlabs/php_codesniffer": "3.*" }, "type": "library", "autoload": { "psr-4": { "MaxMind\\Exception\\": "src/Exception", "MaxMind\\WebService\\": "src/WebService" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Gregory Oschwald", "email": "goschwald@maxmind.com" } ], "description": "Internal MaxMind Web Service API", "homepage": "https://github.com/maxmind/web-service-common-php", "support": { "issues": "https://github.com/maxmind/web-service-common-php/issues", "source": "https://github.com/maxmind/web-service-common-php/tree/v0.9.0" }, "time": "2022-03-28T17:43:20+00:00" }, { "name": "mikehaertl/php-shellcommand", "version": "1.6.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/mikehaertl/php-shellcommand/zipball/3488d7803df1e8f1a343d3d0ca452d527ad8d5e5", "reference": "3488d7803df1e8f1a343d3d0ca452d527ad8d5e5", "shasum": "" }, "require": { "php": ">= 5.3.0" }, "type": "library", "autoload": { "psr-4": { "mikehaertl\\shellcommand\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Michael Härtl", "email": "haertl.mike@gmail.com" } ], "description": "An object oriented interface to shell commands", "keywords": [ "shell" ], "time": "2021-03-17T06:54:33+00:00" }, { "name": "mmikkel/cp-field-inspect", "version": "1.4.4", "source": { "type": "git", "url": "https://github.com/mmikkel/CpFieldInspect-Craft.git", "reference": "cab2693eaad03f35192356d8971879e9b0a0e098" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mmikkel/CpFieldInspect-Craft/zipball/cab2693eaad03f35192356d8971879e9b0a0e098", "reference": "cab2693eaad03f35192356d8971879e9b0a0e098", "shasum": "" }, "require": { "craftcms/cms": "^3.7.0|^4.0.0", "php": "^7.2.5|^8.0" }, "require-dev": { "craftcms/rector": "dev-main" }, "type": "craft-plugin", "extra": { "name": "CP Field Inspect", "handle": "cp-field-inspect", "schemaVersion": "1.0.0", "hasCpSettings": false, "hasCpSection": false, "changelogUrl": "https://raw.githubusercontent.com/mmikkel/CpFieldInspect-Craft/master/CHANGELOG.md", "class": "mmikkel\\cpfieldinspect\\CpFieldInspect" }, "autoload": { "psr-4": { "mmikkel\\cpfieldinspect\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mats Mikkel Rummelhoff", "homepage": "http://mmikkel.no" } ], "description": "Inspect field handles and easily edit field and element source settings", "keywords": [ "Craft", "cms", "cp field inspect", "craft-plugin", "craftcms" ], "support": { "docs": "https://github.com/mmikkel/CpFieldInspect-Craft/blob/master/README.md", "issues": "https://github.com/mmikkel/CpFieldInspect-Craft/issues", "source": "https://github.com/mmikkel/CpFieldInspect-Craft/tree/1.4.4" }, "time": "2022-05-07T15:24:35+00:00" }, { "name": "mofodojodino/profanity-filter", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/mofodojodino/ProfanityFilter.git", "reference": "529d24adcdb5b9507a4622db6aba6e54c5bb82a9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mofodojodino/ProfanityFilter/zipball/529d24adcdb5b9507a4622db6aba6e54c5bb82a9", "reference": "529d24adcdb5b9507a4622db6aba6e54c5bb82a9", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { "phpspec/phpspec": "~2.0", "phpunit/phpunit": "~4.8" }, "type": "library", "autoload": { "psr-0": { "": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dean Tedesco", "email": "dino@tedesco.net.au" } ], "description": "Filters out profanities from strings.", "support": { "issues": "https://github.com/mofodojodino/ProfanityFilter/issues", "source": "https://github.com/mofodojodino/ProfanityFilter/tree/master" }, "time": "2016-05-11T00:19:07+00:00" }, { "name": "monolog/monolog", "version": "2.8.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "720488632c590286b88b80e62aa3d3d551ad4a50" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/720488632c590286b88b80e62aa3d3d551ad4a50", "reference": "720488632c590286b88b80e62aa3d3d551ad4a50", "shasum": "" }, "require": { "php": ">=7.2", "psr/log": "^1.0.1 || ^2.0 || ^3.0" }, "provide": { "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", "elasticsearch/elasticsearch": "^7 || ^8", "ext-json": "*", "graylog2/gelf-php": "^1.4.2", "guzzlehttp/guzzle": "^7.4", "guzzlehttp/psr7": "^2.2", "mongodb/mongodb": "^1.8", "php-amqplib/php-amqplib": "~2.4 || ^3", "phpspec/prophecy": "^1.15", "phpstan/phpstan": "^0.12.91", "phpunit/phpunit": "^8.5.14", "predis/predis": "^1.1 || ^2.0", "rollbar/rollbar": "^1.3 || ^2 || ^3", "ruflin/elastica": "^7", "swiftmailer/swiftmailer": "^5.3|^6.0", "symfony/mailer": "^5.4 || ^6", "symfony/mime": "^5.4 || ^6" }, "suggest": { "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler", "ext-mbstring": "Allow to work properly with unicode symbols", "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)", "ext-openssl": "Required to send log messages using SSL", "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.x-dev" } }, "autoload": { "psr-4": { "Monolog\\": "src/Monolog" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "https://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "https://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", "source": "https://github.com/Seldaek/monolog/tree/2.8.0" }, "funding": [ { "url": "https://github.com/Seldaek", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", "type": "tidelift" } ], "time": "2022-07-24T11:55:47+00:00" }, { "name": "mrclay/jsmin-php", "version": "2.4.1", "source": { "type": "git", "url": "https://github.com/mrclay/jsmin-php.git", "reference": "208e4122f8a273314e81c6b3bee897b5f3c1dc70" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mrclay/jsmin-php/zipball/208e4122f8a273314e81c6b3bee897b5f3c1dc70", "reference": "208e4122f8a273314e81c6b3bee897b5f3c1dc70", "shasum": "" }, "require": { "ext-pcre": "*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "4.2" }, "type": "library", "autoload": { "psr-0": { "JSMin\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "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" ], "support": { "email": "minify@googlegroups.com", "issues": "https://github.com/mrclay/jsmin-php/issues", "source": "https://github.com/mrclay/jsmin-php/tree/2.4.1" }, "time": "2022-03-26T14:41:59+00:00" }, { "name": "mrclay/minify", "version": "3.0.12", "source": { "type": "git", "url": "https://github.com/mrclay/minify.git", "reference": "1962d3614c7ee1795a9fb74e49e603646b34207d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mrclay/minify/zipball/1962d3614c7ee1795a9fb74e49e603646b34207d", "reference": "1962d3614c7ee1795a9fb74e49e603646b34207d", "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 || ^8.0", "tubalmartin/cssmin": "~4" }, "require-dev": { "firephp/firephp-core": "~0.4.0", "leafo/scssphp": "^0.3 || ^0.6 || ^0.7", "meenie/javascript-packer": "~1.1", "phpunit/phpunit": "^4.8.36", "tedivm/jshrink": "~1.1.0" }, "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/" ] }, "notification-url": "https://packagist.org/downloads/", "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", "support": { "email": "minify@googlegroups.com", "issues": "https://github.com/mrclay/minify/issues", "source": "https://github.com/mrclay/minify/tree/3.0.12", "wiki": "https://github.com/mrclay/minify/blob/master/docs" }, "time": "2022-05-14T11:11:27+00:00" }, { "name": "mrclay/props-dic", "version": "3.0.0", "source": { "type": "git", "url": "https://github.com/mrclay/Props.git", "reference": "0b0fd254e33e2d60bc2bcd7867f2ab3cdd05a843" }, "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" }, "require-dev": { "phpunit/phpunit": "~4.8" }, "type": "library", "autoload": { "psr-0": { "Props\\": [ "src/" ] } }, "notification-url": "https://packagist.org/downloads/", "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" ], "support": { "issues": "https://github.com/mrclay/Props/issues", "source": "https://github.com/mrclay/Props/tree/master" }, "time": "2019-11-26T17:56:10+00:00" }, { "name": "mtdowling/jmespath.php", "version": "2.6.1", "source": { "type": "git", "url": "https://github.com/jmespath/jmespath.php.git", "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb", "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb", "shasum": "" }, "require": { "php": "^5.4 || ^7.0 || ^8.0", "symfony/polyfill-mbstring": "^1.17" }, "require-dev": { "composer/xdebug-handler": "^1.4 || ^2.0", "phpunit/phpunit": "^4.8.36 || ^7.5.15" }, "bin": [ "bin/jp.php" ], "type": "library", "extra": { "branch-alias": { "dev-master": "2.6-dev" } }, "autoload": { "files": [ "src/JmesPath.php" ], "psr-4": { "JmesPath\\": "src/" } }, "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" ], "support": { "issues": "https://github.com/jmespath/jmespath.php/issues", "source": "https://github.com/jmespath/jmespath.php/tree/2.6.1" }, "time": "2021-06-14T00:11:39+00:00" }, { "name": "mundschenk-at/php-typography", "version": "v6.6.0", "source": { "type": "git", "url": "https://github.com/mundschenk-at/php-typography.git", "reference": "67af39c936751f96a959b9bf211044512675283c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/mundschenk-at/php-typography/zipball/67af39c936751f96a959b9bf211044512675283c", "reference": "67af39c936751f96a959b9bf211044512675283c", "shasum": "" }, "require": { "ext-mbstring": "*", "ext-pcre": "*", "masterminds/html5": "^2.5.0", "php": ">=5.6.0" }, "require-dev": { "brain/monkey": "^2.2.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.6", "ext-curl": "*", "mundschenk-at/phpunit-cross-version": "dev-master", "phpbench/phpbench": "^0.17||^1.0@dev", "phpcompatibility/php-compatibility": "^9.0", "phpstan/phpstan": "^0.12", "phpunit/phpunit": "5.*||6.*||7.*|8.*|9.*", "squizlabs/php_codesniffer": "^3", "wp-coding-standards/wpcs": "^2.0" }, "bin": [ "src/bin/update-patterns.php", "src/bin/update-iana.php" ], "type": "library", "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Peter Putzer", "email": "github@mundschenk.at", "homepage": "https://code.mundschenk.at", "role": "Developer" }, { "name": "Jeffrey D. King", "email": "jeff.king@weathersource.com", "homepage": "http://kingdesk.com", "role": "Original author" } ], "description": "A PHP library for improving your web typography", "support": { "issues": "https://github.com/mundschenk-at/php-typography/issues", "source": "https://github.com/mundschenk-at/php-typography/tree/v6.6.0" }, "time": "2020-04-05T12:14:12+00:00" }, { "name": "nystudio107/craft-minify", "version": "1.2.11", "source": { "type": "git", "url": "https://github.com/nystudio107/craft-minify.git", "reference": "992402df6f5f893b41fc9ba7755ced94b07bf5bf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nystudio107/craft-minify/zipball/992402df6f5f893b41fc9ba7755ced94b07bf5bf", "reference": "992402df6f5f893b41fc9ba7755ced94b07bf5bf", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0", "mrclay/minify": "^3.0.10" }, "type": "craft-plugin", "extra": { "name": "Minify", "handle": "minify", "schemaVersion": "1.0.0", "hasCpSettings": false, "hasCpSection": false, "changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft-minify/v1/CHANGELOG.md", "class": "nystudio107\\minify\\Minify", "components": { "minify": "nystudio107\\minify\\services\\MinifyService" } }, "autoload": { "psr-4": { "nystudio107\\minify\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "nystudio107", "homepage": "https://nystudio107.com/" } ], "description": "A simple plugin that allows you to minify blocks of HTML, CSS, and JS inline in Craft CMS templates.", "keywords": [ "Craft", "cms", "craft-plugin", "craftcms", "minify" ], "support": { "docs": "https://nystudio107.com/plugins/minify/documentation", "issues": "https://nystudio107.com/plugins/minify/support", "source": "https://github.com/nystudio107/craft-minify/tree/1.2.11" }, "funding": [ { "url": "https://github.com/khalwat", "type": "github" } ], "time": "2022-02-23T03:31:18+00:00" }, { "name": "nystudio107/craft-plugin-manifest", "version": "1.0.10", "source": { "type": "git", "url": "https://github.com/nystudio107/craft-plugin-manifest.git", "reference": "d94d147b548384c7d9bd59777e12462d32042445" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nystudio107/craft-plugin-manifest/zipball/d94d147b548384c7d9bd59777e12462d32042445", "reference": "d94d147b548384c7d9bd59777e12462d32042445", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0" }, "type": "library", "autoload": { "psr-4": { "nystudio107\\pluginmanifest\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "nystudio107", "homepage": "https://nystudio107.com" } ], "description": "Plugin Manifest is the conduit between Craft CMS plugins and webpack, with manifest.json & webpack-dev-server HMR support", "keywords": [ "craftcms", "manifest", "plugin" ], "support": { "docs": "https://github.com/nystudio107/craft-plugin-manifest/blob/v1/README.md", "issues": "https://github.com/nystudio107/craft-plugin-manifest/issues", "source": "https://github.com/nystudio107/craft-plugin-manifest/tree/1.0.10" }, "funding": [ { "url": "https://github.com/khalwat", "type": "github" } ], "time": "2022-04-26T14:57:11+00:00" }, { "name": "nystudio107/craft-plugin-vite", "version": "1.0.27", "source": { "type": "git", "url": "https://github.com/nystudio107/craft-plugin-vite.git", "reference": "0a1dfe9ffb48c6970c9a4615b27417f4285d3eeb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nystudio107/craft-plugin-vite/zipball/0a1dfe9ffb48c6970c9a4615b27417f4285d3eeb", "reference": "0a1dfe9ffb48c6970c9a4615b27417f4285d3eeb", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0" }, "type": "library", "autoload": { "psr-4": { "nystudio107\\pluginvite\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "nystudio107", "homepage": "https://nystudio107.com" } ], "description": "Plugin Vite is the conduit between Craft CMS plugins and Vite, with manifest.json & HMR support", "keywords": [ "craftcms", "plugin", "vite" ], "support": { "docs": "https://github.com/nystudio107/craft-plugin-vite/blob/v1/README.md", "issues": "https://github.com/nystudio107/craft-plugin-vite/issues", "source": "https://github.com/nystudio107/craft-plugin-vite/tree/1.0.27" }, "funding": [ { "url": "https://github.com/khalwat", "type": "github" } ], "time": "2022-07-16T20:49:47+00:00" }, { "name": "nystudio107/craft-retour", "version": "3.1.69", "source": { "type": "git", "url": "https://github.com/nystudio107/craft-retour.git", "reference": "7e70fbd5d35d8b4153a230e40b8a2ca0abb3e258" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nystudio107/craft-retour/zipball/7e70fbd5d35d8b4153a230e40b8a2ca0abb3e258", "reference": "7e70fbd5d35d8b4153a230e40b8a2ca0abb3e258", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0", "jean85/pretty-package-versions": "^1.5 || ^2.0", "league/csv": "^8.2 || ^9.0", "nystudio107/craft-plugin-vite": "^1.0.0" }, "require-dev": { "codeception/codeception": "^3.0", "vlucas/phpdotenv": "^3.0" }, "type": "craft-plugin", "extra": { "name": "Retour", "handle": "retour", "changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft-retour/v3/CHANGELOG.md", "class": "nystudio107\\retour\\Retour" }, "autoload": { "psr-4": { "nystudio107\\retour\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], "authors": [ { "name": "nystudio107", "homepage": "https://nystudio107.com/" } ], "description": "Retour allows you to intelligently redirect legacy URLs, so that you don't lose SEO value when rebuilding & restructuring a website", "keywords": [ "404", "craft-plugin", "craftcms", "redirect", "retour", "statistics" ], "support": { "docs": "https://nystudio107.com/plugins/retour/documentation", "issues": "https://nystudio107.com/plugins/retour/support", "source": "https://github.com/nystudio107/craft-retour/tree/3.1.69" }, "funding": [ { "url": "https://github.com/khalwat", "type": "github" } ], "time": "2022-01-12T17:43:40+00:00" }, { "name": "nystudio107/craft-seomatic", "version": "3.4.37", "source": { "type": "git", "url": "https://github.com/nystudio107/craft-seomatic.git", "reference": "7222ea76230fcf1cf74ab6c9980d49aac594a02a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nystudio107/craft-seomatic/zipball/7222ea76230fcf1cf74ab6c9980d49aac594a02a", "reference": "7222ea76230fcf1cf74ab6c9980d49aac594a02a", "shasum": "" }, "require": { "craftcms/cms": "^3.1.19", "davechild/textstatistics": "1.0.2", "nystudio107/craft-plugin-manifest": "^1.0.4", "nystudio107/craft-twigfield": "^1.0.10", "php-science/textrank": "^1.0.3", "sunra/php-simple-html-dom-parser": "^1.5.2" }, "require-dev": { "codeception/codeception": "^3.0", "vlucas/phpdotenv": "^3.0" }, "type": "craft-plugin", "extra": { "name": "SEOmatic", "handle": "seomatic", "changelogUrl": "https://raw.githubusercontent.com/nystudio107/craft-seomatic/v3/CHANGELOG.md", "class": "nystudio107\\seomatic\\Seomatic" }, "autoload": { "psr-4": { "nystudio107\\seomatic\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], "authors": [ { "name": "nystudio107", "homepage": "https://nystudio107.com" } ], "description": "SEOmatic facilitates modern SEO best practices & implementation for Craft CMS 3. It is a turnkey SEO system that is comprehensive, powerful, and flexible.", "keywords": [ "Craft", "JSON-LD", "Sitemap", "cms", "craft-plugin", "craftcms", "facebook", "meta", "seo", "seomatic", "tags", "twitter" ], "support": { "docs": "https://nystudio107.com/plugins/seomatic/documentation", "issues": "https://nystudio107.com/plugins/seomatic/support", "source": "https://github.com/nystudio107/craft-seomatic/tree/3.4.37" }, "funding": [ { "url": "https://github.com/khalwat", "type": "github" } ], "time": "2022-07-23T21:01:02+00:00" }, { "name": "nystudio107/craft-twigfield", "version": "1.0.11", "source": { "type": "git", "url": "https://github.com/nystudio107/craft-twigfield.git", "reference": "1b920b9fa491256755975c9dd8e3a9a160546494" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nystudio107/craft-twigfield/zipball/1b920b9fa491256755975c9dd8e3a9a160546494", "reference": "1b920b9fa491256755975c9dd8e3a9a160546494", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0 || ^4.0.0" }, "type": "yii2-extension", "extra": { "bootstrap": "nystudio107\\twigfield\\Twigfield" }, "autoload": { "psr-4": { "nystudio107\\twigfield\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "nystudio107", "homepage": "https://nystudio107.com" } ], "description": "Provides a twig editor field with Twig & Craft API autocomplete", "keywords": [ "Craft", "auto", "autocomplete", "cms", "complete", "craftcms", "editor", "twig" ], "support": { "docs": "https://github.com/nystudio107/craft-twigfield/blob/v1/README.md", "issues": "https://github.com/nystudio107/craft-twigfield/issues", "source": "https://github.com/nystudio107/craft-twigfield" }, "funding": [ { "url": "https://github.com/khalwat", "type": "github" } ], "time": "2022-07-24T18:06:56+00:00" }, { "name": "nystudio107/craft-twigpack", "version": "1.2.17", "source": { "type": "git", "url": "https://github.com/nystudio107/craft-twigpack.git", "reference": "7b657a7d5317e2eff2438de4874544b7ce029bb3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nystudio107/craft-twigpack/zipball/7b657a7d5317e2eff2438de4874544b7ce029bb3", "reference": "7b657a7d5317e2eff2438de4874544b7ce029bb3", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0" }, "type": "craft-plugin", "extra": { "name": "Twigpack", "handle": "twigpack", "changelogUrl": "https://raw.githubusercontent.com/craft-nystudio107/twigpack/v1/CHANGELOG.md", "class": "nystudio107\\twigpack\\Twigpack" }, "autoload": { "psr-4": { "nystudio107\\twigpack\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "nystudio107", "homepage": "https://nystudio107.com/" } ], "description": "Twigpack is a bridge between Twig and webpack, with manifest.json & webpack-dev-server HMR support", "keywords": [ "craft-plugin", "craftcms", "hmr-support", "manifest-json", "twig", "webpack", "webpack-dev-server" ], "support": { "docs": "https://nystudio107.com/plugins/twigpack/documentation", "issues": "https://nystudio107.com/plugins/twigpack/support", "source": "https://github.com/nystudio107/craft-twigpack/tree/1.2.17" }, "funding": [ { "url": "https://github.com/khalwat", "type": "github" } ], "time": "2022-04-26T15:16:35+00:00" }, { "name": "paragonie/random_compat", "version": "v9.99.100", "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", "shasum": "" }, "require": { "php": ">= 7" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "polyfill", "pseudorandom", "random" ], "time": "2020-10-15T08:29:30+00:00" }, { "name": "phenx/php-font-lib", "version": "0.5.4", "source": { "type": "git", "url": "https://github.com/dompdf/php-font-lib.git", "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dompdf/php-font-lib/zipball/dd448ad1ce34c63d09baccd05415e361300c35b4", "reference": "dd448ad1ce34c63d09baccd05415e361300c35b4", "shasum": "" }, "require": { "ext-mbstring": "*" }, "require-dev": { "symfony/phpunit-bridge": "^3 || ^4 || ^5" }, "type": "library", "autoload": { "psr-4": { "FontLib\\": "src/FontLib" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0" ], "authors": [ { "name": "Fabien Ménager", "email": "fabien.menager@gmail.com" } ], "description": "A library to read, parse, export and make subsets of different types of font files.", "homepage": "https://github.com/PhenX/php-font-lib", "support": { "issues": "https://github.com/dompdf/php-font-lib/issues", "source": "https://github.com/dompdf/php-font-lib/tree/0.5.4" }, "time": "2021-12-17T19:44:54+00:00" }, { "name": "phenx/php-svg-lib", "version": "0.4.1", "source": { "type": "git", "url": "https://github.com/dompdf/php-svg-lib.git", "reference": "4498b5df7b08e8469f0f8279651ea5de9626ed02" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dompdf/php-svg-lib/zipball/4498b5df7b08e8469f0f8279651ea5de9626ed02", "reference": "4498b5df7b08e8469f0f8279651ea5de9626ed02", "shasum": "" }, "require": { "ext-mbstring": "*", "php": "^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0", "sabberworm/php-css-parser": "^8.4" }, "require-dev": { "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5" }, "type": "library", "autoload": { "psr-4": { "Svg\\": "src/Svg" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0" ], "authors": [ { "name": "Fabien Ménager", "email": "fabien.menager@gmail.com" } ], "description": "A library to read, parse and export to PDF SVG files.", "homepage": "https://github.com/PhenX/php-svg-lib", "support": { "issues": "https://github.com/dompdf/php-svg-lib/issues", "source": "https://github.com/dompdf/php-svg-lib/tree/0.4.1" }, "time": "2022-03-07T12:52:04+00:00" }, { "name": "php-science/textrank", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/PHP-Science/TextRank.git", "reference": "cfa7480c9e136492109602473c242c1788279a4d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHP-Science/TextRank/zipball/cfa7480c9e136492109602473c242c1788279a4d", "reference": "cfa7480c9e136492109602473c242c1788279a4d", "shasum": "" }, "require": { "ext-ctype": "*", "ext-mbstring": "*", "php": ">=7.2" }, "require-dev": { "phpunit/phpunit": "9.*" }, "type": "library", "autoload": { "psr-4": { "PhpScience\\TextRank\\": [ "src/", "tests/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "David Belicza", "email": "87.bdavid@gmail.com" } ], "description": "TextRank (automatic text summarization) for PHP7 and HHVM.", "keywords": [ "PHP7", "automatic", "php8", "science", "strict", "summarization", "textrank" ], "support": { "issues": "https://github.com/PHP-Science/TextRank/issues", "source": "https://github.com/PHP-Science/TextRank/tree/1.2.1" }, "time": "2021-02-27T07:54:19+00:00" }, { "name": "phpdocumentor/reflection-common", "version": "2.2.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { "dev-2.x": "2.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Jaap van Otterdijk", "email": "opensource@ijaap.nl" } ], "description": "Common reflection classes used by phpdocumentor to reflect the code structure", "homepage": "http://www.phpdoc.org", "keywords": [ "FQSEN", "phpDocumentor", "phpdoc", "reflection", "static analysis" ], "time": "2020-06-27T09:03:43+00:00" }, { "name": "phpdocumentor/reflection-docblock", "version": "5.3.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170", "reference": "622548b623e81ca6d78b721c5e029f4ce664f170", "shasum": "" }, "require": { "ext-filter": "*", "php": "^7.2 || ^8.0", "phpdocumentor/reflection-common": "^2.2", "phpdocumentor/type-resolver": "^1.3", "webmozart/assert": "^1.9.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "5.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "me@mikevanriel.com" }, { "name": "Jaap van Otterdijk", "email": "account@ijaap.nl" } ], "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "time": "2021-10-19T17:43:47+00:00" }, { "name": "phpdocumentor/type-resolver", "version": "1.6.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/48f445a408c131e38cab1c235aa6d2bb7a0bb20d", "reference": "48f445a408c131e38cab1c235aa6d2bb7a0bb20d", "shasum": "" }, "require": { "php": "^7.4 || ^8.0", "phpdocumentor/reflection-common": "^2.0" }, "type": "library", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" } }, "autoload": { "psr-4": { "phpDocumentor\\Reflection\\": "src" } }, "license": [ "MIT" ], "authors": [ { "name": "Mike van Riel", "email": "me@mikevanriel.com" } ], "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "time": "2022-10-14T12:47:21+00:00" }, { "name": "pimple/pimple", "version": "v3.5.0", "source": { "type": "git", "url": "https://github.com/silexphp/Pimple.git", "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed", "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/container": "^1.1 || ^2.0" }, "require-dev": { "symfony/phpunit-bridge": "^5.4@dev" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.4.x-dev" } }, "autoload": { "psr-0": { "Pimple": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Pimple, a simple Dependency Injection Container", "homepage": "https://pimple.symfony.com", "keywords": [ "container", "dependency injection" ], "support": { "source": "https://github.com/silexphp/Pimple/tree/v3.5.0" }, "time": "2021-10-28T11:13:42+00:00" }, { "name": "pixelandtonic/imagine", "version": "1.2.4.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/pixelandtonic/Imagine/zipball/5ee4b6a365497818815ba50738c8dcbb555c9fd3", "reference": "5ee4b6a365497818815ba50738c8dcbb555c9fd3", "shasum": "" }, "require": { "php": ">=5.3.2" }, "suggest": { "ext-gd": "to use the GD implementation", "ext-gmagick": "to use the Gmagick implementation", "ext-imagick": "to use the Imagick implementation" }, "type": "library", "extra": { "branch-alias": { "dev-develop": "0.7-dev" } }, "autoload": { "psr-4": { "Imagine\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Bulat Shakirzyanov", "email": "mallluhuct@gmail.com", "homepage": "http://avalanche123.com" } ], "description": "Image processing for PHP 5.3", "homepage": "http://imagine.readthedocs.org/", "keywords": [ "drawing", "graphics", "image manipulation", "image processing" ], "time": "2021-06-22T18:26:46+00:00" }, { "name": "psr/cache", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/cache.git", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for caching libraries", "keywords": [ "cache", "psr", "psr-6" ], "support": { "source": "https://github.com/php-fig/cache/tree/master" }, "time": "2016-08-06T20:24:11+00:00" }, { "name": "psr/container", "version": "1.1.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", "shasum": "" }, "require": { "php": ">=7.4.0" }, "type": "library", "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ], "time": "2021-11-05T16:50:12+00:00" }, { "name": "psr/http-client", "version": "1.0.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", "shasum": "" }, "require": { "php": "^7.0 || ^8.0", "psr/http-message": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Client\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP clients", "homepage": "https://github.com/php-fig/http-client", "keywords": [ "http", "http-client", "psr", "psr-18" ], "time": "2020-06-29T06:28:15+00:00" }, { "name": "psr/http-factory", "version": "1.0.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", "shasum": "" }, "require": { "php": ">=7.0.0", "psr/http-message": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", "http", "message", "psr", "psr-17", "psr-7", "request", "response" ], "time": "2019-04-30T12:38:16+00:00" }, { "name": "psr/http-message", "version": "1.0.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/log", "version": "1.1.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "time": "2021-05-03T11:20:27+00:00" }, { "name": "putyourlightson/craft-blitz-recommendations", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/putyourlightson/craft-blitz-recommendations.git", "reference": "f3a9a8c8406f6e73fe9f89ddbc137e2480467f23" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/putyourlightson/craft-blitz-recommendations/zipball/f3a9a8c8406f6e73fe9f89ddbc137e2480467f23", "reference": "f3a9a8c8406f6e73fe9f89ddbc137e2480467f23", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0" }, "type": "craft-plugin", "extra": { "name": "Blitz Recommendations", "handle": "blitz-recommendations", "developer": "PutYourLightsOn", "developerUrl": "https://putyourlightson.com/", "documentationUrl": "https://putyourlightson.com/plugins/blitz-recommendations", "changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-blitz-recommendations/v1/CHANGELOG.md", "class": "putyourlightson\\blitzrecommendations\\BlitzRecommendations" }, "autoload": { "psr-4": { "putyourlightson\\blitzrecommendations\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "mit" ], "description": "Adds a utility that provides templating performance recommendations.", "support": { "docs": "https://putyourlightson.com/plugins/blitz-recommendations", "issues": "https://github.com/putyourlightson/craft-blitz-recommendations/issues", "source": "https://github.com/putyourlightson/craft-blitz-recommendations" }, "time": "2021-11-10T18:47:15+00:00" }, { "name": "putyourlightson/craft-elements-panel", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/putyourlightson/craft-elements-panel.git", "reference": "b5f0b6215dcb54231af0e2d043d9874b0d56ed19" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/putyourlightson/craft-elements-panel/zipball/b5f0b6215dcb54231af0e2d043d9874b0d56ed19", "reference": "b5f0b6215dcb54231af0e2d043d9874b0d56ed19", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0" }, "type": "craft-plugin", "extra": { "name": "Elements Panel", "handle": "elements-panel", "developer": "PutYourLightsOn", "developerUrl": "https://putyourlightson.com/", "documentationUrl": "https://putyourlightson.com/plugins/elements-panel", "changelogUrl": "https://raw.githubusercontent.com/putyourlightson/craft-elements-panel/v1/CHANGELOG.md", "class": "putyourlightson\\elementspanel\\ElementsPanel" }, "autoload": { "psr-4": { "putyourlightson\\elementspanel\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "mit" ], "description": "Adds an Elements and an Eager-Loading panel to the debug toolbar.", "support": { "docs": "https://putyourlightson.com/plugins/elements-panel", "issues": "https://github.com/putyourlightson/craft-elements-panel/issues", "source": "https://github.com/putyourlightson/craft-elements-panel" }, "time": "2020-10-30T08:19:36+00:00" }, { "name": "ralouphie/getallheaders", "version": "3.0.3", "dist": { "type": "zip", "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", "reference": "120b605dfeb996808c31b6477290a714d356e822", "shasum": "" }, "require": { "php": ">=5.6" }, "type": "library", "autoload": { "files": [ "src/getallheaders.php" ] }, "license": [ "MIT" ], "authors": [ { "name": "Ralph Khattar", "email": "ralph.khattar@gmail.com" } ], "description": "A polyfill for getallheaders.", "time": "2019-03-08T08:55:37+00:00" }, { "name": "react/promise", "version": "v2.9.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/reactphp/promise/zipball/234f8fd1023c9158e2314fa9d7d0e6a83db42910", "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910", "shasum": "" }, "require": { "php": ">=5.4.0" }, "type": "library", "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "React\\Promise\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Jan Sorgalla", "email": "jsorgalla@gmail.com", "homepage": "https://sorgalla.com/" }, { "name": "Christian Lück", "email": "christian@clue.engineering", "homepage": "https://clue.engineering/" }, { "name": "Cees-Jan Kiewiet", "email": "reactphp@ceesjankiewiet.nl", "homepage": "https://wyrihaximus.net/" }, { "name": "Chris Boden", "email": "cboden@gmail.com", "homepage": "https://cboden.dev/" } ], "description": "A lightweight implementation of CommonJS Promises/A for PHP", "keywords": [ "promise", "promises" ], "time": "2022-02-11T10:27:51+00:00" }, { "name": "rize/uri-template", "version": "0.3.4", "source": { "type": "git", "url": "https://github.com/rize/UriTemplate.git", "reference": "2a874863c48d643b9e2e254ab288ec203060a0b8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/rize/UriTemplate/zipball/2a874863c48d643b9e2e254ab288ec203060a0b8", "reference": "2a874863c48d643b9e2e254ab288ec203060a0b8", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.8.36" }, "type": "library", "autoload": { "psr-4": { "Rize\\": "src/Rize" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marut K", "homepage": "http://twitter.com/rezigned" } ], "description": "PHP URI Template (RFC 6570) supports both expansion & extraction", "keywords": [ "RFC 6570", "template", "uri" ], "support": { "issues": "https://github.com/rize/UriTemplate/issues", "source": "https://github.com/rize/UriTemplate/tree/0.3.4" }, "funding": [ { "url": "https://www.paypal.me/rezigned", "type": "custom" }, { "url": "https://opencollective.com/rize-uri-template", "type": "open_collective" } ], "time": "2021-10-09T06:30:16+00:00" }, { "name": "sabberworm/php-css-parser", "version": "8.4.0", "source": { "type": "git", "url": "https://github.com/sabberworm/PHP-CSS-Parser.git", "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30", "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30", "shasum": "" }, "require": { "ext-iconv": "*", "php": ">=5.6.20" }, "require-dev": { "codacy/coverage": "^1.4", "phpunit/phpunit": "^4.8.36" }, "suggest": { "ext-mbstring": "for parsing UTF-8 CSS" }, "type": "library", "autoload": { "psr-4": { "Sabberworm\\CSS\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Raphael Schweikert" } ], "description": "Parser for CSS Files written in PHP", "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser", "keywords": [ "css", "parser", "stylesheet" ], "support": { "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues", "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0" }, "time": "2021-12-11T13:40:54+00:00" }, { "name": "sebastianlenz/linkfield", "version": "1.0.25", "source": { "type": "git", "url": "https://github.com/sebastian-lenz/craft-linkfield.git", "reference": "a29f328fe41248e9b1722c52f68e435f53c241d3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastian-lenz/craft-linkfield/zipball/a29f328fe41248e9b1722c52f68e435f53c241d3", "reference": "a29f328fe41248e9b1722c52f68e435f53c241d3", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0-RC1", "php": "^7.0 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^7.5 || ^8.0" }, "type": "craft-plugin", "extra": { "handle": "typedlinkfield", "name": "Typed link field", "developer": "Sebastian Lenz", "developerUrl": "https://github.com/sebastian-lenz/" }, "autoload": { "psr-4": { "typedlinkfield\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "A Craft field type for selecting links", "support": { "issues": "https://github.com/sebastian-lenz/craft-linkfield/issues", "source": "https://github.com/sebastian-lenz/craft-linkfield/tree/1.0.25" }, "time": "2021-02-23T20:55:03+00:00" }, { "name": "seld/cli-prompt", "version": "1.0.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/cli-prompt/zipball/b8dfcf02094b8c03b40322c229493bb2884423c5", "reference": "b8dfcf02094b8c03b40322c229493bb2884423c5", "shasum": "" }, "require": { "php": ">=5.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Seld\\CliPrompt\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be" } ], "description": "Allows you to prompt for user input on the command line, and optionally hide the characters they type", "keywords": [ "cli", "console", "hidden", "input", "prompt" ], "time": "2020-12-15T21:32:01+00:00" }, { "name": "seld/jsonlint", "version": "1.9.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/4211420d25eba80712bff236a98960ef68b866b7", "reference": "4211420d25eba80712bff236a98960ef68b866b7", "shasum": "" }, "require": { "php": "^5.3 || ^7.0 || ^8.0" }, "bin": [ "bin/jsonlint" ], "type": "library", "autoload": { "psr-4": { "Seld\\JsonLint\\": "src/Seld/JsonLint/" } }, "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "JSON Linter", "keywords": [ "json", "linter", "parser", "validator" ], "time": "2022-04-01T13:37:23+00:00" }, { "name": "seld/phar-utils", "version": "1.2.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c", "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c", "shasum": "" }, "require": { "php": ">=5.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Seld\\PharUtils\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be" } ], "description": "PHAR file format utilities, for when PHP phars you up", "keywords": [ "phar" ], "time": "2022-08-31T10:31:18+00:00" }, { "name": "spacecatninja/imager-x", "version": "v3.6.2", "source": { "type": "git", "url": "https://github.com/spacecatninja/craft-imager-x.git", "reference": "65d64b7850d50857d655dee2f5f468708f0fee3e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/spacecatninja/craft-imager-x/zipball/65d64b7850d50857d655dee2f5f468708f0fee3e", "reference": "65d64b7850d50857d655dee2f5f468708f0fee3e", "shasum": "" }, "require": { "aws/aws-sdk-php": "^3.0.0", "craftcms/cms": "^3.3.0", "google/cloud-storage": "~1.0", "imgix/imgix-php": "^3.0", "kornrunner/blurhash": "^1.1", "kraken-io/kraken-php": "^1.2", "ksubileau/color-thief-php": "^1.4.0", "mikehaertl/php-shellcommand": "^1.2", "php": ">=7.2.5", "ssnepenthe/color-utils": "~0.4", "tinify/tinify": ">=1.1.1" }, "type": "craft-plugin", "extra": { "name": "Imager X", "handle": "imager-x", "schemaVersion": "3.0.0", "hasCpSettings": false, "hasCpSection": false, "changelogUrl": "https://raw.githubusercontent.com/spacecatninja/craft-imager-x/master/CHANGELOG.md", "components": [], "class": "spacecatninja\\imagerx\\ImagerX" }, "autoload": { "psr-4": { "spacecatninja\\imagerx\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], "authors": [ { "name": "SPACECATNINJA", "homepage": "https://www.spacecat.ninja" } ], "description": "Ninja powered image transforms.", "keywords": [ "Craft", "cms", "craft-plugin", "craftcms", "image", "picture", "responsive", "srcset", "transform" ], "support": { "docs": "http://imager-x-v3.spacecat.ninja/", "issues": "https://github.com/spacecatninja/craft-imager-x/issues", "source": "https://github.com/spacecatninja/craft-imager-x/tree/v3.6.2" }, "time": "2022-07-13T14:45:34+00:00" }, { "name": "spicyweb/craft-embedded-assets", "version": "2.11.3", "source": { "type": "git", "url": "https://github.com/spicywebau/craft-embedded-assets.git", "reference": "a60fe6addb2a575ead5000746ad36ba9fe83271a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/spicywebau/craft-embedded-assets/zipball/a60fe6addb2a575ead5000746ad36ba9fe83271a", "reference": "a60fe6addb2a575ead5000746ad36ba9fe83271a", "shasum": "" }, "require": { "craftcms/cms": "^3.6.0", "embed/embed": "^3.4.17" }, "type": "craft-plugin", "extra": { "handle": "embeddedassets", "name": "Embedded Assets", "schemaVersion": "1.0.0", "class": "spicyweb\\embeddedassets\\Plugin", "changelogUrl": "https://github.com/spicywebau/craft-embedded-assets/blob/master/CHANGELOG.md", "downloadUrl": "https://github.com/spicywebau/craft-embedded-assets/archive/master.zip" }, "autoload": { "psr-4": { "spicyweb\\embeddedassets\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "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": { "docs": "https://github.com/spicywebau/craft-embedded-assets/blob/2.11.3/README.md", "issues": "https://github.com/spicywebau/craft-embedded-assets/issues", "rss": "https://github.com/spicywebau/craft-embedded-assets/commits/master.atom", "source": "https://github.com/spicywebau/craft-embedded-assets" }, "time": "2022-06-29T23:17:31+00:00" }, { "name": "ssnepenthe/color-utils", "version": "0.4.2", "source": { "type": "git", "url": "https://github.com/ssnepenthe/color-utils.git", "reference": "a68562f81fd603be0c45d102b4e8064c76ddf863" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ssnepenthe/color-utils/zipball/a68562f81fd603be0c45d102b4e8064c76ddf863", "reference": "a68562f81fd603be0c45d102b4e8064c76ddf863", "shasum": "" }, "require": { "php": ">=7.0" }, "require-dev": { "phploc/phploc": "^3.0", "phpmd/phpmd": "^2.6", "phpunit/phpunit": "^6.0", "psy/psysh": "^0.8", "squizlabs/php_codesniffer": "^2.8", "vimeo/psalm": "^0.3" }, "type": "library", "autoload": { "files": [ "inc/colors.php", "inc/helpers.php", "inc/transformations.php" ], "psr-4": { "SSNepenthe\\ColorUtils\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0" ], "description": "A PHP library for performing SASS-like color manipulations.", "homepage": "https://github.com/ssnepenthe/color-utils", "keywords": [ "Brightness", "alpha", "blue", "color", "conversion", "convert", "green", "hex", "hexadecimal", "hsl", "hsla", "hue", "lightness", "luminance", "manipulation", "red", "rgb", "rgba", "sass", "saturation", "scss", "transformation" ], "support": { "issues": "https://github.com/ssnepenthe/color-utils/issues", "source": "https://github.com/ssnepenthe/color-utils/tree/master" }, "time": "2017-06-19T16:48:17+00:00" }, { "name": "studio/studio", "version": "1.0.0", "dist": { "type": "path", "url": "./studio-plugins/studio", "reference": "b54ac17d991fe4310df76d29fe79f0aed63441df" }, "require": { "craftcms/cms": "^3.0.0" }, "type": "craft-plugin", "extra": { "name": "Studio", "handle": "studio", "developer": "Priti Burfield-Mills", "developerUrl": "https://burfieldmills.com/", "documentationUrl": "???", "changelogUrl": "???", "components": { "studioService": "studio\\studio\\services\\StudioService" }, "class": "studio\\studio\\Studio" }, "autoload": { "psr-4": { "studio\\studio\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Priti Burfield-Mills", "homepage": "https://burfieldmills.com/" } ], "description": "This is another awesome plugin crafted by our Studio ❤️.", "keywords": [ "cms", "craft", "craft-plugin", "craftcms", "studio" ], "support": { "docs": "???", "issues": "???" }, "transport-options": { "symlink": true, "relative": true } }, { "name": "sunra/php-simple-html-dom-parser", "version": "v1.5.2", "source": { "type": "git", "url": "https://github.com/sunra/php-simple-html-dom-parser.git", "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sunra/php-simple-html-dom-parser/zipball/75b9b1cb64502d8f8c04dc11b5906b969af247c6", "reference": "75b9b1cb64502d8f8c04dc11b5906b969af247c6", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.3.2" }, "type": "library", "autoload": { "psr-0": { "Sunra\\PhpSimple\\HtmlDomParser": "Src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Sunra", "email": "sunra@yandex.ru", "homepage": "https://github.com/sunra" }, { "name": "S.C. Chen", "homepage": "http://sourceforge.net/projects/simplehtmldom/" } ], "description": "Composer adaptation of: A HTML DOM parser written in PHP5+ let you manipulate HTML in a very easy way! Require PHP 5+. Supports invalid HTML. Find tags on an HTML page with selectors just like jQuery. Extract contents from HTML in a single line.", "homepage": "https://github.com/sunra/php-simple-html-dom-parser", "keywords": [ "dom", "html", "parser" ], "support": { "issues": "https://github.com/sunra/php-simple-html-dom-parser/issues", "source": "https://github.com/sunra/php-simple-html-dom-parser/tree/master" }, "time": "2016-11-22T22:57:47+00:00" }, { "name": "superbig/craft-mjml", "version": "1.0.6", "source": { "type": "git", "url": "https://github.com/superbigco/craft-mjml.git", "reference": "cfaa9a5cb582dcb1e46a8f10749156571ccaac66" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/superbigco/craft-mjml/zipball/cfaa9a5cb582dcb1e46a8f10749156571ccaac66", "reference": "cfaa9a5cb582dcb1e46a8f10749156571ccaac66", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0-RC1", "mikehaertl/php-shellcommand": "^1.4" }, "type": "craft-plugin", "extra": { "name": "MJML", "handle": "mjml", "hasCpSettings": true, "hasCpSection": false, "changelogUrl": "https://raw.githubusercontent.com/superbigco/craft-mjml/master/CHANGELOG.md", "class": "superbig\\mjml\\MJML" }, "autoload": { "psr-4": { "superbig\\mjml\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Superbig", "homepage": "https://superbig.co" } ], "description": "Render Twig emails with MJML, the only framework that makes responsive email easy.", "keywords": [ "Craft", "cms", "craft-plugin", "craftcms", "mjml" ], "support": { "docs": "https://github.com/superbigco/craft-mjml/blob/master/README.md", "issues": "https://github.com/superbigco/craft-mjml/issues", "source": "https://github.com/superbigco/craft-mjml/tree/1.0.6" }, "time": "2022-05-10T06:58:07+00:00" }, { "name": "swiftmailer/swiftmailer", "version": "v6.3.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c", "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c", "shasum": "" }, "require": { "egulias/email-validator": "^2.0|^3.1", "php": ">=7.0.0", "symfony/polyfill-iconv": "^1.0", "symfony/polyfill-intl-idn": "^1.10", "symfony/polyfill-mbstring": "^1.0" }, "suggest": { "ext-intl": "Needed to support internationalized email addresses" }, "type": "library", "extra": { "branch-alias": { "dev-master": "6.2-dev" } }, "autoload": { "files": [ "lib/swift_required.php" ] }, "license": [ "MIT" ], "authors": [ { "name": "Chris Corbyn" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Swiftmailer, free feature-rich PHP mailer", "homepage": "https://swiftmailer.symfony.com", "keywords": [ "email", "mail", "mailer" ], "abandoned": "symfony/mailer", "time": "2021-10-18T15:26:12+00:00" }, { "name": "symfony/cache", "version": "v5.4.11", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", "reference": "5a0fff46df349f0db3fe242263451fddf5277362" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/cache/zipball/5a0fff46df349f0db3fe242263451fddf5277362", "reference": "5a0fff46df349f0db3fe242263451fddf5277362", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/cache": "^1.0|^2.0", "psr/log": "^1.1|^2|^3", "symfony/cache-contracts": "^1.1.7|^2", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php73": "^1.9", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2|^3", "symfony/var-exporter": "^4.4|^5.0|^6.0" }, "conflict": { "doctrine/dbal": "<2.13.1", "symfony/dependency-injection": "<4.4", "symfony/http-kernel": "<4.4", "symfony/var-dumper": "<4.4" }, "provide": { "psr/cache-implementation": "1.0|2.0", "psr/simple-cache-implementation": "1.0|2.0", "symfony/cache-implementation": "1.0|2.0" }, "require-dev": { "cache/integration-tests": "dev-master", "doctrine/cache": "^1.6|^2.0", "doctrine/dbal": "^2.13.1|^3.0", "predis/predis": "^1.1", "psr/simple-cache": "^1.0|^2.0", "symfony/config": "^4.4|^5.0|^6.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/filesystem": "^4.4|^5.0|^6.0", "symfony/http-kernel": "^4.4|^5.0|^6.0", "symfony/messenger": "^4.4|^5.0|^6.0", "symfony/var-dumper": "^4.4|^5.0|^6.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Cache\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides an extended PSR-6, PSR-16 (and tags) implementation", "homepage": "https://symfony.com", "keywords": [ "caching", "psr6" ], "support": { "source": "https://github.com/symfony/cache/tree/v5.4.11" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-07-28T15:25:17+00:00" }, { "name": "symfony/cache-contracts", "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/cache-contracts.git", "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc", "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/cache": "^1.0|^2.0|^3.0" }, "suggest": { "symfony/cache-implementation": "" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Cache\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Generic abstractions related to caching", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "support": { "source": "https://github.com/symfony/cache-contracts/tree/v2.5.2" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/console", "version": "v5.4.14", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/984ea2c0f45f42dfed01d2f3987b187467c4b16d", "reference": "984ea2c0f45f42dfed01d2f3987b187467c4b16d", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php73": "^1.9", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2|^3", "symfony/string": "^5.1|^6.0" }, "conflict": { "psr/log": ">=3", "symfony/dependency-injection": "<4.4", "symfony/dotenv": "<5.1", "symfony/event-dispatcher": "<4.4", "symfony/lock": "<4.4", "symfony/process": "<4.4" }, "provide": { "psr/log-implementation": "1.0|2.0" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "", "symfony/lock": "", "symfony/process": "" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", "keywords": [ "cli", "command line", "console", "terminal" ], "time": "2022-10-07T08:01:20+00:00" }, { "name": "symfony/deprecation-contracts", "version": "v2.5.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "files": [ "function.php" ] }, "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/expression-language", "version": "v5.4.11", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", "reference": "eb59000eb72c9681502cb501af3c666be42d215e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/expression-language/zipball/eb59000eb72c9681502cb501af3c666be42d215e", "reference": "eb59000eb72c9681502cb501af3c666be42d215e", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/cache": "^4.4|^5.0|^6.0", "symfony/service-contracts": "^1.1|^2|^3" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\ExpressionLanguage\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides an engine that can compile and evaluate expressions", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/expression-language/tree/v5.4.11" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-07-20T11:34:24+00:00" }, { "name": "symfony/filesystem", "version": "v5.4.13", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/ac09569844a9109a5966b9438fc29113ce77cf51", "reference": "ac09569844a9109a5966b9438fc29113ce77cf51", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.8", "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "time": "2022-09-21T19:53:16+00:00" }, { "name": "symfony/finder", "version": "v5.4.11", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/7872a66f57caffa2916a584db1aa7f12adc76f8c", "reference": "7872a66f57caffa2916a584db1aa7f12adc76f8c", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "time": "2022-07-29T07:37:50+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.26.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4", "shasum": "" }, "require": { "php": ">=7.1" }, "provide": { "ext-ctype": "*" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" } }, "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": "2022-05-24T11:49:31+00:00" }, { "name": "symfony/polyfill-iconv", "version": "v1.26.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/143f1881e655bebca1312722af8068de235ae5dc", "reference": "143f1881e655bebca1312722af8068de235ae5dc", "shasum": "" }, "require": { "php": ">=7.1" }, "provide": { "ext-iconv": "*" }, "suggest": { "ext-iconv": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Iconv\\": "" } }, "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": "2022-05-24T11:49:31+00:00" }, { "name": "symfony/polyfill-intl-grapheme", "version": "v1.26.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2", "reference": "433d05519ce6990bf3530fba6957499d327395c2", "shasum": "" }, "require": { "php": ">=7.1" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Intl\\Grapheme\\": "" } }, "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": "2022-05-24T11:49:31+00:00" }, { "name": "symfony/polyfill-intl-idn", "version": "v1.26.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8", "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8", "shasum": "" }, "require": { "php": ">=7.1", "symfony/polyfill-intl-normalizer": "^1.10", "symfony/polyfill-php72": "^1.10" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Intl\\Idn\\": "" } }, "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": "2022-05-24T11:49:31+00:00" }, { "name": "symfony/polyfill-intl-normalizer", "version": "v1.26.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd", "reference": "219aa369ceff116e673852dce47c3a41794c14bd", "shasum": "" }, "require": { "php": ">=7.1" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Intl\\Normalizer\\": "" }, "classmap": [ "Resources/stubs" ] }, "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for intl's Normalizer class and related functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "intl", "normalizer", "polyfill", "portable", "shim" ], "time": "2022-05-24T11:49:31+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.26.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e", "shasum": "" }, "require": { "php": ">=7.1" }, "provide": { "ext-mbstring": "*" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" } }, "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": "2022-05-24T11:49:31+00:00" }, { "name": "symfony/polyfill-php72", "version": "v1.26.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2", "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php72\\": "" } }, "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": "2022-05-24T11:49:31+00:00" }, { "name": "symfony/polyfill-php73", "version": "v1.26.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85", "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php73\\": "" }, "classmap": [ "Resources/stubs" ] }, "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "time": "2022-05-24T11:49:31+00:00" }, { "name": "symfony/polyfill-php80", "version": "v1.26.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace", "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php80\\": "" }, "classmap": [ "Resources/stubs" ] }, "license": [ "MIT" ], "authors": [ { "name": "Ion Bazan", "email": "ion.bazan@gmail.com" }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "time": "2022-05-10T07:21:04+00:00" }, { "name": "symfony/process", "version": "v5.4.11", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/6e75fe6874cbc7e4773d049616ab450eff537bf1", "reference": "6e75fe6874cbc7e4773d049616ab450eff537bf1", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "time": "2022-06-27T16:58:25+00:00" }, { "name": "symfony/service-contracts", "version": "v2.5.2", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/container": "^1.1", "symfony/deprecation-contracts": "^2.1|^3" }, "conflict": { "ext-psr": "<1.1|>=2" }, "suggest": { "symfony/service-implementation": "" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Service\\": "" } }, "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Generic abstractions related to writing services", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "time": "2022-05-30T19:17:29+00:00" }, { "name": "symfony/string", "version": "v5.4.14", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/string/zipball/089e7237497fae7a9c404d0c3aeb8db3254733e4", "reference": "089e7237497fae7a9c404d0c3aeb8db3254733e4", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-grapheme": "~1.0", "symfony/polyfill-intl-normalizer": "~1.0", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "~1.15" }, "conflict": { "symfony/translation-contracts": ">=3.0" }, "type": "library", "autoload": { "files": [ "Resources/functions.php" ], "psr-4": { "Symfony\\Component\\String\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", "homepage": "https://symfony.com", "keywords": [ "grapheme", "i18n", "string", "unicode", "utf-8", "utf8" ], "time": "2022-10-05T15:16:54+00:00" }, { "name": "symfony/var-exporter", "version": "v5.4.10", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", "reference": "8fc03ee75eeece3d9be1ef47d26d79bea1afb340" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-exporter/zipball/8fc03ee75eeece3d9be1ef47d26d79bea1afb340", "reference": "8fc03ee75eeece3d9be1ef47d26d79bea1afb340", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-php80": "^1.16" }, "require-dev": { "symfony/var-dumper": "^4.4.9|^5.0.9|^6.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\VarExporter\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Allows exporting any serializable PHP data structure to plain PHP code", "homepage": "https://symfony.com", "keywords": [ "clone", "construct", "export", "hydrate", "instantiate", "serialize" ], "support": { "source": "https://github.com/symfony/var-exporter/tree/v5.4.10" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-05-27T12:56:18+00:00" }, { "name": "symfony/yaml", "version": "v5.4.14", "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/e83fe9a72011f07c662da46a05603d66deeeb487", "reference": "e83fe9a72011f07c662da46a05603d66deeeb487", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-ctype": "^1.8" }, "conflict": { "symfony/console": "<5.3" }, "suggest": { "symfony/console": "For validating YAML files using the lint command" }, "bin": [ "Resources/bin/yaml-lint" ], "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "time": "2022-10-03T15:15:50+00:00" }, { "name": "thenetworg/oauth2-azure", "version": "v2.1.1", "source": { "type": "git", "url": "https://github.com/TheNetworg/oauth2-azure.git", "reference": "06fb2d620fb6e6c934f632c7ec7c5ea2e978a844" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TheNetworg/oauth2-azure/zipball/06fb2d620fb6e6c934f632c7ec7c5ea2e978a844", "reference": "06fb2d620fb6e6c934f632c7ec7c5ea2e978a844", "shasum": "" }, "require": { "ext-json": "*", "ext-openssl": "*", "firebase/php-jwt": "~3.0||~4.0||~5.0||~6.0", "league/oauth2-client": "~2.0", "php": "^7.1|^8.0" }, "type": "library", "autoload": { "psr-4": { "TheNetworg\\OAuth2\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jan Hajek", "email": "jan.hajek@thenetw.org", "homepage": "https://thenetw.org" } ], "description": "Azure Active Directory OAuth 2.0 Client Provider for The PHP League OAuth2-Client", "keywords": [ "SSO", "aad", "authorization", "azure", "azure active directory", "client", "microsoft", "oauth", "oauth2", "windows azure" ], "support": { "issues": "https://github.com/TheNetworg/oauth2-azure/issues", "source": "https://github.com/TheNetworg/oauth2-azure/tree/v2.1.1" }, "time": "2022-06-23T10:35:36+00:00" }, { "name": "tinify/tinify", "version": "1.5.3", "source": { "type": "git", "url": "https://github.com/tinify/tinify-php.git", "reference": "f971971ca4b4f0185277a81ba695640d47833852" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tinify/tinify-php/zipball/f971971ca4b4f0185277a81ba695640d47833852", "reference": "f971971ca4b4f0185277a81ba695640d47833852", "shasum": "" }, "require": { "ext-curl": "*", "ext-json": "*", "lib-curl": ">=7.20.0", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.0", "symfony/yaml": "~2.0" }, "type": "library", "autoload": { "files": [ "lib/Tinify.php", "lib/Tinify/Exception.php" ], "psr-4": { "Tinify\\": "lib/Tinify/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Rolf Timmermans", "email": "rolftimmermans@voormedia.com" } ], "description": "PHP client for the Tinify API. Tinify compresses your images intelligently. Read more at https://tinify.com.", "homepage": "https://tinify.com/developers", "keywords": [ "api", "compress", "images", "tinify", "tinyjpg", "tinypng" ], "support": { "email": "support@tinify.com", "issues": "https://github.com/tinify/tinify-php/issues", "source": "https://github.com/tinify/tinify-php/tree/1.5.3" }, "time": "2021-09-29T11:48:17+00:00" }, { "name": "topshelfcraft/wordsmith", "version": "3.3.2", "source": { "type": "git", "url": "https://github.com/TopShelfCraft/Wordsmith.git", "reference": "320dc4ff3a85d5c00dac015dc224d9a434c6cd5a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/TopShelfCraft/Wordsmith/zipball/320dc4ff3a85d5c00dac015dc224d9a434c6cd5a", "reference": "320dc4ff3a85d5c00dac015dc224d9a434c6cd5a", "shasum": "" }, "require": { "craftcms/cms": "^3.3", "davechild/textstatistics": "^1.0", "erusev/parsedown-extra": "^0.8", "icanboogie/inflector": "^1.4||^2.0", "mofodojodino/profanity-filter": "^1.3", "mundschenk-at/php-typography": "^6.0", "voku/stringy": "^5.1||^6.0" }, "type": "craft-plugin", "extra": { "name": "Wordsmith", "handle": "wordsmith", "schemaVersion": "0.0.0.0", "changelogUrl": "https://raw.githubusercontent.com/topshelfcraft/wordsmith/master/CHANGELOG.md", "class": "topshelfcraft\\wordsmith\\Wordsmith" }, "autoload": { "psr-4": { "topshelfcraft\\wordsmith\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Rog", "homepage": "https://topshelfcraft.com" } ], "description": "...because you have the best words.", "keywords": [ "Craft", "cms", "craft-plugin", "craftcms", "wordsmith" ], "support": { "docs": "https://wordsmith.docs.topshelfcraft.com/", "issues": "https://github.com/topshelfcraft/wordsmith/issues", "source": "https://github.com/TopShelfCraft/Wordsmith/tree/3.3.2" }, "time": "2022-06-05T22:32:20+00:00" }, { "name": "true/punycode", "version": "v2.1.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e", "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e", "shasum": "" }, "require": { "php": ">=5.3.0", "symfony/polyfill-mbstring": "^1.3" }, "type": "library", "autoload": { "psr-4": { "TrueBV\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Renan Gonçalves", "email": "renan.saddam@gmail.com" } ], "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)", "homepage": "https://github.com/true/php-punycode", "keywords": [ "idna", "punycode" ], "time": "2016-11-16T10:37:54+00:00" }, { "name": "tubalmartin/cssmin", "version": "v4.1.1", "source": { "type": "git", "url": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port.git", "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf" }, "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" }, "require-dev": { "cogpowered/finediff": "0.3.*", "phpunit/phpunit": "4.8.*" }, "bin": [ "cssmin" ], "type": "library", "autoload": { "psr-4": { "tubalmartin\\CssMin\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "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" ], "support": { "issues": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/issues", "source": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port" }, "time": "2018-01-15T15:26:51+00:00" }, { "name": "twig/twig", "version": "v2.14.13", "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/66856cd0459df3dc97d32077a98454dc2a0ee75a", "reference": "66856cd0459df3dc97d32077a98454dc2a0ee75a", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-mbstring": "^1.3", "symfony/polyfill-php72": "^1.8" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.14-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" }, "psr-4": { "Twig\\": "src/" } }, "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com", "homepage": "http://fabien.potencier.org", "role": "Lead Developer" }, { "name": "Twig Team", "role": "Contributors" }, { "name": "Armin Ronacher", "email": "armin.ronacher@active-4.com", "role": "Project Founder" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", "homepage": "https://twig.symfony.com", "keywords": [ "templating" ], "time": "2022-04-06T06:45:17+00:00" }, { "name": "vaersaagod/matrixmate", "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/vaersaagod/matrixmate.git", "reference": "0e2f33a440c95a374802f6b6086f7734ea67b15b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vaersaagod/matrixmate/zipball/0e2f33a440c95a374802f6b6086f7734ea67b15b", "reference": "0e2f33a440c95a374802f6b6086f7734ea67b15b", "shasum": "" }, "require": { "craftcms/cms": "^3.7.0", "php": "^7.2.5|^8.0" }, "type": "craft-plugin", "extra": { "name": "MatrixMate", "handle": "matrixmate", "schemaVersion": "1.0.0", "hasCpSettings": false, "hasCpSection": false, "changelogUrl": "https://raw.githubusercontent.com/vaersaagod/matrixmate/master/CHANGELOG.md", "class": "vaersaagod\\matrixmate\\MatrixMate" }, "autoload": { "psr-4": { "vaersaagod\\matrixmate\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Værsågod", "homepage": "https://vaersaagod.no" } ], "description": "Welding Matrix into shape, mate!", "keywords": [ "Craft", "cms", "craft-plugin", "craftcms", "matrixmate" ], "support": { "docs": "https://github.com/vaersaagod/matrixmate/blob/master/README.md", "issues": "https://github.com/vaersaagod/matrixmate/issues", "source": "https://github.com/vaersaagod/matrixmate/tree/v1.5.0" }, "time": "2022-08-05T15:37:15+00:00" }, { "name": "verbb/base", "version": "1.0.4", "source": { "type": "git", "url": "https://github.com/verbb/verbb-base.git", "reference": "71cee53e766100d5c50652feb675dfa004c8ace5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/verbb/verbb-base/zipball/71cee53e766100d5c50652feb675dfa004c8ace5", "reference": "71cee53e766100d5c50652feb675dfa004c8ace5", "shasum": "" }, "require": { "craftcms/cms": "^3.0.0" }, "type": "yii-module", "autoload": { "psr-4": { "verbb\\base\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Verbb", "homepage": "https://verbb.io" } ], "description": "Common utilities and building-blocks for Verbb plugins for Craft CMS.", "support": { "docs": "https://github.com/verbb/verbb-base", "email": "support@verbb.io", "issues": "https://github.com/verbb/verbb-base/issues?state=open", "rss": "https://github.com/verbb/verbb-base/commits/v2.atom", "source": "https://github.com/verbb/verbb-base" }, "time": "2021-11-03T03:07:00+00:00" }, { "name": "verbb/buttonbox", "version": "3.1.1", "source": { "type": "git", "url": "https://github.com/verbb/buttonbox.git", "reference": "4c16b0daaf814e33489f549f516d17b83d6b1e8e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/verbb/buttonbox/zipball/4c16b0daaf814e33489f549f516d17b83d6b1e8e", "reference": "4c16b0daaf814e33489f549f516d17b83d6b1e8e", "shasum": "" }, "require": { "craftcms/cms": "^3.7.46", "verbb/base": "^1.0.2" }, "type": "craft-plugin", "extra": { "name": "Button Box", "handle": "buttonbox", "documentationUrl": "https://github.com/verbb/buttonbox", "changelogUrl": "https://raw.githubusercontent.com/verbb/buttonbox/craft-3/CHANGELOG.md", "class": "verbb\\buttonbox\\ButtonBox" }, "autoload": { "psr-4": { "verbb\\buttonbox\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Verbb", "homepage": "https://verbb.io" }, { "name": "Supercool", "homepage": "http://supercooldesign.co.uk" } ], "description": "A collection of utility field types for Craft", "keywords": [ "Craft", "buttonbox", "cms", "craft-plugin", "craftcms" ], "support": { "docs": "https://github.com/verbb/buttonbox", "email": "support@verbb.io", "issues": "https://github.com/verbb/buttonbox/issues?state=open", "rss": "https://github.com/verbb/buttonbox/commits/v2.atom", "source": "https://github.com/verbb/buttonbox" }, "funding": [ { "url": "https://github.com/verbb", "type": "github" } ], "time": "2022-07-31T00:30:27+00:00" }, { "name": "verbb/field-manager", "version": "2.2.5", "source": { "type": "git", "url": "https://github.com/verbb/field-manager.git", "reference": "172ca273e79035387ffce0c772e03bc200b57064" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/verbb/field-manager/zipball/172ca273e79035387ffce0c772e03bc200b57064", "reference": "172ca273e79035387ffce0c772e03bc200b57064", "shasum": "" }, "require": { "craftcms/cms": "^3.5.0", "verbb/base": "^1.0.2" }, "type": "craft-plugin", "extra": { "name": "Field Manager", "handle": "field-manager", "changelogUrl": "https://raw.githubusercontent.com/verbb/field-manager/craft-3/CHANGELOG.md", "class": "verbb\\fieldmanager\\FieldManager" }, "autoload": { "psr-4": { "verbb\\fieldmanager\\": "src/" } }, "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" ], "support": { "docs": "https://github.com/verbb/field-manager", "email": "support@verbb.io", "issues": "https://github.com/verbb/field-manager/issues?state=open", "rss": "https://github.com/verbb/field-manager/commits/v2.atom", "source": "https://github.com/verbb/field-manager" }, "funding": [ { "url": "https://github.com/verbb", "type": "github" } ], "time": "2022-07-10T02:59:45+00:00" }, { "name": "verbb/formie", "version": "1.6.6", "source": { "type": "git", "url": "https://github.com/verbb/formie.git", "reference": "6e65794c40f01aed00d8e4e11c2afbf7ed223971" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/verbb/formie/zipball/6e65794c40f01aed00d8e4e11c2afbf7ed223971", "reference": "6e65794c40f01aed00d8e4e11c2afbf7ed223971", "shasum": "" }, "require": { "commerceguys/addressing": "^1.0", "craftcms/cms": "^3.7.22", "dompdf/dompdf": "^1.0.2 || ^2.0.0", "ext-json": "*", "ezyang/htmlpurifier": "^4.13", "fakerphp/faker": "^1.9.1", "giggsey/libphonenumber-for-php": "^8.12", "guzzlehttp/oauth-subscriber": "^0.4.0 || ^0.5.0 || ^0.6.0", "html2text/html2text": "^4.3", "league/html-to-markdown": "^4.10", "league/oauth1-client": "^1.7", "league/oauth2-client": "^2.4.0", "league/oauth2-google": "^3.0", "symfony/expression-language": "^5.3.0", "thenetworg/oauth2-azure": "^2.0", "verbb/base": "^1.0.0" }, "type": "craft-plugin", "extra": { "name": "Formie", "handle": "formie", "changelogUrl": "https://raw.githubusercontent.com/verbb/formie/craft-3/CHANGELOG.md", "class": "verbb\\formie\\Formie" }, "autoload": { "psr-4": { "verbb\\formie\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], "authors": [ { "name": "Verbb", "homepage": "https://verbb.io" } ], "description": "The most user-friendly forms plugin for Craft.", "keywords": [ "Craft", "cms", "craft-plugin", "craftcms", "formie" ], "support": { "docs": "https://github.com/verbb/formie", "email": "support@verbb.io", "issues": "https://github.com/verbb/formie/issues?state=open", "rss": "https://github.com/verbb/formie/commits/v2.atom", "source": "https://github.com/verbb/formie" }, "time": "2022-08-06T22:40:24+00:00" }, { "name": "verbb/super-table", "version": "2.7.2", "source": { "type": "git", "url": "https://github.com/verbb/super-table.git", "reference": "41d420675bcc04e8db08eacc69b10c5bbff6cf54" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/verbb/super-table/zipball/41d420675bcc04e8db08eacc69b10c5bbff6cf54", "reference": "41d420675bcc04e8db08eacc69b10c5bbff6cf54", "shasum": "" }, "require": { "craftcms/cms": "^3.7.0", "verbb/base": "^1.0.2" }, "type": "craft-plugin", "extra": { "name": "Super Table", "handle": "super-table", "description": "Super-charge your Craft workflow with Super Table. Use it to group fields together or build complex Matrix-in-Matrix solutions.", "documentationUrl": "https://github.com/verbb/super-table", "changelogUrl": "https://raw.githubusercontent.com/verbb/super-table/craft-3/CHANGELOG.md", "class": "verbb\\supertable\\SuperTable" }, "autoload": { "psr-4": { "verbb\\supertable\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Verbb", "homepage": "https://verbb.io" } ], "description": "Super-charge your Craft workflow with Super Table. Use it to group fields together or build complex Matrix-in-Matrix solutions.", "keywords": [ "Craft", "cms", "craft-plugin", "craftcms", "super table" ], "support": { "docs": "https://github.com/verbb/super-table", "email": "support@verbb.io", "issues": "https://github.com/verbb/super-table/issues?state=open", "rss": "https://github.com/verbb/super-table/commits/v2.atom", "source": "https://github.com/verbb/super-table" }, "funding": [ { "url": "https://github.com/verbb", "type": "github" } ], "time": "2022-05-15T00:47:23+00:00" }, { "name": "verbb/tablemaker", "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/verbb/tablemaker.git", "reference": "9f5daff62c34f4601471bdc76a61360f4c251d5b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/verbb/tablemaker/zipball/9f5daff62c34f4601471bdc76a61360f4c251d5b", "reference": "9f5daff62c34f4601471bdc76a61360f4c251d5b", "shasum": "" }, "require": { "craftcms/cms": "^3.7.0", "verbb/base": "^1.0.2" }, "type": "craft-plugin", "extra": { "name": "Table Maker", "handle": "tablemaker", "documentationUrl": "https://github.com/verbb/tablemaker", "changelogUrl": "https://raw.githubusercontent.com/verbb/tablemaker/craft-3/CHANGELOG.md", "class": "verbb\\tablemaker\\TableMaker" }, "autoload": { "psr-4": { "verbb\\tablemaker\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Verbb", "homepage": "https://verbb.io" }, { "name": "Supercool Ltd", "homepage": "http://www.supercooldesign.co.uk/" } ], "description": "A user-definable table field type for Craft CMS", "keywords": [ "Craft", "cms", "craft-plugin", "craftcms", "table maker" ], "support": { "docs": "https://github.com/verbb/tablemaker", "email": "support@verbb.io", "issues": "https://github.com/verbb/tablemaker/issues?state=open", "rss": "https://github.com/verbb/tablemaker/commits/v2.atom", "source": "https://github.com/verbb/tablemaker" }, "funding": [ { "url": "https://github.com/verbb", "type": "github" } ], "time": "2022-06-20T02:43:56+00:00" }, { "name": "vlucas/phpdotenv", "version": "v2.6.9", "source": { "type": "git", "url": "https://github.com/vlucas/phpdotenv.git", "reference": "2e93cc98e2e8e869f8d9cfa61bb3a99ba4fc4141" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2e93cc98e2e8e869f8d9cfa61bb3a99ba4fc4141", "reference": "2e93cc98e2e8e869f8d9cfa61bb3a99ba4fc4141", "shasum": "" }, "require": { "php": "^5.3.9 || ^7.0 || ^8.0", "symfony/polyfill-ctype": "^1.17" }, "require-dev": { "ext-filter": "*", "ext-pcre": "*", "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.21" }, "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": "2.6-dev" } }, "autoload": { "psr-4": { "Dotenv\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Graham Campbell", "email": "hello@gjcampbell.co.uk", "homepage": "https://github.com/GrahamCampbell" }, { "name": "Vance Lucas", "email": "vance@vancelucas.com", "homepage": "https://github.com/vlucas" } ], "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.", "keywords": [ "dotenv", "env", "environment" ], "support": { "issues": "https://github.com/vlucas/phpdotenv/issues", "source": "https://github.com/vlucas/phpdotenv/tree/v2.6.9" }, "funding": [ { "url": "https://github.com/GrahamCampbell", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv", "type": "tidelift" } ], "time": "2021-12-12T22:59:22+00:00" }, { "name": "voku/anti-xss", "version": "4.1.39", "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/anti-xss/zipball/64a59ba4744e6722866ff3440d93561da9e85cd0", "reference": "64a59ba4744e6722866ff3440d93561da9e85cd0", "shasum": "" }, "require": { "php": ">=7.0.0", "voku/portable-utf8": "~6.0.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.1.x-dev" } }, "autoload": { "psr-4": { "voku\\helper\\": "src/voku/helper/" } }, "license": [ "MIT" ], "authors": [ { "name": "EllisLab Dev Team", "homepage": "http://ellislab.com/" }, { "name": "Lars Moelleken", "email": "lars@moelleken.org", "homepage": "https://www.moelleken.org/" } ], "description": "anti xss-library", "homepage": "https://github.com/voku/anti-xss", "keywords": [ "anti-xss", "clean", "security", "xss" ], "time": "2022-03-08T17:03:58+00:00" }, { "name": "voku/arrayy", "version": "7.9.5", "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/Arrayy/zipball/4635acfab7d1451124039a88fd5c700b28ee3906", "reference": "4635acfab7d1451124039a88fd5c700b28ee3906", "shasum": "" }, "require": { "ext-json": "*", "php": ">=7.0.0", "phpdocumentor/reflection-docblock": "~4.3 || ~5.0", "symfony/polyfill-mbstring": "~1.0" }, "type": "library", "autoload": { "files": [ "src/Create.php" ], "psr-4": { "Arrayy\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Lars Moelleken", "email": "lars@moelleken.org", "homepage": "https://www.moelleken.org/", "role": "Maintainer" } ], "description": "Array manipulation library for PHP, called Arrayy!", "keywords": [ "Arrayy", "array", "helpers", "manipulation", "methods", "utility", "utils" ], "time": "2022-10-13T00:27:25+00:00" }, { "name": "voku/email-check", "version": "3.1.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/email-check/zipball/6ea842920bbef6758b8c1e619fd1710e7a1a2cac", "reference": "6ea842920bbef6758b8c1e619fd1710e7a1a2cac", "shasum": "" }, "require": { "php": ">=7.0.0", "symfony/polyfill-intl-idn": "~1.10" }, "suggest": { "ext-intl": "Use Intl for best performance" }, "type": "library", "autoload": { "psr-4": { "voku\\helper\\": "src/voku/helper/" } }, "license": [ "MIT" ], "authors": [ { "name": "Lars Moelleken", "homepage": "http://www.moelleken.org/" } ], "description": "email-check (syntax, dns, trash, ...) library", "homepage": "https://github.com/voku/email-check", "keywords": [ "check-email", "email", "mail", "mail-check", "validate-email", "validate-email-address", "validate-mail" ], "time": "2021-01-27T14:14:33+00:00" }, { "name": "voku/portable-ascii", "version": "2.0.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743", "reference": "b56450eed252f6801410d810c8e1727224ae0743", "shasum": "" }, "require": { "php": ">=7.0.0" }, "suggest": { "ext-intl": "Use Intl for transliterator_transliterate() support" }, "type": "library", "autoload": { "psr-4": { "voku\\": "src/voku/" } }, "license": [ "MIT" ], "authors": [ { "name": "Lars Moelleken", "homepage": "http://www.moelleken.org/" } ], "description": "Portable ASCII library - performance optimized (ascii) string functions for php.", "homepage": "https://github.com/voku/portable-ascii", "keywords": [ "ascii", "clean", "php" ], "time": "2022-03-08T17:03:00+00:00" }, { "name": "voku/portable-utf8", "version": "6.0.10", "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/portable-utf8/zipball/35b21539c309cbc4697266591f3a4ae9ce4e029c", "reference": "35b21539c309cbc4697266591f3a4ae9ce4e029c", "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": "~2.0.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": { "files": [ "bootstrap.php" ], "psr-4": { "voku\\": "src/voku/" } }, "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": "2022-10-05T23:42:43+00:00" }, { "name": "voku/stop-words", "version": "2.0.1", "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/stop-words/zipball/8e63c0af20f800b1600783764e0ce19e53969f71", "reference": "8e63c0af20f800b1600783764e0ce19e53969f71", "shasum": "" }, "require": { "php": ">=7.0.0" }, "type": "library", "autoload": { "psr-4": { "voku\\": "src/voku/" } }, "license": [ "MIT" ], "authors": [ { "name": "Lars Moelleken", "homepage": "http://www.moelleken.org/" } ], "description": "Stop-Words via PHP", "keywords": [ "stop words", "stop-words" ], "time": "2018-11-23T01:37:27+00:00" }, { "name": "voku/stringy", "version": "6.5.3", "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/Stringy/zipball/c453c88fbff298f042c836ef44306f8703b2d537", "reference": "c453c88fbff298f042c836ef44306f8703b2d537", "shasum": "" }, "require": { "defuse/php-encryption": "~2.0", "ext-json": "*", "php": ">=7.0.0", "voku/anti-xss": "~4.1", "voku/arrayy": "~7.8", "voku/email-check": "~3.1", "voku/portable-ascii": "~2.0", "voku/portable-utf8": "~6.0", "voku/urlify": "~5.0" }, "replace": { "danielstjules/stringy": "~3.0" }, "type": "library", "autoload": { "files": [ "src/Create.php" ], "psr-4": { "Stringy\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Daniel St. Jules", "email": "danielst.jules@gmail.com", "homepage": "http://www.danielstjules.com", "role": "Maintainer" }, { "name": "Lars Moelleken", "email": "lars@moelleken.org", "homepage": "https://www.moelleken.org/", "role": "Fork-Maintainer" } ], "description": "A string manipulation library with multibyte support", "homepage": "https://github.com/danielstjules/Stringy", "keywords": [ "UTF", "helpers", "manipulation", "methods", "multibyte", "string", "utf-8", "utility", "utils" ], "time": "2022-03-28T14:52:20+00:00" }, { "name": "voku/urlify", "version": "5.0.7", "dist": { "type": "zip", "url": "https://api.github.com/repos/voku/urlify/zipball/014b2074407b5db5968f836c27d8731934b330e4", "reference": "014b2074407b5db5968f836c27d8731934b330e4", "shasum": "" }, "require": { "php": ">=7.0.0", "voku/portable-ascii": "~2.0", "voku/portable-utf8": "~6.0", "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": "https://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": "2022-01-24T19:08:46+00:00" }, { "name": "webmozart/assert", "version": "1.11.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", "shasum": "" }, "require": { "ext-ctype": "*", "php": "^7.2 || ^8.0" }, "conflict": { "phpstan/phpstan": "<0.12.20", "vimeo/psalm": "<4.6.1 || 4.6.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.10-dev" } }, "autoload": { "psr-4": { "Webmozart\\Assert\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "Assertions to validate method input/output with nice error messages.", "keywords": [ "assert", "check", "validate" ], "time": "2022-06-03T18:03:27+00:00" }, { "name": "webonyx/graphql-php", "version": "v14.11.8", "dist": { "type": "zip", "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/04a48693acd785330eefd3b0e4fa67df8dfee7c3", "reference": "04a48693acd785330eefd3b0e4fa67df8dfee7c3", "shasum": "" }, "require": { "ext-json": "*", "ext-mbstring": "*", "php": "^7.1 || ^8" }, "suggest": { "psr/http-message": "To use standard GraphQL server", "react/promise": "To leverage async resolving on React PHP platform" }, "type": "library", "autoload": { "psr-4": { "GraphQL\\": "src/" } }, "license": [ "MIT" ], "description": "A PHP port of GraphQL reference implementation", "homepage": "https://github.com/webonyx/graphql-php", "keywords": [ "api", "graphql" ], "time": "2022-09-21T15:35:03+00:00" }, { "name": "what3words/w3w-php-wrapper", "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/what3words/w3w-php-wrapper.git", "reference": "5fc3c046378a463e2fd14d4002e620672590f7ef" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/what3words/w3w-php-wrapper/zipball/5fc3c046378a463e2fd14d4002e620672590f7ef", "reference": "5fc3c046378a463e2fd14d4002e620672590f7ef", "shasum": "" }, "require": { "php": ">=5.4" }, "require-dev": { "phpunit/phpunit": "^5.3" }, "type": "library", "extra": { "thanks": "Thanks from all of us at index.home.raft for using what3words" }, "autoload": { "psr-4": { "What3words\\Geocoder\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "what3words", "email": "support@what3words.com" }, { "name": "Gary Gale", "email": "gary@what3words.com", "homepage": "http://www.garygale.com" } ], "description": "A PHP library to use the what3words RESTful API", "homepage": "https://github.com/what3words/w3w-php-wrapper", "keywords": [ "3 word address", "geocoding", "what3words" ], "support": { "docs": "https://developer.what3words.com", "email": "support@what3words.com", "issues": "https://github.com/what3words/w3w-php-wrapper/issues", "source": "https://github.com/what3words/w3w-php-wrapper" }, "time": "2019-09-11T13:05:55+00:00" }, { "name": "wildbit/swiftmailer-postmark", "version": "3.4.0", "dist": { "type": "zip", "url": "https://api.github.com/repos/ActiveCampaign/swiftmailer-postmark/zipball/17771bdc1eeff93eb6efe37d762a22fa1cfcebeb", "reference": "17771bdc1eeff93eb6efe37d762a22fa1cfcebeb", "shasum": "" }, "require": { "guzzlehttp/guzzle": "^6.0|^7.0", "swiftmailer/swiftmailer": "^6.0.0" }, "type": "library", "autoload": { "psr-0": { "Postmark\\": "src/" } }, "license": [ "MIT" ], "authors": [ { "name": "Postmark", "email": "support@postmarkapp.com" } ], "description": "A Swiftmailer Transport for Postmark.", "time": "2022-09-05T08:46:47+00:00" }, { "name": "yiisoft/yii2", "version": "2.0.45", "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-framework/zipball/e2223d4085e5612aa616635f8fcaf478607f62e8", "reference": "e2223d4085e5612aa616635f8fcaf478607f62e8", "shasum": "" }, "require": { "bower-asset/inputmask": "~3.2.2 | ~3.3.5", "bower-asset/jquery": "3.6.*@stable | 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": "*", "paragonie/random_compat": ">=1", "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": "https://www.yiiframework.com/", "role": "Founder and project lead" }, { "name": "Alexander Makarov", "email": "sam@rmcreative.ru", "homepage": "https://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": "https://www.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": "https://www.yiiframework.com/", "keywords": [ "framework", "yii2" ], "time": "2022-02-11T13:12:40+00:00" }, { "name": "yiisoft/yii2-composer", "version": "2.0.10", "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-composer/zipball/94bb3f66e779e2774f8776d6e1bdeab402940510", "reference": "94bb3f66e779e2774f8776d6e1bdeab402940510", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 | ^2.0" }, "type": "composer-plugin", "extra": { "class": "yii\\composer\\Plugin", "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "yii\\composer\\": "" } }, "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Qiang Xue", "email": "qiang.xue@gmail.com" }, { "name": "Carsten Brandt", "email": "mail@cebe.cc" } ], "description": "The composer plugin for Yii extension installer", "keywords": [ "composer", "extension installer", "yii2" ], "time": "2020-06-24T00:04:01+00:00" }, { "name": "yiisoft/yii2-debug", "version": "2.1.21", "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-debug/zipball/fa9fa02e242c1b744eb68045ee8e9d698134836d", "reference": "fa9fa02e242c1b744eb68045ee8e9d698134836d", "shasum": "" }, "require": { "ext-mbstring": "*", "php": ">=5.4", "yiisoft/yii2": "~2.0.13" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" }, "composer-exit-on-patch-failure": true, "patches": { "phpunit/phpunit-mock-objects": { "Fix PHP 7 and 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_mock_objects.patch" }, "phpunit/phpunit": { "Fix PHP 7 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php7.patch", "Fix PHP 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php8.patch", "Fix PHP 8.1 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php81.patch" } } }, "autoload": { "psr-4": { "yii\\debug\\": "src" } }, "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Qiang Xue", "email": "qiang.xue@gmail.com" }, { "name": "Simon Karlen", "email": "simi.albi@outlook.com" } ], "description": "The debugger extension for the Yii framework", "keywords": [ "debug", "debugger", "yii2" ], "time": "2022-09-06T17:40:08+00:00" }, { "name": "yiisoft/yii2-queue", "version": "2.3.4", "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-queue/zipball/ed30b5f46ddadd62587a4963dec35f9b756c408b", "reference": "ed30b5f46ddadd62587a4963dec35f9b756c408b", "shasum": "" }, "require": { "php": ">=5.5.0", "symfony/process": "^3.3||^4.0||^5.0", "yiisoft/yii2": "~2.0.14" }, "suggest": { "aws/aws-sdk-php": "Need for aws SQS.", "enqueue/amqp-lib": "Need for AMQP interop queue.", "enqueue/stomp": "Need for Stomp queue.", "ext-gearman": "Need for Gearman queue.", "ext-pcntl": "Need for process signals.", "pda/pheanstalk": "Need for Beanstalk queue.", "php-amqplib/php-amqplib": "Need for AMQP queue.", "yiisoft/yii2-redis": "Need for Redis queue." }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { "yii\\queue\\": "src", "yii\\queue\\db\\": "src/drivers/db", "yii\\queue\\sqs\\": "src/drivers/sqs", "yii\\queue\\amqp\\": "src/drivers/amqp", "yii\\queue\\file\\": "src/drivers/file", "yii\\queue\\sync\\": "src/drivers/sync", "yii\\queue\\redis\\": "src/drivers/redis", "yii\\queue\\stomp\\": "src/drivers/stomp", "yii\\queue\\gearman\\": "src/drivers/gearman", "yii\\queue\\beanstalk\\": "src/drivers/beanstalk", "yii\\queue\\amqp_interop\\": "src/drivers/amqp_interop" } }, "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": "2022-03-31T07:41:51+00:00" }, { "name": "yiisoft/yii2-swiftmailer", "version": "2.1.3", "dist": { "type": "zip", "url": "https://api.github.com/repos/yiisoft/yii2-swiftmailer/zipball/7b7ec871b4a63c0abbcd10e1ee3fb5be22f8b340", "reference": "7b7ec871b4a63c0abbcd10e1ee3fb5be22f8b340", "shasum": "" }, "require": { "swiftmailer/swiftmailer": "~6.0", "yiisoft/yii2": ">=2.0.4" }, "type": "yii2-extension", "extra": { "branch-alias": { "dev-master": "2.1.x-dev" }, "composer-exit-on-patch-failure": true, "patches": { "phpunit/phpunit-mock-objects": { "Fix PHP 7 and 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_mock_objects.patch" }, "phpunit/phpunit": { "Fix PHP 7 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php7.patch", "Fix PHP 8 compatibility": "https://yiisoft.github.io/phpunit-patches/phpunit_php8.patch" } } }, "autoload": { "psr-4": { "yii\\swiftmailer\\": "src" } }, "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Paul Klimov", "email": "klimov.paul@gmail.com" } ], "description": "The SwiftMailer integration for the Yii framework", "keywords": [ "email", "mail", "mailer", "swift", "swiftmailer", "yii2" ], "time": "2021-12-30T08:48:48+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { "php": ">=7.0.0" }, "platform-dev": [], "plugin-api-version": "2.2.0" }