{ "_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": "cecc1016949c9828ae57f7ec14197a87", "packages": [ { "name": "alnv/catalog-manager", "version": "v1.31.44", "source": { "type": "git", "url": "https://github.com/alnv/catalog-manager.git", "reference": "d6912ecaadd6a388015c862c5792c51a73d00ec6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/alnv/catalog-manager/zipball/d6912ecaadd6a388015c862c5792c51a73d00ec6", "reference": "d6912ecaadd6a388015c862c5792c51a73d00ec6", "shasum": "" }, "require": { "contao-community-alliance/composer-plugin": "^2.4.1 || ~3.0", "contao/core-bundle": "~3.5 || ~4.1", "php": ">=5.6", "tecnickcom/tcpdf": "^6.2" }, "replace": { "contao-legacy/catalog-manager": "self.version" }, "type": "contao-module", "extra": { "contao": { "sources": { "": "system/modules/catalog-manager" } } }, "notification-url": "https://packagist.org/downloads/", "license": [ "proprietary" ], "authors": [ { "name": "Alexander Naumov", "homepage": "https://alexandernaumov.de", "role": "Developer" } ], "description": "Catalog Manager for Contao CMS", "homepage": "https://catalog-manager.org", "keywords": [ "catalog", "contao", "filter", "frontend editing", "radius search", "taxonomy" ], "time": "2021-03-31T15:03:00+00:00" }, { "name": "ausi/slug-generator", "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/ausi/slug-generator.git", "reference": "4e761b08966c5d4aeecc1829ac997e5a5a29d231" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ausi/slug-generator/zipball/4e761b08966c5d4aeecc1829ac997e5a5a29d231", "reference": "4e761b08966c5d4aeecc1829ac997e5a5a29d231", "shasum": "" }, "require": { "ext-intl": "*", "ext-mbstring": "*", "ext-pcre": "*", "lib-icu": ">=4.2.1", "php": "^7.1 || ^8.0" }, "require-dev": { "contao/easy-coding-standard": "^3.0", "phpstan/phpstan": "^0.12.40", "phpstan/phpstan-phpunit": "^0.12.16", "phpunit/phpunit": "^7.5.20 || ^8.5.4 || ^9.4.2", "psalm/plugin-phpunit": "^0.9", "slam/phpstan-extensions": "^5.0", "vimeo/psalm": "^3.9" }, "type": "library", "autoload": { "psr-4": { "Ausi\\SlugGenerator\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Martin Auswöger", "email": "martin@auswoeger.com" } ], "description": "Slug Generator", "keywords": [ "ascii", "cldr", "pretty-url", "slug", "slug-generator", "slugify", "transliteration", "unicode" ], "time": "2020-10-19T15:25:33+00:00" }, { "name": "bacon/bacon-qr-code", "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/Bacon/BaconQrCode.git", "reference": "3e9d791b67d0a2912922b7b7c7312f4b37af41e4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/3e9d791b67d0a2912922b7b7c7312f4b37af41e4", "reference": "3e9d791b67d0a2912922b7b7c7312f4b37af41e4", "shasum": "" }, "require": { "dasprid/enum": "^1.0.3", "ext-iconv": "*", "php": "^7.1 || ^8.0" }, "require-dev": { "phly/keep-a-changelog": "^1.4", "phpunit/phpunit": "^7 | ^8 | ^9", "squizlabs/php_codesniffer": "^3.4" }, "suggest": { "ext-imagick": "to generate QR code images" }, "type": "library", "autoload": { "psr-4": { "BaconQrCode\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Ben Scholzen 'DASPRiD'", "email": "mail@dasprids.de", "homepage": "https://dasprids.de/", "role": "Developer" } ], "description": "BaconQrCode is a QR code generator for PHP.", "homepage": "https://github.com/Bacon/BaconQrCode", "time": "2020-10-30T02:02:47+00:00" }, { "name": "beberlei/assert", "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/beberlei/assert.git", "reference": "5367e3895976b49704ae671f75bc5f0ba1b986ab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/beberlei/assert/zipball/5367e3895976b49704ae671f75bc5f0ba1b986ab", "reference": "5367e3895976b49704ae671f75bc5f0ba1b986ab", "shasum": "" }, "require": { "ext-ctype": "*", "ext-intl": "*", "ext-json": "*", "ext-mbstring": "*", "ext-simplexml": "*", "php": "^7.0 || ^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "*", "phpstan/phpstan": "*", "phpunit/phpunit": ">=6.0.0", "yoast/phpunit-polyfills": "^0.1.0" }, "type": "library", "autoload": { "psr-4": { "Assert\\": "lib/Assert" }, "files": [ "lib/Assert/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de", "role": "Lead Developer" }, { "name": "Richard Quadling", "email": "rquadling@gmail.com", "role": "Collaborator" } ], "description": "Thin assertion library for input validation in business models.", "keywords": [ "assert", "assertion", "validation" ], "time": "2020-11-13T20:02:54+00:00" }, { "name": "christianbarkowsky/contao-tiny-compress-images", "version": "1.0.8", "source": { "type": "git", "url": "https://github.com/christianbarkowsky/contao-tiny-compress-images.git", "reference": "58d0947bbd7108aed8f3e3e0248006c6ca098662" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/christianbarkowsky/contao-tiny-compress-images/zipball/58d0947bbd7108aed8f3e3e0248006c6ca098662", "reference": "58d0947bbd7108aed8f3e3e0248006c6ca098662", "shasum": "" }, "require": { "contao-community-alliance/composer-plugin": "~2.4 || ~3.0", "contao/core-bundle": "~3.5 || ~4.4", "php": ">=5.5" }, "type": "contao-module", "extra": { "contao": { "sources": { "src": "system/modules/tiny-compress-images" } } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Christian Barkowsky", "homepage": "https://brkwsky.de", "role": "Developer" } ], "description": "This plugin automatically optimizes your images by integrating with the popular image compression services TinyJPG and TinyPNG.", "homepage": "https://brkwsky.de/contao-tinypng-tinyjpg-erweiterung", "keywords": [ "compress", "contao", "images", "tiny", "tinyjpg", "tinypng", "upload" ], "time": "2021-01-06T20:00:57+00:00" }, { "name": "clue/stream-filter", "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/clue/stream-filter.git", "reference": "aeb7d8ea49c7963d3b581378955dbf5bc49aa320" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/clue/stream-filter/zipball/aeb7d8ea49c7963d3b581378955dbf5bc49aa320", "reference": "aeb7d8ea49c7963d3b581378955dbf5bc49aa320", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36" }, "type": "library", "autoload": { "psr-4": { "Clue\\StreamFilter\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Lück", "email": "christian@clue.engineering" } ], "description": "A simple and modern approach to stream filtering in PHP", "homepage": "https://github.com/clue/php-stream-filter", "keywords": [ "bucket brigade", "callback", "filter", "php_user_filter", "stream", "stream_filter_append", "stream_filter_register" ], "time": "2020-10-02T12:38:20+00:00" }, { "name": "codefog/contao-haste", "version": "4.24.14", "source": { "type": "git", "url": "https://github.com/codefog/contao-haste.git", "reference": "f453ef8e683587e3f0e0e10369c0432fd2d210f5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/codefog/contao-haste/zipball/f453ef8e683587e3f0e0e10369c0432fd2d210f5", "reference": "f453ef8e683587e3f0e0e10369c0432fd2d210f5", "shasum": "" }, "require": { "contao-community-alliance/composer-plugin": "~2.4 || ~3.0", "contao/core-bundle": "^4.4", "php": "~7.0 || ~8.0" }, "replace": { "contao-legacy/haste": "self.version" }, "require-dev": { "phpoffice/phpexcel": "^1.6", "phpoffice/phpspreadsheet": "^1.6", "phpunit/phpunit": "^9.2" }, "suggest": { "phpoffice/phpspreadsheet": "Required for the Haste\\IO\\ExcelFileWriter component." }, "type": "contao-module", "extra": { "contao": { "sources": { "": "system/modules/haste" }, "runonce": [ "config/upgrade.php" ] } }, "autoload": { "psr-0": { "Haste\\": [ "library/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Codefog", "homepage": "http://codefog.pl" }, { "name": "terminal42 gmbh", "homepage": "https://www.terminal42.ch" } ], "description": "haste extension for Contao Open Source CMS", "keywords": [ "contao", "haste" ], "time": "2021-02-22T08:57:58+00:00" }, { "name": "codefog/contao-news_categories", "version": "3.4.4", "source": { "type": "git", "url": "https://github.com/codefog/contao-news_categories.git", "reference": "9cbf69bf6c005c49e97f3f85620611befa968915" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/codefog/contao-news_categories/zipball/9cbf69bf6c005c49e97f3f85620611befa968915", "reference": "9cbf69bf6c005c49e97f3f85620611befa968915", "shasum": "" }, "require": { "codefog/contao-haste": "^4.17", "contao/core-bundle": "^4.4", "contao/news-bundle": "^4.4", "php": "^5.6|^7.0" }, "conflict": { "contao/manager-plugin": "<2.0 || >=3.0", "terminal42/dc_multilingual": "<4.0" }, "replace": { "contao-legacy/news_categories": "self.version" }, "require-dev": { "contao/manager-plugin": "^2.0", "friendsofphp/php-cs-fixer": "^2.2", "terminal42/contao-changelanguage": "^3.1", "terminal42/dc_multilingual": "^3.0" }, "suggest": { "terminal42/contao-changelanguage": "^3.1", "terminal42/dc_multilingual": "^4.0" }, "type": "contao-bundle", "extra": { "contao-manager-plugin": "Codefog\\NewsCategoriesBundle\\ContaoManager\\Plugin" }, "autoload": { "psr-4": { "Codefog\\NewsCategoriesBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Codefog", "homepage": "https://codefog.pl" } ], "description": "News Categories bundle for Contao Open Source CMS", "keywords": [ "categories", "contao", "news" ], "time": "2021-04-06T11:43:58+00:00" }, { "name": "codefog/tags-bundle", "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/codefog/tags-bundle.git", "reference": "05ed2dfc27fe6e4e6d9bc5b92eedbc055f892fc7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/codefog/tags-bundle/zipball/05ed2dfc27fe6e4e6d9bc5b92eedbc055f892fc7", "reference": "05ed2dfc27fe6e4e6d9bc5b92eedbc055f892fc7", "shasum": "" }, "require": { "codefog/contao-haste": "^4.24", "contao/core-bundle": "^4.4", "ext-pdo": "*", "php": "^7.1" }, "conflict": { "contao/manager-plugin": "<2.0 || >=3.0" }, "require-dev": { "contao/manager-plugin": "^2.0", "contao/php-cs-fixer": "^2.2", "contao/test-case": "^2.0", "php-coveralls/php-coveralls": "^2.2", "phpunit/phpunit": "^7.0" }, "type": "contao-bundle", "extra": { "contao-manager-plugin": "Codefog\\TagsBundle\\ContaoManager\\Plugin" }, "autoload": { "classmap": [ "src/DC_Tags.php" ], "psr-4": { "Codefog\\TagsBundle\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Codefog", "homepage": "https://codefog.pl" } ], "description": "Tags bundle for Contao Open Source CMS", "keywords": [ "contao", "tag", "tagging", "tags" ], "time": "2020-12-10T17:29:30+00:00" }, { "name": "composer/ca-bundle", "version": "1.2.9", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/ca-bundle/zipball/78a0e288fdcebf92aa2318a8d3656168da6ac1a5", "reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5", "shasum": "" }, "require": { "ext-openssl": "*", "ext-pcre": "*", "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^0.12.55", "psr/log": "^1.0", "symfony/phpunit-bridge": "^4.2 || ^5", "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\CaBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", "keywords": [ "cabundle", "cacert", "certificate", "ssl", "tls" ], "time": "2021-01-12T12:10:35+00:00" }, { "name": "composer/package-versions-deprecated", "version": "1.8.2", "source": { "type": "git", "url": "https://github.com/composer/package-versions-deprecated.git", "reference": "7a8001fe2c9befad9d001bf54ef0b4a17d950d0f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/7a8001fe2c9befad9d001bf54ef0b4a17d950d0f", "reference": "7a8001fe2c9befad9d001bf54ef0b4a17d950d0f", "shasum": "" }, "require": { "composer-plugin-api": "^1.1.0 || ^2.0", "php": "^7" }, "replace": { "ocramius/package-versions": "1.8.99" }, "require-dev": { "composer/composer": "^1.9.3 || ^2.0@dev", "ext-zip": "^1.13", "phpunit/phpunit": "^6.5 || ^7" }, "type": "composer-plugin", "extra": { "class": "PackageVersions\\Installer", "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "PackageVersions\\": "src/PackageVersions" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marco Pivetta", "email": "ocramius@gmail.com" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be" } ], "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)", "support": { "issues": "https://github.com/composer/package-versions-deprecated/issues", "source": "https://github.com/composer/package-versions-deprecated/tree/1.8.2" }, "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2020-07-10T14:10:26+00:00" }, { "name": "contao-bootstrap/bundle", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/contao-bootstrap/bundle.git", "reference": "78ce1bc0a9ec46c3aa8153c663bcb81f07585731" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-bootstrap/bundle/zipball/78ce1bc0a9ec46c3aa8153c663bcb81f07585731", "reference": "78ce1bc0a9ec46c3aa8153c663bcb81f07585731", "shasum": "" }, "require": { "contao-bootstrap/core": "~2.0", "contao-bootstrap/form": "~2.0", "contao-bootstrap/grid": "~2.0", "contao-bootstrap/layout": "~2.0", "contao-bootstrap/navbar": "~2.0", "contao-bootstrap/panel": "~2.0", "contao-bootstrap/tab": "~2.0", "contao-bootstrap/templates": "~2.0" }, "conflict": { "contao-bootstrap/components": "*", "netzmacht/contao-bootstrap": "*" }, "require-dev": { "php-http/guzzle6-adapter": "^1.1", "phpcq/all-tasks": "^1.2" }, "type": "metapackage", "extra": { "branch-alias": { "dev-master": "2.1.x-dev", "dev-support/1.x": "1.0.x-dev" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "David Molineus", "email": "mail@netzmacht.de", "homepage": "https://netzmacht.de", "role": "Developer" } ], "description": "Install all modules of the Contao Bootstrap extension", "keywords": [ "bootstrap", "contao" ], "time": "2018-08-22T14:43:48+00:00" }, { "name": "contao-bootstrap/core", "version": "2.0.5", "source": { "type": "git", "url": "https://github.com/contao-bootstrap/core.git", "reference": "44b87efcef875c8d76250ef452cd41d4f48e05d8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-bootstrap/core/zipball/44b87efcef875c8d76250ef452cd41d4f48e05d8", "reference": "44b87efcef875c8d76250ef452cd41d4f48e05d8", "shasum": "" }, "require": { "contao-community-alliance/meta-palettes": "^2.0 || ^1.11", "contao/core-bundle": "^4.4", "doctrine/dbal": "^2.0", "php": ">=7.1", "symfony/config": "^3.4 || ^4.0 || ^5.0", "symfony/dependency-injection": "^3.4 || ^4.0 || ^5.0", "symfony/event-dispatcher": "^3.4 || ^4.0", "symfony/http-kernel": "^3.4 || ^4.0 || ^5.0" }, "conflict": { "netzmacht/contao-bootstrap": "*" }, "require-dev": { "contao/manager-plugin": "^2.0", "phpcq/all-tasks": "^1.2", "phpspec/phpspec": "^4.0" }, "suggest": { "components/bootstrap": "Bootstrap Components package", "twbs/bootstrap": "Official Bootstrap package" }, "type": "contao-bundle", "extra": { "branch-alias": { "dev-master": "2.0.x-dev", "dev-develop": "2.1.x-dev", "dev-support/1.x": "1.1.x-dev" }, "contao": { "transifex": { "project": "contao-bootstrap", "prefix": "core-", "languages_cto": "src/Resources/contao/languages", "languages_tx": ".tx" } }, "contao-manager-plugin": "ContaoBootstrap\\Core\\ContaoManager\\Plugin" }, "autoload": { "psr-4": { "ContaoBootstrap\\Core\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "David Molineus", "email": "mail@netzmacht.de", "homepage": "https://netzmacht.de", "role": "Developer" } ], "description": "Core of Contao Bootstrap extension", "keywords": [ "bootstrap", "contao", "core" ], "time": "2021-02-25T12:45:27+00:00" }, { "name": "contao-bootstrap/form", "version": "2.1.6", "source": { "type": "git", "url": "https://github.com/contao-bootstrap/form.git", "reference": "722b1b1212e9dda237712c59f69957b2183d4cac" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-bootstrap/form/zipball/722b1b1212e9dda237712c59f69957b2183d4cac", "reference": "722b1b1212e9dda237712c59f69957b2183d4cac", "shasum": "" }, "require": { "contao-bootstrap/core": "~2.0", "contao-community-alliance/meta-palettes": "~2.0 || ~1.11", "contao/core-bundle": "~4.4", "netzmacht/contao-form-designer": "^1.1.7", "netzmacht/html": "^2.0", "php": ">=7.1", "symfony/config": "^3.3 || ^4.0", "symfony/dependency-injection": "^3.3 || ^4.0", "symfony/http-kernel": "^3.3 || ^4.0" }, "conflict": { "netzmacht/contao-bootstrap": "*" }, "require-dev": { "contao/manager-plugin": "^2.1", "phpcq/all-tasks": "^1.2" }, "type": "contao-bundle", "extra": { "contao-manager-plugin": "ContaoBootstrap\\Form\\ContaoManager\\Plugin", "contao": { "transifex": { "project": "contao-bootstrap", "prefix": "form-", "languages_cto": "src/Resources/contao/languages", "languages_tx": ".tx" } }, "branch-alias": { "dev-master": "2.1.x-dev", "dev-develop": "2.2.x-dev", "dev-support/1.x": "1.1.x-dev" } }, "autoload": { "psr-4": { "ContaoBootstrap\\Form\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "David Molineus", "email": "mail@netzmacht.de", "homepage": "https://netzmacht.de", "role": "Developer" } ], "description": "Contao form templates for Bootstrap 4", "keywords": [ "bootstrap", "contao", "form" ], "time": "2021-03-09T16:05:39+00:00" }, { "name": "contao-bootstrap/grid", "version": "2.3.1", "source": { "type": "git", "url": "https://github.com/contao-bootstrap/grid.git", "reference": "71562254d6440e24db5343c4599276a8a5d1a599" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-bootstrap/grid/zipball/71562254d6440e24db5343c4599276a8a5d1a599", "reference": "71562254d6440e24db5343c4599276a8a5d1a599", "shasum": "" }, "require": { "contao-bootstrap/core": "^2.0", "contao-community-alliance/meta-palettes": "^2.0 || ^1.11", "contao/core-bundle": "^4.4", "doctrine/dbal": "^2.5", "ext-dom": "*", "ext-pdo": "*", "menatwork/contao-multicolumnwizard-bundle": "^3.4", "netzmacht/contao-toolkit": "^3.1", "php": ">=7.1", "symfony/config": "^3.3 || ^4.0", "symfony/dependency-injection": "^3.4.26 || ^4.1.12", "symfony/http-kernel": "^3.3 || ^4.4.13", "symfony/templating": "^3.3 || ^4.0 || ^5.0", "symfony/translation": "^3.3 || ^4.0" }, "conflict": { "netzmacht/contao-bootstrap": "*" }, "require-dev": { "contao/manager-plugin": "^2.0", "contao/news-bundle": "^4.4", "php-http/guzzle6-adapter": "^1.1", "phpcq/all-tasks": "^1.3" }, "suggest": { "contao/news-bundle": "Use grid in news list and news archive modules" }, "type": "contao-bundle", "extra": { "branch-alias": { "dev-master": "2.3.x-dev", "dev-develop": "2.4.x-dev" }, "contao": { "transifex": { "project": "contao-bootstrap", "prefix": "grid-", "languages_cto": "src/Resources/contao/languages", "languages_tx": ".tx" } }, "contao-manager-plugin": "ContaoBootstrap\\Grid\\ContaoManager\\Plugin" }, "autoload": { "psr-4": { "ContaoBootstrap\\Grid\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "David Molineus", "email": "mail@netzmacht.de", "homepage": "https://netzmacht.de", "role": "Developer" } ], "description": "Bootstrap grid component", "keywords": [ "bootstrap", "components", "contao", "grid" ], "time": "2020-11-16T14:50:04+00:00" }, { "name": "contao-bootstrap/layout", "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/contao-bootstrap/layout.git", "reference": "8761e7967d2555a336a7f9bf42b552c9d53660aa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-bootstrap/layout/zipball/8761e7967d2555a336a7f9bf42b552c9d53660aa", "reference": "8761e7967d2555a336a7f9bf42b552c9d53660aa", "shasum": "" }, "require": { "contao-bootstrap/core": "~2.0", "contao/core-bundle": "~4.4", "doctrine/dbal": "^2.5", "netzmacht/html": "~2.0", "php": ">=7.1", "symfony/config": "^3.3 || ^4.0", "symfony/dependency-injection": "^3.3 || ^4.0", "symfony/http-kernel": "^3.3 || ^4.0" }, "conflict": { "netzmacht/contao-bootstrap": "*" }, "require-dev": { "contao/manager-plugin": "^2.0", "phpcq/all-tasks": "^1.2", "phpspec/phpspec": "^4.0" }, "type": "contao-bundle", "extra": { "contao": { "transifex": { "project": "contao-bootstrap", "prefix": "layout-", "languages_cto": "src/Resources/contao/languages", "languages_tx": ".tx" } }, "branch-alias": { "dev-master": "2.0.x-dev", "dev-develop": "2.1.x-dev", "dev-support/1.x": "1.0.x-dev" }, "contao-manager-plugin": "ContaoBootstrap\\Layout\\ContaoManager\\Plugin" }, "autoload": { "psr-4": { "ContaoBootstrap\\Layout\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "David Molineus", "email": "mail@netzmacht.de", "homepage": "https://netzmacht.de", "role": "Developer" } ], "description": "Bootstrap layout integration in Contao", "keywords": [ "bootstrap", "contao", "layout" ], "time": "2019-11-15T07:26:44+00:00" }, { "name": "contao-bootstrap/navbar", "version": "2.1.4", "source": { "type": "git", "url": "https://github.com/contao-bootstrap/navbar.git", "reference": "3860fd71651b0ba64a9addc107cadf6106f086b2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-bootstrap/navbar/zipball/3860fd71651b0ba64a9addc107cadf6106f086b2", "reference": "3860fd71651b0ba64a9addc107cadf6106f086b2", "shasum": "" }, "require": { "contao-bootstrap/core": "^2.0", "contao-community-alliance/meta-palettes": "^2.0 || ^1.11", "contao/core-bundle": "^4.4", "menatwork/contao-multicolumnwizard": "^3.3.4", "netzmacht/html": "~2.0", "php": ">=7.1", "symfony/http-kernel": "^3.3 || ^4.0" }, "conflict": { "netzmacht/contao-bootstrap": "*" }, "require-dev": { "contao/manager-plugin": "^2.0", "php-http/guzzle6-adapter": "^1.1", "phpcq/all-tasks": "^1.2" }, "type": "contao-bundle", "extra": { "contao": { "transifex": { "project": "contao-bootstrap", "prefix": "navbar-", "languages_cto": "src/Resources/contao/languages", "languages_tx": ".tx" } }, "branch-alias": { "dev-master": "2.1.x-dev", "dev-develop": "2.2.x-dev" }, "contao-manager-plugin": "ContaoBootstrap\\Navbar\\ContaoManager\\Plugin" }, "autoload": { "psr-4": { "ContaoBootstrap\\Navbar\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "David Molineus", "email": "mail@netzmacht.de", "homepage": "https://netzmacht.de", "role": "Developer" } ], "description": "Bootstrap navbar component for Contao CMS", "keywords": [ "bootstrap", "components", "contao", "navbar" ], "time": "2019-06-11T13:43:20+00:00" }, { "name": "contao-bootstrap/panel", "version": "2.1.2", "source": { "type": "git", "url": "https://github.com/contao-bootstrap/panel.git", "reference": "d92a5fadc99a13b31c9ea1c7d38ce1dadd3479cc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-bootstrap/panel/zipball/d92a5fadc99a13b31c9ea1c7d38ce1dadd3479cc", "reference": "d92a5fadc99a13b31c9ea1c7d38ce1dadd3479cc", "shasum": "" }, "require": { "contao-bootstrap/core": "^2.0", "contao-community-alliance/meta-palettes": "^1.11 || ^2.0", "contao/core-bundle": "^4.4", "netzmacht/contao-toolkit": "^3.0", "php": ">=7.1", "symfony/config": "^3.3 || ^4.0", "symfony/dependency-injection": "^3.4.26 || ^4.1.12", "symfony/http-kernel": "^3.3 || ^4.0", "symfony/templating": "^3.3 || ^4.0 || ^5.0" }, "require-dev": { "contao/manager-plugin": "^2.0", "php-http/guzzle6-adapter": "^1.1", "phpcq/all-tasks": "^1.2" }, "type": "contao-bundle", "extra": { "branch-alias": { "dev-master": "2.1.x-dev", "dev-develop": "2.2.x-dev" }, "contao": { "transifex": { "project": "contao-bootstrap", "prefix": "panel-", "languages_cto": "src/Resources/contao/languages", "languages_tx": ".tx" } }, "contao-manager-plugin": "ContaoBootstrap\\Panel\\ContaoManager\\Plugin" }, "autoload": { "psr-4": { "ContaoBootstrap\\Panel\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "David Molineus", "email": "mail@netzmacht.de", "homepage": "https://netzmacht.de", "role": "Developer" } ], "description": "Bootstrap panel component for Contao CMS", "keywords": [ "bootstrap", "components", "contao", "panel" ], "time": "2020-01-21T12:34:44+00:00" }, { "name": "contao-bootstrap/tab", "version": "2.0.5", "source": { "type": "git", "url": "https://github.com/contao-bootstrap/tab.git", "reference": "3ffd957e560ef3040cd86d230c296ec8b7e1145f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-bootstrap/tab/zipball/3ffd957e560ef3040cd86d230c296ec8b7e1145f", "reference": "3ffd957e560ef3040cd86d230c296ec8b7e1145f", "shasum": "" }, "require": { "beberlei/assert": "^2.9 || ^3.0", "contao-bootstrap/core": "~2.0", "contao-community-alliance/meta-palettes": "~2.0 || ~1.11", "contao/core-bundle": "^4.4", "menatwork/contao-multicolumnwizard-bundle": "~3.2", "netzmacht/contao-toolkit": "^3.0", "netzmacht/html": "~2.0", "php": "^7.1", "symfony/config": "^3.3 || ^4.0", "symfony/dependency-injection": "^3.4.26 || ^4.1.12", "symfony/http-kernel": "^3.3 || ^4.0", "symfony/templating": "^3.3 || ^4.0 || ^5.0", "symfony/translation": "^3.3 || ^4.0" }, "require-dev": { "contao-bootstrap/grid": "^2.0", "contao/manager-plugin": "^2.0", "phpcq/all-tasks": "^1.2" }, "suggest": { "contao-bootstrap/grid": "Use grid component for horizontal aligned tab navigation." }, "type": "contao-bundle", "extra": { "contao-manager-plugin": "ContaoBootstrap\\Tab\\ContaoManager\\Plugin", "contao": { "transifex": { "project": "contao-bootstrap", "prefix": "tab-", "languages_cto": "src/Resources/contao/languages", "languages_tx": ".tx" } }, "branch-alias": { "dev-master": "2.0.x-dev", "dev-develop": "2.1.x-dev" } }, "autoload": { "psr-4": { "ContaoBootstrap\\Tab\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "David Molineus", "email": "mail@netzmacht.de", "homepage": "https://netzmacht.de", "role": "Developer" } ], "description": "Bootstrap tab component for Contao CMS", "keywords": [ "bootstrap", "component", "contao", "tab" ], "time": "2020-01-20T21:23:06+00:00" }, { "name": "contao-bootstrap/templates", "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/contao-bootstrap/templates.git", "reference": "a34d66d7dcab484977fcce375d182d1b13261a43" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-bootstrap/templates/zipball/a34d66d7dcab484977fcce375d182d1b13261a43", "reference": "a34d66d7dcab484977fcce375d182d1b13261a43", "shasum": "" }, "require": { "contao-bootstrap/core": "^2.0.0", "contao-bootstrap/form": "^2.1.1", "contao/core-bundle": "^4.4", "netzmacht/contao-form-designer": "^1.1.0", "php": ">=7.1" }, "require-dev": { "contao/manager-plugin": "^2.1", "php-http/guzzle6-adapter": "^1.1", "phpcq/all-tasks": "^1.2" }, "type": "contao-bundle", "extra": { "branch-alias": { "dev-master": "2.2.x-dev", "dev-develop": "2.3.x-dev" }, "contao": { "transifex": { "project": "contao-bootstrap", "prefix": "templates-", "languages_cto": "src/Resources/contao/languages", "languages_tx": ".tx" } }, "contao-manager-plugin": "ContaoBootstrap\\Templates\\ContaoManager\\Plugin" }, "autoload": { "psr-4": { "ContaoBootstrap\\Templates\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "David Molineus", "email": "mail@netzmacht.de", "homepage": "https://netzmacht.de", "role": "Project leader" } ], "description": "Modified Contao templates supporting Bootstrap markup", "keywords": [ "bootstrap", "contao", "templates" ], "time": "2021-04-01T10:23:16+00:00" }, { "name": "contao-community-alliance/composer-plugin", "version": "3.1.5", "source": { "type": "git", "url": "https://github.com/contao-community-alliance/composer-plugin.git", "reference": "e38e0815ede23f97ce033cabfb11be9cc4c0bbc5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-community-alliance/composer-plugin/zipball/e38e0815ede23f97ce033cabfb11be9cc4c0bbc5", "reference": "e38e0815ede23f97ce033cabfb11be9cc4c0bbc5", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", "php": "^5.6 || ^7.0 || ^8.0", "symfony/finder": "^2.7 || ^3.0 || ^4.0", "symfony/process": "^2.7 || ^3.0 || ^4.0" }, "conflict": { "contao/core": "*", "contao/core-bundle": "<4.1" }, "require-dev": { "composer/composer": "^1.0 || ^2.0", "symfony/phpunit-bridge": "^3.0" }, "type": "composer-plugin", "extra": { "class": "ContaoCommunityAlliance\\Composer\\Plugin\\Plugin" }, "autoload": { "psr-4": { "ContaoCommunityAlliance\\Composer\\Plugin\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "description": "Composer plugin that provides installers for contao-module and legacy-contao-module.", "homepage": "http://c-c-a.org/", "time": "2021-04-01T12:40:24+00:00" }, { "name": "contao-community-alliance/dependency-container", "version": "2.0.4", "source": { "type": "git", "url": "https://github.com/contao-community-alliance/dependency-container.git", "reference": "842bd8f74bd8fa8b952e912dec4b892e2345520e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-community-alliance/dependency-container/zipball/842bd8f74bd8fa8b952e912dec4b892e2345520e", "reference": "842bd8f74bd8fa8b952e912dec4b892e2345520e", "shasum": "" }, "require": { "contao/core-bundle": "^4.4", "php": "^5.6 || ^7.0", "pimple/pimple": "^1.0", "symfony/config": "^3.0 || ^4.0", "symfony/dependency-injection": "^3.4.26 || ^4.1.12", "symfony/http-kernel": "^3.0 || ^4.0", "symfony/yaml": "^3.0 || ^4.0" }, "require-dev": { "contao/manager-bundle": "^4.4", "phpcq/all-tasks": "^1.2" }, "type": "contao-bundle", "extra": { "contao-manager-plugin": "DependencyInjection\\Container\\ContaoManager\\Plugin", "branch-alias": { "master": "2.0.x-dev", "dev-develop": "2.1.x-dev", "dev-support/1.8.x": "1.8.x-dev" } }, "autoload": { "psr-4": { "DependencyInjection\\Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Christian Schiffler", "email": "c.schiffler@cyberspectrum.de", "homepage": "http://www.cyberspectrum.de", "role": "Developer" }, { "name": "Stefan Heimes", "email": "stefan_heimes@hotmail.com", "role": "Developer" } ], "description": "Dependency container based on pimple for Contao open source cms.", "homepage": "http://c-c-a.org/", "keywords": [ "container", "contao", "dependency", "di", "injection" ], "time": "2020-08-25T18:08:42+00:00" }, { "name": "contao-community-alliance/event-dispatcher", "version": "2.0.5", "source": { "type": "git", "url": "https://github.com/contao-community-alliance/event-dispatcher.git", "reference": "e0ea403e4b9508493a32b8db581bf41fa8dec0fd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-community-alliance/event-dispatcher/zipball/e0ea403e4b9508493a32b8db581bf41fa8dec0fd", "reference": "e0ea403e4b9508493a32b8db581bf41fa8dec0fd", "shasum": "" }, "require": { "contao-community-alliance/dependency-container": "^2.0", "contao/core-bundle": "^4.4", "php": "^5.6 || ^7.0", "symfony/event-dispatcher": "^3.0 || ^4.0", "symfony/http-kernel": "^3.0 || ^4.0" }, "require-dev": { "contao/manager-bundle": "^4.4", "phpcq/all-tasks": "^1.2" }, "type": "contao-bundle", "extra": { "contao-manager-plugin": "ContaoCommunityAlliance\\Contao\\EventDispatcher\\ContaoManager\\Plugin", "branch-alias": { "dev-master": "2.0.x-dev", "dev-develop": "2.1.x-dev" } }, "autoload": { "psr-4": { "ContaoCommunityAlliance\\Contao\\EventDispatcher\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Christian Schiffler", "email": "c.schiffler@cyberspectrum.de", "homepage": "http://www.cyberspectrum.de", "role": "Developer" }, { "name": "Stefan Heimes", "email": "stefan_heimes@hotmail.com", "role": "Developer" } ], "description": "Event dispatcher service for Contao Open Source CMS", "homepage": "http://c-c-a.org/", "keywords": [ "contao", "event" ], "time": "2018-12-21T22:56:38+00:00" }, { "name": "contao-community-alliance/events-contao-bindings", "version": "4.4.5", "source": { "type": "git", "url": "https://github.com/contao-community-alliance/events-contao-bindings.git", "reference": "f47fd417301d86b0fd739ddc9cc3a789edde57c9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-community-alliance/events-contao-bindings/zipball/f47fd417301d86b0fd739ddc9cc3a789edde57c9", "reference": "f47fd417301d86b0fd739ddc9cc3a789edde57c9", "shasum": "" }, "require": { "contao-community-alliance/event-dispatcher": "^2.0", "contao/core-bundle": "^4.4", "php": "^5.6 || ^7.0", "symfony/event-dispatcher": "^3.0 || ^4.0" }, "require-dev": { "contao/manager-plugin": "^2.2", "php-http/guzzle6-adapter": "^1.1", "phpcq/all-tasks": "^1.2", "phpunit/phpunit": "^4.8 || ^6.0" }, "type": "contao-bundle", "extra": { "contao-manager-plugin": "ContaoCommunityAlliance\\Contao\\Bindings\\ContaoManager\\Plugin", "branch-alias": { "dev-master": "4.4.x-dev" } }, "autoload": { "psr-4": { "ContaoCommunityAlliance\\Contao\\Bindings\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Christian Schiffler", "email": "c.schiffler@cyberspectrum.de", "homepage": "http://www.cyberspectrum.de", "role": "Developer" }, { "name": "Stefan Heimes", "email": "stefan_heimes@hotmail.com", "role": "Developer" } ], "description": "This library turns the Contao Core API into events.", "homepage": "http://c-c-a.org/", "keywords": [ "bindings", "bundle", "contao", "events" ], "time": "2019-08-27T21:35:07+00:00" }, { "name": "contao-community-alliance/meta-palettes", "version": "2.0.7", "source": { "type": "git", "url": "https://github.com/contao-community-alliance/meta-palettes.git", "reference": "20b0c78ad4049a2c2f04156b21f9737b11444761" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-community-alliance/meta-palettes/zipball/20b0c78ad4049a2c2f04156b21f9737b11444761", "reference": "20b0c78ad4049a2c2f04156b21f9737b11444761", "shasum": "" }, "require": { "contao/core-bundle": "^4.4", "doctrine/dbal": "^2.5", "php": "^7.1", "symfony/config": "^3.3 || ^4.0", "symfony/dependency-injection": "^3.3 || ^4.0", "symfony/http-kernel": "^3.3 || ^4.0" }, "conflict": { "contao/manager-plugin": "<2.2 || >=3.0", "metamodels/dc_general": "<1-dev" }, "require-dev": { "contao-community-alliance/dc-general": "^2.1@dev", "contao-community-alliance/dependency-container": "^2.0", "contao-community-alliance/events-contao-bindings": "^4.4", "contao-community-alliance/translator": "^2.1", "contao-community-alliance/url-builder": "^1.3", "contao/manager-plugin": "^2.2", "php-http/guzzle6-adapter": "^1.1", "phpcq/all-tasks": "^1.2" }, "type": "contao-bundle", "extra": { "contao-manager-plugin": "ContaoCommunityAlliance\\MetaPalettes\\ContaoManager\\Plugin", "branch-alias": { "dev-master": "2.0.x-dev", "dev-support/1.x": "1.11.x-dev", "dev-develop": "2.1.x-dev" } }, "autoload": { "psr-4": { "ContaoCommunityAlliance\\MetaPalettes\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Christian Schiffler", "email": "c.schiffler@cyberspectrum.de", "homepage": "http://www.cyberspectrum.de", "role": "Developer" }, { "name": "David Molineus", "email": "david.molineus@netzmacht.de", "homepage": "https://netzmacht.de", "role": "Developer" } ], "description": "MetaPalettes extension for Contao OpenSource CMS", "homepage": "https://c-c-a.org", "keywords": [ "contao", "page", "title" ], "time": "2019-08-28T10:02:44+00:00" }, { "name": "contao-community-alliance/translator", "version": "2.1.5", "source": { "type": "git", "url": "https://github.com/contao-community-alliance/translator.git", "reference": "c54a5f1887544c4258445b1809996647377f37b5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-community-alliance/translator/zipball/c54a5f1887544c4258445b1809996647377f37b5", "reference": "c54a5f1887544c4258445b1809996647377f37b5", "shasum": "" }, "require": { "contao-community-alliance/events-contao-bindings": "^4.4", "contao/core-bundle": "^4.4", "php": "^5.6 || ^7.0", "symfony/event-dispatcher": "^3.0 || ^4.0" }, "require-dev": { "contao/manager-bundle": "^4.4", "phpcq/all-tasks": "^1.2" }, "type": "contao-bundle", "extra": { "branch-alias": { "dev-master": "2.1.x-dev", "dev-support/2.0.x": "2.0.x-dev", "dev-develop": "2.2.x-dev" }, "contao-manager-plugin": "ContaoCommunityAlliance\\Translator\\ContaoManager\\Plugin" }, "autoload": { "psr-4": { "ContaoCommunityAlliance\\Translator\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Christian Schiffler", "email": "c.schiffler@cyberspectrum.de", "homepage": "http://www.cyberspectrum.de", "role": "Developer" }, { "name": "Stefan Heimes", "email": "stefan_heimes@hotmail.com", "role": "Developer" } ], "description": "Multipurpose translation manager and interface", "homepage": "http://c-c-a.org/", "keywords": [ "contao", "translation" ], "time": "2020-12-01T12:58:29+00:00" }, { "name": "contao-components/ace", "version": "1.4.12", "source": { "type": "git", "url": "https://github.com/contao-components/ace.git", "reference": "7bca126024c53ffe6c31475dc1686ccbac512082" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/ace/zipball/7bca126024c53ffe6c31475dc1686ccbac512082", "reference": "7bca126024c53ffe6c31475dc1686ccbac512082", "shasum": "" }, "require": { "contao-components/installer": "^1.0.9" }, "type": "contao-component", "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" } ], "description": "ACE code editor integration for Contao Open Source CMS", "time": "2020-07-27T09:02:53+00:00" }, { "name": "contao-components/chosen", "version": "1.2.4", "source": { "type": "git", "url": "https://github.com/contao-components/chosen.git", "reference": "bdbfa73ab0c1e2a88992b9ba6fab39b698be005a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/chosen/zipball/bdbfa73ab0c1e2a88992b9ba6fab39b698be005a", "reference": "bdbfa73ab0c1e2a88992b9ba6fab39b698be005a", "shasum": "" }, "require": { "contao-components/installer": "^1.0.9" }, "type": "contao-component", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" } ], "description": "Chosen integration for Contao Open Source CMS", "time": "2019-12-04T17:19:30+00:00" }, { "name": "contao-components/colorbox", "version": "1.6.6", "source": { "type": "git", "url": "https://github.com/contao-components/colorbox.git", "reference": "80c3b1b5adff4add0a7a54db93ad0bf15ae6bd9d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/colorbox/zipball/80c3b1b5adff4add0a7a54db93ad0bf15ae6bd9d", "reference": "80c3b1b5adff4add0a7a54db93ad0bf15ae6bd9d", "shasum": "" }, "require": { "contao-components/installer": "^1.0.9" }, "type": "contao-component", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" } ], "description": "Colorbox integration for Contao Open Source CMS", "time": "2020-05-01T15:29:20+00:00" }, { "name": "contao-components/colorpicker", "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/contao-components/colorpicker.git", "reference": "b9545f1fa3e4f0f4f577caf7fc743c0530157122" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/colorpicker/zipball/b9545f1fa3e4f0f4f577caf7fc743c0530157122", "reference": "b9545f1fa3e4f0f4f577caf7fc743c0530157122", "shasum": "" }, "require": { "contao-components/installer": "^1.0.9" }, "type": "contao-component", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" } ], "description": "Color picker integration for Contao Open Source CMS", "time": "2019-07-12T07:24:03+00:00" }, { "name": "contao-components/contao", "version": "9.1.1", "source": { "type": "git", "url": "https://github.com/contao-components/contao.git", "reference": "8d7915891db9c4796e59266dc8297b44b7853b13" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/contao/zipball/8d7915891db9c4796e59266dc8297b44b7853b13", "reference": "8d7915891db9c4796e59266dc8297b44b7853b13", "shasum": "" }, "require": { "contao-components/installer": "^1.0.9" }, "type": "contao-component", "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" } ], "description": "Contao Open Source CMS components", "time": "2020-08-06T15:18:45+00:00" }, { "name": "contao-components/datepicker", "version": "2.3.1", "source": { "type": "git", "url": "https://github.com/contao-components/datepicker.git", "reference": "6551767a7283383d893989767d3182fb88049ab6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/datepicker/zipball/6551767a7283383d893989767d3182fb88049ab6", "reference": "6551767a7283383d893989767d3182fb88049ab6", "shasum": "" }, "require": { "contao-components/installer": "^1.0.9" }, "type": "contao-component", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" } ], "description": "Date picker integration for Contao Open Source CMS", "time": "2019-07-12T07:31:22+00:00" }, { "name": "contao-components/dropzone", "version": "5.8.1", "source": { "type": "git", "url": "https://github.com/contao-components/dropzone.git", "reference": "a96f460a276e3dbfaee8ca6afcc653054c6030a6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/dropzone/zipball/a96f460a276e3dbfaee8ca6afcc653054c6030a6", "reference": "a96f460a276e3dbfaee8ca6afcc653054c6030a6", "shasum": "" }, "require": { "contao-components/installer": "^1.0.9" }, "type": "contao-component", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" } ], "description": "DropZone integration for Contao Open Source CMS", "time": "2021-04-01T14:30:16+00:00" }, { "name": "contao-components/highlight", "version": "9.18.1", "source": { "type": "git", "url": "https://github.com/contao-components/highlight.git", "reference": "f1042ff5833d44be6509fc5d34a6b97b96ede97b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/highlight/zipball/f1042ff5833d44be6509fc5d34a6b97b96ede97b", "reference": "f1042ff5833d44be6509fc5d34a6b97b96ede97b", "shasum": "" }, "require": { "contao-components/installer": "^1.0.9" }, "type": "contao-component", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" } ], "description": "Highlight.js integration for Contao Open Source CMS", "time": "2020-10-06T15:38:15+00:00" }, { "name": "contao-components/installer", "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/contao-components/installer.git", "reference": "eb0c34f0f61a3338dd985a55bd865483e78c3bb7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/installer/zipball/eb0c34f0f61a3338dd985a55bd865483e78c3bb7", "reference": "eb0c34f0f61a3338dd985a55bd865483e78c3bb7", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", "php": ">=5.6" }, "require-dev": { "composer/composer": "^1.0 || ^2.0", "phpunit/phpunit": "^5.7.26" }, "type": "composer-plugin", "extra": { "class": "Contao\\ComponentsInstaller\\Composer\\Plugin" }, "autoload": { "psr-4": { "Contao\\ComponentsInstaller\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" } ], "description": "Contao components installer", "time": "2020-12-23T10:51:52+00:00" }, { "name": "contao-components/jquery", "version": "3.6.0", "source": { "type": "git", "url": "https://github.com/contao-components/jquery.git", "reference": "31a5688f3db282d02c4ab449b8a8a1836a92ea9c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/jquery/zipball/31a5688f3db282d02c4ab449b8a8a1836a92ea9c", "reference": "31a5688f3db282d02c4ab449b8a8a1836a92ea9c", "shasum": "" }, "require": { "contao-components/installer": "^1.0.9" }, "type": "contao-component", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" } ], "description": "jQuery integration for Contao Open Source CMS", "time": "2021-04-01T14:36:55+00:00" }, { "name": "contao-components/jquery-ui", "version": "1.12.1.1", "source": { "type": "git", "url": "https://github.com/contao-components/jquery-ui.git", "reference": "1fabbe27469a6b44130c1ad38bd1aa0a2a3720a1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/jquery-ui/zipball/1fabbe27469a6b44130c1ad38bd1aa0a2a3720a1", "reference": "1fabbe27469a6b44130c1ad38bd1aa0a2a3720a1", "shasum": "" }, "require": { "contao-components/installer": "^1.0.9" }, "type": "contao-component", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" } ], "description": "jQuery UI integration for Contao Open Source CMS", "time": "2017-09-26T08:11:43+00:00" }, { "name": "contao-components/mediabox", "version": "1.5.5", "source": { "type": "git", "url": "https://github.com/contao-components/mediabox.git", "reference": "8f56fdbcfe7156e90a7f43e4976e09f61bdb1082" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/mediabox/zipball/8f56fdbcfe7156e90a7f43e4976e09f61bdb1082", "reference": "8f56fdbcfe7156e90a7f43e4976e09f61bdb1082", "shasum": "" }, "require": { "contao-components/installer": "^1.0.9" }, "type": "contao-component", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" } ], "description": "Mediabox integration for Contao Open Source CMS", "time": "2019-07-12T07:33:27+00:00" }, { "name": "contao-components/mootools", "version": "1.6.0.6", "source": { "type": "git", "url": "https://github.com/contao-components/mootools.git", "reference": "cd812036f79b2d55dd0feddd7b96c180c1f04bab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/mootools/zipball/cd812036f79b2d55dd0feddd7b96c180c1f04bab", "reference": "cd812036f79b2d55dd0feddd7b96c180c1f04bab", "shasum": "" }, "require": { "contao-components/installer": "^1.0.9" }, "type": "contao-component", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" } ], "description": "MooTools integration for Contao Open Source CMS", "time": "2019-07-12T07:37:02+00:00" }, { "name": "contao-components/simplemodal", "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/contao-components/simplemodal.git", "reference": "3f3d4d7005ec3d670c791993ab7bb2c78e7b7849" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/simplemodal/zipball/3f3d4d7005ec3d670c791993ab7bb2c78e7b7849", "reference": "3f3d4d7005ec3d670c791993ab7bb2c78e7b7849", "shasum": "" }, "require": { "contao-components/installer": "^1.0.9" }, "type": "contao-component", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" } ], "description": "SimpleModal integration for Contao Open Source CMS", "time": "2019-07-12T07:39:02+00:00" }, { "name": "contao-components/swipe", "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/contao-components/swipe.git", "reference": "1c2acad8b32681ba829d66e99da340666f69b9d9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/swipe/zipball/1c2acad8b32681ba829d66e99da340666f69b9d9", "reference": "1c2acad8b32681ba829d66e99da340666f69b9d9", "shasum": "" }, "require": { "contao-components/installer": "^1.0.9" }, "type": "contao-component", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" } ], "description": "A JavaScript touch slider with dot menu", "time": "2019-09-12T10:53:06+00:00" }, { "name": "contao-components/tablesort", "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/contao-components/tablesort.git", "reference": "faabcfab17e388b767c8f5a18987c44429692a9d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/tablesort/zipball/faabcfab17e388b767c8f5a18987c44429692a9d", "reference": "faabcfab17e388b767c8f5a18987c44429692a9d", "shasum": "" }, "require": { "contao-components/installer": "^1.0.9" }, "type": "contao-component", "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" } ], "description": "Contao Open Source CMS tablesort", "time": "2019-07-12T07:43:54+00:00" }, { "name": "contao-components/tablesorter", "version": "2.31.3", "source": { "type": "git", "url": "https://github.com/contao-components/tablesorter.git", "reference": "2b3f64c2ababdfe291e3248b26bbef5f4821f868" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/tablesorter/zipball/2b3f64c2ababdfe291e3248b26bbef5f4821f868", "reference": "2b3f64c2ababdfe291e3248b26bbef5f4821f868", "shasum": "" }, "require": { "contao-components/installer": "^1.0.9" }, "type": "contao-component", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" } ], "description": "jQuery tablesorter integration for Contao Open Source CMS", "time": "2020-05-14T15:24:29+00:00" }, { "name": "contao-components/tinymce4", "version": "4.9.12", "source": { "type": "git", "url": "https://github.com/contao-components/tinymce4.git", "reference": "dbcef881803de095d39f59fdf97292b1c25a6c76" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/tinymce4/zipball/dbcef881803de095d39f59fdf97292b1c25a6c76", "reference": "dbcef881803de095d39f59fdf97292b1c25a6c76", "shasum": "" }, "require": { "contao-components/installer": "^1.0.9" }, "type": "contao-component", "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1+" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" } ], "description": "TinyMCE 4 integration for Contao Open Source CMS", "time": "2020-09-22T13:25:12+00:00" }, { "name": "contao/calendar-bundle", "version": "4.9.13", "source": { "type": "git", "url": "https://github.com/contao/calendar-bundle.git", "reference": "217cb4c942d107312182075ca7a14ba65831472c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao/calendar-bundle/zipball/217cb4c942d107312182075ca7a14ba65831472c", "reference": "217cb4c942d107312182075ca7a14ba65831472c", "shasum": "" }, "require": { "contao/core-bundle": "self.version", "friendsofsymfony/http-cache": "^2.4", "patchwork/utf8": "^1.2", "php": "^7.2 || ^8.0", "symfony/config": "4.4.*", "symfony/dependency-injection": "4.4.*", "symfony/http-foundation": "4.4.*", "symfony/http-kernel": "4.4.*", "symfony/yaml": "4.4.*" }, "conflict": { "contao/core": "*", "contao/manager-plugin": "<2.0 || >=3.0" }, "require-dev": { "contao/manager-plugin": "^2.3.1", "contao/test-case": "^4.2", "phpunit/phpunit": "^8.5", "symfony/http-client": "4.4.*", "symfony/phpunit-bridge": "4.4.*" }, "type": "contao-bundle", "extra": { "contao-manager-plugin": "Contao\\CalendarBundle\\ContaoManager\\Plugin", "symfony": { "require": "^4.4" } }, "autoload": { "psr-4": { "Contao\\CalendarBundle\\": "src/" }, "classmap": [ "src/Resources/contao/" ], "exclude-from-classmap": [ "src/Resources/contao/config/", "src/Resources/contao/dca/", "src/Resources/contao/languages/", "src/Resources/contao/templates/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" }, { "name": "Contao Community", "homepage": "https://contao.org/contributors" } ], "description": "Adds calendar functionality to Contao", "homepage": "https://contao.org", "time": "2021-03-24T11:13:27+00:00" }, { "name": "contao/conflicts", "version": "dev-main", "source": { "type": "git", "url": "https://github.com/contao/conflicts.git", "reference": "1a8d4ba9d0cd6173e2eb955bc3e352408e70999d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao/conflicts/zipball/1a8d4ba9d0cd6173e2eb955bc3e352408e70999d", "reference": "1a8d4ba9d0cd6173e2eb955bc3e352408e70999d", "shasum": "" }, "conflict": { "doctrine/dbal": "2.9.* <2.9.3", "doctrine/doctrine-migrations-bundle": "<1.1", "doctrine/orm": "<2.4", "doctrine/persistence": "1.3.2", "knplabs/knp-time-bundle": "1.9.0", "lexik/maintenance-bundle": "2.1.4", "symfony/finder": "3.4.7 || 4.0.7", "symfony/framework-bundle": "4.2.7 || 5.2.6", "symfony/http-foundation": "4.4.27", "symfony/security": "3.3.17 || 3.4.7 || 3.4.8 || 3.4.11", "symfony/swiftmailer-bundle": "2.6.* <2.6.2", "symfony/twig-bundle": "4.1.0", "twig/twig": "2.7.0" }, "default-branch": true, "type": "metapackage", "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" } ], "description": "Contao 4 conflicting packages", "support": { "source": "https://github.com/contao/conflicts/tree/main" }, "time": "2021-07-27T19:43:23+00:00" }, { "name": "contao/core-bundle", "version": "4.9.13", "source": { "type": "git", "url": "https://github.com/contao/core-bundle.git", "reference": "c3eb59ff8d6781375a3cf8577122df647c6dcbe0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao/core-bundle/zipball/c3eb59ff8d6781375a3cf8577122df647c6dcbe0", "reference": "c3eb59ff8d6781375a3cf8577122df647c6dcbe0", "shasum": "" }, "require": { "ausi/slug-generator": "^1.1", "bacon/bacon-qr-code": "^2.0", "composer/package-versions-deprecated": "^1.8", "contao-components/ace": "^1.2", "contao-components/chosen": "^1.2", "contao-components/colorbox": "^1.6", "contao-components/colorpicker": "^1.5", "contao-components/contao": "^9.1", "contao-components/datepicker": "^2.3", "contao-components/dropzone": "^5.0.1", "contao-components/highlight": "^9.0", "contao-components/jquery": "^1.12 || ^2.0 || ^3.5", "contao-components/jquery-ui": "^1.11.4", "contao-components/mediabox": "^1.5", "contao-components/mootools": "^1.6.0.1", "contao-components/simplemodal": "^2.1", "contao-components/swipe": "^2.0.3", "contao-components/tablesort": "^4.0", "contao-components/tablesorter": "^2.1", "contao-components/tinymce4": "^4.7", "contao/image": "^1.0", "contao/imagine-svg": "^0.2.3 || ^1.0", "doctrine/dbal": "^2.10", "doctrine/doctrine-bundle": "^1.8 || ^2.0", "doctrine/orm": "^2.6.3", "dragonmantank/cron-expression": "^2.3", "ext-dom": "*", "ext-gd": "*", "ext-hash": "*", "ext-intl": "*", "ext-json": "*", "ext-pcre": "*", "ext-pdo": "*", "ext-zlib": "*", "friendsofsymfony/http-cache": "^2.6", "friendsofsymfony/http-cache-bundle": "^2.6", "imagine/imagine": "^0.7 || ^1.0", "knplabs/knp-menu-bundle": "^2.1 || ^3.0", "knplabs/knp-time-bundle": "^1.10", "lcobucci/jwt": "^3.4 || ^4.0", "league/uri-components": "^1.8", "league/uri-schemes": "^1.2", "matthiasmullie/minify": "^1.3", "michelf/php-markdown": "^1.4", "nelmio/cors-bundle": "^1.5.3 || ^2.0.1", "nyholm/psr7": "^1.2", "paragonie/constant_time_encoding": "^2.2", "patchwork/utf8": "^1.2", "php": "^7.2 || ^8.0", "phpspec/php-diff": "^1.0", "phpunit/php-token-stream": "^1.4 || ^2.0 || ^3.0 || ^4.0", "psr/log": "^1.0", "ramsey/uuid": "^3.8", "scheb/2fa-backup-code": "^5.0", "scheb/2fa-bundle": "^5.0", "scheb/2fa-trusted-device": "^5.0", "scssphp/scssphp": "^1.0", "simplepie/simplepie": "^1.3", "spomky-labs/otphp": "^9.1 || ^10.0", "symfony-cmf/routing-bundle": "^2.1", "symfony/asset": "4.4.*", "symfony/cache": "4.4.*", "symfony/config": "4.4.*", "symfony/console": "4.4.*", "symfony/dependency-injection": "4.4.*", "symfony/dom-crawler": "4.4.*", "symfony/event-dispatcher": "4.4.*", "symfony/expression-language": "4.4.*", "symfony/filesystem": "4.4.*", "symfony/finder": "4.4.*", "symfony/framework-bundle": "4.4.*", "symfony/http-foundation": "4.4.*", "symfony/http-kernel": "4.4.*", "symfony/lock": "4.4.*", "symfony/monolog-bridge": "4.4.*", "symfony/process": "4.4.*", "symfony/routing": "4.4.*", "symfony/security-bundle": "4.4.*", "symfony/swiftmailer-bundle": "^2.6.2 || ^3.1.5", "symfony/translation": "4.4.*", "symfony/twig-bundle": "4.4.*", "symfony/var-dumper": "4.4.*", "symfony/yaml": "4.4.*", "terminal42/escargot": "^0.6.0 || ^1.0", "terminal42/service-annotation-bundle": "^1.1", "true/punycode": "^2.1", "twig/twig": "^2.7", "ua-parser/uap-php": "^3.9", "webignition/robots-txt-file": "^3.0", "webmozart/path-util": "^2.2", "wikimedia/less.php": "^1.7" }, "conflict": { "contao-community-alliance/composer-plugin": "<3.0", "contao/core": "*", "contao/manager-bundle": "4.5.* <4.5.2", "contao/manager-plugin": "<2.0 || >=3.0", "symfony/security-bundle": "4.4.* <4.4.5", "terminal42/contao-ce-access": "<3.0" }, "require-dev": { "composer/composer": "^1.0 || ^2.0", "contao/manager-plugin": "^2.3.1", "contao/test-case": "^4.3", "ext-fileinfo": "*", "lexik/maintenance-bundle": "^2.1.5", "phpunit/phpunit": "^8.5", "symfony/browser-kit": "4.4.*", "symfony/http-client": "4.4.*", "symfony/phpunit-bridge": "4.4.*" }, "suggest": { "contao/tcpdf-bundle": "To export articles as PDF files", "lexik/maintenance-bundle": "To put the application into maintenance mode" }, "type": "symfony-bundle", "extra": { "contao-manager-plugin": "Contao\\CoreBundle\\ContaoManager\\Plugin", "symfony": { "require": "^4.4" } }, "autoload": { "psr-4": { "Contao\\CoreBundle\\": "src/" }, "classmap": [ "src/Resources/contao/" ], "files": [ "src/Resources/functions/utf8_bootup.php" ], "exclude-from-classmap": [ "src/Resources/contao/config/", "src/Resources/contao/dca/", "src/Resources/contao/helper/functions.php", "src/Resources/contao/languages/", "src/Resources/contao/templates/", "src/Resources/contao/themes/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" }, { "name": "Contao Community", "homepage": "https://contao.org/contributors" } ], "description": "Provides the Contao core functionality", "homepage": "https://contao.org", "time": "2021-03-24T11:13:27+00:00" }, { "name": "contao/faq-bundle", "version": "4.9.13", "source": { "type": "git", "url": "https://github.com/contao/faq-bundle.git", "reference": "986f4ce476d849fa86a147870555c5b12d91ca50" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao/faq-bundle/zipball/986f4ce476d849fa86a147870555c5b12d91ca50", "reference": "986f4ce476d849fa86a147870555c5b12d91ca50", "shasum": "" }, "require": { "contao/core-bundle": "self.version", "patchwork/utf8": "^1.2", "php": "^7.2 || ^8.0", "symfony/config": "4.4.*", "symfony/dependency-injection": "4.4.*", "symfony/http-kernel": "4.4.*", "symfony/yaml": "4.4.*" }, "conflict": { "contao/core": "*", "contao/manager-plugin": "<2.0 || >=3.0" }, "require-dev": { "contao/manager-plugin": "^2.3.1", "contao/test-case": "^4.2", "phpunit/phpunit": "^8.5", "symfony/http-client": "4.4.*", "symfony/phpunit-bridge": "4.4.*" }, "type": "contao-bundle", "extra": { "contao-manager-plugin": "Contao\\FaqBundle\\ContaoManager\\Plugin", "symfony": { "require": "^4.4" } }, "autoload": { "psr-4": { "Contao\\FaqBundle\\": "src/" }, "classmap": [ "src/Resources/contao/" ], "exclude-from-classmap": [ "src/Resources/contao/config/", "src/Resources/contao/dca/", "src/Resources/contao/languages/", "src/Resources/contao/templates/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" }, { "name": "Contao Community", "homepage": "https://contao.org/contributors" } ], "description": "Adds FAQ functionality to Contao", "homepage": "https://contao.org", "time": "2021-03-24T11:13:27+00:00" }, { "name": "contao/image", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/contao/image.git", "reference": "fcfda96f982b4ee9a13802d502def3de841785a9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao/image/zipball/fcfda96f982b4ee9a13802d502def3de841785a9", "reference": "fcfda96f982b4ee9a13802d502def3de841785a9", "shasum": "" }, "require": { "ext-json": "*", "imagine/imagine": "^0.7.1 || ^1.0", "php": "^7.1 || ^8.0", "symfony/filesystem": "^2.8 || ^3.0 || ^4.0 || ^5.0", "symfony/polyfill-php73": "^1.11", "webmozart/path-util": "^2.0" }, "conflict": { "contao/imagine-svg": "<0.1.4 || >=2.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "contao/imagine-svg": "^0.1.4 || ^0.2 || ^1.0", "phpunit/phpunit": "^8.5" }, "suggest": { "ext-exif": "To support EXIF auto-rotation" }, "type": "library", "extra": { "bamarni-bin": { "bin-links": false, "target-directory": "tools" } }, "autoload": { "psr-4": { "Contao\\Image\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Martin Auswöger", "homepage": "https://github.com/ausi" } ], "description": "Contao image library", "time": "2021-03-18T09:22:50+00:00" }, { "name": "contao/imagine-svg", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/contao/imagine-svg.git", "reference": "0edb415c950100913555fc0b0c412a2ef0b9bcd6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao/imagine-svg/zipball/0edb415c950100913555fc0b0c412a2ef0b9bcd6", "reference": "0edb415c950100913555fc0b0c412a2ef0b9bcd6", "shasum": "" }, "require": { "ext-dom": "*", "imagine/imagine": "^1.1", "php": "^7.2 || ^8.0" }, "require-dev": { "contao/easy-coding-standard": "^1.0", "friendsofphp/php-cs-fixer": "^2.14", "phpstan/phpstan": "^0.12", "phpstan/phpstan-phpunit": "^0.12.8", "phpstan/phpstan-symfony": "^0.12.6", "phpunit/phpunit": "^8.5.4", "psalm/plugin-phpunit": "^0.9", "psalm/plugin-symfony": "^1.0", "slam/phpstan-extensions": "^5.0", "symfony/filesystem": "^5.0", "vimeo/psalm": "^3.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Contao\\ImagineSvg\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Martin Auswöger", "homepage": "https://github.com/ausi" } ], "description": "Contao Imagine SVG library", "time": "2020-10-31T13:00:01+00:00" }, { "name": "contao/installation-bundle", "version": "4.9.13", "source": { "type": "git", "url": "https://github.com/contao/installation-bundle.git", "reference": "c7d4967e5f7ec3c8a36c52fd580edc333145ee1d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao/installation-bundle/zipball/c7d4967e5f7ec3c8a36c52fd580edc333145ee1d", "reference": "c7d4967e5f7ec3c8a36c52fd580edc333145ee1d", "shasum": "" }, "require": { "contao/core-bundle": "self.version", "doctrine/dbal": "^2.10", "patchwork/utf8": "^1.2", "php": "^7.2 || ^8.0", "psr/log": "^1.0", "symfony/config": "4.4.*", "symfony/console": "4.4.*", "symfony/dependency-injection": "4.4.*", "symfony/event-dispatcher": "4.4.*", "symfony/filesystem": "4.4.*", "symfony/finder": "4.4.*", "symfony/framework-bundle": "4.4.*", "symfony/http-foundation": "4.4.*", "symfony/http-kernel": "4.4.*", "symfony/yaml": "4.4.*" }, "conflict": { "contao/core": "*", "contao/manager-plugin": "<2.0 || >=3.0" }, "require-dev": { "contao/manager-plugin": "^2.3.1", "phpunit/phpunit": "^8.5", "symfony/http-client": "4.4.*", "symfony/phpunit-bridge": "4.4.*" }, "type": "contao-bundle", "extra": { "contao-manager-plugin": "Contao\\InstallationBundle\\ContaoManager\\Plugin", "symfony": { "require": "^4.4" } }, "autoload": { "psr-4": { "Contao\\InstallationBundle\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" }, { "name": "Contao Community", "homepage": "https://contao.org/contributors" } ], "description": "Required to install and update Contao", "homepage": "https://contao.org", "time": "2021-03-24T11:13:27+00:00" }, { "name": "contao/listing-bundle", "version": "4.9.13", "source": { "type": "git", "url": "https://github.com/contao/listing-bundle.git", "reference": "702aa6805316b7003c761ad3db202ab7e1582552" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao/listing-bundle/zipball/702aa6805316b7003c761ad3db202ab7e1582552", "reference": "702aa6805316b7003c761ad3db202ab7e1582552", "shasum": "" }, "require": { "contao/core-bundle": "self.version", "patchwork/utf8": "^1.2", "php": "^7.2 || ^8.0", "symfony/http-kernel": "4.4.*" }, "conflict": { "contao/core": "*", "contao/manager-plugin": "<2.0 || >=3.0" }, "require-dev": { "contao/manager-plugin": "^2.0", "symfony/http-client": "4.4.*" }, "type": "contao-bundle", "extra": { "contao-manager-plugin": "Contao\\ListingBundle\\ContaoManager\\Plugin", "symfony": { "require": "^4.4" } }, "autoload": { "psr-4": { "Contao\\ListingBundle\\": "src/" }, "classmap": [ "src/Resources/contao/" ], "exclude-from-classmap": [ "src/Resources/contao/config/", "src/Resources/contao/dca/", "src/Resources/contao/languages/", "src/Resources/contao/templates/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" }, { "name": "Contao Community", "homepage": "https://contao.org/contributors" } ], "description": "Allows to list arbitrary data in the Contao front end", "homepage": "https://contao.org", "time": "2021-03-24T11:13:27+00:00" }, { "name": "contao/manager-bundle", "version": "4.9.13", "source": { "type": "git", "url": "https://github.com/contao/manager-bundle.git", "reference": "2f6e8263c590e37782f13b1bc416f57b1c630488" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao/manager-bundle/zipball/2f6e8263c590e37782f13b1bc416f57b1c630488", "reference": "2f6e8263c590e37782f13b1bc416f57b1c630488", "shasum": "" }, "require": { "contao/core-bundle": "self.version", "contao/installation-bundle": "self.version", "contao/manager-plugin": "^2.4", "doctrine/dbal": "^2.10", "doctrine/doctrine-bundle": "^1.8 || ^2.0", "ext-json": "*", "friendsofsymfony/http-cache": "^2.6", "friendsofsymfony/http-cache-bundle": "^2.6", "lexik/maintenance-bundle": "^2.1.5", "nelmio/cors-bundle": "^1.5.3 || ^2.0.1", "nelmio/security-bundle": "^2.2", "ocramius/proxy-manager": "^2.1", "php": "^7.2 || ^8.0", "symfony/cache": "4.4.*", "symfony/config": "4.4.*", "symfony/console": "4.4.*", "symfony/debug": "4.4.*", "symfony/debug-bundle": "4.4.*", "symfony/dependency-injection": "4.4.*", "symfony/doctrine-bridge": "4.4.*", "symfony/dotenv": "4.4.*", "symfony/expression-language": "4.4.*", "symfony/filesystem": "4.4.*", "symfony/finder": "4.4.*", "symfony/framework-bundle": "4.4.*", "symfony/http-client": "4.4.*", "symfony/http-foundation": "4.4.*", "symfony/http-kernel": "4.4.*", "symfony/monolog-bridge": "4.4.*", "symfony/monolog-bundle": "^3.1", "symfony/process": "4.4.*", "symfony/proxy-manager-bridge": "4.4.*", "symfony/routing": "4.4.*", "symfony/security-bundle": "4.4.*", "symfony/stopwatch": "4.4.*", "symfony/swiftmailer-bundle": "^2.6.2 || ^3.1.5", "symfony/twig-bundle": "4.4.*", "symfony/web-profiler-bundle": "4.4.*", "symfony/yaml": "4.4.*", "toflar/psr6-symfony-http-cache-store": "^2.1 || ^3.0" }, "conflict": { "symfony/config": "<4.4.2", "symfony/security-bundle": "4.4.* <4.4.5" }, "require-dev": { "contao/test-case": "^4.2", "phpunit/phpunit": "^8.5", "symfony/phpunit-bridge": "4.4.*" }, "suggest": { "contao/tcpdf-bundle": "To export articles as PDF files" }, "bin": [ "bin/contao-console" ], "type": "symfony-bundle", "extra": { "contao-manager-plugin": "Contao\\ManagerBundle\\ContaoManager\\Plugin", "symfony": { "require": "^4.4" } }, "autoload": { "psr-4": { "Contao\\ManagerBundle\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" }, { "name": "Contao Community", "homepage": "https://contao.org/contributors" } ], "description": "Symfony bundle for the Contao Managed Edition", "homepage": "https://contao.org", "time": "2021-03-12T10:33:17+00:00" }, { "name": "contao/manager-plugin", "version": "2.11.0", "source": { "type": "git", "url": "https://github.com/contao/manager-plugin.git", "reference": "43eb4064dbeebc3d47f0c1ff85bb060270f8e504" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao/manager-plugin/zipball/43eb4064dbeebc3d47f0c1ff85bb060270f8e504", "reference": "43eb4064dbeebc3d47f0c1ff85bb060270f8e504", "shasum": "" }, "require": { "composer-plugin-api": "^1.1 || ^2.0", "php": "^7.1 || ^8.0", "symfony/config": "^3.3 || ^4.0 || ^5.0", "symfony/dependency-injection": "^3.3 || ^4.0 || ^5.0", "symfony/filesystem": "^3.3 || ^4.0 || ^5.0", "symfony/http-kernel": "^3.3 || ^4.0 || ^5.0", "symfony/routing": "^3.3 || ^4.0 || ^5.0" }, "conflict": { "contao/manager-bundle": "4.9.* <4.9.4" }, "require-dev": { "composer/composer": "^1.1 || ^2.0", "contao/core-bundle": "^4.4", "ext-zip": "*", "friendsofphp/php-cs-fixer": "^2.14", "php-http/guzzle6-adapter": "^1.1", "phpunit/phpunit": "^8.5 || ^9.3", "symfony/phpunit-bridge": "^3.4.40 || ^4.0 || ^5.0", "webmozart/path-util": "^2.0" }, "type": "composer-plugin", "extra": { "class": [ "Contao\\ManagerPlugin\\Composer\\ArtifactsPlugin", "Contao\\ManagerPlugin\\Composer\\ManagerPluginInstaller", "Contao\\ManagerPlugin\\Composer\\AppAutoloadPlugin" ], "symfony": { "require": "3.4.* || 4.4.* || 5.1.*" } }, "autoload": { "psr-4": { "Contao\\ManagerPlugin\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Andreas Schempp", "homepage": "https://github.com/aschempp" } ], "description": "Contao 4 manager plugin", "time": "2020-09-21T09:45:49+00:00" }, { "name": "contao/news-bundle", "version": "4.9.13", "source": { "type": "git", "url": "https://github.com/contao/news-bundle.git", "reference": "12a7e571526ecd288f302bbe8f1e47adbe315a46" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao/news-bundle/zipball/12a7e571526ecd288f302bbe8f1e47adbe315a46", "reference": "12a7e571526ecd288f302bbe8f1e47adbe315a46", "shasum": "" }, "require": { "contao/core-bundle": "self.version", "friendsofsymfony/http-cache": "^2.4", "patchwork/utf8": "^1.2", "php": "^7.2 || ^8.0", "symfony/config": "4.4.*", "symfony/dependency-injection": "4.4.*", "symfony/http-foundation": "4.4.*", "symfony/http-kernel": "4.4.*", "symfony/yaml": "4.4.*" }, "conflict": { "contao/core": "*", "contao/manager-plugin": "<2.0 || >=3.0" }, "require-dev": { "contao/manager-plugin": "^2.3.1", "contao/test-case": "^4.2", "phpunit/phpunit": "^8.5", "symfony/http-client": "4.4.*", "symfony/phpunit-bridge": "4.4.*" }, "type": "contao-bundle", "extra": { "contao-manager-plugin": "Contao\\NewsBundle\\ContaoManager\\Plugin", "symfony": { "require": "^4.4" } }, "autoload": { "psr-4": { "Contao\\NewsBundle\\": "src/" }, "classmap": [ "src/Resources/contao/" ], "exclude-from-classmap": [ "src/Resources/contao/config/", "src/Resources/contao/dca/", "src/Resources/contao/languages/", "src/Resources/contao/templates/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Leo Feyer", "homepage": "https://github.com/leofeyer" }, { "name": "Contao Community", "homepage": "https://contao.org/contributors" } ], "description": "Adds news functionality to Contao", "homepage": "https://contao.org", "time": "2021-03-24T11:13:27+00:00" }, { "name": "dasprid/enum", "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/DASPRiD/Enum.git", "reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/5abf82f213618696dda8e3bf6f64dd042d8542b2", "reference": "5abf82f213618696dda8e3bf6f64dd042d8542b2", "shasum": "" }, "require-dev": { "phpunit/phpunit": "^7 | ^8 | ^9", "squizlabs/php_codesniffer": "^3.4" }, "type": "library", "autoload": { "psr-4": { "DASPRiD\\Enum\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "authors": [ { "name": "Ben Scholzen 'DASPRiD'", "email": "mail@dasprids.de", "homepage": "https://dasprids.de/", "role": "Developer" } ], "description": "PHP 7.1 enum implementation", "keywords": [ "enum", "map" ], "time": "2020-10-02T16:03:48+00:00" }, { "name": "doctrine/annotations", "version": "1.13.2", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", "reference": "5b668aef16090008790395c02c893b1ba13f7e08" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08", "reference": "5b668aef16090008790395c02c893b1ba13f7e08", "shasum": "" }, "require": { "doctrine/lexer": "1.*", "ext-tokenizer": "*", "php": "^7.1 || ^8.0", "psr/cache": "^1 || ^2 || ^3" }, "require-dev": { "doctrine/cache": "^1.11 || ^2.0", "doctrine/coding-standard": "^6.0 || ^8.1", "phpstan/phpstan": "^0.12.20", "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5", "symfony/cache": "^4.4 || ^5.2" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" } }, "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": "Docblock Annotations Parser", "homepage": "https://www.doctrine-project.org/projects/annotations.html", "keywords": [ "annotations", "docblock", "parser" ], "support": { "issues": "https://github.com/doctrine/annotations/issues", "source": "https://github.com/doctrine/annotations/tree/1.13.2" }, "time": "2021-08-05T19:00:23+00:00" }, { "name": "doctrine/cache", "version": "1.12.1", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/cache/zipball/4cf401d14df219fa6f38b671f5493449151c9ad8", "reference": "4cf401d14df219fa6f38b671f5493449151c9ad8", "shasum": "" }, "require": { "php": "~7.1 || ^8.0" }, "conflict": { "doctrine/common": ">2.2,<2.4" }, "require-dev": { "alcaeus/mongo-php-adapter": "^1.1", "cache/integration-tests": "dev-master", "doctrine/coding-standard": "^8.0", "mongodb/mongodb": "^1.1", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", "predis/predis": "~1.0", "psr/cache": "^1.0 || ^2.0 || ^3.0", "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev", "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev" }, "suggest": { "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" } }, "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 Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.", "homepage": "https://www.doctrine-project.org/projects/cache.html", "keywords": [ "abstraction", "apcu", "cache", "caching", "couchdb", "memcached", "php", "redis", "xcache" ], "support": { "issues": "https://github.com/doctrine/cache/issues", "source": "https://github.com/doctrine/cache/tree/1.12.1" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache", "type": "tidelift" } ], "time": "2021-07-17T14:39:21+00:00" }, { "name": "doctrine/collections", "version": "1.6.7", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/collections/zipball/55f8b799269a1a472457bd1a41b4f379d4cfba4a", "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a", "shasum": "" }, "require": { "php": "^7.1.3 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^6.0", "phpstan/phpstan-shim": "^0.9.2", "phpunit/phpunit": "^7.0", "vimeo/psalm": "^3.8.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.7" }, "time": "2020-07-27T17:53:49+00:00" }, { "name": "doctrine/common", "version": "3.1.2", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", "reference": "a036d90c303f3163b5be8b8fde9b6755b2be4a3a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/common/zipball/a036d90c303f3163b5be8b8fde9b6755b2be4a3a", "reference": "a036d90c303f3163b5be8b8fde9b6755b2be4a3a", "shasum": "" }, "require": { "doctrine/persistence": "^2.0", "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^6.0 || ^8.0", "phpstan/phpstan": "^0.12", "phpstan/phpstan-phpunit": "^0.12", "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0", "squizlabs/php_codesniffer": "^3.0", "symfony/phpunit-bridge": "^4.0.5", "vimeo/psalm": "^4.4" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\": "lib/Doctrine/Common" } }, "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" }, { "name": "Marco Pivetta", "email": "ocramius@gmail.com" } ], "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.", "homepage": "https://www.doctrine-project.org/projects/common.html", "keywords": [ "common", "doctrine", "php" ], "support": { "issues": "https://github.com/doctrine/common/issues", "source": "https://github.com/doctrine/common/tree/3.1.2" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon", "type": "tidelift" } ], "time": "2021-02-10T20:18:51+00:00" }, { "name": "doctrine/dbal", "version": "2.12.1", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", "reference": "adce7a954a1c2f14f85e94aed90c8489af204086" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/dbal/zipball/adce7a954a1c2f14f85e94aed90c8489af204086", "reference": "adce7a954a1c2f14f85e94aed90c8489af204086", "shasum": "" }, "require": { "doctrine/cache": "^1.0", "doctrine/event-manager": "^1.0", "ext-pdo": "*", "php": "^7.3 || ^8" }, "require-dev": { "doctrine/coding-standard": "^8.1", "jetbrains/phpstorm-stubs": "^2019.1", "phpstan/phpstan": "^0.12.40", "phpunit/phpunit": "^9.4", "psalm/plugin-phpunit": "^0.10.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "vimeo/psalm": "^3.17.2" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." }, "bin": [ "bin/doctrine-dbal" ], "type": "library", "extra": { "branch-alias": { "dev-master": "4.0.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\DBAL\\": "lib/Doctrine/DBAL" } }, "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" } ], "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.", "homepage": "https://www.doctrine-project.org/projects/dbal.html", "keywords": [ "abstraction", "database", "db2", "dbal", "mariadb", "mssql", "mysql", "oci8", "oracle", "pdo", "pgsql", "postgresql", "queryobject", "sasql", "sql", "sqlanywhere", "sqlite", "sqlserver", "sqlsrv" ], "time": "2020-11-14T20:26:58+00:00" }, { "name": "doctrine/deprecations", "version": "v0.5.3", "source": { "type": "git", "url": "https://github.com/doctrine/deprecations.git", "reference": "9504165960a1f83cc1480e2be1dd0a0478561314" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314", "reference": "9504165960a1f83cc1480e2be1dd0a0478561314", "shasum": "" }, "require": { "php": "^7.1|^8.0" }, "require-dev": { "doctrine/coding-standard": "^6.0|^7.0|^8.0", "phpunit/phpunit": "^7.0|^8.0|^9.0", "psr/log": "^1.0" }, "suggest": { "psr/log": "Allows logging deprecations via PSR-3 logger implementation" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.", "homepage": "https://www.doctrine-project.org/", "support": { "issues": "https://github.com/doctrine/deprecations/issues", "source": "https://github.com/doctrine/deprecations/tree/v0.5.3" }, "time": "2021-03-21T12:59:47+00:00" }, { "name": "doctrine/doctrine-bundle", "version": "2.3.1", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineBundle.git", "reference": "a08bc3b4d8567cdff05e89b272ba1e06e9d71c21" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/a08bc3b4d8567cdff05e89b272ba1e06e9d71c21", "reference": "a08bc3b4d8567cdff05e89b272ba1e06e9d71c21", "shasum": "" }, "require": { "doctrine/dbal": "^2.9.0|^3.0", "doctrine/persistence": "^1.3.3|^2.0", "doctrine/sql-formatter": "^1.0.1", "php": "^7.1 || ^8.0", "symfony/cache": "^4.3.3|^5.0", "symfony/config": "^4.3.3|^5.0", "symfony/console": "^3.4.30|^4.3.3|^5.0", "symfony/dependency-injection": "^4.3.3|^5.0", "symfony/doctrine-bridge": "^4.4.7|^5.0", "symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0", "symfony/service-contracts": "^1.1.1|^2.0" }, "conflict": { "doctrine/orm": "<2.6", "twig/twig": "<1.34|>=2.0,<2.4" }, "require-dev": { "doctrine/coding-standard": "^8.0", "doctrine/orm": "^2.6", "friendsofphp/proxy-manager-lts": "^1.0", "phpunit/phpunit": "^7.5 || ^8.0 || ^9.3", "psalm/plugin-phpunit": "^0.15.1", "psalm/plugin-symfony": "^2.2.4", "symfony/phpunit-bridge": "^5.2", "symfony/property-info": "^4.3.3|^5.0", "symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0", "symfony/security-bundle": "^4.4|5.0", "symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0", "symfony/validator": "^3.4.30|^4.3.3|^5.0", "symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0", "symfony/yaml": "^3.4.30|^4.3.3|^5.0", "twig/twig": "^1.34|^2.12|^3.0", "vimeo/psalm": "^4.7" }, "suggest": { "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.", "ext-pdo": "*", "symfony/web-profiler-bundle": "To use the data collector." }, "type": "symfony-bundle", "autoload": { "psr-4": { "Doctrine\\Bundle\\DoctrineBundle\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" }, { "name": "Doctrine Project", "homepage": "http://www.doctrine-project.org/" } ], "description": "Symfony DoctrineBundle", "homepage": "http://www.doctrine-project.org", "keywords": [ "database", "dbal", "orm", "persistence" ], "time": "2021-04-05T14:21:02+00:00" }, { "name": "doctrine/event-manager", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/doctrine/event-manager.git", "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f", "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "conflict": { "doctrine/common": "<2.9@dev" }, "require-dev": { "doctrine/coding-standard": "^6.0", "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\": "lib/Doctrine/Common" } }, "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" }, { "name": "Marco Pivetta", "email": "ocramius@gmail.com" } ], "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.", "homepage": "https://www.doctrine-project.org/projects/event-manager.html", "keywords": [ "event", "event dispatcher", "event manager", "event system", "events" ], "support": { "issues": "https://github.com/doctrine/event-manager/issues", "source": "https://github.com/doctrine/event-manager/tree/1.1.x" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager", "type": "tidelift" } ], "time": "2020-05-29T18:28:51+00:00" }, { "name": "doctrine/inflector", "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210", "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^7.0", "phpstan/phpstan": "^0.11", "phpstan/phpstan-phpunit": "^0.11", "phpstan/phpstan-strict-rules": "^0.11", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" } }, "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 Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", "homepage": "https://www.doctrine-project.org/projects/inflector.html", "keywords": [ "inflection", "inflector", "lowercase", "manipulation", "php", "plural", "singular", "strings", "uppercase", "words" ], "support": { "issues": "https://github.com/doctrine/inflector/issues", "source": "https://github.com/doctrine/inflector/tree/2.0.x" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector", "type": "tidelift" } ], "time": "2020-05-29T15:13:26+00:00" }, { "name": "doctrine/instantiator", "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b", "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^8.0", "ext-pdo": "*", "ext-phar": "*", "phpbench/phpbench": "^0.13 || 1.0.0-alpha2", "phpstan/phpstan": "^0.12", "phpstan/phpstan-phpunit": "^0.12", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", "homepage": "https://ocramius.github.io/" } ], "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", "homepage": "https://www.doctrine-project.org/projects/instantiator.html", "keywords": [ "constructor", "instantiate" ], "time": "2020-11-10T18:47:58+00:00" }, { "name": "doctrine/lexer", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^6.0", "phpstan/phpstan": "^0.11.8", "phpunit/phpunit": "^8.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" } }, "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": "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" ], "support": { "issues": "https://github.com/doctrine/lexer/issues", "source": "https://github.com/doctrine/lexer/tree/1.2.1" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", "type": "tidelift" } ], "time": "2020-05-25T17:44:05+00:00" }, { "name": "doctrine/orm", "version": "2.8.4", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", "reference": "a588555ecd837b8d7e89355d9a13902e54d529c7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/orm/zipball/a588555ecd837b8d7e89355d9a13902e54d529c7", "reference": "a588555ecd837b8d7e89355d9a13902e54d529c7", "shasum": "" }, "require": { "composer/package-versions-deprecated": "^1.8", "doctrine/annotations": "^1.11.1", "doctrine/cache": "^1.9.1", "doctrine/collections": "^1.5", "doctrine/common": "^3.0.3", "doctrine/dbal": "^2.10.0", "doctrine/event-manager": "^1.1", "doctrine/inflector": "^1.4|^2.0", "doctrine/instantiator": "^1.3", "doctrine/lexer": "^1.0", "doctrine/persistence": "^2.0", "ext-pdo": "*", "php": "^7.2|^8.0", "symfony/console": "^3.0|^4.0|^5.0" }, "require-dev": { "doctrine/coding-standard": "^8.0", "phpstan/phpstan": "^0.12.18", "phpunit/phpunit": "^8.5|^9.4", "symfony/yaml": "^3.4|^4.0|^5.0", "vimeo/psalm": "4.1.1" }, "suggest": { "symfony/yaml": "If you want to use YAML Metadata Mapping Driver" }, "bin": [ "bin/doctrine" ], "type": "library", "autoload": { "psr-4": { "Doctrine\\ORM\\": "lib/Doctrine/ORM" } }, "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": "Marco Pivetta", "email": "ocramius@gmail.com" } ], "description": "Object-Relational-Mapper for PHP", "homepage": "https://www.doctrine-project.org/projects/orm.html", "keywords": [ "database", "orm" ], "time": "2021-04-05T18:38:36+00:00" }, { "name": "doctrine/persistence", "version": "2.2.1", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", "reference": "d138f3ab5f761055cab1054070377cfd3222e368" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/persistence/zipball/d138f3ab5f761055cab1054070377cfd3222e368", "reference": "d138f3ab5f761055cab1054070377cfd3222e368", "shasum": "" }, "require": { "doctrine/annotations": "^1.0", "doctrine/cache": "^1.11 || ^2.0", "doctrine/collections": "^1.0", "doctrine/deprecations": "^0.5.3", "doctrine/event-manager": "^1.0", "php": "^7.1 || ^8.0", "psr/cache": "^1.0|^2.0|^3.0" }, "conflict": { "doctrine/common": "<2.10@dev" }, "require-dev": { "composer/package-versions-deprecated": "^1.11", "doctrine/coding-standard": "^6.0 || ^9.0", "doctrine/common": "^3.0", "phpstan/phpstan": "0.12.84", "phpunit/phpunit": "^7.5.20 || ^8.0 || ^9.0", "symfony/cache": "^4.4|^5.0", "vimeo/psalm": "4.7.0" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\": "lib/Doctrine/Common", "Doctrine\\Persistence\\": "lib/Doctrine/Persistence" } }, "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" }, { "name": "Marco Pivetta", "email": "ocramius@gmail.com" } ], "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.", "homepage": "https://doctrine-project.org/projects/persistence.html", "keywords": [ "mapper", "object", "odm", "orm", "persistence" ], "support": { "issues": "https://github.com/doctrine/persistence/issues", "source": "https://github.com/doctrine/persistence/tree/2.2.1" }, "time": "2021-05-19T07:07:01+00:00" }, { "name": "doctrine/sql-formatter", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/doctrine/sql-formatter.git", "reference": "56070bebac6e77230ed7d306ad13528e60732871" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/56070bebac6e77230ed7d306ad13528e60732871", "reference": "56070bebac6e77230ed7d306ad13528e60732871", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4" }, "bin": [ "bin/sql-formatter" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\SqlFormatter\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jeremy Dorn", "email": "jeremy@jeremydorn.com", "homepage": "http://jeremydorn.com/" } ], "description": "a PHP SQL highlighting library", "homepage": "https://github.com/doctrine/sql-formatter/", "keywords": [ "highlight", "sql" ], "time": "2020-07-30T16:57:33+00:00" }, { "name": "dragonmantank/cron-expression", "version": "v2.3.1", "source": { "type": "git", "url": "https://github.com/dragonmantank/cron-expression.git", "reference": "65b2d8ee1f10915efb3b55597da3404f096acba2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/65b2d8ee1f10915efb3b55597da3404f096acba2", "reference": "65b2d8ee1f10915efb3b55597da3404f096acba2", "shasum": "" }, "require": { "php": "^7.0|^8.0" }, "require-dev": { "phpunit/phpunit": "^6.4|^7.0|^8.0|^9.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-4": { "Cron\\": "src/Cron/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" }, { "name": "Chris Tankersley", "email": "chris@ctankersley.com", "homepage": "https://github.com/dragonmantank" } ], "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due", "keywords": [ "cron", "schedule" ], "time": "2020-10-13T00:52:37+00:00" }, { "name": "egulias/email-validator", "version": "3.1.1", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", "reference": "c81f18a3efb941d8c4d2e025f6183b5c6d697307" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/c81f18a3efb941d8c4d2e025f6183b5c6d697307", "reference": "c81f18a3efb941d8c4d2e025f6183b5c6d697307", "shasum": "" }, "require": { "doctrine/lexer": "^1.2", "php": ">=7.2", "symfony/polyfill-intl-idn": "^1.15" }, "require-dev": { "php-coveralls/php-coveralls": "^2.2", "phpunit/phpunit": "^8.5.8|^9.3.3", "vimeo/psalm": "^4" }, "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" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Eduardo Gulias Davis" } ], "description": "A library for validating emails against several RFCs", "homepage": "https://github.com/egulias/EmailValidator", "keywords": [ "email", "emailvalidation", "emailvalidator", "validation", "validator" ], "time": "2021-04-01T18:37:14+00:00" }, { "name": "ezyang/htmlpurifier", "version": "v4.13.0", "source": { "type": "git", "url": "https://github.com/ezyang/htmlpurifier.git", "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75", "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75", "shasum": "" }, "require": { "php": ">=5.2" }, "require-dev": { "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd" }, "type": "library", "autoload": { "psr-0": { "HTMLPurifier": "library/" }, "files": [ "library/HTMLPurifier.composer.php" ], "exclude-from-classmap": [ "/library/HTMLPurifier/Language/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1-or-later" ], "authors": [ { "name": "Edward Z. Yang", "email": "admin@htmlpurifier.org", "homepage": "http://ezyang.com" } ], "description": "Standards compliant HTML filter written in PHP", "homepage": "http://htmlpurifier.org/", "keywords": [ "html" ], "support": { "issues": "https://github.com/ezyang/htmlpurifier/issues", "source": "https://github.com/ezyang/htmlpurifier/tree/master" }, "time": "2020-06-29T00:56:53+00:00" }, { "name": "friendsofsymfony/http-cache", "version": "2.10.0", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSHttpCache.git", "reference": "fa9abf66ab85cdd30bda2e97a72534e4e6328efa" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCache/zipball/fa9abf66ab85cdd30bda2e97a72534e4e6328efa", "reference": "fa9abf66ab85cdd30bda2e97a72534e4e6328efa", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", "php-http/client-common": "^1.1.0 || ^2.0", "php-http/client-implementation": "^1.0 || ^2.0", "php-http/discovery": "^1.12", "php-http/message": "^1.0 || ^2.0", "symfony/event-dispatcher": "^3.4 || ^4.3 || ^5.0", "symfony/options-resolver": "^3.4 || ^4.3 || ^5.0" }, "conflict": { "toflar/psr6-symfony-http-cache-store": "<2.2.1" }, "require-dev": { "mockery/mockery": "^1.3.1", "monolog/monolog": "^1.0", "php-http/guzzle7-adapter": "^0.1.1", "php-http/mock-client": "^1.2", "symfony/http-kernel": "^3.4 || ^4.3 || ^5.0", "symfony/phpunit-bridge": "^5.0", "symfony/process": "^3.4 || ^4.3 || ^5.0" }, "suggest": { "friendsofsymfony/http-cache-bundle": "For integration with the Symfony framework", "monolog/monolog": "For logging issues while invalidating" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.10.x-dev" } }, "autoload": { "psr-4": { "FOS\\HttpCache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Liip AG", "homepage": "http://www.liip.ch/" }, { "name": "Driebit", "email": "tech@driebit.nl", "homepage": "http://www.driebit.nl" }, { "name": "Community contributions", "homepage": "https://github.com/friendsofsymfony/FOSHttpCache/contributors" } ], "description": "Tools to manage HTTP caching proxies with PHP", "homepage": "https://github.com/friendsofsymfony/FOSHttpCache", "keywords": [ "caching", "http", "invalidation", "nginx", "purge", "varnish" ], "time": "2020-12-02T13:12:57+00:00" }, { "name": "friendsofsymfony/http-cache-bundle", "version": "2.10.2", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle.git", "reference": "440f243d2d86ce42acbe5d30533fef3f4bbf52a8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCacheBundle/zipball/440f243d2d86ce42acbe5d30533fef3f4bbf52a8", "reference": "440f243d2d86ce42acbe5d30533fef3f4bbf52a8", "shasum": "" }, "require": { "friendsofsymfony/http-cache": "^2.6", "php": "^7.3 || ^8.0", "symfony/framework-bundle": "^3.4.26 || ^4.2.7 || ^5.0", "symfony/http-foundation": "^3.4.26 || ^4.2.7 || ^5.0", "symfony/http-kernel": "^3.4.26 || ^4.2.7 || ^5.0" }, "conflict": { "symfony/monolog-bridge": "<3.4.4", "twig/twig": "<1.12.0" }, "require-dev": { "doctrine/annotations": "^1.11", "guzzlehttp/guzzle": "^7.2", "matthiasnoback/symfony-dependency-injection-test": "^4.0", "mockery/mockery": "^1.3.2", "monolog/monolog": "*", "php-http/discovery": "^1.13", "php-http/guzzle7-adapter": "^0.1.1", "php-http/httplug": "^2.2.0", "php-http/message": "^1.0 || ^2.0", "sebastian/exporter": "^2.0", "sensio/framework-extra-bundle": "^3.0 || ^4.0 || ^5.5.1", "symfony/browser-kit": "^3.4.4 || ^4.2.7 || ^5.0", "symfony/console": "^3.4.26 || ^4.2.7 || ^5.0", "symfony/css-selector": "^3.4.26 || ^4.2.7 || ^5.0", "symfony/expression-language": "^3.4.26 || ^4.2.7 || ^5.0", "symfony/finder": "^3.4.26 || ^4.2.7 || ^5.0", "symfony/monolog-bundle": "^3.0 || ^4.2.7 || ^5.0", "symfony/phpunit-bridge": "^4.4.11 || ^5.1.3", "symfony/routing": "^3.4.26 || ^4.2.7 || ^5.0", "symfony/security-bundle": "^3.4.26 || ^4.2.7 || ^5.0", "symfony/twig-bundle": "^3.4.26 || ^4.2.7 || ^5.0", "symfony/yaml": "^3.4.26 || ^4.2.7 || ^5.0", "twig/twig": "^2.13" }, "suggest": { "sensio/framework-extra-bundle": "For Tagged Cache Invalidation", "symfony/console": "To send invalidation requests from the command line", "symfony/expression-language": "For Tagged Cache Invalidation" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { "FOS\\HttpCacheBundle\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Liip AG", "homepage": "http://www.liip.ch/" }, { "name": "Driebit", "email": "tech@driebit.nl", "homepage": "http://www.driebit.nl" }, { "name": "Community contributions", "homepage": "https://github.com/friendsofsymfony/FOSHttpCacheBundle/contributors" } ], "description": "Set path based HTTP cache headers and send invalidation requests to your HTTP cache", "homepage": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle", "keywords": [ "caching", "esi", "http", "invalidation", "purge", "varnish" ], "time": "2021-01-26T12:46:48+00:00" }, { "name": "imagine/imagine", "version": "1.2.4", "source": { "type": "git", "url": "https://github.com/avalanche123/Imagine.git", "reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/d2e18be6e930ca169e4f921ef73ebfc061bf55d8", "reference": "d2e18be6e930ca169e4f921ef73ebfc061bf55d8", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.2", "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4 || ^9.3" }, "suggest": { "ext-gd": "to use the GD implementation", "ext-gmagick": "to use the Gmagick implementation", "ext-imagick": "to use the Imagick implementation" }, "type": "library", "extra": { "branch-alias": { "dev-develop": "0.7-dev" } }, "autoload": { "psr-4": { "Imagine\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bulat Shakirzyanov", "email": "mallluhuct@gmail.com", "homepage": "http://avalanche123.com" } ], "description": "Image processing for PHP 5.3", "homepage": "http://imagine.readthedocs.org/", "keywords": [ "drawing", "graphics", "image manipulation", "image processing" ], "time": "2020-11-03T22:35:03+00:00" }, { "name": "jrgregory/m17-sticky-backend-footer", "version": "2.0.9", "source": { "type": "git", "url": "https://github.com/may17/contao-m17StickyBEFooter.git", "reference": "5cd4685440aa595949a9df8f48064e7e16798bc3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/may17/contao-m17StickyBEFooter/zipball/5cd4685440aa595949a9df8f48064e7e16798bc3", "reference": "5cd4685440aa595949a9df8f48064e7e16798bc3", "shasum": "" }, "require": { "contao-community-alliance/composer-plugin": "~2.4 || ~3.0", "contao/core-bundle": ">=2.9 || ~4.3", "php": ">=5.3" }, "replace": { "contao-legacy/m17-sticky-backend-footer": "*" }, "type": "contao-module", "extra": { "contao": { "sources": { "m17StickyBEFooter": "system/modules/m17StickyBEFooter" } } }, "autoload": { "classmap": [ "m17StickyBEFooter/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0+" ], "authors": [ { "name": "Joe Ray Gregory", "homepage": "http://www.slash-works.de", "role": "Developer" } ], "description": "The sticky backend footer helps you to speedup your workflow in the backend", "homepage": "http://www.slash-works.de", "keywords": [ "backend", "footer", "sticky", "workflow" ], "time": "2017-06-09T19:05:19+00:00" }, { "name": "knplabs/knp-menu", "version": "v3.1.3", "source": { "type": "git", "url": "https://github.com/KnpLabs/KnpMenu.git", "reference": "bee33a4cb6b698447cd61c6b593589a82993f8c9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/bee33a4cb6b698447cd61c6b593589a82993f8c9", "reference": "bee33a4cb6b698447cd61c6b593589a82993f8c9", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "conflict": { "twig/twig": "<1.40 || >=2,<2.9" }, "require-dev": { "phpspec/prophecy": "^1.8", "psr/container": "^1.0", "symfony/http-foundation": "^3.4 || ^4.2|| ^5.0", "symfony/phpunit-bridge": "^3.3 || ^4.2|| ^5.0", "symfony/routing": "^3.4 || ^4.2|| ^5.0", "twig/twig": "^1.40 || ^2.9 || ^3.0" }, "suggest": { "twig/twig": "for the TwigRenderer and the integration with your templates" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.2-dev" } }, "autoload": { "psr-4": { "Knp\\Menu\\": "src/Knp/Menu" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "KnpLabs", "homepage": "https://knplabs.com" }, { "name": "Christophe Coevoet", "email": "stof@notk.org" }, { "name": "The Community", "homepage": "https://github.com/KnpLabs/KnpMenu/contributors" } ], "description": "An object oriented menu library", "homepage": "https://knplabs.com", "keywords": [ "menu", "tree" ], "time": "2021-02-19T07:49:30+00:00" }, { "name": "knplabs/knp-menu-bundle", "version": "v3.1.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/KnpMenuBundle.git", "reference": "2b4c3bcba1646aef17b5e368f3004b108330c59b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/2b4c3bcba1646aef17b5e368f3004b108330c59b", "reference": "2b4c3bcba1646aef17b5e368f3004b108330c59b", "shasum": "" }, "require": { "knplabs/knp-menu": "^3.1", "php": "^7.2 || ^8.0", "symfony/framework-bundle": "^3.4 | ^4.4 | ^5.0" }, "require-dev": { "phpspec/prophecy": "^1.8", "symfony/expression-language": "^3.4 | ^4.4 | ^5.0", "symfony/phpunit-bridge": "^3.4 | ^4.4 | ^5.0", "symfony/templating": "^3.4 | ^4.4 | ^5.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { "Knp\\Bundle\\MenuBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Knplabs", "homepage": "http://knplabs.com" }, { "name": "Christophe Coevoet", "email": "stof@notk.org" }, { "name": "Symfony Community", "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors" } ], "description": "This bundle provides an integration of the KnpMenu library", "keywords": [ "menu" ], "time": "2020-11-29T17:04:51+00:00" }, { "name": "knplabs/knp-time-bundle", "version": "v1.16.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/KnpTimeBundle.git", "reference": "5937765753967d691ffde7ea23770a74df9b11ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/KnpLabs/KnpTimeBundle/zipball/5937765753967d691ffde7ea23770a74df9b11ba", "reference": "5937765753967d691ffde7ea23770a74df9b11ba", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/config": "^4.3|^5.0", "symfony/dependency-injection": "^4.3|^5.0", "symfony/translation": "^4.3|^5.0" }, "conflict": { "phpunit/phpunit": "<8.0" }, "require-dev": { "symfony/framework-bundle": "^4.3|^5.0", "symfony/phpunit-bridge": "^5.2", "symfony/templating": "^4.3|^5.0", "symfony/twig-bundle": "^4.3|^5.0" }, "suggest": { "symfony/twig-bundle": "to use the Twig `time_diff()` function or `|ago` filter" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "Knp\\Bundle\\TimeBundle\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "KnpLabs Team", "homepage": "http://knplabs.com" }, { "name": "Symfony Community", "homepage": "http://github.com/KnpLabs/KnpTimeBundle/contributors" } ], "description": "Making your dates look sensible and descriptive", "homepage": "http://github.com/KnpLabs/KnpTimeBundle", "keywords": [ "bundle", "date", "descriptive time", "knp", "knplabs", "time" ], "time": "2021-03-02T16:13:12+00:00" }, { "name": "laminas/laminas-code", "version": "3.5.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-code.git", "reference": "b549b70c0bb6e935d497f84f750c82653326ac77" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-code/zipball/b549b70c0bb6e935d497f84f750c82653326ac77", "reference": "b549b70c0bb6e935d497f84f750c82653326ac77", "shasum": "" }, "require": { "laminas/laminas-eventmanager": "^3.3", "laminas/laminas-zendframework-bridge": "^1.1", "php": "^7.3 || ~8.0.0" }, "conflict": { "phpspec/prophecy": "<1.9.0" }, "replace": { "zendframework/zend-code": "^3.4.1" }, "require-dev": { "doctrine/annotations": "^1.10.4", "ext-phar": "*", "laminas/laminas-coding-standard": "^1.0.0", "laminas/laminas-stdlib": "^3.3.0", "phpunit/phpunit": "^9.4.2" }, "suggest": { "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", "laminas/laminas-stdlib": "Laminas\\Stdlib component" }, "type": "library", "autoload": { "psr-4": { "Laminas\\Code\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Extensions to the PHP Reflection API, static code scanning, and code generation", "homepage": "https://laminas.dev", "keywords": [ "code", "laminas" ], "time": "2020-11-30T20:16:31+00:00" }, { "name": "laminas/laminas-eventmanager", "version": "3.3.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-eventmanager.git", "reference": "966c859b67867b179fde1eff0cd38df51472ce4a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/966c859b67867b179fde1eff0cd38df51472ce4a", "reference": "966c859b67867b179fde1eff0cd38df51472ce4a", "shasum": "" }, "require": { "laminas/laminas-zendframework-bridge": "^1.0", "php": "^7.3 || ^8.0" }, "replace": { "zendframework/zend-eventmanager": "^3.2.1" }, "require-dev": { "container-interop/container-interop": "^1.1", "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-stdlib": "^2.7.3 || ^3.0", "phpbench/phpbench": "^0.17.1", "phpunit/phpunit": "^8.5.8" }, "suggest": { "container-interop/container-interop": "^1.1, to use the lazy listeners feature", "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature" }, "type": "library", "autoload": { "psr-4": { "Laminas\\EventManager\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Trigger and listen to events within a PHP application", "homepage": "https://laminas.dev", "keywords": [ "event", "eventmanager", "events", "laminas" ], "time": "2021-03-08T15:24:29+00:00" }, { "name": "laminas/laminas-zendframework-bridge", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-zendframework-bridge.git", "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6cccbddfcfc742eb02158d6137ca5687d92cee32", "reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32", "shasum": "" }, "require": { "php": "^7.3 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3", "psalm/plugin-phpunit": "^0.15.1", "squizlabs/php_codesniffer": "^3.5", "vimeo/psalm": "^4.6" }, "type": "library", "extra": { "laminas": { "module": "Laminas\\ZendFrameworkBridge" } }, "autoload": { "files": [ "src/autoload.php" ], "psr-4": { "Laminas\\ZendFrameworkBridge\\": "src//" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "description": "Alias legacy ZF class names to Laminas Project equivalents.", "keywords": [ "ZendFramework", "autoloading", "laminas", "zf" ], "time": "2021-02-25T21:54:58+00:00" }, { "name": "lcobucci/clock", "version": "2.0.0", "source": { "type": "git", "url": "https://github.com/lcobucci/clock.git", "reference": "353d83fe2e6ae95745b16b3d911813df6a05bfb3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/lcobucci/clock/zipball/353d83fe2e6ae95745b16b3d911813df6a05bfb3", "reference": "353d83fe2e6ae95745b16b3d911813df6a05bfb3", "shasum": "" }, "require": { "php": "^7.4 || ^8.0" }, "require-dev": { "infection/infection": "^0.17", "lcobucci/coding-standard": "^6.0", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^0.12", "phpstan/phpstan-deprecation-rules": "^0.12", "phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-strict-rules": "^0.12", "phpunit/php-code-coverage": "9.1.4", "phpunit/phpunit": "9.3.7" }, "type": "library", "autoload": { "psr-4": { "Lcobucci\\Clock\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Luís Cobucci", "email": "lcobucci@gmail.com" } ], "description": "Yet another clock abstraction", "time": "2020-08-27T18:56:02+00:00" }, { "name": "lcobucci/jwt", "version": "4.1.4", "source": { "type": "git", "url": "https://github.com/lcobucci/jwt.git", "reference": "71cf170102c8371ccd933fa4df6252086d144de6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/lcobucci/jwt/zipball/71cf170102c8371ccd933fa4df6252086d144de6", "reference": "71cf170102c8371ccd933fa4df6252086d144de6", "shasum": "" }, "require": { "ext-hash": "*", "ext-json": "*", "ext-mbstring": "*", "ext-openssl": "*", "ext-sodium": "*", "lcobucci/clock": "^2.0", "php": "^7.4 || ^8.0" }, "require-dev": { "infection/infection": "^0.21", "lcobucci/coding-standard": "^6.0", "mikey179/vfsstream": "^1.6.7", "phpbench/phpbench": "^1.0@alpha", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^0.12", "phpstan/phpstan-deprecation-rules": "^0.12", "phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-strict-rules": "^0.12", "phpunit/php-invoker": "^3.1", "phpunit/phpunit": "^9.5" }, "type": "library", "autoload": { "psr-4": { "Lcobucci\\JWT\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Luís Cobucci", "email": "lcobucci@gmail.com", "role": "Developer" } ], "description": "A simple library to work with JSON Web Token and JSON Web Signature", "keywords": [ "JWS", "jwt" ], "time": "2021-03-23T23:53:08+00:00" }, { "name": "league/uri-components", "version": "1.8.2", "source": { "type": "git", "url": "https://github.com/thephpleague/uri-components.git", "reference": "d0412fd730a54a8284009664188cf239070eae64" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/uri-components/zipball/d0412fd730a54a8284009664188cf239070eae64", "reference": "d0412fd730a54a8284009664188cf239070eae64", "shasum": "" }, "require": { "ext-curl": "*", "ext-fileinfo": "*", "ext-intl": "*", "league/uri-hostname-parser": "^1.1.0", "php": ">=7.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.3", "phpstan/phpstan": "^0.9.2", "phpstan/phpstan-phpunit": "^0.9.4", "phpstan/phpstan-strict-rules": "^0.9.0", "phpunit/phpunit": "^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "League\\Uri\\": "src" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ignace Nyamagana Butera", "email": "nyamsprod@gmail.com", "homepage": "https://nyamsprod.com" } ], "description": "URI components manipulation library", "homepage": "http://uri.thephpleague.com", "keywords": [ "authority", "components", "fragment", "host", "path", "port", "query", "rfc3986", "scheme", "uri", "url", "userinfo" ], "time": "2018-10-24T11:31:02+00:00" }, { "name": "league/uri-hostname-parser", "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/thephpleague/uri-hostname-parser.git", "reference": "a3ef2f862640bfd79dd3fc28f23c98be09152603" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/uri-hostname-parser/zipball/a3ef2f862640bfd79dd3fc28f23c98be09152603", "reference": "a3ef2f862640bfd79dd3fc28f23c98be09152603", "shasum": "" }, "require": { "ext-intl": "*", "php": ">=7.0", "psr/simple-cache": "^1.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.7", "mikey179/vfsstream": "^1.6", "phpunit/phpunit": "^6.3" }, "suggest": { "ext-curl": "To use the bundle cURL HTTP client", "psr/simple-cache-implementation": "To enable using other cache providers" }, "bin": [ "bin/update-psl-icann-section" ], "type": "library", "autoload": { "psr-4": { "League\\Uri\\": "src" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jeremy Kendall", "homepage": "http://about.me/jeremykendall", "role": "Developer" }, { "name": "Ignace Nyamagana Butera", "homepage": "http://nyamsprod.com", "role": "Developer" }, { "name": "Contributors", "homepage": "https://github.com/phpleague/uri-hostname-parser/graphs/contributors" } ], "description": "ICANN base hostname parsing implemented in PHP.", "homepage": "https://github.com/thephphleague/uri-hostname-parser", "keywords": [ "Public Suffix List", "domain parsing", "icann" ], "abandoned": true, "time": "2021-03-06T11:52:47+00:00" }, { "name": "league/uri-interfaces", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/thephpleague/uri-interfaces.git", "reference": "081760c53a4ce76c9935a755a21353610f5495f6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/081760c53a4ce76c9935a755a21353610f5495f6", "reference": "081760c53a4ce76c9935a755a21353610f5495f6", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.0.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "League\\Uri\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ignace Nyamagana Butera", "email": "nyamsprod@gmail.com", "homepage": "https://nyamsprod.com" } ], "description": "Common interface for URI representation", "homepage": "http://github.com/thephpleague/uri-interfaces", "keywords": [ "rfc3986", "rfc3987", "uri", "url" ], "time": "2018-11-05T14:00:06+00:00" }, { "name": "league/uri-parser", "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/thephpleague/uri-parser.git", "reference": "671548427e4c932352d9b9279fdfa345bf63fa00" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/uri-parser/zipball/671548427e4c932352d9b9279fdfa345bf63fa00", "reference": "671548427e4c932352d9b9279fdfa345bf63fa00", "shasum": "" }, "require": { "php": ">=7.0.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.0", "phpstan/phpstan": "^0.9.2", "phpstan/phpstan-phpunit": "^0.9.4", "phpstan/phpstan-strict-rules": "^0.9.0", "phpunit/phpunit": "^6.0" }, "suggest": { "ext-intl": "Allow parsing RFC3987 compliant hosts", "league/uri-schemes": "Allow validating and normalizing URI parsing results" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "League\\Uri\\": "src" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ignace Nyamagana Butera", "email": "nyamsprod@gmail.com", "homepage": "https://nyamsprod.com" } ], "description": "userland URI parser RFC 3986 compliant", "homepage": "https://github.com/thephpleague/uri-parser", "keywords": [ "parse_url", "parser", "rfc3986", "rfc3987", "uri", "url" ], "time": "2018-11-22T07:55:51+00:00" }, { "name": "league/uri-schemes", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/thephpleague/uri-schemes.git", "reference": "f821a444785724bcc9bc244b1173b9d6ca4d71e6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thephpleague/uri-schemes/zipball/f821a444785724bcc9bc244b1173b9d6ca4d71e6", "reference": "f821a444785724bcc9bc244b1173b9d6ca4d71e6", "shasum": "" }, "require": { "ext-fileinfo": "*", "league/uri-interfaces": "^1.1", "league/uri-parser": "^1.4.0", "php": ">=7.0.13", "psr/http-message": "^1.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.0", "phpstan/phpstan": "^0.9.2", "phpstan/phpstan-phpunit": "^0.9.4", "phpstan/phpstan-strict-rules": "^0.9.0", "phpunit/phpunit": "^6.0" }, "suggest": { "ext-intl": "Allow parsing RFC3987 compliant hosts", "league/uri-manipulations": "Needed to easily manipulate URI objects" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "League\\Uri\\": "src" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ignace Nyamagana Butera", "email": "nyamsprod@gmail.com", "homepage": "https://nyamsprod.com" } ], "description": "URI manipulation library", "homepage": "http://uri.thephpleague.com", "keywords": [ "data-uri", "file", "ftp", "http", "https", "parse_url", "psr-7", "rfc3986", "uri", "url", "ws", "wss" ], "time": "2018-11-26T08:09:30+00:00" }, { "name": "lexik/maintenance-bundle", "version": "v2.1.5", "source": { "type": "git", "url": "https://github.com/lexik/LexikMaintenanceBundle.git", "reference": "3a3e916776934a95834235e4a1d71e4595d515f5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/lexik/LexikMaintenanceBundle/zipball/3a3e916776934a95834235e4a1d71e4595d515f5", "reference": "3a3e916776934a95834235e4a1d71e4595d515f5", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/framework-bundle": "~2.7|~3.0|^4.0", "symfony/translation": "~2.7|~3.0|^4.0" }, "require-dev": { "phpunit/phpunit": "~4.8|~5.7.11", "symfony/phpunit-bridge": "~2.7|~3.0|^4.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Lexik\\Bundle\\MaintenanceBundle\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dev Lexik", "email": "dev@lexik.fr" }, { "name": "Gilles Gauthier", "email": "g.gauthier@lexik.fr" }, { "name": "Djuri Baars", "email": "info@djurict.nl" } ], "description": "This bundle allows you to place your website in maintenance mode by calling two commands from your console.", "homepage": "https://github.com/lexik/LexikMaintenanceBundle", "keywords": [ "Symfony2", "bundle", "maintenance" ], "time": "2018-02-14T10:18:33+00:00" }, { "name": "madeyourday/contao-rocksolid-custom-elements", "version": "v2.3.1", "source": { "type": "git", "url": "https://github.com/madeyourday/contao-rocksolid-custom-elements.git", "reference": "0dbd4e87eaf9cbc93017c01628532320b5bfdd6e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/madeyourday/contao-rocksolid-custom-elements/zipball/0dbd4e87eaf9cbc93017c01628532320b5bfdd6e", "reference": "0dbd4e87eaf9cbc93017c01628532320b5bfdd6e", "shasum": "" }, "require": { "contao/core-bundle": "^4.9", "php": ">=7.2" }, "conflict": { "contao/core": "*", "contao/core-bundle": "4.4.1", "contao/manager-plugin": "<2.0 || >=3.0" }, "replace": { "contao-legacy/rocksolid-custom-elements": "self.version" }, "require-dev": { "contao/manager-plugin": "^2.0" }, "suggest": { "madeyourday/contao-rocksolid-columns": "For grid column support. See documentation for more information." }, "type": "contao-bundle", "extra": { "contao-manager-plugin": "MadeYourDay\\RockSolidCustomElements\\ContaoManagerPlugin" }, "autoload": { "psr-4": { "MadeYourDay\\RockSolidCustomElements\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "RockSolid Themes", "homepage": "https://rocksolidthemes.com/de/contao-themes", "role": "Developer" } ], "description": "Create your own, nestable content elements using a modular system. End the WYSIWYG chaos with your own content elements.", "homepage": "https://rocksolidthemes.com/de/contao/plugins/custom-content-elements", "keywords": [ "contao", "content-elements", "custom-elements" ], "time": "2021-03-29T14:13:42+00:00" }, { "name": "maennchen/zipstream-php", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/maennchen/ZipStream-PHP.git", "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/c4c5803cc1f93df3d2448478ef79394a5981cc58", "reference": "c4c5803cc1f93df3d2448478ef79394a5981cc58", "shasum": "" }, "require": { "myclabs/php-enum": "^1.5", "php": ">= 7.1", "psr/http-message": "^1.0", "symfony/polyfill-mbstring": "^1.0" }, "require-dev": { "ext-zip": "*", "guzzlehttp/guzzle": ">= 6.3", "mikey179/vfsstream": "^1.6", "phpunit/phpunit": ">= 7.5" }, "type": "library", "autoload": { "psr-4": { "ZipStream\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paul Duncan", "email": "pabs@pablotron.org" }, { "name": "Jonatan Männchen", "email": "jonatan@maennchen.ch" }, { "name": "Jesse Donat", "email": "donatj@gmail.com" }, { "name": "András Kolesár", "email": "kolesar@kolesar.hu" } ], "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.", "keywords": [ "stream", "zip" ], "support": { "issues": "https://github.com/maennchen/ZipStream-PHP/issues", "source": "https://github.com/maennchen/ZipStream-PHP/tree/master" }, "funding": [ { "url": "https://opencollective.com/zipstream", "type": "open_collective" } ], "time": "2020-05-30T13:11:16+00:00" }, { "name": "markbaker/complex", "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/MarkBaker/PHPComplex.git", "reference": "6f724d7e04606fd8adaa4e3bb381c3e9db09c946" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/6f724d7e04606fd8adaa4e3bb381c3e9db09c946", "reference": "6f724d7e04606fd8adaa4e3bb381c3e9db09c946", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "phpcompatibility/php-compatibility": "^9.0", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3", "squizlabs/php_codesniffer": "^3.4" }, "type": "library", "autoload": { "psr-4": { "Complex\\": "classes/src/" }, "files": [ "classes/src/functions/abs.php", "classes/src/functions/acos.php", "classes/src/functions/acosh.php", "classes/src/functions/acot.php", "classes/src/functions/acoth.php", "classes/src/functions/acsc.php", "classes/src/functions/acsch.php", "classes/src/functions/argument.php", "classes/src/functions/asec.php", "classes/src/functions/asech.php", "classes/src/functions/asin.php", "classes/src/functions/asinh.php", "classes/src/functions/atan.php", "classes/src/functions/atanh.php", "classes/src/functions/conjugate.php", "classes/src/functions/cos.php", "classes/src/functions/cosh.php", "classes/src/functions/cot.php", "classes/src/functions/coth.php", "classes/src/functions/csc.php", "classes/src/functions/csch.php", "classes/src/functions/exp.php", "classes/src/functions/inverse.php", "classes/src/functions/ln.php", "classes/src/functions/log2.php", "classes/src/functions/log10.php", "classes/src/functions/negative.php", "classes/src/functions/pow.php", "classes/src/functions/rho.php", "classes/src/functions/sec.php", "classes/src/functions/sech.php", "classes/src/functions/sin.php", "classes/src/functions/sinh.php", "classes/src/functions/sqrt.php", "classes/src/functions/tan.php", "classes/src/functions/tanh.php", "classes/src/functions/theta.php", "classes/src/operations/add.php", "classes/src/operations/subtract.php", "classes/src/operations/multiply.php", "classes/src/operations/divideby.php", "classes/src/operations/divideinto.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mark Baker", "email": "mark@lange.demon.co.uk" } ], "description": "PHP Class for working with complex numbers", "homepage": "https://github.com/MarkBaker/PHPComplex", "keywords": [ "complex", "mathematics" ], "support": { "issues": "https://github.com/MarkBaker/PHPComplex/issues", "source": "https://github.com/MarkBaker/PHPComplex/tree/2.0.3" }, "time": "2021-06-02T09:44:11+00:00" }, { "name": "markbaker/matrix", "version": "2.1.3", "source": { "type": "git", "url": "https://github.com/MarkBaker/PHPMatrix.git", "reference": "174395a901b5ba0925f1d790fa91bab531074b61" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/174395a901b5ba0925f1d790fa91bab531074b61", "reference": "174395a901b5ba0925f1d790fa91bab531074b61", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "phpcompatibility/php-compatibility": "^9.0", "phpdocumentor/phpdocumentor": "2.*", "phploc/phploc": "^4.0", "phpmd/phpmd": "2.*", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.3", "sebastian/phpcpd": "^4.0", "squizlabs/php_codesniffer": "^3.4" }, "type": "library", "autoload": { "psr-4": { "Matrix\\": "classes/src/" }, "files": [ "classes/src/Functions/adjoint.php", "classes/src/Functions/antidiagonal.php", "classes/src/Functions/cofactors.php", "classes/src/Functions/determinant.php", "classes/src/Functions/diagonal.php", "classes/src/Functions/identity.php", "classes/src/Functions/inverse.php", "classes/src/Functions/minors.php", "classes/src/Functions/trace.php", "classes/src/Functions/transpose.php", "classes/src/Operations/add.php", "classes/src/Operations/directsum.php", "classes/src/Operations/subtract.php", "classes/src/Operations/multiply.php", "classes/src/Operations/divideby.php", "classes/src/Operations/divideinto.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Mark Baker", "email": "mark@demon-angel.eu" } ], "description": "PHP Class for working with matrices", "homepage": "https://github.com/MarkBaker/PHPMatrix", "keywords": [ "mathematics", "matrix", "vector" ], "support": { "issues": "https://github.com/MarkBaker/PHPMatrix/issues", "source": "https://github.com/MarkBaker/PHPMatrix/tree/2.1.3" }, "time": "2021-05-25T15:42:17+00:00" }, { "name": "matthiasmullie/minify", "version": "1.3.66", "source": { "type": "git", "url": "https://github.com/matthiasmullie/minify.git", "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/45fd3b0f1dfa2c965857c6d4a470bea52adc31a6", "reference": "45fd3b0f1dfa2c965857c6d4a470bea52adc31a6", "shasum": "" }, "require": { "ext-pcre": "*", "matthiasmullie/path-converter": "~1.1", "php": ">=5.3.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.0", "matthiasmullie/scrapbook": "dev-master", "phpunit/phpunit": ">=4.8" }, "suggest": { "psr/cache-implementation": "Cache implementation to use with Minify::cache" }, "bin": [ "bin/minifycss", "bin/minifyjs" ], "type": "library", "autoload": { "psr-4": { "MatthiasMullie\\Minify\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matthias Mullie", "email": "minify@mullie.eu", "homepage": "http://www.mullie.eu", "role": "Developer" } ], "description": "CSS & JavaScript minifier, in PHP. Removes whitespace, strips comments, combines files (incl. @import statements and small assets in CSS files), and optimizes/shortens a few common programming patterns.", "homepage": "http://www.minifier.org", "keywords": [ "JS", "css", "javascript", "minifier", "minify" ], "time": "2021-01-06T15:18:10+00:00" }, { "name": "matthiasmullie/path-converter", "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/matthiasmullie/path-converter.git", "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/matthiasmullie/path-converter/zipball/e7d13b2c7e2f2268e1424aaed02085518afa02d9", "reference": "e7d13b2c7e2f2268e1424aaed02085518afa02d9", "shasum": "" }, "require": { "ext-pcre": "*", "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": "~4.8" }, "type": "library", "autoload": { "psr-4": { "MatthiasMullie\\PathConverter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Matthias Mullie", "email": "pathconverter@mullie.eu", "homepage": "http://www.mullie.eu", "role": "Developer" } ], "description": "Relative path converter", "homepage": "http://github.com/matthiasmullie/path-converter", "keywords": [ "converter", "path", "paths", "relative" ], "time": "2019-02-05T23:41:09+00:00" }, { "name": "menatwork/contao-multicolumnwizard-bundle", "version": "3.4.10", "source": { "type": "git", "url": "https://github.com/menatwork/contao-multicolumnwizard-bundle.git", "reference": "212ba841ab4b70e5196c330dc34d9075abd396d7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/menatwork/contao-multicolumnwizard-bundle/zipball/212ba841ab4b70e5196c330dc34d9075abd396d7", "reference": "212ba841ab4b70e5196c330dc34d9075abd396d7", "shasum": "" }, "require": { "contao-community-alliance/translator": "^2.1", "contao/core-bundle": "^4.4.8", "php": "^5.6 || ^7.0" }, "replace": { "contao-legacy/multicolumnwizard": "*", "menatwork/contao-multicolumnwizard": ">=3.3.4 <4.0" }, "require-dev": { "contao/manager-bundle": "^4.4", "phpcq/all-tasks": "~1.2" }, "type": "contao-bundle", "extra": { "contao-manager-plugin": "MenAtWork\\MultiColumnWizardBundle\\ContaoManager\\Plugin", "branch-alias": { "dev-master": "3.4.x-dev", "dev-develop": "3.5.x-dev", "dev-support/contao3": "3.3.x-dev" } }, "autoload": { "psr-4": { "MenAtWork\\MultiColumnWizardBundle\\": "src", "MenAtWork\\MultiColumnWizard\\": "legacy_layer/psr-4-maw", "MultiColumnWizard\\": "legacy_layer/psr-4-mcw" }, "classmap": [ "legacy_layer/classmap" ], "files": [ "src/deprecated-autoload.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "Stefan Heimes", "email": "stefan_heimes@hotmail.com", "homepage": "http://www.men-at-work.de", "role": "Developer" }, { "name": "Andreas Isaak", "email": "contao@men-at-work.de", "homepage": "http://www.men-at-work.de", "role": "Developer" }, { "name": "David Maack", "email": "contao@men-at-work.de", "homepage": "http://www.men-at-work.de", "role": "Developer" }, { "name": "Andreas Schempp", "email": "andreas.schempp@terminal42.ch", "homepage": "http://www.terminal42.ch", "role": "Developer" }, { "name": "Yanick Witschi", "email": "yanick.witschi@terminal42.ch", "homepage": "http://www.terminal42.ch", "role": "Developer" }, { "name": "Tristan Lins", "email": "tristan.lins@bit3.de", "homepage": "http://bit3.de", "role": "Developer" } ], "description": "MultiColumWizard for Contao OpenSource CMS", "homepage": "http://www.men-at-work.de", "keywords": [ "contao", "widget", "wizard" ], "time": "2021-02-14T22:50:12+00:00" }, { "name": "michelf/php-markdown", "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/michelf/php-markdown.git", "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/michelf/php-markdown/zipball/c83178d49e372ca967d1a8c77ae4e051b3a3c75c", "reference": "c83178d49e372ca967d1a8c77ae4e051b3a3c75c", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { "phpunit/phpunit": ">=4.3 <5.8" }, "type": "library", "autoload": { "psr-4": { "Michelf\\": "Michelf/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Michel Fortin", "email": "michel.fortin@michelf.ca", "homepage": "https://michelf.ca/", "role": "Developer" }, { "name": "John Gruber", "homepage": "https://daringfireball.net/" } ], "description": "PHP Markdown", "homepage": "https://michelf.ca/projects/php-markdown/", "keywords": [ "markdown" ], "time": "2019-12-02T02:32:27+00:00" }, { "name": "monolog/monolog", "version": "1.26.0", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/2209ddd84e7ef1256b7af205d0717fb62cfc9c33", "reference": "2209ddd84e7ef1256b7af205d0717fb62cfc9c33", "shasum": "" }, "require": { "php": ">=5.3.0", "psr/log": "~1.0" }, "provide": { "psr/log-implementation": "1.0.0" }, "require-dev": { "aws/aws-sdk-php": "^2.4.9 || ^3.0", "doctrine/couchdb": "~1.0@dev", "graylog2/gelf-php": "~1.0", "php-amqplib/php-amqplib": "~2.4", "php-console/php-console": "^3.1.3", "phpstan/phpstan": "^0.12.59", "phpunit/phpunit": "~4.5", "ruflin/elastica": ">=0.90 <3.0", "sentry/sentry": "^0.13", "swiftmailer/swiftmailer": "^5.3|^6.0" }, "suggest": { "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB", "doctrine/couchdb": "Allow sending log messages to a CouchDB server", "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)", "ext-mongo": "Allow sending log messages to a MongoDB server", "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server", "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver", "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib", "php-console/php-console": "Allow sending log messages to Google Chrome", "rollbar/rollbar": "Allow sending log messages to Rollbar", "ruflin/elastica": "Allow sending log messages to an Elastic Search server", "sentry/sentry": "Allow sending log messages to a Sentry server" }, "type": "library", "autoload": { "psr-4": { "Monolog\\": "src/Monolog" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Sends your logs to files, sockets, inboxes, databases and various web services", "homepage": "http://github.com/Seldaek/monolog", "keywords": [ "log", "logging", "psr-3" ], "time": "2020-12-14T12:56:38+00:00" }, { "name": "myclabs/php-enum", "version": "1.8.3", "source": { "type": "git", "url": "https://github.com/myclabs/php-enum.git", "reference": "b942d263c641ddb5190929ff840c68f78713e937" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/myclabs/php-enum/zipball/b942d263c641ddb5190929ff840c68f78713e937", "reference": "b942d263c641ddb5190929ff840c68f78713e937", "shasum": "" }, "require": { "ext-json": "*", "php": "^7.3 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^9.5", "squizlabs/php_codesniffer": "1.*", "vimeo/psalm": "^4.6.2" }, "type": "library", "autoload": { "psr-4": { "MyCLabs\\Enum\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP Enum contributors", "homepage": "https://github.com/myclabs/php-enum/graphs/contributors" } ], "description": "PHP Enum implementation", "homepage": "http://github.com/myclabs/php-enum", "keywords": [ "enum" ], "support": { "issues": "https://github.com/myclabs/php-enum/issues", "source": "https://github.com/myclabs/php-enum/tree/1.8.3" }, "funding": [ { "url": "https://github.com/mnapoli", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/myclabs/php-enum", "type": "tidelift" } ], "time": "2021-07-05T08:18:36+00:00" }, { "name": "nelmio/cors-bundle", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/nelmio/NelmioCorsBundle.git", "reference": "be4d5824caebc86da9e224e935e02e1201b3ea54" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/be4d5824caebc86da9e224e935e02e1201b3ea54", "reference": "be4d5824caebc86da9e224e935e02e1201b3ea54", "shasum": "" }, "require": { "symfony/framework-bundle": "^4.3 || ^5.0" }, "require-dev": { "mockery/mockery": "^1.2", "symfony/phpunit-bridge": "^4.3 || ^5.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Nelmio\\CorsBundle\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nelmio", "homepage": "http://nelm.io" }, { "name": "Symfony Community", "homepage": "https://github.com/nelmio/NelmioCorsBundle/contributors" } ], "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Symfony application", "keywords": [ "api", "cors", "crossdomain" ], "time": "2020-07-22T11:44:28+00:00" }, { "name": "nelmio/security-bundle", "version": "v2.10.3", "source": { "type": "git", "url": "https://github.com/nelmio/NelmioSecurityBundle.git", "reference": "40d5ac148ce72e79849da27568833794bd70fec9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/40d5ac148ce72e79849da27568833794bd70fec9", "reference": "40d5ac148ce72e79849da27568833794bd70fec9", "shasum": "" }, "require": { "paragonie/random_compat": "~1.0|~2.0|~9.99.99", "php": ">5.4", "symfony/framework-bundle": "~2.3|~v3.0|~4.0|~5.0", "symfony/security-core": "~2.3|~3.0|~4.0|~5.0", "symfony/security-csrf": "~2.3|~3.0|~4.0|~5.0", "symfony/security-http": "~2.3|~3.0|~4.0|~5.0", "symfony/yaml": "~2.3|~3.0|~4.0|~5.0", "ua-parser/uap-php": "^3.4.4" }, "require-dev": { "doctrine/cache": "^1.0", "psr/cache": "^1.0", "symfony/phpunit-bridge": "^5.0.5", "twig/twig": "^1.38|^2.10|^3.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.9.x-dev" } }, "autoload": { "psr-4": { "Nelmio\\SecurityBundle\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nelmio", "homepage": "http://nelm.io" }, { "name": "Symfony Community", "homepage": "https://github.com/nelmio/NelmioSecurityBundle/contributors" } ], "description": "Extra security-related features for Symfony: signed/encrypted cookies, HTTPS/SSL/HSTS handling, cookie session storage, ...", "keywords": [ "security" ], "time": "2021-03-16T08:47:32+00:00" }, { "name": "netzmacht/contao-form-designer", "version": "1.1.8", "source": { "type": "git", "url": "https://github.com/netzmacht/contao-form-designer.git", "reference": "ade99cad78755338f41b7d2535ab2c803cb5feab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/netzmacht/contao-form-designer/zipball/ade99cad78755338f41b7d2535ab2c803cb5feab", "reference": "ade99cad78755338f41b7d2535ab2c803cb5feab", "shasum": "" }, "require": { "contao-community-alliance/meta-palettes": "^2.0 || ^1.11", "contao/core-bundle": "~4.4", "doctrine/dbal": "^2.5", "ext-dom": "*", "menatwork/contao-multicolumnwizard": "^3.3.14", "netzmacht/html": "~2.0", "php": ">=7.1", "psr/log": "^1.0", "symfony/config": "^3.3 || ^4.0", "symfony/dependency-injection": "^3.3 || ^4.0", "symfony/event-dispatcher": "^3.3 || ^4.0", "symfony/http-kernel": "^3.3 || ^4.0" }, "require-dev": { "contao/manager-plugin": "^2.1", "phpcq/all-tasks": "^1.2" }, "type": "contao-bundle", "extra": { "branch-alias": { "dev-master": "1.1.x-dev", "dev-develop": "1.2.x-dev" }, "contao-manager-plugin": "Netzmacht\\Contao\\FormDesigner\\ContaoManager\\Plugin" }, "autoload": { "psr-4": { "Netzmacht\\Contao\\FormDesigner\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "David Molineus", "email": "mail@netzmacht.de", "homepage": "https://netzmacht.de", "role": "Developer" } ], "description": "Contao form designer allows custom form styles", "keywords": [ "contao", "form" ], "time": "2021-03-30T12:28:32+00:00" }, { "name": "netzmacht/contao-toolkit", "version": "3.6.1", "source": { "type": "git", "url": "https://github.com/netzmacht/contao-toolkit.git", "reference": "34d2281a0cd440deb3cb1c0593d24546aacd2f0d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/netzmacht/contao-toolkit/zipball/34d2281a0cd440deb3cb1c0593d24546aacd2f0d", "reference": "34d2281a0cd440deb3cb1c0593d24546aacd2f0d", "shasum": "" }, "require": { "beberlei/assert": "^2.7 || ^3.0", "contao/core-bundle": "^4.9.10", "doctrine/dbal": "^2.5", "patchwork/utf8": "^1.2", "php": ">=7.1", "psr/log": "^1.1", "symfony/config": "^4.4", "symfony/dependency-injection": "^4.4", "symfony/event-dispatcher": "^4.4", "symfony/http-foundation": "^4.4", "symfony/http-kernel": "^4.4.13", "symfony/routing": "^4.4", "symfony/security-csrf": "^4.4 || ^5.0", "symfony/templating": "^4.4 || ^5.0", "symfony/translation": "^4.4", "symfony/translation-contracts": "^1.1.6 || ^2.0.0" }, "conflict": { "contao/manager-plugin": "<2.0 || >=3.0", "friendsofsymfony/http-cache": "<2.0 || >=3.0" }, "require-dev": { "bossa/phpspec2-expect": "^3.0", "contao/manager-plugin": "^2.0", "friendsofsymfony/http-cache": "^2.0", "php-http/guzzle6-adapter": "^1.1", "phpcq/coding-standard": "^2.1", "phpcq/runner-bootstrap": "^1.0@dev", "phpspec/phpspec": "^5.0 || ^6.0" }, "type": "contao-bundle", "extra": { "branch-alias": { "dev-master": "3.6.x-dev", "dev-develop": "3.7.x-dev" }, "contao-manager-plugin": "Netzmacht\\Contao\\Toolkit\\Bundle\\ContaoManager\\Plugin" }, "autoload": { "psr-4": { "Netzmacht\\Contao\\Toolkit\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-or-later" ], "authors": [ { "name": "David Molineus", "email": "mail@netzmacht.de", "homepage": "https://netzmacht.de", "role": "Developer" } ], "description": "This library provides tools to simplify common tasks when developing with Contao.", "keywords": [ "contao", "dev", "tools" ], "time": "2021-01-07T09:45:29+00:00" }, { "name": "netzmacht/html", "version": "2.0.1", "source": { "type": "git", "url": "https://github.com/netzmacht/html.git", "reference": "da768cf38fdb06ad763fa09dc22fcac80e4521d4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/netzmacht/html/zipball/da768cf38fdb06ad763fa09dc22fcac80e4521d4", "reference": "da768cf38fdb06ad763fa09dc22fcac80e4521d4", "shasum": "" }, "require": { "php": ">=7.1" }, "conflict": { "contao/manager-plugin": "<2.0 || >=3.0" }, "require-dev": { "contao/manager-plugin": "^2.1", "phpcq/all-tasks": "^1.2", "phpspec/phpspec": "~4" }, "type": "library", "extra": { "contao-manager-plugin": "Netzmacht\\Html\\Infrastructure\\ContaoManager\\Plugin", "branch-alias": { "dev-master": "2.0.x-dev", "dev-develop": "2.1.x-dev" } }, "autoload": { "psr-4": { "Netzmacht\\Html\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0+" ], "authors": [ { "name": "David Molineus", "email": "mail@netzmacht.de", "homepage": "http://www.netzmacht.de", "role": "Project leader" } ], "description": "Simple library for html rendering", "keywords": [ "helper", "html" ], "time": "2017-09-22T11:17:57+00:00" }, { "name": "nyholm/psr7", "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/Nyholm/psr7.git", "reference": "23ae1f00fbc6a886cbe3062ca682391b9cc7c37b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Nyholm/psr7/zipball/23ae1f00fbc6a886cbe3062ca682391b9cc7c37b", "reference": "23ae1f00fbc6a886cbe3062ca682391b9cc7c37b", "shasum": "" }, "require": { "php": ">=7.1", "php-http/message-factory": "^1.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0" }, "provide": { "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "require-dev": { "http-interop/http-factory-tests": "^0.8", "php-http/psr7-integration-tests": "^1.0", "phpunit/phpunit": "^7.5 || 8.5 || 9.4", "symfony/error-handler": "^4.4" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.4-dev" } }, "autoload": { "psr-4": { "Nyholm\\Psr7\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Tobias Nyholm", "email": "tobias.nyholm@gmail.com" }, { "name": "Martijn van der Ven", "email": "martijn@vanderven.se" } ], "description": "A fast PHP7 implementation of PSR-7", "homepage": "https://tnyholm.se", "keywords": [ "psr-17", "psr-7" ], "time": "2021-02-18T15:41:32+00:00" }, { "name": "ocramius/proxy-manager", "version": "2.8.1", "source": { "type": "git", "url": "https://github.com/Ocramius/ProxyManager.git", "reference": "371c8f2d9d1e888ce1f8f2137d9187252b07ee94" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Ocramius/ProxyManager/zipball/371c8f2d9d1e888ce1f8f2137d9187252b07ee94", "reference": "371c8f2d9d1e888ce1f8f2137d9187252b07ee94", "shasum": "" }, "require": { "laminas/laminas-code": "^3.4.1", "ocramius/package-versions": "^1.8.0,<1.10.0", "php": "~7.4.1", "webimpress/safe-writer": "^2.0.1" }, "conflict": { "doctrine/annotations": "<1.6.1", "laminas/laminas-stdlib": "<3.2.1", "zendframework/zend-stdlib": "<3.2.1" }, "require-dev": { "doctrine/coding-standard": "^6.0.0", "ext-phar": "*", "infection/infection": "^0.16.2", "nikic/php-parser": "^4.4.0", "phpbench/phpbench": "^0.17.0", "phpunit/phpunit": "^9.1.1", "slevomat/coding-standard": "^5.0.4", "squizlabs/php_codesniffer": "^3.5.4", "vimeo/psalm": "^3.11.1" }, "suggest": { "laminas/laminas-json": "To have the JsonRpc adapter (Remote Object feature)", "laminas/laminas-soap": "To have the Soap adapter (Remote Object feature)", "laminas/laminas-xmlrpc": "To have the XmlRpc adapter (Remote Object feature)", "ocramius/generated-hydrator": "To have very fast object to array to object conversion for ghost objects" }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.0.x-dev" } }, "autoload": { "psr-4": { "ProxyManager\\": "src/ProxyManager" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", "homepage": "http://ocramius.github.io/" } ], "description": "A library providing utilities to generate, instantiate and generally operate with Object Proxies", "homepage": "https://github.com/Ocramius/ProxyManager", "keywords": [ "aop", "lazy loading", "proxy", "proxy pattern", "service proxies" ], "time": "2020-07-13T19:23:57+00:00" }, { "name": "onurb/excel-bundle", "version": "1.0.2", "source": { "type": "git", "url": "https://github.com/Nono1971/excel-bundle.git", "reference": "ebd4e5ebfd683d54d0b94834e514619128434f41" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Nono1971/excel-bundle/zipball/ebd4e5ebfd683d54d0b94834e514619128434f41", "reference": "ebd4e5ebfd683d54d0b94834e514619128434f41", "shasum": "" }, "require": { "php": ">=7.1.3", "phpoffice/phpspreadsheet": "~1.0", "symfony/config": "~4.2", "symfony/dependency-injection": "~3.2|~4.0", "symfony/framework-bundle": "~3.2|~4.0", "symfony/http-foundation": "~3.2|~4.0", "symfony/http-kernel": "~3.2|~4.0" }, "require-dev": { "php": ">=7.0", "phpunit/phpunit": "~6.5", "sensio/framework-extra-bundle": "~3.2|~4.0", "squizlabs/php_codesniffer": "~2" }, "suggest": { "onurb/doctrine-yuml-bundle": "Use this bundle to generate mapping graph from your entities" }, "type": "symfony-bundle", "extra": { "symfony": { "allow-contrib": "true" } }, "autoload": { "psr-4": { "Onurb\\Bundle\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Giulio De Donato", "email": "liuggio@gmail.com" }, { "name": "Bruno Heron", "email": "herobrun@gmail.com" } ], "description": "Symfony Bundle to read or write Excel file (including pdf, xlsx, odt), using phpoffice/phpspreadsheet library (replacement of phpoffice/phpexcel, abandonned)", "keywords": [ "PHPExcel", "bundle", "excel", "spreadsheet", "symfony", "xls", "xlsx" ], "support": { "issues": "https://github.com/Nono1971/excel-bundle/issues", "source": "https://github.com/Nono1971/excel-bundle/tree/1.0.2" }, "time": "2019-06-24T20:41:00+00:00" }, { "name": "oveleon/contao-component-style-manager", "version": "2.4.4", "source": { "type": "git", "url": "https://github.com/oveleon/contao-component-style-manager.git", "reference": "805a3a9bf7d46d33b75ac5ad603e5e0f8cbe522c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/oveleon/contao-component-style-manager/zipball/805a3a9bf7d46d33b75ac5ad603e5e0f8cbe522c", "reference": "805a3a9bf7d46d33b75ac5ad603e5e0f8cbe522c", "shasum": "" }, "require": { "contao/core-bundle": "^4.4" }, "conflict": { "contao/core": "*", "contao/core-bundle": "4.4.1", "contao/manager-plugin": "<2.0 || >=3.0" }, "require-dev": { "contao/manager-plugin": "^2.0" }, "type": "contao-bundle", "extra": { "branch-alias": { "dev-master": "2.4.x-dev" }, "contao-manager-plugin": "Oveleon\\ContaoComponentStyleManager\\ContaoManager\\Plugin" }, "autoload": { "psr-4": { "Oveleon\\ContaoComponentStyleManager\\": "src/" }, "classmap": [ "src/Resources/contao/" ], "exclude-from-classmap": [ "src/Resources/contao/config/", "src/Resources/contao/dca/", "src/Resources/contao/languages/", "src/Resources/contao/templates/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Oveleon", "homepage": "https://oveleon.de/", "role": "Developer" }, { "name": "Daniele Sciannimanica", "homepage": "https://github.com/doishub", "role": "Developer" } ], "description": "Style and CSS-Class Manager for Contao Open Source CMS", "homepage": "https://www.oveleon.de/stylemanager.html", "keywords": [ "contao", "css", "manager", "styles" ], "time": "2021-03-09T11:52:09+00:00" }, { "name": "paragonie/constant_time_encoding", "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/paragonie/constant_time_encoding.git", "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c", "reference": "f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c", "shasum": "" }, "require": { "php": "^7|^8" }, "require-dev": { "phpunit/phpunit": "^6|^7|^8|^9", "vimeo/psalm": "^1|^2|^3|^4" }, "type": "library", "autoload": { "psr-4": { "ParagonIE\\ConstantTime\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com", "role": "Maintainer" }, { "name": "Steve 'Sc00bz' Thomas", "email": "steve@tobtu.com", "homepage": "https://www.tobtu.com", "role": "Original Developer" } ], "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)", "keywords": [ "base16", "base32", "base32_decode", "base32_encode", "base64", "base64_decode", "base64_encode", "bin2hex", "encoding", "hex", "hex2bin", "rfc4648" ], "time": "2020-12-06T15:14:20+00:00" }, { "name": "paragonie/random_compat", "version": "v9.99.99", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", "shasum": "" }, "require": { "php": "^7" }, "require-dev": { "phpunit/phpunit": "4.*|5.*", "vimeo/psalm": "^1" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "polyfill", "pseudorandom", "random" ], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/random_compat/issues", "source": "https://github.com/paragonie/random_compat" }, "time": "2018-07-02T15:55:56+00:00" }, { "name": "patchwork/utf8", "version": "v1.3.3", "source": { "type": "git", "url": "https://github.com/tchwork/utf8.git", "reference": "e1fa4d4a57896d074c9a8d01742b688d5db4e9d5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tchwork/utf8/zipball/e1fa4d4a57896d074c9a8d01742b688d5db4e9d5", "reference": "e1fa4d4a57896d074c9a8d01742b688d5db4e9d5", "shasum": "" }, "require": { "lib-pcre": ">=7.3", "php": ">=5.3.0" }, "require-dev": { "symfony/phpunit-bridge": "^3.4|^4.4" }, "suggest": { "ext-iconv": "Use iconv for best performance", "ext-intl": "Use Intl for best performance", "ext-mbstring": "Use Mbstring for best performance", "ext-wfio": "Use WFIO for UTF-8 filesystem access on Windows" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3-dev" } }, "autoload": { "psr-4": { "Patchwork\\": "src/Patchwork/" }, "classmap": [ "src/Normalizer.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "(Apache-2.0 or GPL-2.0)" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" } ], "description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP", "homepage": "https://github.com/tchwork/utf8", "keywords": [ "grapheme", "i18n", "unicode", "utf-8", "utf8" ], "abandoned": "symfony/polyfill-mbstring or symfony/string", "time": "2021-01-07T16:38:58+00:00" }, { "name": "php-http/client-common", "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/php-http/client-common.git", "reference": "e37e46c610c87519753135fb893111798c69076a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/client-common/zipball/e37e46c610c87519753135fb893111798c69076a", "reference": "e37e46c610c87519753135fb893111798c69076a", "shasum": "" }, "require": { "php": "^7.1 || ^8.0", "php-http/httplug": "^2.0", "php-http/message": "^1.6", "php-http/message-factory": "^1.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", "psr/http-message": "^1.0", "symfony/options-resolver": "^2.6 || ^3.4.20 || ~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0", "symfony/polyfill-php80": "^1.17" }, "require-dev": { "doctrine/instantiator": "^1.1", "guzzlehttp/psr7": "^1.4", "nyholm/psr7": "^1.2", "phpspec/phpspec": "^5.1 || ^6.0", "phpspec/prophecy": "^1.10.2", "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.3" }, "suggest": { "ext-json": "To detect JSON responses with the ContentTypePlugin", "ext-libxml": "To detect XML responses with the ContentTypePlugin", "php-http/cache-plugin": "PSR-6 Cache plugin", "php-http/logger-plugin": "PSR-3 Logger plugin", "php-http/stopwatch-plugin": "Symfony Stopwatch plugin" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3.x-dev" } }, "autoload": { "psr-4": { "Http\\Client\\Common\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com" } ], "description": "Common HTTP Client implementations and tools for HTTPlug", "homepage": "http://httplug.io", "keywords": [ "client", "common", "http", "httplug" ], "time": "2020-07-21T10:04:13+00:00" }, { "name": "php-http/discovery", "version": "1.13.0", "source": { "type": "git", "url": "https://github.com/php-http/discovery.git", "reference": "788f72d64c43dc361e7fcc7464c3d947c64984a7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/discovery/zipball/788f72d64c43dc361e7fcc7464c3d947c64984a7", "reference": "788f72d64c43dc361e7fcc7464c3d947c64984a7", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "conflict": { "nyholm/psr7": "<1.0" }, "require-dev": { "graham-campbell/phpspec-skip-example-extension": "^5.0", "php-http/httplug": "^1.0 || ^2.0", "php-http/message-factory": "^1.0", "phpspec/phpspec": "^5.1 || ^6.1", "puli/composer-plugin": "1.0.0-beta10" }, "suggest": { "php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories", "puli/composer-plugin": "Sets up Puli which is recommended for Discovery to work. Check http://docs.php-http.org/en/latest/discovery.html for more details." }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.9-dev" } }, "autoload": { "psr-4": { "Http\\Discovery\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com" } ], "description": "Finds installed HTTPlug implementations and PSR-7 message factories", "homepage": "http://php-http.org", "keywords": [ "adapter", "client", "discovery", "factory", "http", "message", "psr7" ], "time": "2020-11-27T14:49:42+00:00" }, { "name": "php-http/httplug", "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/php-http/httplug.git", "reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/httplug/zipball/191a0a1b41ed026b717421931f8d3bd2514ffbf9", "reference": "191a0a1b41ed026b717421931f8d3bd2514ffbf9", "shasum": "" }, "require": { "php": "^7.1 || ^8.0", "php-http/promise": "^1.1", "psr/http-client": "^1.0", "psr/http-message": "^1.0" }, "require-dev": { "friends-of-phpspec/phpspec-code-coverage": "^4.1", "phpspec/phpspec": "^5.1 || ^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { "Http\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Eric GELOEN", "email": "geloen.eric@gmail.com" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com", "homepage": "https://sagikazarmark.hu" } ], "description": "HTTPlug, the HTTP client abstraction for PHP", "homepage": "http://httplug.io", "keywords": [ "client", "http" ], "time": "2020-07-13T15:43:23+00:00" }, { "name": "php-http/message", "version": "1.11.0", "source": { "type": "git", "url": "https://github.com/php-http/message.git", "reference": "fb0dbce7355cad4f4f6a225f537c34d013571f29" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/message/zipball/fb0dbce7355cad4f4f6a225f537c34d013571f29", "reference": "fb0dbce7355cad4f4f6a225f537c34d013571f29", "shasum": "" }, "require": { "clue/stream-filter": "^1.5", "php": "^7.1 || ^8.0", "php-http/message-factory": "^1.0.2", "psr/http-message": "^1.0" }, "provide": { "php-http/message-factory-implementation": "1.0" }, "require-dev": { "ergebnis/composer-normalize": "^2.6", "ext-zlib": "*", "guzzlehttp/psr7": "^1.0", "laminas/laminas-diactoros": "^2.0", "phpspec/phpspec": "^5.1 || ^6.3", "slim/slim": "^3.0" }, "suggest": { "ext-zlib": "Used with compressor/decompressor streams", "guzzlehttp/psr7": "Used with Guzzle PSR-7 Factories", "laminas/laminas-diactoros": "Used with Diactoros Factories", "slim/slim": "Used with Slim Framework PSR-7 implementation" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.10-dev" } }, "autoload": { "psr-4": { "Http\\Message\\": "src/" }, "files": [ "src/filters.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com" } ], "description": "HTTP Message related tools", "homepage": "http://php-http.org", "keywords": [ "http", "message", "psr-7" ], "time": "2021-02-01T08:54:58+00:00" }, { "name": "php-http/message-factory", "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/php-http/message-factory.git", "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1", "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1", "shasum": "" }, "require": { "php": ">=5.4", "psr/http-message": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-4": { "Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com" } ], "description": "Factory interfaces for PSR-7 HTTP Message", "homepage": "http://php-http.org", "keywords": [ "factory", "http", "message", "stream", "uri" ], "time": "2015-12-19T14:08:53+00:00" }, { "name": "php-http/promise", "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-http/promise.git", "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/promise/zipball/4c4c1f9b7289a2ec57cde7f1e9762a5789506f88", "reference": "4c4c1f9b7289a2ec57cde7f1e9762a5789506f88", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "friends-of-phpspec/phpspec-code-coverage": "^4.3.2", "phpspec/phpspec": "^5.1.2 || ^6.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" } }, "autoload": { "psr-4": { "Http\\Promise\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Joel Wurtz", "email": "joel.wurtz@gmail.com" }, { "name": "Márk Sági-Kazár", "email": "mark.sagikazar@gmail.com" } ], "description": "Promise used for asynchronous HTTP requests", "homepage": "http://httplug.io", "keywords": [ "promise" ], "time": "2020-07-07T09:29:14+00:00" }, { "name": "phpoffice/phpspreadsheet", "version": "1.18.0", "source": { "type": "git", "url": "https://github.com/PHPOffice/PhpSpreadsheet.git", "reference": "418cd304e8e6b417ea79c3b29126a25dc4b1170c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/418cd304e8e6b417ea79c3b29126a25dc4b1170c", "reference": "418cd304e8e6b417ea79c3b29126a25dc4b1170c", "shasum": "" }, "require": { "ext-ctype": "*", "ext-dom": "*", "ext-fileinfo": "*", "ext-gd": "*", "ext-iconv": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-simplexml": "*", "ext-xml": "*", "ext-xmlreader": "*", "ext-xmlwriter": "*", "ext-zip": "*", "ext-zlib": "*", "ezyang/htmlpurifier": "^4.13", "maennchen/zipstream-php": "^2.1", "markbaker/complex": "^2.0", "markbaker/matrix": "^2.0", "php": "^7.2 || ^8.0", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", "psr/simple-cache": "^1.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "dev-master", "dompdf/dompdf": "^1.0", "friendsofphp/php-cs-fixer": "^2.18", "jpgraph/jpgraph": "^4.0", "mpdf/mpdf": "^8.0", "phpcompatibility/php-compatibility": "^9.3", "phpstan/phpstan": "^0.12.82", "phpstan/phpstan-phpunit": "^0.12.18", "phpunit/phpunit": "^8.5", "squizlabs/php_codesniffer": "^3.5", "tecnickcom/tcpdf": "^6.3" }, "suggest": { "dompdf/dompdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)", "jpgraph/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers", "mpdf/mpdf": "Option for rendering PDF with PDF Writer", "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer (doesn't yet support PHP8)" }, "type": "library", "autoload": { "psr-4": { "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Maarten Balliauw", "homepage": "https://blog.maartenballiauw.be" }, { "name": "Mark Baker", "homepage": "https://markbakeruk.net" }, { "name": "Franck Lefevre", "homepage": "https://rootslabs.net" }, { "name": "Erik Tilt" }, { "name": "Adrien Crivelli" } ], "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine", "homepage": "https://github.com/PHPOffice/PhpSpreadsheet", "keywords": [ "OpenXML", "excel", "gnumeric", "ods", "php", "spreadsheet", "xls", "xlsx" ], "support": { "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues", "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.18.0" }, "time": "2021-05-31T18:21:15+00:00" }, { "name": "phpspec/php-diff", "version": "v1.1.3", "source": { "type": "git", "url": "https://github.com/phpspec/php-diff.git", "reference": "fc1156187f9f6c8395886fe85ed88a0a245d72e9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/phpspec/php-diff/zipball/fc1156187f9f6c8395886fe85ed88a0a245d72e9", "reference": "fc1156187f9f6c8395886fe85ed88a0a245d72e9", "shasum": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-0": { "Diff": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Chris Boulton", "homepage": "http://github.com/chrisboulton" } ], "description": "A comprehensive library for generating differences between two hashable objects (strings or arrays).", "time": "2020-09-18T13:47:07+00:00" }, { "name": "phpunit/php-token-stream", "version": "4.0.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-token-stream.git", "reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/a853a0e183b9db7eed023d7933a858fa1c8d25a3", "reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": "^7.3 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^9.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "4.0-dev" } }, "autoload": { "classmap": [ "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "description": "Wrapper around PHP's tokenizer extension.", "homepage": "https://github.com/sebastianbergmann/php-token-stream/", "keywords": [ "tokenizer" ], "abandoned": true, "time": "2020-08-04T08:28:15+00:00" }, { "name": "pimple/pimple", "version": "v1.1.1", "source": { "type": "git", "url": "https://github.com/silexphp/Pimple.git", "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/silexphp/Pimple/zipball/2019c145fe393923f3441b23f29bbdfaa5c58c4d", "reference": "2019c145fe393923f3441b23f29bbdfaa5c58c4d", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-0": { "Pimple": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Pimple is a simple Dependency Injection Container for PHP 5.3", "homepage": "http://pimple.sensiolabs.org", "keywords": [ "container", "dependency injection" ], "time": "2013-11-22T08:30:29+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.1", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", "shasum": "" }, "require": { "php": ">=7.2.0" }, "type": "library", "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common Container Interface (PHP FIG PSR-11)", "homepage": "https://github.com/php-fig/container", "keywords": [ "PSR-11", "container", "container-interface", "container-interop", "psr" ], "support": { "issues": "https://github.com/php-fig/container/issues", "source": "https://github.com/php-fig/container/tree/1.1.1" }, "time": "2021-03-05T17:36:06+00:00" }, { "name": "psr/http-client", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-client.git", "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621", "shasum": "" }, "require": { "php": "^7.0 || ^8.0", "psr/http-message": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP clients", "homepage": "https://github.com/php-fig/http-client", "keywords": [ "http", "http-client", "psr", "psr-18" ], "support": { "source": "https://github.com/php-fig/http-client/tree/master" }, "time": "2020-06-29T06:28:15+00:00" }, { "name": "psr/http-factory", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", "shasum": "" }, "require": { "php": ">=7.0.0", "psr/http-message": "^1.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", "http", "message", "psr", "psr-17", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-factory/tree/master" }, "time": "2019-04-30T12:38:16+00:00" }, { "name": "psr/http-message", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Http\\Message\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", "homepage": "https://github.com/php-fig/http-message", "keywords": [ "http", "http-message", "psr", "psr-7", "request", "response" ], "support": { "source": "https://github.com/php-fig/http-message/tree/master" }, "time": "2016-08-06T14:39:51+00:00" }, { "name": "psr/log", "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { "Psr\\Log\\": "Psr/Log/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", "homepage": "https://github.com/php-fig/log", "keywords": [ "log", "psr", "psr-3" ], "support": { "source": "https://github.com/php-fig/log/tree/1.1.4" }, "time": "2021-05-03T11:20:27+00:00" }, { "name": "psr/simple-cache", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/simple-cache.git", "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\SimpleCache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interfaces for simple caching", "keywords": [ "cache", "caching", "psr", "psr-16", "simple-cache" ], "support": { "source": "https://github.com/php-fig/simple-cache/tree/master" }, "time": "2017-10-23T01:57:42+00:00" }, { "name": "ramsey/uuid", "version": "3.9.3", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ramsey/uuid/zipball/7e1633a6964b48589b142d60542f9ed31bd37a92", "reference": "7e1633a6964b48589b142d60542f9ed31bd37a92", "shasum": "" }, "require": { "ext-json": "*", "paragonie/random_compat": "^1 | ^2 | 9.99.99", "php": "^5.4 | ^7 | ^8", "symfony/polyfill-ctype": "^1.8" }, "replace": { "rhumsaa/uuid": "self.version" }, "require-dev": { "codeception/aspect-mock": "^1 | ^2", "doctrine/annotations": "^1.2", "goaop/framework": "1.0.0-alpha.2 | ^1 | ^2.1", "jakub-onderka/php-parallel-lint": "^1", "mockery/mockery": "^0.9.11 | ^1", "moontoast/math": "^1.1", "paragonie/random-lib": "^2", "php-mock/php-mock-phpunit": "^0.3 | ^1.1", "phpunit/phpunit": "^4.8 | ^5.4 | ^6.5", "squizlabs/php_codesniffer": "^3.5" }, "suggest": { "ext-ctype": "Provides support for PHP Ctype functions", "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator", "ext-openssl": "Provides the OpenSSL extension for use with the OpenSslGenerator", "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator", "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).", "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid", "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." }, "type": "library", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { "Ramsey\\Uuid\\": "src/" }, "files": [ "src/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ben Ramsey", "email": "ben@benramsey.com", "homepage": "https://benramsey.com" }, { "name": "Marijn Huizendveld", "email": "marijn.huizendveld@gmail.com" }, { "name": "Thibaud Fabre", "email": "thibaud@aztech.io" } ], "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).", "homepage": "https://github.com/ramsey/uuid", "keywords": [ "guid", "identifier", "uuid" ], "time": "2020-02-21T04:36:14+00:00" }, { "name": "scheb/2fa-backup-code", "version": "v5.8.0", "source": { "type": "git", "url": "https://github.com/scheb/2fa-backup-code.git", "reference": "663d43810a9bb4298dc9246c9bf5b5f7a4608c74" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/scheb/2fa-backup-code/zipball/663d43810a9bb4298dc9246c9bf5b5f7a4608c74", "reference": "663d43810a9bb4298dc9246c9bf5b5f7a4608c74", "shasum": "" }, "require": { "scheb/2fa-bundle": "self.version" }, "type": "library", "autoload": { "psr-4": { "Scheb\\TwoFactorBundle\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Scheb", "email": "me@christianscheb.de" } ], "description": "Extends scheb/2fa-bundle with backup codes support", "homepage": "https://github.com/scheb/2fa", "keywords": [ "2fa", "Authentication", "backup-codes", "symfony", "two-factor", "two-step" ], "time": "2021-02-28T12:09:54+00:00" }, { "name": "scheb/2fa-bundle", "version": "v5.8.0", "source": { "type": "git", "url": "https://github.com/scheb/2fa-bundle.git", "reference": "93c3579f03d1f4b170d2f790ee78312e374c5e6d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/scheb/2fa-bundle/zipball/93c3579f03d1f4b170d2f790ee78312e374c5e6d", "reference": "93c3579f03d1f4b170d2f790ee78312e374c5e6d", "shasum": "" }, "require": { "ext-json": "*", "php": ">=7.2.5", "symfony/config": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", "symfony/event-dispatcher": "^4.4|^5.0", "symfony/framework-bundle": "^4.4|^5.0", "symfony/http-foundation": "^4.4|^5.0", "symfony/http-kernel": "^4.4|^5.0", "symfony/property-access": "^4.4|^5.0", "symfony/security-bundle": "^4.4.1|^5.0", "symfony/twig-bundle": "^4.4|^5.0" }, "conflict": { "scheb/two-factor-bundle": "*" }, "suggest": { "scheb/2fa-backup-code": "Emergency codes when you have no access to other methods", "scheb/2fa-email": "Send codes by email", "scheb/2fa-google-authenticator": "Google Authenticator support", "scheb/2fa-qr-code": "Generate QR codes for Google Authenticator / TOTP", "scheb/2fa-totp": "Temporary one-time password (TOTP) support (Google Authenticator compatible)", "scheb/2fa-trusted-device": "Trusted devices support" }, "type": "symfony-bundle", "autoload": { "psr-4": { "Scheb\\TwoFactorBundle\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Scheb", "email": "me@christianscheb.de" } ], "description": "A generic interface to implement two-factor authentication in Symfony applications", "homepage": "https://github.com/scheb/2fa", "keywords": [ "2fa", "Authentication", "symfony", "two-factor", "two-step" ], "time": "2021-04-01T18:17:48+00:00" }, { "name": "scheb/2fa-trusted-device", "version": "v5.8.0", "source": { "type": "git", "url": "https://github.com/scheb/2fa-trusted-device.git", "reference": "d2575de4d1e13b8123ad8431916c3c338b0eda99" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/scheb/2fa-trusted-device/zipball/d2575de4d1e13b8123ad8431916c3c338b0eda99", "reference": "d2575de4d1e13b8123ad8431916c3c338b0eda99", "shasum": "" }, "require": { "lcobucci/jwt": "^3.4|^4.0", "scheb/2fa-bundle": "self.version" }, "type": "library", "autoload": { "psr-4": { "Scheb\\TwoFactorBundle\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Scheb", "email": "me@christianscheb.de" } ], "description": "Extends scheb/2fa-bundle with trusted devices support", "homepage": "https://github.com/scheb/2fa", "keywords": [ "2fa", "Authentication", "symfony", "trusted-device", "two-factor", "two-step" ], "time": "2021-02-28T12:09:54+00:00" }, { "name": "scssphp/scssphp", "version": "v1.4.1", "source": { "type": "git", "url": "https://github.com/scssphp/scssphp.git", "reference": "ba86c963b94ec7ebd6e19d90cdab90d89667dbf7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/scssphp/scssphp/zipball/ba86c963b94ec7ebd6e19d90cdab90d89667dbf7", "reference": "ba86c963b94ec7ebd6e19d90cdab90d89667dbf7", "shasum": "" }, "require": { "ext-ctype": "*", "ext-json": "*", "php": ">=5.6.0" }, "require-dev": { "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3 || ^9.4", "sass/sass-spec": "2020.12.29", "squizlabs/php_codesniffer": "~3.5", "symfony/phpunit-bridge": "^5.1", "twbs/bootstrap": "~4.3", "zurb/foundation": "~6.5" }, "bin": [ "bin/pscss" ], "type": "library", "autoload": { "psr-4": { "ScssPhp\\ScssPhp\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Anthon Pang", "email": "apang@softwaredevelopment.ca", "homepage": "https://github.com/robocoder" }, { "name": "Cédric Morin", "email": "cedric@yterium.com", "homepage": "https://github.com/Cerdic" } ], "description": "scssphp is a compiler for SCSS written in PHP.", "homepage": "http://scssphp.github.io/scssphp/", "keywords": [ "css", "less", "sass", "scss", "stylesheet" ], "time": "2021-01-04T13:23:23+00:00" }, { "name": "simplepie/simplepie", "version": "1.5.6", "source": { "type": "git", "url": "https://github.com/simplepie/simplepie.git", "reference": "1c68e14ca3ac84346b6e6fe3c5eedf725d0f92c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/simplepie/simplepie/zipball/1c68e14ca3ac84346b6e6fe3c5eedf725d0f92c6", "reference": "1c68e14ca3ac84346b6e6fe3c5eedf725d0f92c6", "shasum": "" }, "require": { "ext-pcre": "*", "ext-xml": "*", "ext-xmlreader": "*", "php": ">=5.6.0" }, "require-dev": { "phpunit/phpunit": "~5.4.3 || ~6.5" }, "suggest": { "ext-curl": "", "ext-iconv": "", "ext-intl": "", "ext-mbstring": "", "mf2/mf2": "Microformat module that allows for parsing HTML for microformats" }, "type": "library", "autoload": { "psr-0": { "SimplePie": "library" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Ryan Parman", "homepage": "http://ryanparman.com/", "role": "Creator, alumnus developer" }, { "name": "Sam Sneddon", "homepage": "https://gsnedders.com/", "role": "Alumnus developer" }, { "name": "Ryan McCue", "email": "me@ryanmccue.info", "homepage": "http://ryanmccue.info/", "role": "Developer" } ], "description": "A simple Atom/RSS parsing library for PHP", "homepage": "http://simplepie.org/", "keywords": [ "atom", "feeds", "rss" ], "time": "2020-10-14T07:17:22+00:00" }, { "name": "spomky-labs/otphp", "version": "v10.0.1", "source": { "type": "git", "url": "https://github.com/Spomky-Labs/otphp.git", "reference": "f44cce5a9db4b8da410215d992110482c931232f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/f44cce5a9db4b8da410215d992110482c931232f", "reference": "f44cce5a9db4b8da410215d992110482c931232f", "shasum": "" }, "require": { "beberlei/assert": "^3.0", "ext-mbstring": "*", "paragonie/constant_time_encoding": "^2.0", "php": "^7.2|^8.0", "thecodingmachine/safe": "^0.1.14|^1.0" }, "require-dev": { "php-coveralls/php-coveralls": "^2.0", "phpstan/phpstan": "^0.12", "phpstan/phpstan-beberlei-assert": "^0.12", "phpstan/phpstan-deprecation-rules": "^0.12", "phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-strict-rules": "^0.12", "phpunit/phpunit": "^8.0", "thecodingmachine/phpstan-safe-rule": "^1.0" }, "type": "library", "extra": { "branch-alias": { "v10.0": "10.0.x-dev", "v9.0": "9.0.x-dev", "v8.3": "8.3.x-dev" } }, "autoload": { "psr-4": { "OTPHP\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Florent Morselli", "homepage": "https://github.com/Spomky" }, { "name": "All contributors", "homepage": "https://github.com/Spomky-Labs/otphp/contributors" } ], "description": "A PHP library for generating one time passwords according to RFC 4226 (HOTP Algorithm) and the RFC 6238 (TOTP Algorithm) and compatible with Google Authenticator", "homepage": "https://github.com/Spomky-Labs/otphp", "keywords": [ "FreeOTP", "RFC 4226", "RFC 6238", "google authenticator", "hotp", "otp", "totp" ], "time": "2020-01-28T09:24:19+00:00" }, { "name": "swiftmailer/swiftmailer", "version": "v6.2.7", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", "reference": "15f7faf8508e04471f666633addacf54c0ab5933" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/15f7faf8508e04471f666633addacf54c0ab5933", "reference": "15f7faf8508e04471f666633addacf54c0ab5933", "shasum": "" }, "require": { "egulias/email-validator": "^2.0|^3.1", "php": ">=7.0.0", "symfony/polyfill-iconv": "^1.0", "symfony/polyfill-intl-idn": "^1.10", "symfony/polyfill-mbstring": "^1.0" }, "require-dev": { "mockery/mockery": "^1.0", "symfony/phpunit-bridge": "^4.4|^5.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" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Chris Corbyn" }, { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "Swiftmailer, free feature-rich PHP mailer", "homepage": "https://swiftmailer.symfony.com", "keywords": [ "email", "mail", "mailer" ], "time": "2021-03-09T12:30:35+00:00" }, { "name": "symfony-cmf/routing", "version": "2.3.3", "source": { "type": "git", "url": "https://github.com/symfony-cmf/Routing.git", "reference": "3c97e7b7709b313cecfb76d691ad4cc22acbf3f5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/3c97e7b7709b313cecfb76d691ad4cc22acbf3f5", "reference": "3c97e7b7709b313cecfb76d691ad4cc22acbf3f5", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", "psr/log": "^1.0", "symfony/http-kernel": "^4.4 || ^5.0", "symfony/routing": "^4.4 || ^5.0" }, "require-dev": { "symfony-cmf/testing": "^3@dev", "symfony/config": "^4.4 || ^5.0", "symfony/dependency-injection": "^4.4 || ^5.0", "symfony/event-dispatcher": "^4.4 || ^5.0", "symfony/phpunit-bridge": "^5.0" }, "suggest": { "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (^4.4 || ^5.0)" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { "Symfony\\Cmf\\Component\\Routing\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony CMF Community", "homepage": "https://github.com/symfony-cmf/Routing/contributors" } ], "description": "Extends the Symfony routing component for dynamic routes and chaining several routers", "homepage": "http://cmf.symfony.com", "keywords": [ "database", "routing" ], "time": "2020-10-06T10:15:37+00:00" }, { "name": "symfony-cmf/routing-bundle", "version": "2.5.0", "source": { "type": "git", "url": "https://github.com/symfony-cmf/routing-bundle.git", "reference": "fb2284caa0bab2ffebe673e68e9c995da6ee4bdf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony-cmf/routing-bundle/zipball/fb2284caa0bab2ffebe673e68e9c995da6ee4bdf", "reference": "fb2284caa0bab2ffebe673e68e9c995da6ee4bdf", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", "symfony-cmf/routing": "^2.3.0", "symfony/framework-bundle": "^4.4 || ^5.0" }, "conflict": { "doctrine/common": "<2.10.0", "doctrine/persistence": "<1.3.0", "doctrine/phpcr-odm": "<1.4", "phpunit/phpunit": "<6" }, "require-dev": { "doctrine/data-fixtures": "^1.0.0", "doctrine/doctrine-bundle": "^2.0", "doctrine/orm": "^2.5", "doctrine/phpcr-bundle": "^2.1", "doctrine/phpcr-odm": "^1.4|^2.0", "jackalope/jackalope-doctrine-dbal": "^1.3", "matthiasnoback/symfony-config-test": "^4.1.0", "matthiasnoback/symfony-dependency-injection-test": "^4.1.0", "symfony-cmf/testing": "^3.2", "symfony/form": "^4.4 || ^5.0", "symfony/monolog-bundle": "^3.5", "symfony/phpunit-bridge": "^5.0", "symfony/security-bundle": "^4.4 || ^5.0", "symfony/serializer": "^4.4 || ^5.0", "symfony/translation": "^4.4 || ^5.0", "symfony/twig-bundle": "^4.4 || ^5.0", "symfony/validator": "^4.4 || ^5.0", "twig/twig": "^2.4.4 || ^3.0" }, "suggest": { "doctrine/orm": "To enable support for the ORM entities (^2.5)", "doctrine/phpcr-bundle": "To enable support for the PHPCR ODM documents", "doctrine/phpcr-odm": "To enable support for the PHPCR ODM documents (^1.4)" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { "Symfony\\Cmf\\Bundle\\RoutingBundle\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Symfony CMF Community", "homepage": "https://github.com/symfony-cmf/RoutingBundle/contributors" } ], "description": "Symfony RoutingBundle", "homepage": "http://cmf.symfony.com", "keywords": [ "database", "routing" ], "time": "2021-03-09T10:42:09+00:00" }, { "name": "symfony/asset", "version": "v4.4.27", "source": { "type": "git", "url": "https://github.com/symfony/asset.git", "reference": "1910a978dbe03503d9ee72408e2fef7c4041d97d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/asset/zipball/1910a978dbe03503d9ee72408e2fef7c4041d97d", "reference": "1910a978dbe03503d9ee72408e2fef7c4041d97d", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-php80": "^1.16" }, "require-dev": { "symfony/http-foundation": "^3.4|^4.0|^5.0", "symfony/http-kernel": "^3.4|^4.0|^5.0" }, "suggest": { "symfony/http-foundation": "" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Asset\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Manages URL generation and versioning of web assets such as CSS stylesheets, JavaScript files and image files", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/asset/tree/v4.4.27" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-07-21T12:19:41+00:00" }, { "name": "symfony/cache", "version": "v4.4.27", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", "reference": "49002c15f3e26b13c7d36c6ffe5d597ef6719cc1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/cache/zipball/49002c15f3e26b13c7d36c6ffe5d597ef6719cc1", "reference": "49002c15f3e26b13c7d36c6ffe5d597ef6719cc1", "shasum": "" }, "require": { "php": ">=7.1.3", "psr/cache": "^1.0|^2.0", "psr/log": "^1|^2|^3", "symfony/cache-contracts": "^1.1.7|^2", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2", "symfony/var-exporter": "^4.2|^5.0" }, "conflict": { "doctrine/dbal": "<2.6", "symfony/dependency-injection": "<3.4", "symfony/http-kernel": "<4.4|>=5.0", "symfony/var-dumper": "<4.4" }, "provide": { "psr/cache-implementation": "1.0|2.0", "psr/simple-cache-implementation": "1.0", "symfony/cache-implementation": "1.0|2.0" }, "require-dev": { "cache/integration-tests": "dev-master", "doctrine/cache": "^1.6|^2.0", "doctrine/dbal": "^2.6|^3.0", "predis/predis": "^1.1", "psr/simple-cache": "^1.0", "symfony/config": "^4.2|^5.0", "symfony/dependency-injection": "^3.4|^4.1|^5.0", "symfony/filesystem": "^4.4|^5.0", "symfony/http-kernel": "^4.4", "symfony/var-dumper": "^4.4|^5.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/v4.4.27" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-07-23T15:41:52+00:00" }, { "name": "symfony/cache-contracts", "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/symfony/cache-contracts.git", "reference": "c0446463729b89dd4fa62e9aeecc80287323615d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/c0446463729b89dd4fa62e9aeecc80287323615d", "reference": "c0446463729b89dd4fa62e9aeecc80287323615d", "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.4-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.4.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-03-23T23:28:01+00:00" }, { "name": "symfony/config", "version": "v4.4.27", "source": { "type": "git", "url": "https://github.com/symfony/config.git", "reference": "8132e8d645d703e9b7c9c4f25067b93638683a35" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/config/zipball/8132e8d645d703e9b7c9c4f25067b93638683a35", "reference": "8132e8d645d703e9b7c9c4f25067b93638683a35", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/filesystem": "^3.4|^4.0|^5.0", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-php80": "^1.16", "symfony/polyfill-php81": "^1.22" }, "conflict": { "symfony/finder": "<3.4" }, "require-dev": { "symfony/event-dispatcher": "^3.4|^4.0|^5.0", "symfony/finder": "^3.4|^4.0|^5.0", "symfony/messenger": "^4.1|^5.0", "symfony/service-contracts": "^1.1|^2", "symfony/yaml": "^3.4|^4.0|^5.0" }, "suggest": { "symfony/yaml": "To use the yaml reference dumper" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Config\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/config/tree/v4.4.27" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-07-21T12:19:41+00:00" }, { "name": "symfony/console", "version": "v4.4.29", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "8baf0bbcfddfde7d7225ae8e04705cfd1081cd7b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/8baf0bbcfddfde7d7225ae8e04705cfd1081cd7b", "reference": "8baf0bbcfddfde7d7225ae8e04705cfd1081cd7b", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php73": "^1.8", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2" }, "conflict": { "psr/log": ">=3", "symfony/dependency-injection": "<3.4", "symfony/event-dispatcher": "<4.3|>=5", "symfony/lock": "<4.4", "symfony/process": "<3.3" }, "provide": { "psr/log-implementation": "1.0|2.0" }, "require-dev": { "psr/log": "^1|^2", "symfony/config": "^3.4|^4.0|^5.0", "symfony/dependency-injection": "^3.4|^4.0|^5.0", "symfony/event-dispatcher": "^4.3", "symfony/lock": "^4.4|^5.0", "symfony/process": "^3.4|^4.0|^5.0", "symfony/var-dumper": "^4.3|^5.0" }, "suggest": { "psr/log": "For using the console logger", "symfony/event-dispatcher": "", "symfony/lock": "", "symfony/process": "" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Console\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/console/tree/v4.4.29" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-07-27T19:04:53+00:00" }, { "name": "symfony/debug", "version": "v4.4.27", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "2f9160e92eb64c95da7368c867b663a8e34e980c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/2f9160e92eb64c95da7368c867b663a8e34e980c", "reference": "2f9160e92eb64c95da7368c867b663a8e34e980c", "shasum": "" }, "require": { "php": ">=7.1.3", "psr/log": "^1|^2|^3" }, "conflict": { "symfony/http-kernel": "<3.4" }, "require-dev": { "symfony/http-kernel": "^3.4|^4.0|^5.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Debug\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides tools to ease debugging PHP code", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/debug/tree/v4.4.27" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-07-22T07:21:39+00:00" }, { "name": "symfony/debug-bundle", "version": "v4.4.20", "source": { "type": "git", "url": "https://github.com/symfony/debug-bundle.git", "reference": "1e136a4c6d8c2364b77e31c5bf124660cff6d084" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/1e136a4c6d8c2364b77e31c5bf124660cff6d084", "reference": "1e136a4c6d8c2364b77e31c5bf124660cff6d084", "shasum": "" }, "require": { "ext-xml": "*", "php": ">=7.1.3", "symfony/http-kernel": "^3.4|^4.0|^5.0", "symfony/twig-bridge": "^3.4|^4.0|^5.0", "symfony/var-dumper": "^4.1.1|^5.0" }, "conflict": { "symfony/config": "<4.2", "symfony/dependency-injection": "<3.4" }, "require-dev": { "symfony/config": "^4.2|^5.0", "symfony/dependency-injection": "^3.4|^4.0|^5.0", "symfony/web-profiler-bundle": "^3.4|^4.0|^5.0" }, "suggest": { "symfony/config": "For service container configuration", "symfony/dependency-injection": "For using as a service from the container" }, "type": "symfony-bundle", "autoload": { "psr-4": { "Symfony\\Bundle\\DebugBundle\\": "" }, "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 a tight integration of the Symfony Debug component into the Symfony full-stack framework", "homepage": "https://symfony.com", "time": "2021-01-10T16:25:35+00:00" }, { "name": "symfony/dependency-injection", "version": "v4.4.27", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", "reference": "52866e2cb314972ff36c5b3d405ba8f523e56f6e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/52866e2cb314972ff36c5b3d405ba8f523e56f6e", "reference": "52866e2cb314972ff36c5b3d405ba8f523e56f6e", "shasum": "" }, "require": { "php": ">=7.1.3", "psr/container": "^1.0", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1.6|^2" }, "conflict": { "symfony/config": "<4.3|>=5.0", "symfony/finder": "<3.4", "symfony/proxy-manager-bridge": "<3.4", "symfony/yaml": "<3.4" }, "provide": { "psr/container-implementation": "1.0", "symfony/service-implementation": "1.0|2.0" }, "require-dev": { "symfony/config": "^4.3", "symfony/expression-language": "^3.4|^4.0|^5.0", "symfony/yaml": "^4.4|^5.0" }, "suggest": { "symfony/config": "", "symfony/expression-language": "For using expressions in service container configuration", "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", "symfony/yaml": "" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\DependencyInjection\\": "" }, "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": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/dependency-injection/tree/v4.4.27" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-07-23T15:41:52+00:00" }, { "name": "symfony/deprecation-contracts", "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627", "reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.4-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "files": [ "function.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-03-23T23:28:01+00:00" }, { "name": "symfony/doctrine-bridge", "version": "v4.4.21", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-bridge.git", "reference": "e643bddb38277b4a1c2973d1489768c6e6c0db80" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/e643bddb38277b4a1c2973d1489768c6e6c0db80", "reference": "e643bddb38277b4a1c2973d1489768c6e6c0db80", "shasum": "" }, "require": { "doctrine/event-manager": "~1.0", "doctrine/persistence": "^1.3|^2", "php": ">=7.1.3", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", "symfony/service-contracts": "^1.1|^2" }, "conflict": { "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", "symfony/dependency-injection": "<3.4", "symfony/form": "<4.4", "symfony/http-kernel": "<4.3.7", "symfony/messenger": "<4.3", "symfony/security-core": "<4.4", "symfony/validator": "<4.4.2|<5.0.2,>=5.0" }, "require-dev": { "composer/package-versions-deprecated": "^1.8", "doctrine/annotations": "^1.10.4", "doctrine/cache": "~1.6", "doctrine/collections": "~1.0", "doctrine/data-fixtures": "^1.1", "doctrine/dbal": "^2.6|^3.0", "doctrine/orm": "^2.6.3", "symfony/config": "^4.2|^5.0", "symfony/dependency-injection": "^3.4|^4.0|^5.0", "symfony/expression-language": "^3.4|^4.0|^5.0", "symfony/form": "^4.4.11|^5.0.11", "symfony/http-kernel": "^4.3.7", "symfony/messenger": "^4.4|^5.0", "symfony/property-access": "^3.4|^4.0|^5.0", "symfony/property-info": "^3.4|^4.0|^5.0", "symfony/proxy-manager-bridge": "^3.4|^4.0|^5.0", "symfony/security-core": "^4.4|^5.0", "symfony/stopwatch": "^3.4|^4.0|^5.0", "symfony/translation": "^3.4|^4.0|^5.0", "symfony/validator": "^4.4.2|^5.0.2", "symfony/var-dumper": "^3.4|^4.0|^5.0" }, "suggest": { "doctrine/data-fixtures": "", "doctrine/dbal": "", "doctrine/orm": "", "symfony/form": "", "symfony/property-info": "", "symfony/validator": "" }, "type": "symfony-bridge", "autoload": { "psr-4": { "Symfony\\Bridge\\Doctrine\\": "" }, "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 integration for Doctrine with various Symfony components", "homepage": "https://symfony.com", "time": "2021-03-09T16:20:30+00:00" }, { "name": "symfony/dom-crawler", "version": "v4.4.20", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", "reference": "be133557f1b0e6672367325b508e65da5513a311" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/be133557f1b0e6672367325b508e65da5513a311", "reference": "be133557f1b0e6672367325b508e65da5513a311", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "masterminds/html5": "<2.6" }, "require-dev": { "masterminds/html5": "^2.6", "symfony/css-selector": "^3.4|^4.0|^5.0" }, "suggest": { "symfony/css-selector": "" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\DomCrawler\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "time": "2021-02-14T12:29:41+00:00" }, { "name": "symfony/dotenv", "version": "v4.4.20", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", "reference": "4952e5ce9e6df3d737b9e9c337bddf781180a213" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dotenv/zipball/4952e5ce9e6df3d737b9e9c337bddf781180a213", "reference": "4952e5ce9e6df3d737b9e9c337bddf781180a213", "shasum": "" }, "require": { "php": ">=7.1.3" }, "require-dev": { "symfony/process": "^3.4.2|^4.0|^5.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Dotenv\\": "" }, "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": "Registers environment variables from a .env file", "homepage": "https://symfony.com", "keywords": [ "dotenv", "env", "environment" ], "time": "2021-01-27T09:09:26+00:00" }, { "name": "symfony/error-handler", "version": "v4.4.27", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", "reference": "16ac2be1c0f49d6d9eb9d3ce9324bde268717905" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/error-handler/zipball/16ac2be1c0f49d6d9eb9d3ce9324bde268717905", "reference": "16ac2be1c0f49d6d9eb9d3ce9324bde268717905", "shasum": "" }, "require": { "php": ">=7.1.3", "psr/log": "^1|^2|^3", "symfony/debug": "^4.4.5", "symfony/var-dumper": "^4.4|^5.0" }, "require-dev": { "symfony/http-kernel": "^4.4|^5.0", "symfony/serializer": "^4.4|^5.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\ErrorHandler\\": "" }, "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 tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/error-handler/tree/v4.4.27" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-07-23T15:41:52+00:00" }, { "name": "symfony/event-dispatcher", "version": "v4.4.27", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "958a128b184fcf0ba45ec90c0e88554c9327c2e9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/958a128b184fcf0ba45ec90c0e88554c9327c2e9", "reference": "958a128b184fcf0ba45ec90c0e88554c9327c2e9", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/event-dispatcher-contracts": "^1.1", "symfony/polyfill-php80": "^1.16" }, "conflict": { "symfony/dependency-injection": "<3.4" }, "provide": { "psr/event-dispatcher-implementation": "1.0", "symfony/event-dispatcher-implementation": "1.1" }, "require-dev": { "psr/log": "^1|^2|^3", "symfony/config": "^3.4|^4.0|^5.0", "symfony/dependency-injection": "^3.4|^4.0|^5.0", "symfony/error-handler": "~3.4|~4.4", "symfony/expression-language": "^3.4|^4.0|^5.0", "symfony/http-foundation": "^3.4|^4.0|^5.0", "symfony/service-contracts": "^1.1|^2", "symfony/stopwatch": "^3.4|^4.0|^5.0" }, "suggest": { "symfony/dependency-injection": "", "symfony/http-kernel": "" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\EventDispatcher\\": "" }, "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 tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.27" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-07-23T15:41:52+00:00" }, { "name": "symfony/event-dispatcher-contracts", "version": "v1.1.9", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7", "reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7", "shasum": "" }, "require": { "php": ">=7.1.3" }, "suggest": { "psr/event-dispatcher": "", "symfony/event-dispatcher-implementation": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.1-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\EventDispatcher\\": "" } }, "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 dispatching event", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "support": { "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.9" }, "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": "2020-07-06T13:19:58+00:00" }, { "name": "symfony/expression-language", "version": "v4.4.20", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", "reference": "a6b2c711e4d4dcba4db7b36a8a1835b0720d07fe" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/expression-language/zipball/a6b2c711e4d4dcba4db7b36a8a1835b0720d07fe", "reference": "a6b2c711e4d4dcba4db7b36a8a1835b0720d07fe", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/cache": "^3.4|^4.0|^5.0", "symfony/service-contracts": "^1.1|^2" }, "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", "time": "2021-02-11T19:34:41+00:00" }, { "name": "symfony/filesystem", "version": "v4.4.27", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "517fb795794faf29086a77d99eb8f35e457837a7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/517fb795794faf29086a77d99eb8f35e457837a7", "reference": "517fb795794faf29086a77d99eb8f35e457837a7", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/filesystem/tree/v4.4.27" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-07-21T12:19:41+00:00" }, { "name": "symfony/finder", "version": "v4.4.27", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "42414d7ac96fc2880a783b872185789dea0d4262" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/42414d7ac96fc2880a783b872185789dea0d4262", "reference": "42414d7ac96fc2880a783b872185789dea0d4262", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Finder\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/finder/tree/v4.4.27" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-07-23T15:41:52+00:00" }, { "name": "symfony/framework-bundle", "version": "v4.4.27", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", "reference": "b616b87fad76a783e6148a6849a5fbef18006e63" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/b616b87fad76a783e6148a6849a5fbef18006e63", "reference": "b616b87fad76a783e6148a6849a5fbef18006e63", "shasum": "" }, "require": { "ext-xml": "*", "php": ">=7.1.3", "symfony/cache": "^4.4|^5.0", "symfony/config": "^4.4.11|~5.0.11|^5.1.3", "symfony/dependency-injection": "^4.4.1|^5.0.1", "symfony/error-handler": "^4.4.1|^5.0.1", "symfony/filesystem": "^3.4|^4.0|^5.0", "symfony/finder": "^3.4|^4.0|^5.0", "symfony/http-foundation": "^4.4|^5.0", "symfony/http-kernel": "^4.4", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.16", "symfony/routing": "^4.4.12|^5.1.4" }, "conflict": { "doctrine/persistence": "<1.3", "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2", "phpdocumentor/type-resolver": "<0.3.0|1.3.*", "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", "symfony/asset": "<3.4", "symfony/browser-kit": "<4.3", "symfony/console": "<4.4.21", "symfony/dom-crawler": "<4.3", "symfony/dotenv": "<4.3.6", "symfony/form": "<4.3.5", "symfony/http-client": "<4.4", "symfony/lock": "<4.4", "symfony/mailer": "<4.4", "symfony/messenger": "<4.4", "symfony/mime": "<4.4", "symfony/property-info": "<3.4", "symfony/security-bundle": "<4.4", "symfony/serializer": "<4.4", "symfony/stopwatch": "<3.4", "symfony/translation": "<4.4", "symfony/twig-bridge": "<4.1.1", "symfony/twig-bundle": "<4.4", "symfony/validator": "<4.4", "symfony/web-profiler-bundle": "<4.4", "symfony/workflow": "<4.3.6" }, "require-dev": { "doctrine/annotations": "^1.10.4", "doctrine/cache": "^1.0|^2.0", "doctrine/persistence": "^1.3|^2.0", "paragonie/sodium_compat": "^1.8", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "symfony/asset": "^3.4|^4.0|^5.0", "symfony/browser-kit": "^4.3|^5.0", "symfony/console": "^4.4.21|^5.0", "symfony/css-selector": "^3.4|^4.0|^5.0", "symfony/dom-crawler": "^4.3|^5.0", "symfony/dotenv": "^4.3.6|^5.0", "symfony/expression-language": "^3.4|^4.0|^5.0", "symfony/form": "^4.3.5|^5.0", "symfony/http-client": "^4.4|^5.0", "symfony/lock": "^4.4|^5.0", "symfony/mailer": "^4.4|^5.0", "symfony/messenger": "^4.4|^5.0", "symfony/mime": "^4.4|^5.0", "symfony/polyfill-intl-icu": "~1.0", "symfony/process": "^3.4|^4.0|^5.0", "symfony/property-info": "^3.4|^4.0|^5.0", "symfony/security-core": "^3.4|^4.4|^5.2", "symfony/security-csrf": "^3.4|^4.0|^5.0", "symfony/security-http": "^3.4|^4.0|^5.0", "symfony/serializer": "^4.4|^5.0", "symfony/stopwatch": "^3.4|^4.0|^5.0", "symfony/templating": "^3.4|^4.0|^5.0", "symfony/translation": "^4.4|^5.0", "symfony/twig-bundle": "^4.4|^5.0", "symfony/validator": "^4.4|^5.0", "symfony/web-link": "^4.4|^5.0", "symfony/workflow": "^4.3.6|^5.0", "symfony/yaml": "^3.4|^4.0|^5.0", "twig/twig": "^1.43|^2.13|^3.0.4" }, "suggest": { "ext-apcu": "For best performance of the system caches", "symfony/console": "For using the console commands", "symfony/form": "For using forms", "symfony/property-info": "For using the property_info service", "symfony/serializer": "For using the serializer service", "symfony/validator": "For using validation", "symfony/web-link": "For using web links, features such as preloading, prefetching or prerendering", "symfony/yaml": "For using the debug:config and lint:yaml commands" }, "type": "symfony-bundle", "autoload": { "psr-4": { "Symfony\\Bundle\\FrameworkBundle\\": "" }, "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 a tight integration between Symfony components and the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/framework-bundle/tree/v4.4.27" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-07-21T13:02:15+00:00" }, { "name": "symfony/http-client", "version": "v4.4.21", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", "reference": "911177e186b82e5b9a9f41c13af53699b6745657" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-client/zipball/911177e186b82e5b9a9f41c13af53699b6745657", "reference": "911177e186b82e5b9a9f41c13af53699b6745657", "shasum": "" }, "require": { "php": ">=7.1.3", "psr/log": "^1.0", "symfony/http-client-contracts": "^1.1.10|^2", "symfony/polyfill-php73": "^1.11", "symfony/service-contracts": "^1.0|^2" }, "provide": { "php-http/async-client-implementation": "*", "php-http/client-implementation": "*", "psr/http-client-implementation": "1.0", "symfony/http-client-implementation": "1.1|2.0" }, "require-dev": { "guzzlehttp/promises": "^1.4", "nyholm/psr7": "^1.0", "php-http/httplug": "^1.0|^2.0", "psr/http-client": "^1.0", "symfony/dependency-injection": "^4.3|^5.0", "symfony/http-kernel": "^4.4.13", "symfony/process": "^4.2|^5.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\HttpClient\\": "" }, "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 powerful methods to fetch HTTP resources synchronously or asynchronously", "homepage": "https://symfony.com", "time": "2021-03-25T17:52:07+00:00" }, { "name": "symfony/http-client-contracts", "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/symfony/http-client-contracts.git", "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/7e82f6084d7cae521a75ef2cb5c9457bbda785f4", "reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4", "shasum": "" }, "require": { "php": ">=7.2.5" }, "suggest": { "symfony/http-client-implementation": "" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.4-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\HttpClient\\": "" } }, "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 HTTP clients", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "support": { "source": "https://github.com/symfony/http-client-contracts/tree/v2.4.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-04-11T23:07:08+00:00" }, { "name": "symfony/http-foundation", "version": "v4.4.29", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", "reference": "7016057b01f0ed3ec3ba1f31a580b6661667c2e1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/7016057b01f0ed3ec3ba1f31a580b6661667c2e1", "reference": "7016057b01f0ed3ec3ba1f31a580b6661667c2e1", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/mime": "^4.3|^5.0", "symfony/polyfill-mbstring": "~1.1", "symfony/polyfill-php80": "^1.16" }, "require-dev": { "predis/predis": "~1.0", "symfony/expression-language": "^3.4|^4.0|^5.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\HttpFoundation\\": "" }, "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": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/http-foundation/tree/v4.4.29" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-07-27T14:32:23+00:00" }, { "name": "symfony/http-kernel", "version": "v4.4.29", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", "reference": "752b170e1ba0dd4104e7fa17c1cef1ec8a7fc506" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/752b170e1ba0dd4104e7fa17c1cef1ec8a7fc506", "reference": "752b170e1ba0dd4104e7fa17c1cef1ec8a7fc506", "shasum": "" }, "require": { "php": ">=7.1.3", "psr/log": "^1|^2", "symfony/error-handler": "^4.4", "symfony/event-dispatcher": "^4.4", "symfony/http-client-contracts": "^1.1|^2", "symfony/http-foundation": "^4.4|^5.0", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-php73": "^1.9", "symfony/polyfill-php80": "^1.16" }, "conflict": { "symfony/browser-kit": "<4.3", "symfony/config": "<3.4", "symfony/console": ">=5", "symfony/dependency-injection": "<4.3", "symfony/translation": "<4.2", "twig/twig": "<1.43|<2.13,>=2" }, "provide": { "psr/log-implementation": "1.0|2.0" }, "require-dev": { "psr/cache": "^1.0|^2.0|^3.0", "symfony/browser-kit": "^4.3|^5.0", "symfony/config": "^3.4|^4.0|^5.0", "symfony/console": "^3.4|^4.0", "symfony/css-selector": "^3.4|^4.0|^5.0", "symfony/dependency-injection": "^4.3|^5.0", "symfony/dom-crawler": "^3.4|^4.0|^5.0", "symfony/expression-language": "^3.4|^4.0|^5.0", "symfony/finder": "^3.4|^4.0|^5.0", "symfony/process": "^3.4|^4.0|^5.0", "symfony/routing": "^3.4|^4.0|^5.0", "symfony/stopwatch": "^3.4|^4.0|^5.0", "symfony/templating": "^3.4|^4.0|^5.0", "symfony/translation": "^4.2|^5.0", "symfony/translation-contracts": "^1.1|^2", "twig/twig": "^1.43|^2.13|^3.0.4" }, "suggest": { "symfony/browser-kit": "", "symfony/config": "", "symfony/console": "", "symfony/dependency-injection": "" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\HttpKernel\\": "" }, "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 a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/http-kernel/tree/v4.4.29" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-07-29T06:45:05+00:00" }, { "name": "symfony/lock", "version": "v4.4.21", "source": { "type": "git", "url": "https://github.com/symfony/lock.git", "reference": "e95b36dd178eb43b02e84b90635399da4a9c3120" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/lock/zipball/e95b36dd178eb43b02e84b90635399da4a9c3120", "reference": "e95b36dd178eb43b02e84b90635399da4a9c3120", "shasum": "" }, "require": { "php": ">=7.1.3", "psr/log": "~1.0" }, "conflict": { "doctrine/dbal": "<2.6" }, "require-dev": { "doctrine/dbal": "^2.6|^3.0", "predis/predis": "~1.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Lock\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jérémy Derussé", "email": "jeremy@derusse.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Creates and manages locks, a mechanism to provide exclusive access to a shared resource", "homepage": "https://symfony.com", "keywords": [ "cas", "flock", "locking", "mutex", "redlock", "semaphore" ], "time": "2021-03-24T08:30:27+00:00" }, { "name": "symfony/mime", "version": "v5.3.4", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", "reference": "633e4e8afe9e529e5599d71238849a4218dd497b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/mime/zipball/633e4e8afe9e529e5599d71238849a4218dd497b", "reference": "633e4e8afe9e529e5599d71238849a4218dd497b", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-intl-idn": "^1.10", "symfony/polyfill-mbstring": "^1.0", "symfony/polyfill-php80": "^1.16" }, "conflict": { "egulias/email-validator": "~3.0.0", "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", "symfony/mailer": "<4.4" }, "require-dev": { "egulias/email-validator": "^2.1.10|^3.1", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "symfony/dependency-injection": "^4.4|^5.0", "symfony/property-access": "^4.4|^5.1", "symfony/property-info": "^4.4|^5.1", "symfony/serializer": "^5.2" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Mime\\": "" }, "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": "Allows manipulating MIME messages", "homepage": "https://symfony.com", "keywords": [ "mime", "mime-type" ], "support": { "source": "https://github.com/symfony/mime/tree/v5.3.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-07-21T12:40:44+00:00" }, { "name": "symfony/monolog-bridge", "version": "v4.4.21", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bridge.git", "reference": "3741314b95e8d0c11a485dce562898f5f67f455c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/3741314b95e8d0c11a485dce562898f5f67f455c", "reference": "3741314b95e8d0c11a485dce562898f5f67f455c", "shasum": "" }, "require": { "monolog/monolog": "^1.25.1", "php": ">=7.1.3", "symfony/http-kernel": "^4.3", "symfony/service-contracts": "^1.1|^2" }, "conflict": { "symfony/console": "<3.4", "symfony/http-foundation": "<3.4" }, "require-dev": { "symfony/console": "^3.4|^4.0|^5.0", "symfony/http-client": "^4.4|^5.0", "symfony/security-core": "^3.4|^4.0|^5.0", "symfony/var-dumper": "^3.4|^4.0|^5.0" }, "suggest": { "symfony/console": "For the possibility to show log messages in console commands depending on verbosity settings.", "symfony/http-kernel": "For using the debugging handlers together with the response life cycle of the HTTP kernel.", "symfony/var-dumper": "For using the debugging handlers like the console handler or the log server handler." }, "type": "symfony-bridge", "autoload": { "psr-4": { "Symfony\\Bridge\\Monolog\\": "" }, "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 integration for Monolog with various Symfony components", "homepage": "https://symfony.com", "time": "2021-03-05T17:58:50+00:00" }, { "name": "symfony/monolog-bundle", "version": "v3.7.0", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bundle.git", "reference": "4054b2e940a25195ae15f0a49ab0c51718922eb4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/4054b2e940a25195ae15f0a49ab0c51718922eb4", "reference": "4054b2e940a25195ae15f0a49ab0c51718922eb4", "shasum": "" }, "require": { "monolog/monolog": "~1.22 || ~2.0", "php": ">=7.1.3", "symfony/config": "~4.4 || ^5.0", "symfony/dependency-injection": "^4.4 || ^5.0", "symfony/http-kernel": "~4.4 || ^5.0", "symfony/monolog-bridge": "~4.4 || ^5.0" }, "require-dev": { "symfony/console": "~4.4 || ^5.0", "symfony/phpunit-bridge": "^5.1", "symfony/yaml": "~4.4 || ^5.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { "Symfony\\Bundle\\MonologBundle\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony MonologBundle", "homepage": "https://symfony.com", "keywords": [ "log", "logging" ], "time": "2021-03-31T07:20:47+00:00" }, { "name": "symfony/options-resolver", "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", "reference": "5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/options-resolver/zipball/5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce", "reference": "5d0f633f9bbfcf7ec642a2b5037268e61b0a62ce", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-php73": "~1.0", "symfony/polyfill-php80": "^1.15" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\OptionsResolver\\": "" }, "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 improved replacement for the array_replace PHP function", "homepage": "https://symfony.com", "keywords": [ "config", "configuration", "options" ], "time": "2021-01-27T12:56:27+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce", "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce", "shasum": "" }, "require": { "php": ">=7.1" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], "support": { "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-02-19T12:13:01+00:00" }, { "name": "symfony/polyfill-iconv", "version": "v1.22.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", "reference": "06fb361659649bcfd6a208a0f1fcaf4e827ad342" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/06fb361659649bcfd6a208a0f1fcaf4e827ad342", "reference": "06fb361659649bcfd6a208a0f1fcaf4e827ad342", "shasum": "" }, "require": { "php": ">=7.1" }, "suggest": { "ext-iconv": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.22-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Iconv\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Iconv extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "iconv", "polyfill", "portable", "shim" ], "time": "2021-01-22T09:19:47+00:00" }, { "name": "symfony/polyfill-intl-grapheme", "version": "v1.23.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", "reference": "16880ba9c5ebe3642d1995ab866db29270b36535" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/16880ba9c5ebe3642d1995ab866db29270b36535", "reference": "16880ba9c5ebe3642d1995ab866db29270b36535", "shasum": "" }, "require": { "php": ">=7.1" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Intl\\Grapheme\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for intl's grapheme_* functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "grapheme", "intl", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.23.1" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-05-27T12:26:48+00:00" }, { "name": "symfony/polyfill-intl-idn", "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65", "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65", "shasum": "" }, "require": { "php": ">=7.1", "symfony/polyfill-intl-normalizer": "^1.10", "symfony/polyfill-php72": "^1.10" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Intl\\Idn\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Laurent Bassin", "email": "laurent@bassin.info" }, { "name": "Trevor Rowbotham", "email": "trevor.rowbotham@pm.me" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "idn", "intl", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-05-27T09:27:20+00:00" }, { "name": "symfony/polyfill-intl-normalizer", "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8", "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8", "shasum": "" }, "require": { "php": ">=7.1" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Intl\\Normalizer\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for intl's Normalizer class and related functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "intl", "normalizer", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-02-19T12:13:01+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.23.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6", "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6", "shasum": "" }, "require": { "php": ">=7.1" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-05-27T12:26:48+00:00" }, { "name": "symfony/polyfill-php72", "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", "reference": "9a142215a36a3888e30d0a9eeea9766764e96976" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976", "reference": "9a142215a36a3888e30d0a9eeea9766764e96976", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php72\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-05-27T09:17:38+00:00" }, { "name": "symfony/polyfill-php73", "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010", "reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php73\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-02-19T12:13:01+00:00" }, { "name": "symfony/polyfill-php80", "version": "v1.23.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be", "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php80\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ion Bazan", "email": "ion.bazan@gmail.com" }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-07-28T13:41:28+00:00" }, { "name": "symfony/polyfill-php81", "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", "reference": "e66119f3de95efc359483f810c4c3e6436279436" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436", "reference": "e66119f3de95efc359483f810c4c3e6436279436", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.23-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Php81\\": "" }, "files": [ "bootstrap.php" ], "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-05-21T13:25:03+00:00" }, { "name": "symfony/process", "version": "v4.4.20", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "7e950b6366d4da90292c2e7fa820b3c1842b965a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/7e950b6366d4da90292c2e7fa820b3c1842b965a", "reference": "7e950b6366d4da90292c2e7fa820b3c1842b965a", "shasum": "" }, "require": { "php": ">=7.1.3" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "time": "2021-01-27T09:09:26+00:00" }, { "name": "symfony/property-access", "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", "reference": "3af8ed262bd3217512a13b023981fe68f36ad5f3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/property-access/zipball/3af8ed262bd3217512a13b023981fe68f36ad5f3", "reference": "3af8ed262bd3217512a13b023981fe68f36ad5f3", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-php80": "^1.15", "symfony/property-info": "^5.2" }, "require-dev": { "symfony/cache": "^4.4|^5.0" }, "suggest": { "psr/cache-implementation": "To cache access methods." }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\PropertyAccess\\": "" }, "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 functions to read and write from/to an object or array using a simple string notation", "homepage": "https://symfony.com", "keywords": [ "access", "array", "extraction", "index", "injection", "object", "property", "property path", "reflection" ], "time": "2021-01-27T10:15:41+00:00" }, { "name": "symfony/property-info", "version": "v5.2.4", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", "reference": "7185bbc74e6f49c3f1b5936b4d9e4ca133921189" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/property-info/zipball/7185bbc74e6f49c3f1b5936b4d9e4ca133921189", "reference": "7185bbc74e6f49c3f1b5936b4d9e4ca133921189", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1", "symfony/polyfill-php80": "^1.15", "symfony/string": "^5.1" }, "conflict": { "phpdocumentor/reflection-docblock": "<3.2.2", "phpdocumentor/type-resolver": "<1.4.0", "symfony/dependency-injection": "<4.4" }, "require-dev": { "doctrine/annotations": "^1.10.4", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "symfony/cache": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", "symfony/serializer": "^4.4|^5.0" }, "suggest": { "phpdocumentor/reflection-docblock": "To use the PHPDoc", "psr/cache-implementation": "To cache results", "symfony/doctrine-bridge": "To use Doctrine metadata", "symfony/serializer": "To use Serializer metadata" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\PropertyInfo\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kévin Dunglas", "email": "dunglas@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Extracts information about PHP class' properties using metadata of popular sources", "homepage": "https://symfony.com", "keywords": [ "doctrine", "phpdoc", "property", "symfony", "type", "validator" ], "time": "2021-02-17T15:24:54+00:00" }, { "name": "symfony/proxy-manager-bridge", "version": "v4.4.18", "source": { "type": "git", "url": "https://github.com/symfony/proxy-manager-bridge.git", "reference": "373d72703ef24b6a22c8592f53c7f0e333d9f038" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/373d72703ef24b6a22c8592f53c7f0e333d9f038", "reference": "373d72703ef24b6a22c8592f53c7f0e333d9f038", "shasum": "" }, "require": { "composer/package-versions-deprecated": "^1.8", "ocramius/proxy-manager": "~2.1", "php": ">=7.1.3", "symfony/dependency-injection": "^4.0|^5.0" }, "conflict": { "zendframework/zend-eventmanager": "2.6.0" }, "require-dev": { "symfony/config": "^3.4|^4.0|^5.0" }, "type": "symfony-bridge", "autoload": { "psr-4": { "Symfony\\Bridge\\ProxyManager\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony ProxyManager Bridge", "homepage": "https://symfony.com", "time": "2020-11-12T13:19:35+00:00" }, { "name": "symfony/routing", "version": "v4.4.27", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", "reference": "244609821beece97167fa7ba4eef49d2a31862db" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/routing/zipball/244609821beece97167fa7ba4eef49d2a31862db", "reference": "244609821beece97167fa7ba4eef49d2a31862db", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-php80": "^1.16" }, "conflict": { "symfony/config": "<4.2", "symfony/dependency-injection": "<3.4", "symfony/yaml": "<3.4" }, "require-dev": { "doctrine/annotations": "^1.10.4", "psr/log": "^1|^2|^3", "symfony/config": "^4.2|^5.0", "symfony/dependency-injection": "^3.4|^4.0|^5.0", "symfony/expression-language": "^3.4|^4.0|^5.0", "symfony/http-foundation": "^3.4|^4.0|^5.0", "symfony/yaml": "^3.4|^4.0|^5.0" }, "suggest": { "doctrine/annotations": "For using the annotation loader", "symfony/config": "For using the all-in-one router or any loader", "symfony/expression-language": "For using expression matching", "symfony/http-foundation": "For using a Symfony Request object", "symfony/yaml": "For using the YAML loader" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Routing\\": "" }, "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": "Maps an HTTP request to a set of configuration variables", "homepage": "https://symfony.com", "keywords": [ "router", "routing", "uri", "url" ], "support": { "source": "https://github.com/symfony/routing/tree/v4.4.27" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-07-23T15:41:52+00:00" }, { "name": "symfony/security-bundle", "version": "v4.4.21", "source": { "type": "git", "url": "https://github.com/symfony/security-bundle.git", "reference": "607dcdb60ef74d63fbeb86549c52075f040ae4cc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security-bundle/zipball/607dcdb60ef74d63fbeb86549c52075f040ae4cc", "reference": "607dcdb60ef74d63fbeb86549c52075f040ae4cc", "shasum": "" }, "require": { "ext-xml": "*", "php": ">=7.1.3", "symfony/config": "^4.2|^5.0", "symfony/dependency-injection": "^4.4|^5.0", "symfony/http-kernel": "^4.4", "symfony/security-core": "^4.4", "symfony/security-csrf": "^4.2|^5.0", "symfony/security-guard": "^4.2|^5.0", "symfony/security-http": "^4.4.5" }, "conflict": { "symfony/browser-kit": "<4.2", "symfony/console": "<3.4", "symfony/framework-bundle": "<4.4", "symfony/ldap": "<4.4", "symfony/twig-bundle": "<4.4" }, "require-dev": { "doctrine/doctrine-bundle": "^1.5|^2.0", "symfony/asset": "^3.4|^4.0|^5.0", "symfony/browser-kit": "^4.2|^5.0", "symfony/console": "^3.4|^4.0|^5.0", "symfony/css-selector": "^3.4|^4.0|^5.0", "symfony/dom-crawler": "^3.4|^4.0|^5.0", "symfony/expression-language": "^3.4|^4.0|^5.0", "symfony/form": "^3.4|^4.0|^5.0", "symfony/framework-bundle": "^4.4|^5.0", "symfony/process": "^3.4|^4.0|^5.0", "symfony/serializer": "^4.4|^5.0", "symfony/translation": "^3.4|^4.0|^5.0", "symfony/twig-bridge": "^3.4|^4.0|^5.0", "symfony/twig-bundle": "^4.4|^5.0", "symfony/validator": "^3.4|^4.0|^5.0", "symfony/yaml": "^3.4|^4.0|^5.0", "twig/twig": "^1.43|^2.13|^3.0.4" }, "type": "symfony-bundle", "autoload": { "psr-4": { "Symfony\\Bundle\\SecurityBundle\\": "" }, "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 a tight integration of the Security component into the Symfony full-stack framework", "homepage": "https://symfony.com", "time": "2021-03-22T08:54:48+00:00" }, { "name": "symfony/security-core", "version": "v4.4.29", "source": { "type": "git", "url": "https://github.com/symfony/security-core.git", "reference": "eb753f38b2baa10642c81e4955f14b58b59dc4b1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security-core/zipball/eb753f38b2baa10642c81e4955f14b58b59dc4b1", "reference": "eb753f38b2baa10642c81e4955f14b58b59dc4b1", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/event-dispatcher-contracts": "^1.1|^2", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1.6|^2" }, "conflict": { "symfony/event-dispatcher": "<4.3|>=5", "symfony/ldap": "<4.4", "symfony/security-guard": "<4.3" }, "require-dev": { "psr/container": "^1.0|^2.0", "psr/log": "^1|^2|^3", "symfony/event-dispatcher": "^4.3", "symfony/expression-language": "^3.4|^4.0|^5.0", "symfony/http-foundation": "^3.4|^4.0|^5.0", "symfony/ldap": "^4.4|^5.0", "symfony/translation": "^4.4|^5.0", "symfony/validator": "^3.4.31|^4.3.4|^5.0" }, "suggest": { "psr/container-implementation": "To instantiate the Security class", "symfony/event-dispatcher": "", "symfony/expression-language": "For using the expression voter", "symfony/http-foundation": "", "symfony/ldap": "For using LDAP integration", "symfony/validator": "For using the user password constraint" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Security\\Core\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Security Component - Core Library", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/security-core/tree/v4.4.29" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-07-27T06:31:16+00:00" }, { "name": "symfony/security-csrf", "version": "v5.2.12", "source": { "type": "git", "url": "https://github.com/symfony/security-csrf.git", "reference": "f0af6689451582e55f6b3439362e72e536e916e4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security-csrf/zipball/f0af6689451582e55f6b3439362e72e536e916e4", "reference": "f0af6689451582e55f6b3439362e72e536e916e4", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-php80": "^1.16", "symfony/security-core": "^4.4|^5.0" }, "conflict": { "symfony/http-foundation": "<4.4" }, "require-dev": { "symfony/http-foundation": "^4.4|^5.0" }, "suggest": { "symfony/http-foundation": "For using the class SessionTokenStorage." }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Security\\Csrf\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Security Component - CSRF Library", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/security-csrf/tree/v5.2.12" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-07-21T12:38:00+00:00" }, { "name": "symfony/security-guard", "version": "v4.4.20", "source": { "type": "git", "url": "https://github.com/symfony/security-guard.git", "reference": "20f522ada1eefb7c2f90cb83dcc76abb160c782f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security-guard/zipball/20f522ada1eefb7c2f90cb83dcc76abb160c782f", "reference": "20f522ada1eefb7c2f90cb83dcc76abb160c782f", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/security-core": "^3.4.22|^4.2.3|^5.0", "symfony/security-http": "^4.4.1" }, "require-dev": { "psr/log": "~1.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Security\\Guard\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Security Component - Guard", "homepage": "https://symfony.com", "time": "2021-01-27T09:09:26+00:00" }, { "name": "symfony/security-http", "version": "v4.4.21", "source": { "type": "git", "url": "https://github.com/symfony/security-http.git", "reference": "c5546b762376e4d9a806b08bf4495b2633573ff8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security-http/zipball/c5546b762376e4d9a806b08bf4495b2633573ff8", "reference": "c5546b762376e4d9a806b08bf4495b2633573ff8", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7", "symfony/http-kernel": "^4.4", "symfony/property-access": "^3.4|^4.0|^5.0", "symfony/security-core": "^4.4.8" }, "conflict": { "symfony/event-dispatcher": ">=5", "symfony/security-csrf": "<3.4.11|~4.0,<4.0.11" }, "require-dev": { "psr/log": "~1.0", "symfony/routing": "^3.4|^4.0|^5.0", "symfony/security-csrf": "^3.4.11|^4.0.11|^5.0" }, "suggest": { "symfony/routing": "For using the HttpUtils class to create sub-requests, redirect the user, and match URLs", "symfony/security-csrf": "For using tokens to protect authentication/logout attempts" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Security\\Http\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Security Component - HTTP Integration", "homepage": "https://symfony.com", "time": "2021-03-12T01:21:32+00:00" }, { "name": "symfony/service-contracts", "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb", "reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/container": "^1.1" }, "suggest": { "symfony/service-implementation": "" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.4-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Service\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Generic abstractions related to writing services", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "support": { "source": "https://github.com/symfony/service-contracts/tree/v2.4.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-04-01T10:43:52+00:00" }, { "name": "symfony/stopwatch", "version": "v4.4.27", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", "reference": "c85d997af06a58ba83e2d2538e335b894c24523d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/stopwatch/zipball/c85d997af06a58ba83e2d2538e335b894c24523d", "reference": "c85d997af06a58ba83e2d2538e335b894c24523d", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/service-contracts": "^1.0|^2" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Stopwatch\\": "" }, "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 a way to profile code", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/stopwatch/tree/v4.4.27" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-07-10T08:41:57+00:00" }, { "name": "symfony/string", "version": "v5.3.3", "source": { "type": "git", "url": "https://github.com/symfony/string.git", "reference": "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/string/zipball/bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1", "reference": "bd53358e3eccec6a670b5f33ab680d8dbe1d4ae1", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-grapheme": "~1.0", "symfony/polyfill-intl-normalizer": "~1.0", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "~1.15" }, "require-dev": { "symfony/error-handler": "^4.4|^5.0", "symfony/http-client": "^4.4|^5.0", "symfony/translation-contracts": "^1.1|^2", "symfony/var-exporter": "^4.4|^5.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\String\\": "" }, "files": [ "Resources/functions.php" ], "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", "homepage": "https://symfony.com", "keywords": [ "grapheme", "i18n", "string", "unicode", "utf-8", "utf8" ], "support": { "source": "https://github.com/symfony/string/tree/v5.3.3" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-06-27T11:44:38+00:00" }, { "name": "symfony/swiftmailer-bundle", "version": "v3.5.2", "source": { "type": "git", "url": "https://github.com/symfony/swiftmailer-bundle.git", "reference": "6b72355549f02823a2209180f9c035e46ca3f178" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/6b72355549f02823a2209180f9c035e46ca3f178", "reference": "6b72355549f02823a2209180f9c035e46ca3f178", "shasum": "" }, "require": { "php": ">=7.1", "swiftmailer/swiftmailer": "^6.1.3", "symfony/config": "^4.4|^5.0", "symfony/dependency-injection": "^4.4|^5.0", "symfony/http-kernel": "^4.4|^5.0" }, "conflict": { "twig/twig": "<1.41|>=2.0,<2.10" }, "require-dev": { "symfony/console": "^4.4|^5.0", "symfony/framework-bundle": "^4.4|^5.0", "symfony/phpunit-bridge": "^4.4|^5.0", "symfony/yaml": "^4.4|^5.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-main": "3.5-dev" } }, "autoload": { "psr-4": { "Symfony\\Bundle\\SwiftmailerBundle\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "http://symfony.com/contributors" } ], "description": "Symfony SwiftmailerBundle", "homepage": "http://symfony.com", "time": "2021-01-25T17:31:39+00:00" }, { "name": "symfony/templating", "version": "v5.3.4", "source": { "type": "git", "url": "https://github.com/symfony/templating.git", "reference": "3f4bb5c819c0418093d4d401ef82a145deb4908e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/templating/zipball/3f4bb5c819c0418093d4d401ef82a145deb4908e", "reference": "3f4bb5c819c0418093d4d401ef82a145deb4908e", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8" }, "require-dev": { "psr/log": "^1|^2|^3" }, "suggest": { "psr/log-implementation": "For using debug logging in loaders" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Templating\\": "" }, "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 all the tools needed to build any kind of template system", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/templating/tree/v5.3.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-07-23T15:54:19+00:00" }, { "name": "symfony/translation", "version": "v4.4.27", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", "reference": "2e3c0f2bf704d635ba862e7198d72331a62d82ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation/zipball/2e3c0f2bf704d635ba862e7198d72331a62d82ba", "reference": "2e3c0f2bf704d635ba862e7198d72331a62d82ba", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.16", "symfony/translation-contracts": "^1.1.6|^2" }, "conflict": { "symfony/config": "<3.4", "symfony/dependency-injection": "<3.4", "symfony/http-kernel": "<4.4", "symfony/yaml": "<3.4" }, "provide": { "symfony/translation-implementation": "1.0|2.0" }, "require-dev": { "psr/log": "^1|^2|^3", "symfony/config": "^3.4|^4.0|^5.0", "symfony/console": "^3.4|^4.0|^5.0", "symfony/dependency-injection": "^3.4|^4.0|^5.0", "symfony/finder": "~2.8|~3.0|~4.0|^5.0", "symfony/http-kernel": "^4.4", "symfony/intl": "^3.4|^4.0|^5.0", "symfony/service-contracts": "^1.1.2|^2", "symfony/yaml": "^3.4|^4.0|^5.0" }, "suggest": { "psr/log-implementation": "To use logging capability in translator", "symfony/config": "", "symfony/yaml": "" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Translation\\": "" }, "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 tools to internationalize your application", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/translation/tree/v4.4.27" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-07-21T13:12:00+00:00" }, { "name": "symfony/translation-contracts", "version": "v2.4.0", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", "reference": "95c812666f3e91db75385749fe219c5e494c7f95" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95", "reference": "95c812666f3e91db75385749fe219c5e494c7f95", "shasum": "" }, "require": { "php": ">=7.2.5" }, "suggest": { "symfony/translation-implementation": "" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.4-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Translation\\": "" } }, "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 translation", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "support": { "source": "https://github.com/symfony/translation-contracts/tree/v2.4.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-03-23T23:28:01+00:00" }, { "name": "symfony/twig-bridge", "version": "v4.4.21", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", "reference": "f5d0492a38c5325d9c322d406dbe95bc26fc530d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/f5d0492a38c5325d9c322d406dbe95bc26fc530d", "reference": "f5d0492a38c5325d9c322d406dbe95bc26fc530d", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/translation-contracts": "^1.1|^2", "twig/twig": "^1.43|^2.13|^3.0.4" }, "conflict": { "symfony/console": "<3.4", "symfony/form": "<4.4", "symfony/http-foundation": "<4.3", "symfony/translation": "<4.2", "symfony/workflow": "<4.3" }, "require-dev": { "egulias/email-validator": "^2.1.10|^3", "symfony/asset": "^3.4|^4.0|^5.0", "symfony/console": "^3.4|^4.0|^5.0", "symfony/dependency-injection": "^3.4|^4.0|^5.0", "symfony/error-handler": "^4.4|^5.0", "symfony/expression-language": "^3.4|^4.0|^5.0", "symfony/finder": "^3.4|^4.0|^5.0", "symfony/form": "^4.4.17", "symfony/http-foundation": "^4.3|^5.0", "symfony/http-kernel": "^4.4", "symfony/intl": "^4.4|^5.0", "symfony/mime": "^4.3|^5.0", "symfony/polyfill-intl-icu": "~1.0", "symfony/routing": "^3.4|^4.0|^5.0", "symfony/security-acl": "^2.8|^3.0", "symfony/security-core": "^3.0|^4.0|^5.0", "symfony/security-csrf": "^3.4|^4.0|^5.0", "symfony/security-http": "^3.4|^4.0|^5.0", "symfony/stopwatch": "^3.4|^4.0|^5.0", "symfony/templating": "^3.4|^4.0|^5.0", "symfony/translation": "^4.2.1|^5.0", "symfony/web-link": "^4.4|^5.0", "symfony/workflow": "^4.3|^5.0", "symfony/yaml": "^3.4|^4.0|^5.0", "twig/cssinliner-extra": "^2.12|^3", "twig/inky-extra": "^2.12|^3", "twig/markdown-extra": "^2.12|^3" }, "suggest": { "symfony/asset": "For using the AssetExtension", "symfony/expression-language": "For using the ExpressionExtension", "symfony/finder": "", "symfony/form": "For using the FormExtension", "symfony/http-kernel": "For using the HttpKernelExtension", "symfony/routing": "For using the RoutingExtension", "symfony/security-core": "For using the SecurityExtension", "symfony/security-csrf": "For using the CsrfExtension", "symfony/security-http": "For using the LogoutUrlExtension", "symfony/stopwatch": "For using the StopwatchExtension", "symfony/templating": "For using the TwigEngine", "symfony/translation": "For using the TranslationExtension", "symfony/var-dumper": "For using the DumpExtension", "symfony/web-link": "For using the WebLinkExtension", "symfony/yaml": "For using the YamlExtension" }, "type": "symfony-bridge", "autoload": { "psr-4": { "Symfony\\Bridge\\Twig\\": "" }, "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 integration for Twig with various Symfony components", "homepage": "https://symfony.com", "time": "2021-03-16T08:08:39+00:00" }, { "name": "symfony/twig-bundle", "version": "v4.4.20", "source": { "type": "git", "url": "https://github.com/symfony/twig-bundle.git", "reference": "7cee73b45e3bd963a0ab4184f1041dcdc85b6e86" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/7cee73b45e3bd963a0ab4184f1041dcdc85b6e86", "reference": "7cee73b45e3bd963a0ab4184f1041dcdc85b6e86", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/http-foundation": "^4.3|^5.0", "symfony/http-kernel": "^4.4", "symfony/polyfill-ctype": "~1.8", "symfony/twig-bridge": "^4.4|^5.0", "twig/twig": "^1.43|^2.13|^3.0.4" }, "conflict": { "symfony/dependency-injection": "<4.1", "symfony/framework-bundle": "<4.4", "symfony/translation": "<4.2" }, "require-dev": { "doctrine/annotations": "^1.10.4", "doctrine/cache": "~1.0", "symfony/asset": "^3.4|^4.0|^5.0", "symfony/dependency-injection": "^4.2.5|^5.0", "symfony/expression-language": "^3.4|^4.0|^5.0", "symfony/finder": "^3.4|^4.0|^5.0", "symfony/form": "^3.4|^4.0|^5.0", "symfony/framework-bundle": "^4.4|^5.0", "symfony/routing": "^3.4|^4.0|^5.0", "symfony/stopwatch": "^3.4|^4.0|^5.0", "symfony/templating": "^3.4|^4.0|^5.0", "symfony/translation": "^4.2|^5.0", "symfony/web-link": "^3.4|^4.0|^5.0", "symfony/yaml": "^3.4|^4.0|^5.0" }, "type": "symfony-bundle", "autoload": { "psr-4": { "Symfony\\Bundle\\TwigBundle\\": "" }, "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 a tight integration of Twig into the Symfony full-stack framework", "homepage": "https://symfony.com", "time": "2021-01-27T09:09:26+00:00" }, { "name": "symfony/var-dumper", "version": "v4.4.27", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", "reference": "391d6d0e7a06ab54eb7c38fab29b8d174471b3ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/391d6d0e7a06ab54eb7c38fab29b8d174471b3ba", "reference": "391d6d0e7a06ab54eb7c38fab29b8d174471b3ba", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php72": "~1.5", "symfony/polyfill-php80": "^1.16" }, "conflict": { "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", "symfony/console": "<3.4" }, "require-dev": { "ext-iconv": "*", "symfony/console": "^3.4|^4.0|^5.0", "symfony/process": "^4.4|^5.0", "twig/twig": "^1.43|^2.13|^3.0.4" }, "suggest": { "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", "ext-intl": "To show region name in time zone dump", "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" }, "bin": [ "Resources/bin/var-dump-server" ], "type": "library", "autoload": { "files": [ "Resources/functions/dump.php" ], "psr-4": { "Symfony\\Component\\VarDumper\\": "" }, "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 mechanisms for walking through any arbitrary PHP variable", "homepage": "https://symfony.com", "keywords": [ "debug", "dump" ], "support": { "source": "https://github.com/symfony/var-dumper/tree/v4.4.27" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-07-23T15:41:52+00:00" }, { "name": "symfony/var-exporter", "version": "v5.3.4", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", "reference": "b7898a65fc91e7c41de7a88c7db9aee9c0d432f0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-exporter/zipball/b7898a65fc91e7c41de7a88c7db9aee9c0d432f0", "reference": "b7898a65fc91e7c41de7a88c7db9aee9c0d432f0", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-php80": "^1.16" }, "require-dev": { "symfony/var-dumper": "^4.4.9|^5.0.9" }, "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.3.4" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2021-07-21T12:38:00+00:00" }, { "name": "symfony/web-profiler-bundle", "version": "v4.4.21", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", "reference": "bd848a0c0f3e7229e329adeea10e8945f70cb4c9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/bd848a0c0f3e7229e329adeea10e8945f70cb4c9", "reference": "bd848a0c0f3e7229e329adeea10e8945f70cb4c9", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/config": "^4.2|^5.0", "symfony/framework-bundle": "^4.4|^5.0", "symfony/http-kernel": "^4.4", "symfony/routing": "^4.3|^5.0", "symfony/twig-bundle": "^4.2|^5.0", "twig/twig": "^1.43|^2.13|^3.0.4" }, "conflict": { "symfony/form": "<4.3", "symfony/messenger": "<4.2" }, "require-dev": { "symfony/browser-kit": "^4.3|^5.0", "symfony/console": "^4.3|^5.0", "symfony/css-selector": "^3.4|^4.0|^5.0", "symfony/dependency-injection": "^3.4|^4.0|^5.0", "symfony/stopwatch": "^3.4|^4.0|^5.0" }, "type": "symfony-bundle", "autoload": { "psr-4": { "Symfony\\Bundle\\WebProfilerBundle\\": "" }, "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 a development tool that gives detailed information about the execution of any request", "homepage": "https://symfony.com", "time": "2021-03-15T15:12:10+00:00" }, { "name": "symfony/yaml", "version": "v4.4.21", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "3871c720871029f008928244e56cf43497da7e9d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/3871c720871029f008928244e56cf43497da7e9d", "reference": "3871c720871029f008928244e56cf43497da7e9d", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-ctype": "~1.8" }, "conflict": { "symfony/console": "<3.4" }, "require-dev": { "symfony/console": "^3.4|^4.0|^5.0" }, "suggest": { "symfony/console": "For validating YAML files using the lint command" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "time": "2021-03-05T17:58:50+00:00" }, { "name": "tecnickcom/tcpdf", "version": "6.4.1", "source": { "type": "git", "url": "https://github.com/tecnickcom/TCPDF.git", "reference": "5ba838befdb37ef06a16d9f716f35eb03cb1b329" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/tecnickcom/TCPDF/zipball/5ba838befdb37ef06a16d9f716f35eb03cb1b329", "reference": "5ba838befdb37ef06a16d9f716f35eb03cb1b329", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "classmap": [ "config", "include", "tcpdf.php", "tcpdf_parser.php", "tcpdf_import.php", "tcpdf_barcodes_1d.php", "tcpdf_barcodes_2d.php", "include/tcpdf_colors.php", "include/tcpdf_filters.php", "include/tcpdf_font_data.php", "include/tcpdf_fonts.php", "include/tcpdf_images.php", "include/tcpdf_static.php", "include/barcodes/datamatrix.php", "include/barcodes/pdf417.php", "include/barcodes/qrcode.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0-only" ], "authors": [ { "name": "Nicola Asuni", "email": "info@tecnick.com", "role": "lead" } ], "description": "TCPDF is a PHP class for generating PDF documents and barcodes.", "homepage": "http://www.tcpdf.org/", "keywords": [ "PDFD32000-2008", "TCPDF", "barcodes", "datamatrix", "pdf", "pdf417", "qrcode" ], "time": "2021-03-27T16:00:33+00:00" }, { "name": "terminal42/contao-changelanguage", "version": "3.1.16", "source": { "type": "git", "url": "https://github.com/terminal42/contao-changelanguage.git", "reference": "31a92e0c3802ff78c3abbb7216dad34bf0a3bcb9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/terminal42/contao-changelanguage/zipball/31a92e0c3802ff78c3abbb7216dad34bf0a3bcb9", "reference": "31a92e0c3802ff78c3abbb7216dad34bf0a3bcb9", "shasum": "" }, "require": { "codefog/contao-haste": "~4.13", "contao-community-alliance/composer-plugin": "^2.4.1 || ~3.0", "contao/core-bundle": "^3.5.9 || ~4.1", "menatwork/contao-multicolumnwizard": "^3.3", "php": ">=5.4" }, "conflict": { "aschempp/contao-calendarlanguage": "*", "contao-legacy/calendarlanguage": "*", "contao-legacy/newslanguage": "*", "terminal42/contao-newslanguage": "*" }, "replace": { "contao-legacy/changelanguage": "self.version" }, "require-dev": { "contao/core": "^3.5.9", "friendsofphp/php-cs-fixer": "^2.1", "phpunit/dbunit": "~1.3", "phpunit/phpunit": "4.*", "satooshi/php-coveralls": "~0.6" }, "type": "contao-module", "extra": { "branch-alias": { "dev-develop": "3.2.x-dev" }, "contao": { "sources": { "": "system/modules/changelanguage" }, "runonce": [ "config/update.php" ] } }, "autoload": { "psr-0": { "Terminal42\\ChangeLanguage\\": "library/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0+" ], "authors": [ { "name": "terminal42 gmbh", "homepage": "https://www.terminal42.ch" } ], "description": "ChangeLanguage extension for Contao Open Source CMS", "keywords": [ "change", "contao", "language" ], "time": "2021-01-19T09:08:21+00:00" }, { "name": "terminal42/contao-node", "version": "1.3.3", "source": { "type": "git", "url": "https://github.com/terminal42/contao-node.git", "reference": "57467ded7531dc8ae564e1c8b73af13d3dcacfe5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/terminal42/contao-node/zipball/57467ded7531dc8ae564e1c8b73af13d3dcacfe5", "reference": "57467ded7531dc8ae564e1c8b73af13d3dcacfe5", "shasum": "" }, "require": { "codefog/contao-haste": "^4.21", "codefog/tags-bundle": "^3.0", "contao/core-bundle": "^4.4", "php": ">=7.1" }, "conflict": { "contao/manager-plugin": "<2.0 || >=3.0" }, "require-dev": { "contao/manager-plugin": "^2.0", "friendsofphp/php-cs-fixer": "^2.2" }, "type": "contao-bundle", "extra": { "contao-manager-plugin": "Terminal42\\NodeBundle\\ContaoManager\\Plugin" }, "autoload": { "psr-4": { "Terminal42\\NodeBundle\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "terminal42", "homepage": "https://terminal42.ch" } ], "description": "Node bundle for Contao Open Source CMS", "keywords": [ "contao", "content", "node" ], "time": "2021-04-04T10:14:46+00:00" }, { "name": "terminal42/dc_multilingual", "version": "4.1.1", "source": { "type": "git", "url": "https://github.com/terminal42/contao-DC_Multilingual.git", "reference": "efeed67f5eab54360edfbf16026f20e19839f620" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/terminal42/contao-DC_Multilingual/zipball/efeed67f5eab54360edfbf16026f20e19839f620", "reference": "efeed67f5eab54360edfbf16026f20e19839f620", "shasum": "" }, "require": { "contao/core-bundle": "^4.4", "doctrine/dbal": "^2.5", "php": "^5.6 || ^7.0" }, "conflict": { "contao/manager-plugin": "<2.0 || >=3.0" }, "replace": { "contao-legacy/dc_multilingual": "self.version" }, "require-dev": { "contao/manager-plugin": "^2.0", "friendsofphp/php-cs-fixer": "^2.1" }, "type": "contao-module", "extra": { "contao-manager-plugin": "Terminal42\\DcMultilingualBundle\\ContaoManager\\Plugin" }, "autoload": { "classmap": [ "src/DC_Multilingual.php" ], "psr-4": { "Terminal42\\DcMultilingualBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-3.0+" ], "authors": [ { "name": "terminal42 gmbh", "homepage": "http://www.terminal42.ch" }, { "name": "Codefog", "homepage": "http://codefog.pl" } ], "description": "DC_Multilingual extension for Contao Open Source CMS", "keywords": [ "contao", "driver", "multilingual" ], "time": "2020-07-03T09:56:59+00:00" }, { "name": "terminal42/escargot", "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/terminal42/escargot.git", "reference": "dd4bcb2d28196e2a9d260b6bf4cd643a4ad4587e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/terminal42/escargot/zipball/dd4bcb2d28196e2a9d260b6bf4cd643a4ad4587e", "reference": "dd4bcb2d28196e2a9d260b6bf4cd643a4ad4587e", "shasum": "" }, "require": { "ext-simplexml": "*", "nyholm/psr7": "^1.1", "php": "^7.2 | ^8.0", "psr/http-message": "^1.0", "psr/log": "^1.1", "symfony/dom-crawler": "^4.4 | ^5.0", "symfony/event-dispatcher": "^4.4 | ^5.0", "symfony/http-client": "^4.4 | ^5.0", "webignition/robots-txt-file": "^3.0" }, "require-dev": { "doctrine/dbal": "^2.10", "symfony/finder": "^4.4 | ^5.0", "symfony/phpunit-bridge": "^5.1.8" }, "type": "library", "autoload": { "psr-4": { "Terminal42\\Escargot\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Yanick Witschi", "homepage": "https://github.com/toflar", "role": "Developer" } ], "description": "A web crawler or spider library based on Symfony components", "homepage": "https://www.terminal42.ch", "keywords": [ "crawl", "escargot", "index", "search", "spider" ], "time": "2021-03-29T08:08:33+00:00" }, { "name": "terminal42/service-annotation-bundle", "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/terminal42/service-annotation-bundle.git", "reference": "6676feaff9ae1efcb261b463d82f42d2fe1fc67a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/terminal42/service-annotation-bundle/zipball/6676feaff9ae1efcb261b463d82f42d2fe1fc67a", "reference": "6676feaff9ae1efcb261b463d82f42d2fe1fc67a", "shasum": "" }, "require": { "doctrine/annotations": "^1.6", "php": "^7.1 || ^8.0", "symfony/dependency-injection": "^4.0 || ^5.0", "symfony/http-kernel": "^4.0 || ^5.0" }, "require-dev": { "contao/easy-coding-standard": "^3.0" }, "type": "symfony-bundle", "autoload": { "psr-4": { "Terminal42\\ServiceAnnotationBundle\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "terminal42 gmbh", "homepage": "https://www.terminal42.ch/" } ], "description": "Add service tags from class annotations", "time": "2020-11-25T18:59:25+00:00" }, { "name": "thecodingmachine/safe", "version": "v1.3.3", "source": { "type": "git", "url": "https://github.com/thecodingmachine/safe.git", "reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/thecodingmachine/safe/zipball/a8ab0876305a4cdaef31b2350fcb9811b5608dbc", "reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "phpstan/phpstan": "^0.12", "squizlabs/php_codesniffer": "^3.2", "thecodingmachine/phpstan-strict-rules": "^0.12" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.1-dev" } }, "autoload": { "psr-4": { "Safe\\": [ "lib/", "deprecated/", "generated/" ] }, "files": [ "deprecated/apc.php", "deprecated/libevent.php", "deprecated/mssql.php", "deprecated/stats.php", "lib/special_cases.php", "generated/apache.php", "generated/apcu.php", "generated/array.php", "generated/bzip2.php", "generated/calendar.php", "generated/classobj.php", "generated/com.php", "generated/cubrid.php", "generated/curl.php", "generated/datetime.php", "generated/dir.php", "generated/eio.php", "generated/errorfunc.php", "generated/exec.php", "generated/fileinfo.php", "generated/filesystem.php", "generated/filter.php", "generated/fpm.php", "generated/ftp.php", "generated/funchand.php", "generated/gmp.php", "generated/gnupg.php", "generated/hash.php", "generated/ibase.php", "generated/ibmDb2.php", "generated/iconv.php", "generated/image.php", "generated/imap.php", "generated/info.php", "generated/ingres-ii.php", "generated/inotify.php", "generated/json.php", "generated/ldap.php", "generated/libxml.php", "generated/lzf.php", "generated/mailparse.php", "generated/mbstring.php", "generated/misc.php", "generated/msql.php", "generated/mysql.php", "generated/mysqli.php", "generated/mysqlndMs.php", "generated/mysqlndQc.php", "generated/network.php", "generated/oci8.php", "generated/opcache.php", "generated/openssl.php", "generated/outcontrol.php", "generated/password.php", "generated/pcntl.php", "generated/pcre.php", "generated/pdf.php", "generated/pgsql.php", "generated/posix.php", "generated/ps.php", "generated/pspell.php", "generated/readline.php", "generated/rpminfo.php", "generated/rrd.php", "generated/sem.php", "generated/session.php", "generated/shmop.php", "generated/simplexml.php", "generated/sockets.php", "generated/sodium.php", "generated/solr.php", "generated/spl.php", "generated/sqlsrv.php", "generated/ssdeep.php", "generated/ssh2.php", "generated/stream.php", "generated/strings.php", "generated/swoole.php", "generated/uodbc.php", "generated/uopz.php", "generated/url.php", "generated/var.php", "generated/xdiff.php", "generated/xml.php", "generated/xmlrpc.php", "generated/yaml.php", "generated/yaz.php", "generated/zip.php", "generated/zlib.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "PHP core functions that throw exceptions instead of returning FALSE on error", "time": "2020-10-28T17:51:34+00:00" }, { "name": "toflar/psr6-symfony-http-cache-store", "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/Toflar/psr6-symfony-http-cache-store.git", "reference": "0a6dd0da8dcce37efd3f3ac12e6f435dcd8fe244" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Toflar/psr6-symfony-http-cache-store/zipball/0a6dd0da8dcce37efd3f3ac12e6f435dcd8fe244", "reference": "0a6dd0da8dcce37efd3f3ac12e6f435dcd8fe244", "shasum": "" }, "require": { "php": "^7.2 | ^8.0", "symfony/cache": "^4.4 | ^5.0", "symfony/http-foundation": "^4.4 | ^5.0", "symfony/http-kernel": "^4.4 | ^5.0", "symfony/lock": "^4.4 | ^5.0", "symfony/options-resolver": "^4.4 | ^5.0" }, "require-dev": { "symfony/phpunit-bridge": "^5.0" }, "type": "library", "autoload": { "psr-4": { "Toflar\\Psr6HttpCacheStore\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Yanick Witschi", "email": "yanick.witschi@terminal42.ch" } ], "description": "An alternative store implementation for Symfony's HttpCache reverse proxy that supports auto-pruning of expired entries and cache invalidation by tags.", "time": "2020-11-23T21:38:47+00:00" }, { "name": "true/punycode", "version": "v2.1.1", "source": { "type": "git", "url": "https://github.com/true/php-punycode.git", "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/true/php-punycode/zipball/a4d0c11a36dd7f4e7cd7096076cab6d3378a071e", "reference": "a4d0c11a36dd7f4e7cd7096076cab6d3378a071e", "shasum": "" }, "require": { "php": ">=5.3.0", "symfony/polyfill-mbstring": "^1.3" }, "require-dev": { "phpunit/phpunit": "~4.7", "squizlabs/php_codesniffer": "~2.0" }, "type": "library", "autoload": { "psr-4": { "TrueBV\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Renan Gonçalves", "email": "renan.saddam@gmail.com" } ], "description": "A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)", "homepage": "https://github.com/true/php-punycode", "keywords": [ "idna", "punycode" ], "time": "2016-11-16T10:37:54+00:00" }, { "name": "twig/twig", "version": "v2.14.4", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", "reference": "0b4ba691fb99ec7952d25deb36c0a83061b93bbf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/0b4ba691fb99ec7952d25deb36c0a83061b93bbf", "reference": "0b4ba691fb99ec7952d25deb36c0a83061b93bbf", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-mbstring": "^1.3" }, "require-dev": { "psr/container": "^1.0", "symfony/phpunit-bridge": "^4.4.9|^5.0.9" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.14-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" }, "psr-4": { "Twig\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com", "homepage": "http://fabien.potencier.org", "role": "Lead Developer" }, { "name": "Twig Team", "role": "Contributors" }, { "name": "Armin Ronacher", "email": "armin.ronacher@active-4.com", "role": "Project Founder" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", "homepage": "https://twig.symfony.com", "keywords": [ "templating" ], "time": "2021-03-10T10:05:55+00:00" }, { "name": "ua-parser/uap-php", "version": "v3.9.14", "source": { "type": "git", "url": "https://github.com/ua-parser/uap-php.git", "reference": "b796c5ea5df588e65aeb4e2c6cce3811dec4fed6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ua-parser/uap-php/zipball/b796c5ea5df588e65aeb4e2c6cce3811dec4fed6", "reference": "b796c5ea5df588e65aeb4e2c6cce3811dec4fed6", "shasum": "" }, "require": { "composer/ca-bundle": "^1.1", "php": "^7.2 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^0.12.33", "phpunit/phpunit": "^8 || ^9", "symfony/console": "^3.4 || ^4.2 || ^4.3 || ^5.0", "symfony/filesystem": "^3.4 || ^4.2 || ^4.3 || ^5.0", "symfony/finder": "^3.4 || ^4.2 || ^4.3 || ^5.0", "symfony/yaml": "^3.4 || ^4.2 || ^4.3 || ^5.0", "vimeo/psalm": "^3.12" }, "suggest": { "symfony/console": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0", "symfony/filesystem": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0", "symfony/finder": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0", "symfony/yaml": "Required for CLI usage - ^3.4 || ^4.3 || ^5.0" }, "bin": [ "bin/uaparser" ], "type": "library", "autoload": { "psr-4": { "UAParser\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dave Olsen", "email": "dmolsen@gmail.com" }, { "name": "Lars Strojny", "email": "lars@strojny.net" } ], "description": "A multi-language port of Browserscope's user agent parser.", "time": "2020-10-02T23:36:20+00:00" }, { "name": "webignition/disallowed-character-terminated-string", "version": "2.0", "source": { "type": "git", "url": "https://github.com/webignition/disallowed-character-terminated-string.git", "reference": "1c35b8bacbb2e76837c0aa8538dc2468a1f10e6e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webignition/disallowed-character-terminated-string/zipball/1c35b8bacbb2e76837c0aa8538dc2468a1f10e6e", "reference": "1c35b8bacbb2e76837c0aa8538dc2468a1f10e6e", "shasum": "" }, "require": { "php": ">=7.2" }, "require-dev": { "phpstan/phpstan": "^0.12.3", "phpunit/phpunit": "~8.0", "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "autoload": { "psr-4": { "webignition\\DisallowedCharacterTerminatedString\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jon Cram", "email": "webignition@gmail.com" } ], "description": "A string terminated by one or more disallowed characters", "homepage": "https://github.com/webignition/disallowed-character-terminated-string", "keywords": [ "string", "terminated" ], "time": "2019-12-20T15:52:44+00:00" }, { "name": "webignition/robots-txt-file", "version": "3.0", "source": { "type": "git", "url": "https://github.com/webignition/robots-txt-file.git", "reference": "51bd7b1045348d94177cf6b21415385bf0923fa6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webignition/robots-txt-file/zipball/51bd7b1045348d94177cf6b21415385bf0923fa6", "reference": "51bd7b1045348d94177cf6b21415385bf0923fa6", "shasum": "" }, "require": { "ext-json": "*", "ext-mbstring": "*", "php": ">=7.2.0", "webignition/disallowed-character-terminated-string": ">=2,<3" }, "require-dev": { "phpstan/phpstan": "^0.12.3", "phpunit/phpunit": "^8.0", "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "autoload": { "psr-4": { "webignition\\RobotsTxt\\": "src/", "webignition\\RobotsTxt\\Tests\\": "tests/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jon Cram", "email": "webignition@gmail.com" } ], "description": "Models a robots.txt file", "homepage": "https://github.com/webignition/robots-txt-file", "keywords": [ "parser", "robots.txt" ], "time": "2019-12-20T17:50:44+00:00" }, { "name": "webimpress/safe-writer", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/webimpress/safe-writer.git", "reference": "5cfafdec5873c389036f14bf832a5efc9390dcdd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/5cfafdec5873c389036f14bf832a5efc9390dcdd", "reference": "5cfafdec5873c389036f14bf832a5efc9390dcdd", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^8.5.8 || ^9.3.7", "vimeo/psalm": "^3.14.2", "webimpress/coding-standard": "^1.1.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.1.x-dev", "dev-develop": "2.2.x-dev", "dev-release-1.0": "1.0.x-dev" } }, "autoload": { "psr-4": { "Webimpress\\SafeWriter\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-2-Clause" ], "description": "Tool to write files safely, to avoid race conditions", "keywords": [ "concurrent write", "file writer", "race condition", "safe writer", "webimpress" ], "time": "2020-08-25T07:21:11+00:00" }, { "name": "webmozart/assert", "version": "1.10.0", "source": { "type": "git", "url": "https://github.com/webmozarts/assert.git", "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25", "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", "symfony/polyfill-ctype": "^1.8" }, "conflict": { "phpstan/phpstan": "<0.12.20", "vimeo/psalm": "<4.6.1 || 4.6.2" }, "require-dev": { "phpunit/phpunit": "^8.5.13" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.10-dev" } }, "autoload": { "psr-4": { "Webmozart\\Assert\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "Assertions to validate method input/output with nice error messages.", "keywords": [ "assert", "check", "validate" ], "support": { "issues": "https://github.com/webmozarts/assert/issues", "source": "https://github.com/webmozarts/assert/tree/1.10.0" }, "time": "2021-03-09T10:59:23+00:00" }, { "name": "webmozart/path-util", "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/webmozart/path-util.git", "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725", "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725", "shasum": "" }, "require": { "php": ">=5.3.3", "webmozart/assert": "~1.0" }, "require-dev": { "phpunit/phpunit": "^4.6", "sebastian/version": "^1.0.1" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.3-dev" } }, "autoload": { "psr-4": { "Webmozart\\PathUtil\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bernhard Schussek", "email": "bschussek@gmail.com" } ], "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.", "support": { "issues": "https://github.com/webmozart/path-util/issues", "source": "https://github.com/webmozart/path-util/tree/2.3.0" }, "time": "2015-12-17T08:42:14+00:00" }, { "name": "wikimedia/less.php", "version": "1.8.2", "source": { "type": "git", "url": "https://github.com/wikimedia/less.php.git", "reference": "e238ad228d74b6ffd38209c799b34e9826909266" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/wikimedia/less.php/zipball/e238ad228d74b6ffd38209c799b34e9826909266", "reference": "e238ad228d74b6ffd38209c799b34e9826909266", "shasum": "" }, "require": { "php": ">=7.2.9" }, "require-dev": { "phpunit/phpunit": "7.5.14" }, "bin": [ "bin/lessc" ], "type": "library", "autoload": { "psr-0": { "Less": "lib/" }, "classmap": [ "lessc.inc.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "Apache-2.0" ], "authors": [ { "name": "Josh Schmidt", "homepage": "https://github.com/oyejorge" }, { "name": "Matt Agar", "homepage": "https://github.com/agar" }, { "name": "Martin Jantošovič", "homepage": "https://github.com/Mordred" } ], "description": "PHP port of the Javascript version of LESS http://lesscss.org (Originally maintained by Josh Schmidt)", "keywords": [ "css", "less", "less.js", "lesscss", "php", "stylesheet" ], "time": "2019-11-06T18:30:11+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "stable", "stability-flags": { "contao/conflicts": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [], "plugin-api-version": "2.0.0" }