{ "_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": "c282c441d011e74943ab95c18d59dc4e", "packages": [ { "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" ], "support": { "issues": "https://github.com/ausi/slug-generator/issues", "source": "https://github.com/ausi/slug-generator/tree/v1.1.1" }, "funding": [ { "url": "https://github.com/ausi", "type": "github" } ], "time": "2020-10-19T15:25:33+00:00" }, { "name": "bacon/bacon-qr-code", "version": "2.0.8", "source": { "type": "git", "url": "https://github.com/Bacon/BaconQrCode.git", "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/8674e51bb65af933a5ffaf1c308a660387c35c22", "reference": "8674e51bb65af933a5ffaf1c308a660387c35c22", "shasum": "" }, "require": { "dasprid/enum": "^1.0.3", "ext-iconv": "*", "php": "^7.1 || ^8.0" }, "require-dev": { "phly/keep-a-changelog": "^2.1", "phpunit/phpunit": "^7 | ^8 | ^9", "spatie/phpunit-snapshot-assertions": "^4.2.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", "support": { "issues": "https://github.com/Bacon/BaconQrCode/issues", "source": "https://github.com/Bacon/BaconQrCode/tree/2.0.8" }, "time": "2022-12-07T17:46:57+00:00" }, { "name": "beberlei/assert", "version": "v3.3.2", "source": { "type": "git", "url": "https://github.com/beberlei/assert.git", "reference": "cb70015c04be1baee6f5f5c953703347c0ac1655" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/beberlei/assert/zipball/cb70015c04be1baee6f5f5c953703347c0ac1655", "reference": "cb70015c04be1baee6f5f5c953703347c0ac1655", "shasum": "" }, "require": { "ext-ctype": "*", "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" }, "suggest": { "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles" }, "type": "library", "autoload": { "files": [ "lib/Assert/functions.php" ], "psr-4": { "Assert\\": "lib/Assert" } }, "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" ], "support": { "issues": "https://github.com/beberlei/assert/issues", "source": "https://github.com/beberlei/assert/tree/v3.3.2" }, "time": "2021-12-16T21:41:27+00:00" }, { "name": "clue/stream-filter", "version": "v1.6.0", "source": { "type": "git", "url": "https://github.com/clue/stream-filter.git", "reference": "d6169430c7731d8509da7aecd0af756a5747b78e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/clue/stream-filter/zipball/d6169430c7731d8509da7aecd0af756a5747b78e", "reference": "d6169430c7731d8509da7aecd0af756a5747b78e", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36" }, "type": "library", "autoload": { "files": [ "src/functions_include.php" ], "psr-4": { "Clue\\StreamFilter\\": "src/" } }, "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" ], "support": { "issues": "https://github.com/clue/stream-filter/issues", "source": "https://github.com/clue/stream-filter/tree/v1.6.0" }, "funding": [ { "url": "https://clue.engineering/support", "type": "custom" }, { "url": "https://github.com/clue", "type": "github" } ], "time": "2022-02-21T13:15:14+00:00" }, { "name": "composer/ca-bundle", "version": "1.3.5", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/ca-bundle/zipball/74780ccf8c19d6acb8d65c5f39cd72110e132bbd", "reference": "74780ccf8c19d6acb8d65c5f39cd72110e132bbd", "shasum": "" }, "require": { "ext-openssl": "*", "ext-pcre": "*", "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { "phpstan/phpstan": "^0.12.55", "psr/log": "^1.0", "symfony/phpunit-bridge": "^4.2 || ^5", "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\CaBundle\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" } ], "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.", "keywords": [ "cabundle", "cacert", "certificate", "ssl", "tls" ], "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/ca-bundle/issues", "source": "https://github.com/composer/ca-bundle/tree/1.3.5" }, "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": "2023-01-11T08:27:00+00:00" }, { "name": "composer/package-versions-deprecated", "version": "1.11.99.5", "source": { "type": "git", "url": "https://github.com/composer/package-versions-deprecated.git", "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d", "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d", "shasum": "" }, "require": { "composer-plugin-api": "^1.1.0 || ^2.0", "php": "^7 || ^8" }, "replace": { "ocramius/package-versions": "1.11.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.11.99.5" }, "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": "2022-01-17T14:14:24+00:00" }, { "name": "contao-components/ace", "version": "1.15.0", "source": { "type": "git", "url": "https://github.com/contao-components/ace.git", "reference": "d1d11633ce48fd1bf9171a2caa55aa280ba7f791" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/ace/zipball/d1d11633ce48fd1bf9171a2caa55aa280ba7f791", "reference": "d1d11633ce48fd1bf9171a2caa55aa280ba7f791", "shasum": "" }, "require": { "contao-components/installer": "^1.0.9" }, "type": "contao-component", "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Fabian Jakobs", "homepage": "https://github.com/fjakobs" } ], "description": "ACE code editor integration for Contao Open Source CMS", "support": { "issues": "https://github.com/contao-components/ace/issues", "source": "https://github.com/contao-components/ace/tree/1.15.0" }, "time": "2023-01-26T16:15:47+00:00" }, { "name": "contao-components/chosen", "version": "1.2.5", "source": { "type": "git", "url": "https://github.com/contao-components/chosen.git", "reference": "b67636ac60f5e30c63b3bede8ad9777e9fafbcb9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/chosen/zipball/b67636ac60f5e30c63b3bede8ad9777e9fafbcb9", "reference": "b67636ac60f5e30c63b3bede8ad9777e9fafbcb9", "shasum": "" }, "require": { "contao-components/installer": "^1.0.9" }, "type": "contao-component", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jules Janssen", "homepage": "https://github.com/julesjanssen" } ], "description": "Chosen integration for Contao Open Source CMS", "support": { "issues": "https://github.com/contao-components/chosen/issues", "source": "https://github.com/contao-components/chosen/tree/1.2.5" }, "time": "2022-09-14T14:05:48+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", "support": { "issues": "https://github.com/contao-components/colorbox/issues", "source": "https://github.com/contao-components/colorbox/tree/1.6.6" }, "time": "2020-05-01T15:29:20+00:00" }, { "name": "contao-components/colorpicker", "version": "1.5.2", "source": { "type": "git", "url": "https://github.com/contao-components/colorpicker.git", "reference": "ce0732ff1d0bd952a3642fd639e3d6a93bd08c94" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/colorpicker/zipball/ce0732ff1d0bd952a3642fd639e3d6a93bd08c94", "reference": "ce0732ff1d0bd952a3642fd639e3d6a93bd08c94", "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", "support": { "issues": "https://github.com/contao-components/colorpicker/issues", "source": "https://github.com/contao-components/colorpicker/tree/1.5.2" }, "time": "2022-03-30T15:30:28+00:00" }, { "name": "contao-components/contao", "version": "9.3.2", "source": { "type": "git", "url": "https://github.com/contao-components/contao.git", "reference": "3f5fa88ab494f41782b9744e29145f0244038064" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/contao/zipball/3f5fa88ab494f41782b9744e29145f0244038064", "reference": "3f5fa88ab494f41782b9744e29145f0244038064", "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", "support": { "issues": "https://github.com/contao-components/contao/issues", "source": "https://github.com/contao-components/contao/tree/9.3.2" }, "time": "2022-09-01T06:31:26+00:00" }, { "name": "contao-components/datepicker", "version": "2.3.2", "source": { "type": "git", "url": "https://github.com/contao-components/datepicker.git", "reference": "f14b2d1ecb5a1b295a61b168da1f0af561cf72fd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/datepicker/zipball/f14b2d1ecb5a1b295a61b168da1f0af561cf72fd", "reference": "f14b2d1ecb5a1b295a61b168da1f0af561cf72fd", "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", "support": { "issues": "https://github.com/contao-components/datepicker/issues", "source": "https://github.com/contao-components/datepicker/tree/2.3.2" }, "time": "2021-09-16T15:03:39+00:00" }, { "name": "contao-components/dropzone", "version": "5.9.3", "source": { "type": "git", "url": "https://github.com/contao-components/dropzone.git", "reference": "212c524e3c226b01e8232287c764b22d7469df6a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/dropzone/zipball/212c524e3c226b01e8232287c764b22d7469df6a", "reference": "212c524e3c226b01e8232287c764b22d7469df6a", "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", "support": { "issues": "https://github.com/contao-components/dropzone/issues", "source": "https://github.com/contao-components/dropzone/tree/5.9.3" }, "time": "2021-09-28T07:38:53+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", "support": { "issues": "https://github.com/contao-components/highlight/issues", "source": "https://github.com/contao-components/highlight/tree/9.18.1" }, "abandoned": true, "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", "support": { "issues": "https://github.com/contao-components/installer/issues", "source": "https://github.com/contao-components/installer/tree/1.4.1" }, "time": "2020-12-23T10:51:52+00:00" }, { "name": "contao-components/jquery", "version": "3.6.3", "source": { "type": "git", "url": "https://github.com/contao-components/jquery.git", "reference": "5a7ac7f93fed678d60ebde66d175e5a9376d1c17" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/jquery/zipball/5a7ac7f93fed678d60ebde66d175e5a9376d1c17", "reference": "5a7ac7f93fed678d60ebde66d175e5a9376d1c17", "shasum": "" }, "require": { "contao-components/installer": "^1.0.9" }, "type": "contao-component", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "OpenJS Foundation and other contributors", "homepage": "https://github.com/jquery/jquery/blob/main/AUTHORS.txt" } ], "description": "jQuery integration for Contao Open Source CMS", "support": { "issues": "https://github.com/contao-components/jquery/issues", "source": "https://github.com/contao-components/jquery/tree/3.6.3" }, "time": "2022-12-21T08:06:23+00:00" }, { "name": "contao-components/jquery-ui", "version": "1.13.2", "source": { "type": "git", "url": "https://github.com/contao-components/jquery-ui.git", "reference": "f1ac19cfd2093663278ffa509038d0ffc6d38db5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/jquery-ui/zipball/f1ac19cfd2093663278ffa509038d0ffc6d38db5", "reference": "f1ac19cfd2093663278ffa509038d0ffc6d38db5", "shasum": "" }, "require": { "contao-components/installer": "^1.0.9" }, "type": "contao-component", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "jQuery Foundation and other contributors", "homepage": "https://github.com/jquery/jquery-ui/blob/main/AUTHORS.txt" } ], "description": "jQuery UI integration for Contao Open Source CMS", "support": { "issues": "https://github.com/contao-components/jquery-ui/issues", "source": "https://github.com/contao-components/jquery-ui/tree/1.13.2" }, "time": "2022-12-07T15:46:44+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", "support": { "issues": "https://github.com/contao-components/mediabox/issues", "source": "https://github.com/contao-components/mediabox/tree/1.5.5" }, "time": "2019-07-12T07:33:27+00:00" }, { "name": "contao-components/mootools", "version": "1.6.0.7", "source": { "type": "git", "url": "https://github.com/contao-components/mootools.git", "reference": "048bdd9264156f9b66175fddc4531694bfd5ce1b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao-components/mootools/zipball/048bdd9264156f9b66175fddc4531694bfd5ce1b", "reference": "048bdd9264156f9b66175fddc4531694bfd5ce1b", "shasum": "" }, "require": { "contao-components/installer": "^1.0.9" }, "type": "contao-component", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "MooTools Development Team", "homepage": "http://mootools.net/developers" } ], "description": "MooTools integration for Contao Open Source CMS", "support": { "issues": "https://github.com/contao-components/mootools/issues", "source": "https://github.com/contao-components/mootools/tree/1.6.0.7" }, "time": "2022-10-20T09:36:26+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", "support": { "issues": "https://github.com/contao-components/simplemodal/issues", "source": "https://github.com/contao-components/simplemodal/tree/2.1.1" }, "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", "support": { "issues": "https://github.com/contao-components/swipe/issues", "source": "https://github.com/contao-components/swipe/tree/2.x" }, "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", "support": { "issues": "https://github.com/contao-components/tablesort/issues", "source": "https://github.com/contao-components/tablesort/tree/4.0.1" }, "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", "support": { "issues": "https://github.com/contao-components/tablesorter/issues", "source": "https://github.com/contao-components/tablesorter/tree/2.31.3" }, "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", "support": { "issues": "https://github.com/contao-components/tinymce4/issues", "source": "https://github.com/contao-components/tinymce4/tree/4.9.12" }, "time": "2020-09-22T13:25:12+00:00" }, { "name": "contao/calendar-bundle", "version": "4.9.39", "source": { "type": "git", "url": "https://github.com/contao/calendar-bundle.git", "reference": "a09b34dbb10202d56572696a7e24e1c4bb2e7572" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao/calendar-bundle/zipball/a09b34dbb10202d56572696a7e24e1c4bb2e7572", "reference": "a09b34dbb10202d56572696a7e24e1c4bb2e7572", "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": "self.version", "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" }, "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", "support": { "docs": "https://docs.contao.org", "forum": "https://community.contao.org", "issues": "https://github.com/contao/contao/issues", "source": "https://github.com/contao/calendar-bundle" }, "funding": [ { "url": "https://to.contao.org/donate", "type": "custom" } ], "time": "2023-02-16T10:36:27+00:00" }, { "name": "contao/comments-bundle", "version": "4.9.39", "source": { "type": "git", "url": "https://github.com/contao/comments-bundle.git", "reference": "d8e0dd00a069f594613f472e7dad7c1804b473f9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao/comments-bundle/zipball/d8e0dd00a069f594613f472e7dad7c1804b473f9", "reference": "d8e0dd00a069f594613f472e7dad7c1804b473f9", "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\\CommentsBundle\\ContaoManager\\Plugin" }, "autoload": { "psr-4": { "Contao\\CommentsBundle\\": "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 comments functionality to Contao", "homepage": "https://contao.org", "support": { "docs": "https://docs.contao.org", "forum": "https://community.contao.org", "issues": "https://github.com/contao/contao/issues", "source": "https://github.com/contao/comments-bundle" }, "funding": [ { "url": "https://to.contao.org/donate", "type": "custom" } ], "time": "2023-02-16T10:36:27+00:00" }, { "name": "contao/conflicts", "version": "dev-main", "source": { "type": "git", "url": "https://github.com/contao/conflicts.git", "reference": "cff8787d2ceb231026ae8e7f484107c5ddb61e26" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao/conflicts/zipball/cff8787d2ceb231026ae8e7f484107c5ddb61e26", "reference": "cff8787d2ceb231026ae8e7f484107c5ddb61e26", "shasum": "" }, "conflict": { "doctrine/dbal": "2.9.* <2.9.3 || 3.3.0 || 3.5.0", "doctrine/doctrine-bundle": "2.6.0", "doctrine/doctrine-migrations-bundle": "<1.1", "doctrine/orm": "<2.4", "doctrine/persistence": "1.3.2", "knplabs/knp-time-bundle": "1.9.0", "lcobucci/jwt": ">=4.2.0", "lexik/maintenance-bundle": "2.1.4", "php-http/discovery": "1.15.0", "symfony/dependency-injection": "5.4.16 || 6.0.16 || 6.1.8 || 6.2.0 || 6.2.1", "symfony/finder": "3.4.7 || 4.0.7", "symfony/framework-bundle": "4.2.7 || 5.2.6", "symfony/http-foundation": "4.4.27 || 4.4.46 || 5.4.13 || 6.0.13 || 6.1.5", "symfony/http-kernel": "5.4.1 || 5.4.12", "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", "symfony/web-profiler-bundle": "6.1.* <6.1.2", "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" }, "funding": [ { "url": "https://to.contao.org/donate", "type": "custom" } ], "time": "2023-02-15T09:14:04+00:00" }, { "name": "contao/core-bundle", "version": "4.9.39", "source": { "type": "git", "url": "https://github.com/contao/core-bundle.git", "reference": "474b212701df3ed5050551f98325b04673649faf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao/core-bundle/zipball/474b212701df3ed5050551f98325b04673649faf", "reference": "474b212701df3ed5050551f98325b04673649faf", "shasum": "" }, "require": { "ausi/slug-generator": "^1.1", "bacon/bacon-qr-code": "^2.0", "composer/package-versions-deprecated": "^1.11.99.5", "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", "matthiasmullie/minify": "^1.3", "michelf/php-markdown": "^1.4", "nelmio/cors-bundle": "^1.5.3 || ^2.0.1", "nikic/php-parser": "^4.9", "nyholm/psr7": "^1.2", "paragonie/constant_time_encoding": "^2.2", "patchwork/utf8": "^1.2", "php": "^7.2 || ^8.0", "phpspec/php-diff": "^1.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.23", "symfony/deprecation-contracts": "^2.1 || ^3.0", "symfony/dom-crawler": "4.4.*", "symfony/event-dispatcher": "4.4.*", "symfony/expression-language": "4.4.*", "symfony/filesystem": "4.4.* || 5.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/polyfill-php73": "^1.8", "symfony/polyfill-php80": "^1.26", "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-bridge": "4.4.*", "symfony/twig-bundle": "4.4.*", "symfony/var-dumper": "4.4.*", "symfony/yaml": "4.4.*", "terminal42/escargot": "^1.4.1", "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": "self.version", "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" }, "autoload": { "files": [ "src/Resources/functions/utf8_bootup.php" ], "psr-4": { "Contao\\CoreBundle\\": "src/" }, "classmap": [ "src/Resources/contao/" ], "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", "support": { "docs": "https://docs.contao.org", "forum": "https://community.contao.org", "issues": "https://github.com/contao/contao/issues", "source": "https://github.com/contao/core-bundle" }, "funding": [ { "url": "https://to.contao.org/donate", "type": "custom" } ], "time": "2023-02-16T10:36:27+00:00" }, { "name": "contao/faq-bundle", "version": "4.9.39", "source": { "type": "git", "url": "https://github.com/contao/faq-bundle.git", "reference": "badf9ae729eb292934059f93bdb4d672abdc31ed" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao/faq-bundle/zipball/badf9ae729eb292934059f93bdb4d672abdc31ed", "reference": "badf9ae729eb292934059f93bdb4d672abdc31ed", "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": "self.version", "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" }, "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", "support": { "docs": "https://docs.contao.org", "forum": "https://community.contao.org", "issues": "https://github.com/contao/contao/issues", "source": "https://github.com/contao/faq-bundle" }, "funding": [ { "url": "https://to.contao.org/donate", "type": "custom" } ], "time": "2023-02-16T10:36:27+00:00" }, { "name": "contao/image", "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/contao/image.git", "reference": "21fd04889dbcf2fe751df746fb9bbe28180b6868" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao/image/zipball/21fd04889dbcf2fe751df746fb9bbe28180b6868", "reference": "21fd04889dbcf2fe751df746fb9bbe28180b6868", "shasum": "" }, "require": { "ext-json": "*", "imagine/imagine": "^0.7.1 || ^1.0", "php": "^7.2 || ^8.0", "symfony/filesystem": "^5.4 || ^6.0", "symfony/polyfill-php73": "^1.11" }, "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", "contao/test-case": "^3.1 || ^4.4", "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.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", "support": { "issues": "https://github.com/contao/image/issues", "source": "https://github.com/contao/image/tree/1.1.2" }, "funding": [ { "url": "https://to.contao.org/donate", "type": "custom" } ], "time": "2022-08-16T17:30:28+00:00" }, { "name": "contao/imagine-svg", "version": "1.0.3", "source": { "type": "git", "url": "https://github.com/contao/imagine-svg.git", "reference": "913cf57746fbbf00ab7eba5e0585e2ef47a05b99" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao/imagine-svg/zipball/913cf57746fbbf00ab7eba5e0585e2ef47a05b99", "reference": "913cf57746fbbf00ab7eba5e0585e2ef47a05b99", "shasum": "" }, "require": { "ext-dom": "*", "imagine/imagine": "^1.1", "php": "^7.2 || ^8.0" }, "require-dev": { "contao/easy-coding-standard": "^3.0", "contao/test-case": "^4.4", "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.15", "psalm/plugin-symfony": "^2.0", "slam/phpstan-extensions": "^5.0", "symfony/filesystem": "^5.0", "thecodingmachine/phpstan-strict-rules": "^0.12", "vimeo/psalm": "^4.1" }, "type": "library", "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", "support": { "issues": "https://github.com/contao/imagine-svg/issues", "source": "https://github.com/contao/imagine-svg/tree/1.0.3" }, "time": "2021-08-10T09:33:50+00:00" }, { "name": "contao/installation-bundle", "version": "4.9.39", "source": { "type": "git", "url": "https://github.com/contao/installation-bundle.git", "reference": "28906116e57415d5849a49a4e228dbd0fadc7291" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao/installation-bundle/zipball/28906116e57415d5849a49a4e228dbd0fadc7291", "reference": "28906116e57415d5849a49a4e228dbd0fadc7291", "shasum": "" }, "require": { "contao/core-bundle": "self.version", "doctrine/dbal": "^2.10", "patchwork/utf8": "^1.2", "php": "^7.2 || ^8.0", "psr/log": "^1.0", "sensiolabs/ansi-to-html": "^1.1", "symfony/config": "4.4.*", "symfony/console": "4.4.*", "symfony/dependency-injection": "4.4.*", "symfony/event-dispatcher": "4.4.*", "symfony/filesystem": "4.4.* || 5.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" }, "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", "support": { "docs": "https://docs.contao.org", "forum": "https://community.contao.org", "issues": "https://github.com/contao/contao/issues", "source": "https://github.com/contao/installation-bundle" }, "funding": [ { "url": "https://to.contao.org/donate", "type": "custom" } ], "time": "2023-02-16T10:36:27+00:00" }, { "name": "contao/listing-bundle", "version": "4.9.39", "source": { "type": "git", "url": "https://github.com/contao/listing-bundle.git", "reference": "d236f3f3e2e9ab36985b0c0de5090a5d7ef137d0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao/listing-bundle/zipball/d236f3f3e2e9ab36985b0c0de5090a5d7ef137d0", "reference": "d236f3f3e2e9ab36985b0c0de5090a5d7ef137d0", "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" }, "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", "support": { "docs": "https://docs.contao.org", "forum": "https://community.contao.org", "issues": "https://github.com/contao/contao/issues", "source": "https://github.com/contao/listing-bundle" }, "funding": [ { "url": "https://to.contao.org/donate", "type": "custom" } ], "time": "2023-02-16T10:36:27+00:00" }, { "name": "contao/manager-bundle", "version": "4.9.39", "source": { "type": "git", "url": "https://github.com/contao/manager-bundle.git", "reference": "56b57e4ea236d04426f0195c9c79e6c9dce7900f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao/manager-bundle/zipball/56b57e4ea236d04426f0195c9c79e6c9dce7900f", "reference": "56b57e4ea236d04426f0195c9c79e6c9dce7900f", "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", "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.* || 5.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": "self.version", "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" }, "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", "support": { "docs": "https://docs.contao.org", "forum": "https://community.contao.org", "issues": "https://github.com/contao/contao/issues", "source": "https://github.com/contao/manager-bundle" }, "funding": [ { "url": "https://to.contao.org/donate", "type": "custom" } ], "time": "2023-02-16T10:36:27+00:00" }, { "name": "contao/manager-plugin", "version": "2.12.0", "source": { "type": "git", "url": "https://github.com/contao/manager-plugin.git", "reference": "381dcb786f675dac25282747848d9f8c3823d0ba" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao/manager-plugin/zipball/381dcb786f675dac25282747848d9f8c3823d0ba", "reference": "381dcb786f675dac25282747848d9f8c3823d0ba", "shasum": "" }, "require": { "composer-plugin-api": "^1.1 || ^2.0", "php": "^7.1 || ^8.0", "symfony/config": "^3.3 || ^4.0 || ^5.0 || ^6.0", "symfony/dependency-injection": "^3.3 || ^4.0 || ^5.0 || ^6.0", "symfony/filesystem": "^3.3 || ^4.0 || ^5.0 || ^6.0", "symfony/http-kernel": "^3.3 || ^4.0 || ^5.0 || ^6.0", "symfony/routing": "^3.3 || ^4.0 || ^5.0 || ^6.0" }, "conflict": { "contao/manager-bundle": "4.9.* <4.9.4" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "composer/composer": "^1.1 || ^2.0", "contao/core-bundle": "^4.4 || ^5.0", "ext-zip": "*", "php-http/guzzle6-adapter": "^1.1", "phpunit/phpunit": "^8.5 || ^9.3", "symfony/phpunit-bridge": "^3.4.40 || ^4.0 || ^5.0 || ^6.0", "webmozart/path-util": "^2.0" }, "type": "composer-plugin", "extra": { "bamarni-bin": { "bin-links": false, "target-directory": "tools" }, "class": [ "Contao\\ManagerPlugin\\Composer\\ArtifactsPlugin", "Contao\\ManagerPlugin\\Composer\\ManagerPluginInstaller", "Contao\\ManagerPlugin\\Composer\\AppAutoloadPlugin" ] }, "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", "support": { "issues": "https://github.com/contao/manager-plugin/issues", "source": "https://github.com/contao/manager-plugin/tree/2.12.0" }, "funding": [ { "url": "https://to.contao.org/donate", "type": "custom" } ], "time": "2022-08-12T13:50:17+00:00" }, { "name": "contao/news-bundle", "version": "4.9.39", "source": { "type": "git", "url": "https://github.com/contao/news-bundle.git", "reference": "93b422c3d7a5fe72df0661515b46c7d347232bbc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao/news-bundle/zipball/93b422c3d7a5fe72df0661515b46c7d347232bbc", "reference": "93b422c3d7a5fe72df0661515b46c7d347232bbc", "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": "self.version", "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" }, "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", "support": { "docs": "https://docs.contao.org", "forum": "https://community.contao.org", "issues": "https://github.com/contao/contao/issues", "source": "https://github.com/contao/news-bundle" }, "funding": [ { "url": "https://to.contao.org/donate", "type": "custom" } ], "time": "2023-02-16T10:36:27+00:00" }, { "name": "contao/newsletter-bundle", "version": "4.9.39", "source": { "type": "git", "url": "https://github.com/contao/newsletter-bundle.git", "reference": "07cf67c7a978ae1ffd2b433b4d58111e3fa70043" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/contao/newsletter-bundle/zipball/07cf67c7a978ae1ffd2b433b4d58111e3fa70043", "reference": "07cf67c7a978ae1ffd2b433b4d58111e3fa70043", "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\\NewsletterBundle\\ContaoManager\\Plugin" }, "autoload": { "psr-4": { "Contao\\NewsletterBundle\\": "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 newsletter functionality to Contao", "homepage": "https://contao.org", "support": { "docs": "https://docs.contao.org", "forum": "https://community.contao.org", "issues": "https://github.com/contao/contao/issues", "source": "https://github.com/contao/newsletter-bundle" }, "funding": [ { "url": "https://to.contao.org/donate", "type": "custom" } ], "time": "2023-02-16T10:36: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" ], "support": { "issues": "https://github.com/DASPRiD/Enum/issues", "source": "https://github.com/DASPRiD/Enum/tree/1.0.3" }, "time": "2020-10-02T16:03:48+00:00" }, { "name": "doctrine/annotations", "version": "1.14.3", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/annotations/zipball/fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af", "reference": "fb0d71a7393298a7b232cbf4c8b1f73f3ec3d5af", "shasum": "" }, "require": { "doctrine/lexer": "^1 || ^2", "ext-tokenizer": "*", "php": "^7.1 || ^8.0", "psr/cache": "^1 || ^2 || ^3" }, "require-dev": { "doctrine/cache": "^1.11 || ^2.0", "doctrine/coding-standard": "^9 || ^10", "phpstan/phpstan": "~1.4.10 || ^1.8.0", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "symfony/cache": "^4.4 || ^5.4 || ^6", "vimeo/psalm": "^4.10" }, "suggest": { "php": "PHP 8.0 or higher comes with attributes, a native replacement for annotations" }, "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.14.3" }, "time": "2023-02-01T09:20:38+00:00" }, { "name": "doctrine/cache", "version": "2.2.0", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", "reference": "1ca8f21980e770095a31456042471a57bc4c68fb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/cache/zipball/1ca8f21980e770095a31456042471a57bc4c68fb", "reference": "1ca8f21980e770095a31456042471a57bc4c68fb", "shasum": "" }, "require": { "php": "~7.1 || ^8.0" }, "conflict": { "doctrine/common": ">2.2,<2.4" }, "require-dev": { "cache/integration-tests": "dev-master", "doctrine/coding-standard": "^9", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "psr/cache": "^1.0 || ^2.0 || ^3.0", "symfony/cache": "^4.4 || ^5.4 || ^6", "symfony/var-exporter": "^4.4 || ^5.4 || ^6" }, "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/2.2.0" }, "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": "2022-05-20T20:07:39+00:00" }, { "name": "doctrine/collections", "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/collections/zipball/2b44dd4cbca8b5744327de78bafef5945c7e7b5e", "reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e", "shasum": "" }, "require": { "doctrine/deprecations": "^0.5.3 || ^1", "php": "^7.1.3 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^9.0 || ^10.0", "phpstan/phpstan": "^1.4.8", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5", "vimeo/psalm": "^4.22" }, "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.8.0" }, "time": "2022-09-01T20:12:10+00:00" }, { "name": "doctrine/common", "version": "3.4.3", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", "reference": "8b5e5650391f851ed58910b3e3d48a71062eeced" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/common/zipball/8b5e5650391f851ed58910b3e3d48a71062eeced", "reference": "8b5e5650391f851ed58910b3e3d48a71062eeced", "shasum": "" }, "require": { "doctrine/persistence": "^2.0 || ^3.0", "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^9.0 || ^10.0", "doctrine/collections": "^1", "phpstan/phpstan": "^1.4.1", "phpstan/phpstan-phpunit": "^1", "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0", "squizlabs/php_codesniffer": "^3.0", "symfony/phpunit-bridge": "^6.1", "vimeo/psalm": "^4.4" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\": "src" } }, "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.4.3" }, "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": "2022-10-09T11:47:59+00:00" }, { "name": "doctrine/dbal", "version": "2.13.9", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", "reference": "c480849ca3ad6706a39c970cdfe6888fa8a058b8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/dbal/zipball/c480849ca3ad6706a39c970cdfe6888fa8a058b8", "reference": "c480849ca3ad6706a39c970cdfe6888fa8a058b8", "shasum": "" }, "require": { "doctrine/cache": "^1.0|^2.0", "doctrine/deprecations": "^0.5.3|^1", "doctrine/event-manager": "^1.0", "ext-pdo": "*", "php": "^7.1 || ^8" }, "require-dev": { "doctrine/coding-standard": "9.0.0", "jetbrains/phpstorm-stubs": "2021.1", "phpstan/phpstan": "1.4.6", "phpunit/phpunit": "^7.5.20|^8.5|9.5.16", "psalm/plugin-phpunit": "0.16.1", "squizlabs/php_codesniffer": "3.6.2", "symfony/cache": "^4.4", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "vimeo/psalm": "4.22.0" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." }, "bin": [ "bin/doctrine-dbal" ], "type": "library", "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" ], "support": { "issues": "https://github.com/doctrine/dbal/issues", "source": "https://github.com/doctrine/dbal/tree/2.13.9" }, "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%2Fdbal", "type": "tidelift" } ], "time": "2022-05-02T20:28:55+00:00" }, { "name": "doctrine/deprecations", "version": "v1.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/deprecations.git", "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/deprecations/zipball/0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", "reference": "0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de", "shasum": "" }, "require": { "php": "^7.1|^8.0" }, "require-dev": { "doctrine/coding-standard": "^9", "phpunit/phpunit": "^7.5|^8.5|^9.5", "psr/log": "^1|^2|^3" }, "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/v1.0.0" }, "time": "2022-05-02T15:47:09+00:00" }, { "name": "doctrine/doctrine-bundle", "version": "2.7.2", "source": { "type": "git", "url": "https://github.com/doctrine/DoctrineBundle.git", "reference": "22d53b2c5ad03929628fb4a928b01135585b7179" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/22d53b2c5ad03929628fb4a928b01135585b7179", "reference": "22d53b2c5ad03929628fb4a928b01135585b7179", "shasum": "" }, "require": { "doctrine/annotations": "^1", "doctrine/cache": "^1.11 || ^2.0", "doctrine/dbal": "^2.13.1 || ^3.3.2", "doctrine/persistence": "^2.2 || ^3", "doctrine/sql-formatter": "^1.0.1", "php": "^7.1 || ^8.0", "symfony/cache": "^4.4 || ^5.4 || ^6.0", "symfony/config": "^4.4.3 || ^5.4 || ^6.0", "symfony/console": "^4.4 || ^5.4 || ^6.0", "symfony/dependency-injection": "^4.4.18 || ^5.4 || ^6.0", "symfony/deprecation-contracts": "^2.1 || ^3", "symfony/doctrine-bridge": "^4.4.22 || ^5.4 || ^6.0", "symfony/framework-bundle": "^4.4 || ^5.4 || ^6.0", "symfony/service-contracts": "^1.1.1 || ^2.0 || ^3" }, "conflict": { "doctrine/orm": "<2.11 || >=3.0", "twig/twig": "<1.34 || >=2.0,<2.4" }, "require-dev": { "doctrine/coding-standard": "^9.0", "doctrine/orm": "^2.11 || ^3.0", "friendsofphp/proxy-manager-lts": "^1.0", "phpunit/phpunit": "^7.5 || ^8.0 || ^9.3 || ^10.0", "psalm/plugin-phpunit": "^0.16.1", "psalm/plugin-symfony": "^3", "psr/log": "^1.1.4 || ^2.0 || ^3.0", "symfony/phpunit-bridge": "^6.1", "symfony/property-info": "^4.4 || ^5.4 || ^6.0", "symfony/proxy-manager-bridge": "^4.4 || ^5.4 || ^6.0", "symfony/security-bundle": "^4.4 || ^5.4 || ^6.0", "symfony/twig-bridge": "^4.4 || ^5.4 || ^6.0", "symfony/validator": "^4.4 || ^5.4 || ^6.0", "symfony/web-profiler-bundle": "^4.4 || ^5.4 || ^6.0", "symfony/yaml": "^4.4 || ^5.4 || ^6.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": "https://symfony.com/contributors" }, { "name": "Doctrine Project", "homepage": "https://www.doctrine-project.org/" } ], "description": "Symfony DoctrineBundle", "homepage": "https://www.doctrine-project.org", "keywords": [ "database", "dbal", "orm", "persistence" ], "support": { "issues": "https://github.com/doctrine/DoctrineBundle/issues", "source": "https://github.com/doctrine/DoctrineBundle/tree/2.7.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%2Fdoctrine-bundle", "type": "tidelift" } ], "time": "2022-12-07T12:07:11+00:00" }, { "name": "doctrine/event-manager", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/doctrine/event-manager.git", "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/event-manager/zipball/95aa4cb529f1e96576f3fda9f5705ada4056a520", "reference": "95aa4cb529f1e96576f3fda9f5705ada4056a520", "shasum": "" }, "require": { "doctrine/deprecations": "^0.5.3 || ^1", "php": "^7.1 || ^8.0" }, "conflict": { "doctrine/common": "<2.9" }, "require-dev": { "doctrine/coding-standard": "^9 || ^10", "phpstan/phpstan": "~1.4.10 || ^1.8.8", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "vimeo/psalm": "^4.24" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\": "src" } }, "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.2.0" }, "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": "2022-10-12T20:51:15+00:00" }, { "name": "doctrine/inflector", "version": "2.0.6", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/inflector/zipball/d9d313a36c872fd6ee06d9a6cbcf713eaa40f024", "reference": "d9d313a36c872fd6ee06d9a6cbcf713eaa40f024", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^10", "phpstan/phpstan": "^1.8", "phpstan/phpstan-phpunit": "^1.1", "phpstan/phpstan-strict-rules": "^1.3", "phpunit/phpunit": "^8.5 || ^9.5", "vimeo/psalm": "^4.25" }, "type": "library", "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.6" }, "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": "2022-10-20T09:10:12+00:00" }, { "name": "doctrine/instantiator", "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/doctrine/instantiator.git", "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b", "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^9 || ^11", "ext-pdo": "*", "ext-phar": "*", "phpbench/phpbench": "^0.16 || ^1", "phpstan/phpstan": "^1.4", "phpstan/phpstan-phpunit": "^1", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "vimeo/psalm": "^4.30 || ^5.4" }, "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" ], "support": { "issues": "https://github.com/doctrine/instantiator/issues", "source": "https://github.com/doctrine/instantiator/tree/1.5.0" }, "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%2Finstantiator", "type": "tidelift" } ], "time": "2022-12-30T00:15:36+00:00" }, { "name": "doctrine/lexer", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/lexer/zipball/39ab8fcf5a51ce4b85ca97c7a7d033eb12831124", "reference": "39ab8fcf5a51ce4b85ca97c7a7d033eb12831124", "shasum": "" }, "require": { "doctrine/deprecations": "^1.0", "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^9 || ^10", "phpstan/phpstan": "^1.3", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "psalm/plugin-phpunit": "^0.18.3", "vimeo/psalm": "^4.11 || ^5.0" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\Lexer\\": "src" } }, "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/2.1.0" }, "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": "2022-12-14T08:49:07+00:00" }, { "name": "doctrine/orm", "version": "2.14.1", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", "reference": "de7eee5ed7b1b35c99b118f26f210a8281e6db8e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/orm/zipball/de7eee5ed7b1b35c99b118f26f210a8281e6db8e", "reference": "de7eee5ed7b1b35c99b118f26f210a8281e6db8e", "shasum": "" }, "require": { "composer-runtime-api": "^2", "doctrine/cache": "^1.12.1 || ^2.1.1", "doctrine/collections": "^1.5 || ^2.0", "doctrine/common": "^3.0.3", "doctrine/dbal": "^2.13.1 || ^3.2", "doctrine/deprecations": "^0.5.3 || ^1", "doctrine/event-manager": "^1.2 || ^2", "doctrine/inflector": "^1.4 || ^2.0", "doctrine/instantiator": "^1.3", "doctrine/lexer": "^1.2.3 || ^2", "doctrine/persistence": "^2.4 || ^3", "ext-ctype": "*", "php": "^7.1 || ^8.0", "psr/cache": "^1 || ^2 || ^3", "symfony/console": "^4.2 || ^5.0 || ^6.0", "symfony/polyfill-php72": "^1.23", "symfony/polyfill-php80": "^1.16" }, "conflict": { "doctrine/annotations": "<1.13 || >= 3.0" }, "require-dev": { "doctrine/annotations": "^1.13 || ^2", "doctrine/coding-standard": "^9.0.2 || ^11.0", "phpbench/phpbench": "^0.16.10 || ^1.0", "phpstan/phpstan": "~1.4.10 || 1.9.8", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", "psr/log": "^1 || ^2 || ^3", "squizlabs/php_codesniffer": "3.7.1", "symfony/cache": "^4.4 || ^5.4 || ^6.0", "symfony/var-exporter": "^4.4 || ^5.4 || ^6.2", "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0", "vimeo/psalm": "4.30.0 || 5.4.0" }, "suggest": { "ext-dom": "Provides support for XSD validation for XML mapping files", "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0", "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" ], "support": { "issues": "https://github.com/doctrine/orm/issues", "source": "https://github.com/doctrine/orm/tree/2.14.1" }, "time": "2023-01-16T18:36:59+00:00" }, { "name": "doctrine/persistence", "version": "3.1.4", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", "reference": "8bf8ab15960787f1a49d405f6eb8c787b4841119" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/persistence/zipball/8bf8ab15960787f1a49d405f6eb8c787b4841119", "reference": "8bf8ab15960787f1a49d405f6eb8c787b4841119", "shasum": "" }, "require": { "doctrine/event-manager": "^1 || ^2", "php": "^7.2 || ^8.0", "psr/cache": "^1.0 || ^2.0 || ^3.0" }, "conflict": { "doctrine/common": "<2.10" }, "require-dev": { "composer/package-versions-deprecated": "^1.11", "doctrine/coding-standard": "^11", "doctrine/common": "^3.0", "phpstan/phpstan": "1.9.4", "phpstan/phpstan-phpunit": "^1", "phpstan/phpstan-strict-rules": "^1.1", "phpunit/phpunit": "^8.5 || ^9.5", "symfony/cache": "^4.4 || ^5.4 || ^6.0", "vimeo/psalm": "4.30.0 || 5.3.0" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Persistence\\": "src/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://www.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/3.1.4" }, "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%2Fpersistence", "type": "tidelift" } ], "time": "2023-02-03T11:13:07+00:00" }, { "name": "doctrine/sql-formatter", "version": "1.1.3", "source": { "type": "git", "url": "https://github.com/doctrine/sql-formatter.git", "reference": "25a06c7bf4c6b8218f47928654252863ffc890a5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/25a06c7bf4c6b8218f47928654252863ffc890a5", "reference": "25a06c7bf4c6b8218f47928654252863ffc890a5", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4" }, "bin": [ "bin/sql-formatter" ], "type": "library", "autoload": { "psr-4": { "Doctrine\\SqlFormatter\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Jeremy Dorn", "email": "jeremy@jeremydorn.com", "homepage": "https://jeremydorn.com/" } ], "description": "a PHP SQL highlighting library", "homepage": "https://github.com/doctrine/sql-formatter/", "keywords": [ "highlight", "sql" ], "support": { "issues": "https://github.com/doctrine/sql-formatter/issues", "source": "https://github.com/doctrine/sql-formatter/tree/1.1.3" }, "time": "2022-05-23T21:33:49+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" ], "support": { "issues": "https://github.com/dragonmantank/cron-expression/issues", "source": "https://github.com/dragonmantank/cron-expression/tree/v2.3.1" }, "funding": [ { "url": "https://github.com/dragonmantank", "type": "github" } ], "time": "2020-10-13T00:52:37+00:00" }, { "name": "egulias/email-validator", "version": "3.2.5", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", "reference": "b531a2311709443320c786feb4519cfaf94af796" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b531a2311709443320c786feb4519cfaf94af796", "reference": "b531a2311709443320c786feb4519cfaf94af796", "shasum": "" }, "require": { "doctrine/lexer": "^1.2|^2", "php": ">=7.2", "symfony/polyfill-intl-idn": "^1.15" }, "require-dev": { "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" ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", "source": "https://github.com/egulias/EmailValidator/tree/3.2.5" }, "funding": [ { "url": "https://github.com/egulias", "type": "github" } ], "time": "2023-01-02T17:26:14+00:00" }, { "name": "friendsofphp/proxy-manager-lts", "version": "v1.0.14", "source": { "type": "git", "url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git", "reference": "a527c9d9d5348e012bd24482d83a5cd643bcbc9e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/a527c9d9d5348e012bd24482d83a5cd643bcbc9e", "reference": "a527c9d9d5348e012bd24482d83a5cd643bcbc9e", "shasum": "" }, "require": { "laminas/laminas-code": "~3.4.1|^4.0", "php": ">=7.1", "symfony/filesystem": "^4.4.17|^5.0|^6.0" }, "conflict": { "laminas/laminas-stdlib": "<3.2.1", "zendframework/zend-stdlib": "<3.2.1" }, "replace": { "ocramius/proxy-manager": "^2.1" }, "require-dev": { "ext-phar": "*", "symfony/phpunit-bridge": "^5.4|^6.0" }, "type": "library", "extra": { "thanks": { "name": "ocramius/proxy-manager", "url": "https://github.com/Ocramius/ProxyManager" } }, "autoload": { "psr-4": { "ProxyManager\\": "src/ProxyManager" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Marco Pivetta", "email": "ocramius@gmail.com", "homepage": "https://ocramius.github.io/" }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" } ], "description": "Adding support for a wider range of PHP versions to ocramius/proxy-manager", "homepage": "https://github.com/FriendsOfPHP/proxy-manager-lts", "keywords": [ "aop", "lazy loading", "proxy", "proxy pattern", "service proxies" ], "support": { "issues": "https://github.com/FriendsOfPHP/proxy-manager-lts/issues", "source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.14" }, "funding": [ { "url": "https://github.com/Ocramius", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager", "type": "tidelift" } ], "time": "2023-01-30T10:40:19+00:00" }, { "name": "friendsofsymfony/http-cache", "version": "2.15.0", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSHttpCache.git", "reference": "9150062fb053bd762afca4852f18495ab588487b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCache/zipball/9150062fb053bd762afca4852f18495ab588487b", "reference": "9150062fb053bd762afca4852f18495ab588487b", "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": "^4.3 || ^5.0 || ^6.0", "symfony/options-resolver": "^4.3 || ^5.0 || ^6.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": "^4.3 || ^5.0 || ^6.0", "symfony/phpunit-bridge": "^5.0 || ^6.0", "symfony/process": "^4.3 || ^5.0 || ^6.0" }, "suggest": { "friendsofsymfony/http-cache-bundle": "For integration with the Symfony framework", "monolog/monolog": "For logging issues while invalidating" }, "type": "library", "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" ], "support": { "issues": "https://github.com/FriendsOfSymfony/FOSHttpCache/issues", "source": "https://github.com/FriendsOfSymfony/FOSHttpCache/tree/2.15.0" }, "time": "2022-12-01T11:05:52+00:00" }, { "name": "friendsofsymfony/http-cache-bundle", "version": "2.14.0", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle.git", "reference": "be22ba14ed647ba02ead7cdd40d6490ed304ead7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCacheBundle/zipball/be22ba14ed647ba02ead7cdd40d6490ed304ead7", "reference": "be22ba14ed647ba02ead7cdd40d6490ed304ead7", "shasum": "" }, "require": { "friendsofsymfony/http-cache": "^2.15", "php": "^7.3 || ^8.0", "symfony/framework-bundle": "^4.4.0 || ^5.0 || ^6.0", "symfony/http-foundation": "^4.4.0 || ^5.0 || ^6.0", "symfony/http-kernel": "^4.4.0 || ^5.0 || ^6.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": "^4.0 || ^5.5.1 || ^6.0", "symfony/browser-kit": "^4.4 || ^5.0 || ^6.0", "symfony/console": "^4.4 || ^5.0 || ^6.0", "symfony/css-selector": "^4.4 || ^5.0 || ^6.0", "symfony/expression-language": "^4.4 || ^5.0 || ^6.0", "symfony/finder": "^4.4 || ^5.0 || ^6.0", "symfony/monolog-bundle": "^3.0", "symfony/phpunit-bridge": "v5.3.7", "symfony/routing": "^4.4 || ^5.0 || ^6.0", "symfony/security-bundle": "^4.4 || ^5.0 || ^6.0", "symfony/twig-bundle": "^4.4 || ^5.0 || ^6.0", "symfony/yaml": "^4.4 || ^5.0 || ^6.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", "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" ], "support": { "issues": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle/issues", "source": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle/tree/2.14.0" }, "time": "2022-12-01T11:11:16+00:00" }, { "name": "imagine/imagine", "version": "1.3.3", "source": { "type": "git", "url": "https://github.com/php-imagine/Imagine.git", "reference": "a6e6da93ea0f76aba33b0e8ed1325523c0413da2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-imagine/Imagine/zipball/a6e6da93ea0f76aba33b0e8ed1325523c0413da2", "reference": "a6e6da93ea0f76aba33b0e8ed1325523c0413da2", "shasum": "" }, "require": { "php": ">=5.5" }, "require-dev": { "phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4 || ^9.3" }, "suggest": { "ext-exif": "to read EXIF metadata", "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": "1.x-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" ], "support": { "issues": "https://github.com/php-imagine/Imagine/issues", "source": "https://github.com/php-imagine/Imagine/tree/1.3.3" }, "time": "2022-11-16T13:09:11+00:00" }, { "name": "knplabs/knp-menu", "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/KnpMenu.git", "reference": "8bd3dc2afa22c65617c563c5e25e62d6e23e98c7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/8bd3dc2afa22c65617c563c5e25e62d6e23e98c7", "reference": "8bd3dc2afa22c65617c563c5e25e62d6e23e98c7", "shasum": "" }, "require": { "php": "^7.3 || ^8.0" }, "conflict": { "twig/twig": "<1.40 || >=2,<2.9" }, "require-dev": { "phpunit/phpunit": "^9.5", "psr/container": "^1.0", "symfony/http-foundation": "^4.4 || ^5.0 || ^6.0", "symfony/phpunit-bridge": "^5.3", "symfony/routing": "^4.4 || ^5.0 || ^6.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.3-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" ], "support": { "issues": "https://github.com/KnpLabs/KnpMenu/issues", "source": "https://github.com/KnpLabs/KnpMenu/tree/v3.3.0" }, "time": "2021-10-23T15:01:04+00:00" }, { "name": "knplabs/knp-menu-bundle", "version": "v3.2.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/KnpMenuBundle.git", "reference": "a0b4224f872d74ae939589eb1ccf0e11291370a9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/a0b4224f872d74ae939589eb1ccf0e11291370a9", "reference": "a0b4224f872d74ae939589eb1ccf0e11291370a9", "shasum": "" }, "require": { "knplabs/knp-menu": "^3.1", "php": "^7.2 || ^8.0", "symfony/framework-bundle": "^3.4 | ^4.4 | ^5.0 | ^6.0" }, "require-dev": { "phpunit/phpunit": "^8.5 | ^9.5", "symfony/expression-language": "^3.4 | ^4.4 | ^5.0 | ^6.0", "symfony/phpunit-bridge": "^5.2 | ^6.0", "symfony/templating": "^3.4 | ^4.4 | ^5.0 | ^6.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" ], "support": { "issues": "https://github.com/KnpLabs/KnpMenuBundle/issues", "source": "https://github.com/KnpLabs/KnpMenuBundle/tree/v3.2.0" }, "time": "2021-10-24T07:53:34+00:00" }, { "name": "knplabs/knp-time-bundle", "version": "v1.19.0", "source": { "type": "git", "url": "https://github.com/KnpLabs/KnpTimeBundle.git", "reference": "56e4d154bcd14c1b67c0d1defa1e7d00d27430e3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/KnpLabs/KnpTimeBundle/zipball/56e4d154bcd14c1b67c0d1defa1e7d00d27430e3", "reference": "56e4d154bcd14c1b67c0d1defa1e7d00d27430e3", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/config": "^4.3|^5.0|^6.0", "symfony/dependency-injection": "^4.3|^5.0|^6.0", "symfony/translation": "^4.3|^5.0|^6.0" }, "conflict": { "phpunit/phpunit": "<8.0" }, "require-dev": { "symfony/framework-bundle": "^4.3|^5.0|^6.0", "symfony/phpunit-bridge": "^5.2|^6.0", "symfony/templating": "^4.3|^5.0|^6.0", "symfony/twig-bundle": "^4.3|^5.0|^6.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" ], "support": { "issues": "https://github.com/KnpLabs/KnpTimeBundle/issues", "source": "https://github.com/KnpLabs/KnpTimeBundle/tree/v1.19.0" }, "time": "2022-05-10T00:14:22+00:00" }, { "name": "laminas/laminas-code", "version": "4.7.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-code.git", "reference": "91aabc066d5620428120800c0eafc0411e441a62" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/laminas/laminas-code/zipball/91aabc066d5620428120800c0eafc0411e441a62", "reference": "91aabc066d5620428120800c0eafc0411e441a62", "shasum": "" }, "require": { "php": ">=7.4, <8.2" }, "require-dev": { "doctrine/annotations": "^1.13.2", "ext-phar": "*", "laminas/laminas-coding-standard": "^2.3.0", "laminas/laminas-stdlib": "^3.6.1", "phpunit/phpunit": "^9.5.10", "psalm/plugin-phpunit": "^0.17.0", "vimeo/psalm": "^4.13.1" }, "suggest": { "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features", "laminas/laminas-stdlib": "Laminas\\Stdlib component" }, "type": "library", "autoload": { "files": [ "polyfill/ReflectionEnumPolyfill.php" ], "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", "laminasframework" ], "support": { "chat": "https://laminas.dev/chat", "docs": "https://docs.laminas.dev/laminas-code/", "forum": "https://discourse.laminas.dev", "issues": "https://github.com/laminas/laminas-code/issues", "rss": "https://github.com/laminas/laminas-code/releases.atom", "source": "https://github.com/laminas/laminas-code" }, "funding": [ { "url": "https://funding.communitybridge.org/projects/laminas-project", "type": "community_bridge" } ], "time": "2022-11-21T01:32:31+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", "support": { "issues": "https://github.com/lcobucci/clock/issues", "source": "https://github.com/lcobucci/clock/tree/2.0.x" }, "funding": [ { "url": "https://github.com/lcobucci", "type": "github" }, { "url": "https://www.patreon.com/lcobucci", "type": "patreon" } ], "time": "2020-08-27T18:56:02+00:00" }, { "name": "lcobucci/jwt", "version": "4.1.5", "source": { "type": "git", "url": "https://github.com/lcobucci/jwt.git", "reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/lcobucci/jwt/zipball/fe2d89f2eaa7087af4aa166c6f480ef04e000582", "reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582", "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", "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" ], "support": { "issues": "https://github.com/lcobucci/jwt/issues", "source": "https://github.com/lcobucci/jwt/tree/4.1.5" }, "funding": [ { "url": "https://github.com/lcobucci", "type": "github" }, { "url": "https://www.patreon.com/lcobucci", "type": "patreon" } ], "time": "2021-09-28T19:34:56+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" ], "support": { "issues": "https://github.com/lexik/LexikMaintenanceBundle/issues", "source": "https://github.com/lexik/LexikMaintenanceBundle/tree/master" }, "abandoned": true, "time": "2018-02-14T10:18:33+00:00" }, { "name": "matthiasmullie/minify", "version": "1.3.70", "source": { "type": "git", "url": "https://github.com/matthiasmullie/minify.git", "reference": "2807d9f9bece6877577ad44acb5c801bb3ae536b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/matthiasmullie/minify/zipball/2807d9f9bece6877577ad44acb5c801bb3ae536b", "reference": "2807d9f9bece6877577ad44acb5c801bb3ae536b", "shasum": "" }, "require": { "ext-pcre": "*", "matthiasmullie/path-converter": "~1.1", "php": ">=5.3.0" }, "require-dev": { "friendsofphp/php-cs-fixer": ">=2.0", "matthiasmullie/scrapbook": ">=1.3", "phpunit/phpunit": ">=4.8", "squizlabs/php_codesniffer": ">=3.0" }, "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": "https://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": "https://github.com/matthiasmullie/minify", "keywords": [ "JS", "css", "javascript", "minifier", "minify" ], "support": { "issues": "https://github.com/matthiasmullie/minify/issues", "source": "https://github.com/matthiasmullie/minify/tree/1.3.70" }, "funding": [ { "url": "https://github.com/matthiasmullie", "type": "github" } ], "time": "2022-12-09T12:56:44+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" ], "support": { "issues": "https://github.com/matthiasmullie/path-converter/issues", "source": "https://github.com/matthiasmullie/path-converter/tree/1.1.3" }, "time": "2019-02-05T23:41:09+00:00" }, { "name": "michelf/php-markdown", "version": "1.9.1", "source": { "type": "git", "url": "https://github.com/michelf/php-markdown.git", "reference": "5024d623c1a057dcd2d076d25b7d270a1d0d55f3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/michelf/php-markdown/zipball/5024d623c1a057dcd2d076d25b7d270a1d0d55f3", "reference": "5024d623c1a057dcd2d076d25b7d270a1d0d55f3", "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" ], "support": { "issues": "https://github.com/michelf/php-markdown/issues", "source": "https://github.com/michelf/php-markdown/tree/1.9.1" }, "time": "2021-11-24T02:52:38+00:00" }, { "name": "monolog/monolog", "version": "1.27.1", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", "reference": "904713c5929655dc9b97288b69cfeedad610c9a1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/904713c5929655dc9b97288b69cfeedad610c9a1", "reference": "904713c5929655dc9b97288b69cfeedad610c9a1", "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" ], "support": { "issues": "https://github.com/Seldaek/monolog/issues", "source": "https://github.com/Seldaek/monolog/tree/1.27.1" }, "funding": [ { "url": "https://github.com/Seldaek", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/monolog/monolog", "type": "tidelift" } ], "time": "2022-06-09T08:53:42+00:00" }, { "name": "nelmio/cors-bundle", "version": "2.3.1", "source": { "type": "git", "url": "https://github.com/nelmio/NelmioCorsBundle.git", "reference": "185d2c0ae50a3f0b628790170164d5f1c5b7c281" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nelmio/NelmioCorsBundle/zipball/185d2c0ae50a3f0b628790170164d5f1c5b7c281", "reference": "185d2c0ae50a3f0b628790170164d5f1c5b7c281", "shasum": "" }, "require": { "psr/log": "^1.0 || ^2.0 || ^3.0", "symfony/framework-bundle": "^4.4 || ^5.4 || ^6.0" }, "require-dev": { "mockery/mockery": "^1.2", "symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.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" ], "support": { "issues": "https://github.com/nelmio/NelmioCorsBundle/issues", "source": "https://github.com/nelmio/NelmioCorsBundle/tree/2.3.1" }, "time": "2023-02-16T08:49:29+00:00" }, { "name": "nelmio/security-bundle", "version": "v2.12.0", "source": { "type": "git", "url": "https://github.com/nelmio/NelmioSecurityBundle.git", "reference": "dc8b8c3ee5c64715486e1e3947f83f4169f4374f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nelmio/NelmioSecurityBundle/zipball/dc8b8c3ee5c64715486e1e3947f83f4169f4374f", "reference": "dc8b8c3ee5c64715486e1e3947f83f4169f4374f", "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|~6.0", "symfony/security-core": "~2.3|~3.0|~4.0|~5.0|~6.0", "symfony/security-csrf": "~2.3|~3.0|~4.0|~5.0|~6.0", "symfony/security-http": "~2.3|~3.0|~4.0|~5.0|~6.0", "symfony/yaml": "~2.3|~3.0|~4.0|~5.0|~6.0", "ua-parser/uap-php": "^3.4.4" }, "require-dev": { "doctrine/cache": "^1.0", "psr/cache": "^1.0", "symfony/phpunit-bridge": "^5.0.5|^6.0", "twig/twig": "^1.38|^2.10|^3.0" }, "type": "symfony-bundle", "extra": { "branch-alias": { "dev-master": "2.11.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" ], "support": { "issues": "https://github.com/nelmio/NelmioSecurityBundle/issues", "source": "https://github.com/nelmio/NelmioSecurityBundle/tree/v2.12.0" }, "time": "2022-02-23T06:10:58+00:00" }, { "name": "nikic/php-parser", "version": "v4.15.3", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/570e980a201d8ed0236b0a62ddf2c9cbb2034039", "reference": "570e980a201d8ed0236b0a62ddf2c9cbb2034039", "shasum": "" }, "require": { "ext-tokenizer": "*", "php": ">=7.0" }, "require-dev": { "ircmaxell/php-yacc": "^0.0.7", "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" }, "bin": [ "bin/php-parse" ], "type": "library", "extra": { "branch-alias": { "dev-master": "4.9-dev" } }, "autoload": { "psr-4": { "PhpParser\\": "lib/PhpParser" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Nikita Popov" } ], "description": "A PHP parser written in PHP", "keywords": [ "parser", "php" ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", "source": "https://github.com/nikic/PHP-Parser/tree/v4.15.3" }, "time": "2023-01-16T22:05:37+00:00" }, { "name": "nyholm/psr7", "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/Nyholm/psr7.git", "reference": "f734364e38a876a23be4d906a2a089e1315be18a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Nyholm/psr7/zipball/f734364e38a876a23be4d906a2a089e1315be18a", "reference": "f734364e38a876a23be4d906a2a089e1315be18a", "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.9", "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" ], "support": { "issues": "https://github.com/Nyholm/psr7/issues", "source": "https://github.com/Nyholm/psr7/tree/1.5.1" }, "funding": [ { "url": "https://github.com/Zegnat", "type": "github" }, { "url": "https://github.com/nyholm", "type": "github" } ], "time": "2022-06-22T07:13:36+00:00" }, { "name": "paragonie/constant_time_encoding", "version": "v2.6.3", "source": { "type": "git", "url": "https://github.com/paragonie/constant_time_encoding.git", "reference": "58c3f47f650c94ec05a151692652a868995d2938" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938", "reference": "58c3f47f650c94ec05a151692652a868995d2938", "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" ], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/constant_time_encoding/issues", "source": "https://github.com/paragonie/constant_time_encoding" }, "time": "2022-06-14T06:56:20+00:00" }, { "name": "paragonie/random_compat", "version": "v9.99.100", "source": { "type": "git", "url": "https://github.com/paragonie/random_compat.git", "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a", "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a", "shasum": "" }, "require": { "php": ">= 7" }, "require-dev": { "phpunit/phpunit": "4.*|5.*", "vimeo/psalm": "^1" }, "suggest": { "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." }, "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Paragon Initiative Enterprises", "email": "security@paragonie.com", "homepage": "https://paragonie.com" } ], "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ "csprng", "polyfill", "pseudorandom", "random" ], "support": { "email": "info@paragonie.com", "issues": "https://github.com/paragonie/random_compat/issues", "source": "https://github.com/paragonie/random_compat" }, "time": "2020-10-15T08:29:30+00:00" }, { "name": "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" ], "support": { "issues": "https://github.com/tchwork/utf8/issues", "source": "https://github.com/tchwork/utf8/tree/v1.3.3" }, "funding": [ { "url": "https://github.com/nicolas-grekas", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/patchwork/utf8", "type": "tidelift" } ], "abandoned": "symfony/polyfill-mbstring or symfony/string", "time": "2021-01-07T16:38:58+00:00" }, { "name": "php-http/client-common", "version": "2.6.0", "source": { "type": "git", "url": "https://github.com/php-http/client-common.git", "reference": "45db684cd4e186dcdc2b9c06b22970fe123796c0" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/client-common/zipball/45db684cd4e186dcdc2b9c06b22970fe123796c0", "reference": "45db684cd4e186dcdc2b9c06b22970fe123796c0", "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": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.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.3 || ^7.1", "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" ], "support": { "issues": "https://github.com/php-http/client-common/issues", "source": "https://github.com/php-http/client-common/tree/2.6.0" }, "time": "2022-09-29T09:59:43+00:00" }, { "name": "php-http/discovery", "version": "1.15.2", "source": { "type": "git", "url": "https://github.com/php-http/discovery.git", "reference": "5cc428320191ac1d0b6520034c2dc0698628ced5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/discovery/zipball/5cc428320191ac1d0b6520034c2dc0698628ced5", "reference": "5cc428320191ac1d0b6520034c2dc0698628ced5", "shasum": "" }, "require": { "composer-plugin-api": "^1.0|^2.0", "php": "^7.1 || ^8.0" }, "conflict": { "nyholm/psr7": "<1.0" }, "provide": { "php-http/async-client-implementation": "*", "php-http/client-implementation": "*", "psr/http-client-implementation": "*", "psr/http-factory-implementation": "*", "psr/http-message-implementation": "*" }, "require-dev": { "composer/composer": "^1.0.2|^2.0", "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 || ^7.3", "symfony/phpunit-bridge": "^6.2" }, "type": "composer-plugin", "extra": { "class": "Http\\Discovery\\Composer\\Plugin", "plugin-optional": true }, "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 and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations", "homepage": "http://php-http.org", "keywords": [ "adapter", "client", "discovery", "factory", "http", "message", "psr17", "psr7" ], "support": { "issues": "https://github.com/php-http/discovery/issues", "source": "https://github.com/php-http/discovery/tree/1.15.2" }, "time": "2023-02-11T08:28:41+00:00" }, { "name": "php-http/httplug", "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/php-http/httplug.git", "reference": "f640739f80dfa1152533976e3c112477f69274eb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/httplug/zipball/f640739f80dfa1152533976e3c112477f69274eb", "reference": "f640739f80dfa1152533976e3c112477f69274eb", "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" ], "support": { "issues": "https://github.com/php-http/httplug/issues", "source": "https://github.com/php-http/httplug/tree/2.3.0" }, "time": "2022-02-21T09:52:22+00:00" }, { "name": "php-http/message", "version": "1.13.0", "source": { "type": "git", "url": "https://github.com/php-http/message.git", "reference": "7886e647a30a966a1a8d1dad1845b71ca8678361" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-http/message/zipball/7886e647a30a966a1a8d1dad1845b71ca8678361", "reference": "7886e647a30a966a1a8d1dad1845b71ca8678361", "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 || ^7.1", "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": { "files": [ "src/filters.php" ], "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": "HTTP Message related tools", "homepage": "http://php-http.org", "keywords": [ "http", "message", "psr-7" ], "support": { "issues": "https://github.com/php-http/message/issues", "source": "https://github.com/php-http/message/tree/1.13.0" }, "time": "2022-02-11T13:41:14+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" ], "support": { "issues": "https://github.com/php-http/message-factory/issues", "source": "https://github.com/php-http/message-factory/tree/master" }, "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" ], "support": { "issues": "https://github.com/php-http/promise/issues", "source": "https://github.com/php-http/promise/tree/1.1.0" }, "time": "2020-07-07T09:29:14+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).", "support": { "source": "https://github.com/phpspec/php-diff/tree/v1.1.3" }, "time": "2020-09-18T13:47:07+00:00" }, { "name": "psr/cache", "version": "1.0.1", "source": { "type": "git", "url": "https://github.com/php-fig/cache.git", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Psr\\Cache\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "PHP-FIG", "homepage": "http://www.php-fig.org/" } ], "description": "Common interface for caching libraries", "keywords": [ "cache", "psr", "psr-6" ], "support": { "source": "https://github.com/php-fig/cache/tree/master" }, "time": "2016-08-06T20:24:11+00:00" }, { "name": "psr/container", "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", "shasum": "" }, "require": { "php": ">=7.4.0" }, "type": "library", "autoload": { "psr-4": { "Psr\\Container\\": "src/" } }, "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.2" }, "time": "2021-11-05T16:50:12+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": "ramsey/uuid", "version": "3.9.7", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", "reference": "dc75aa439eb4c1b77f5379fd958b3dc0e6014178" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/ramsey/uuid/zipball/dc75aa439eb4c1b77f5379fd958b3dc0e6014178", "reference": "dc75aa439eb4c1b77f5379fd958b3dc0e6014178", "shasum": "" }, "require": { "ext-json": "*", "paragonie/random_compat": "^1 | ^2 | ^9.99.99", "php": "^5.4 | ^7.0 | ^8.0", "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.0 <=2.3.2", "mockery/mockery": "^0.9.11 | ^1", "moontoast/math": "^1.1", "nikic/php-parser": "<=4.5.0", "paragonie/random-lib": "^2", "php-mock/php-mock-phpunit": "^0.3 | ^1.1 | ^2.6", "php-parallel-lint/php-parallel-lint": "^1.3", "phpunit/phpunit": ">=4.8.36 <9.0.0 | >=9.3.0", "squizlabs/php_codesniffer": "^3.5", "yoast/phpunit-polyfills": "^1.0" }, "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", "autoload": { "files": [ "src/functions.php" ], "psr-4": { "Ramsey\\Uuid\\": "src/" } }, "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" ], "support": { "issues": "https://github.com/ramsey/uuid/issues", "rss": "https://github.com/ramsey/uuid/releases.atom", "source": "https://github.com/ramsey/uuid", "wiki": "https://github.com/ramsey/uuid/wiki" }, "funding": [ { "url": "https://github.com/ramsey", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid", "type": "tidelift" } ], "time": "2022-12-19T21:55:10+00:00" }, { "name": "scheb/2fa-backup-code", "version": "v5.13.2", "source": { "type": "git", "url": "https://github.com/scheb/2fa-backup-code.git", "reference": "5584eb7a2c3deb80635c7173ad77858e51129c35" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/scheb/2fa-backup-code/zipball/5584eb7a2c3deb80635c7173ad77858e51129c35", "reference": "5584eb7a2c3deb80635c7173ad77858e51129c35", "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" ], "support": { "source": "https://github.com/scheb/2fa-backup-code/tree/v5.13.2" }, "time": "2022-01-03T10:21:24+00:00" }, { "name": "scheb/2fa-bundle", "version": "v5.13.2", "source": { "type": "git", "url": "https://github.com/scheb/2fa-bundle.git", "reference": "dc575cc7bc94fa3a52b547698086f2ef015d2e81" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/scheb/2fa-bundle/zipball/dc575cc7bc94fa3a52b547698086f2ef015d2e81", "reference": "dc575cc7bc94fa3a52b547698086f2ef015d2e81", "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" ], "support": { "source": "https://github.com/scheb/2fa-bundle/tree/v5.13.2" }, "time": "2022-04-16T10:18:34+00:00" }, { "name": "scheb/2fa-trusted-device", "version": "v5.13.2", "source": { "type": "git", "url": "https://github.com/scheb/2fa-trusted-device.git", "reference": "acf5a1526eb2111fb7a82b9b52eb34b1ddfdc526" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/scheb/2fa-trusted-device/zipball/acf5a1526eb2111fb7a82b9b52eb34b1ddfdc526", "reference": "acf5a1526eb2111fb7a82b9b52eb34b1ddfdc526", "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" ], "support": { "source": "https://github.com/scheb/2fa-trusted-device/tree/v5.13.2" }, "time": "2022-01-03T10:21:24+00:00" }, { "name": "scssphp/scssphp", "version": "v1.11.0", "source": { "type": "git", "url": "https://github.com/scssphp/scssphp.git", "reference": "33749d12c2569bb24071f94e9af828662dabb068" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/scssphp/scssphp/zipball/33749d12c2569bb24071f94e9af828662dabb068", "reference": "33749d12c2569bb24071f94e9af828662dabb068", "shasum": "" }, "require": { "ext-ctype": "*", "ext-json": "*", "php": ">=5.6.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.4", "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.3 || ^9.4", "sass/sass-spec": "*", "squizlabs/php_codesniffer": "~3.5", "symfony/phpunit-bridge": "^5.1", "thoughtbot/bourbon": "^7.0", "twbs/bootstrap": "~5.0", "twbs/bootstrap4": "4.6.1", "zurb/foundation": "~6.5" }, "suggest": { "ext-iconv": "Can be used as fallback when ext-mbstring is not available", "ext-mbstring": "For best performance, mbstring should be installed as it is faster than ext-iconv" }, "bin": [ "bin/pscss" ], "type": "library", "extra": { "bamarni-bin": { "forward-command": false, "bin-links": false } }, "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" ], "support": { "issues": "https://github.com/scssphp/scssphp/issues", "source": "https://github.com/scssphp/scssphp/tree/v1.11.0" }, "time": "2022-09-02T21:24:55+00:00" }, { "name": "sensiolabs/ansi-to-html", "version": "v1.2.1", "source": { "type": "git", "url": "https://github.com/sensiolabs/ansi-to-html.git", "reference": "94a3145aae4733ff933c8910263ef56d1ae317a9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/sensiolabs/ansi-to-html/zipball/94a3145aae4733ff933c8910263ef56d1ae317a9", "reference": "94a3145aae4733ff933c8910263ef56d1ae317a9", "shasum": "" }, "require": { "php": ">=7.2.5" }, "conflict": { "twig/twig": "< 2.4.0" }, "require-dev": { "twig/twig": "^2.4 || ^3.0" }, "suggest": { "twig/twig": "Provides nice templating features" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2-dev" } }, "autoload": { "psr-4": { "SensioLabs\\AnsiConverter\\": "SensioLabs/AnsiConverter" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" } ], "description": "A library to convert a text with ANSI codes to HTML", "support": { "issues": "https://github.com/sensiolabs/ansi-to-html/issues", "source": "https://github.com/sensiolabs/ansi-to-html/tree/v1.2.1" }, "time": "2020-10-06T05:48:55+00:00" }, { "name": "simplepie/simplepie", "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/simplepie/simplepie.git", "reference": "65b095d87bc00898d8fa7737bdbcda93a3fbcc55" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/simplepie/simplepie/zipball/65b095d87bc00898d8fa7737bdbcda93a3fbcc55", "reference": "65b095d87bc00898d8fa7737bdbcda93a3fbcc55", "shasum": "" }, "require": { "ext-pcre": "*", "ext-xml": "*", "ext-xmlreader": "*", "php": ">=7.2.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.19 || ^3.8", "psr/simple-cache": "^1 || ^2 || ^3", "yoast/phpunit-polyfills": "^1.0.1" }, "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" }, "psr-4": { "SimplePie\\": "src" } }, "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" ], "support": { "issues": "https://github.com/simplepie/simplepie/issues", "source": "https://github.com/simplepie/simplepie/tree/1.8.0" }, "time": "2023-01-20T08:37:35+00:00" }, { "name": "spomky-labs/otphp", "version": "v10.0.3", "source": { "type": "git", "url": "https://github.com/Spomky-Labs/otphp.git", "reference": "9784d9f7c790eed26e102d6c78f12c754036c366" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/9784d9f7c790eed26e102d6c78f12c754036c366", "reference": "9784d9f7c790eed26e102d6c78f12c754036c366", "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|^2.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 || ^2.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" ], "support": { "issues": "https://github.com/Spomky-Labs/otphp/issues", "source": "https://github.com/Spomky-Labs/otphp/tree/v10.0.3" }, "time": "2022-03-17T08:00:35+00:00" }, { "name": "swiftmailer/swiftmailer", "version": "v6.3.0", "source": { "type": "git", "url": "https://github.com/swiftmailer/swiftmailer.git", "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8a5d5072dca8f48460fce2f4131fcc495eec654c", "reference": "8a5d5072dca8f48460fce2f4131fcc495eec654c", "shasum": "" }, "require": { "egulias/email-validator": "^2.0|^3.1", "php": ">=7.0.0", "symfony/polyfill-iconv": "^1.0", "symfony/polyfill-intl-idn": "^1.10", "symfony/polyfill-mbstring": "^1.0" }, "require-dev": { "mockery/mockery": "^1.0", "symfony/phpunit-bridge": "^4.4|^5.4" }, "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" ], "support": { "issues": "https://github.com/swiftmailer/swiftmailer/issues", "source": "https://github.com/swiftmailer/swiftmailer/tree/v6.3.0" }, "funding": [ { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer", "type": "tidelift" } ], "abandoned": "symfony/mailer", "time": "2021-10-18T15:26:12+00:00" }, { "name": "symfony-cmf/routing", "version": "2.3.4", "source": { "type": "git", "url": "https://github.com/symfony-cmf/Routing.git", "reference": "bbcdf2f6301d740454ba9ebb8adaefd436c36a6b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/bbcdf2f6301d740454ba9ebb8adaefd436c36a6b", "reference": "bbcdf2f6301d740454ba9ebb8adaefd436c36a6b", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", "psr/log": "^1.0 || ^2.0 || ^3.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" ], "support": { "issues": "https://github.com/symfony-cmf/Routing/issues", "source": "https://github.com/symfony-cmf/Routing/tree/2.3.4" }, "time": "2021-11-08T16:33:10+00:00" }, { "name": "symfony-cmf/routing-bundle", "version": "2.5.1", "source": { "type": "git", "url": "https://github.com/symfony-cmf/routing-bundle.git", "reference": "e9c3dfb9815b68b7f95d18308ca036cccadd4739" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony-cmf/routing-bundle/zipball/e9c3dfb9815b68b7f95d18308ca036cccadd4739", "reference": "e9c3dfb9815b68b7f95d18308ca036cccadd4739", "shasum": "" }, "require": { "php": "^7.4 || ^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.3", "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": "^4.0", "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" ], "support": { "issues": "https://github.com/symfony-cmf/routing-bundle/issues", "source": "https://github.com/symfony-cmf/routing-bundle/tree/2.5.1" }, "time": "2021-09-15T09:54:36+00:00" }, { "name": "symfony/asset", "version": "v4.4.46", "source": { "type": "git", "url": "https://github.com/symfony/asset.git", "reference": "6ef0f9f352f90c469e8b363ebc038d81a7198873" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/asset/zipball/6ef0f9f352f90c469e8b363ebc038d81a7198873", "reference": "6ef0f9f352f90c469e8b363ebc038d81a7198873", "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.46" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-08-30T22:05:24+00:00" }, { "name": "symfony/cache", "version": "v4.4.48", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", "reference": "3b98ed664887ad197b8ede3da2432787212eb915" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/cache/zipball/3b98ed664887ad197b8ede3da2432787212eb915", "reference": "3b98ed664887ad197b8ede3da2432787212eb915", "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-php73": "^1.9", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2", "symfony/var-exporter": "^4.2|^5.0" }, "conflict": { "doctrine/dbal": "<2.7", "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|2.0", "symfony/cache-implementation": "1.0|2.0" }, "require-dev": { "cache/integration-tests": "dev-master", "doctrine/cache": "^1.6|^2.0", "doctrine/dbal": "^2.7|^3.0", "predis/predis": "^1.1", "psr/simple-cache": "^1.0|^2.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 extended PSR-6, PSR-16 (and tags) implementations", "homepage": "https://symfony.com", "keywords": [ "caching", "psr6" ], "support": { "source": "https://github.com/symfony/cache/tree/v4.4.48" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-10-17T20:21:54+00:00" }, { "name": "symfony/cache-contracts", "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/cache-contracts.git", "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/64be4a7acb83b6f2bf6de9a02cee6dad41277ebc", "reference": "64be4a7acb83b6f2bf6de9a02cee6dad41277ebc", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/cache": "^1.0|^2.0|^3.0" }, "suggest": { "symfony/cache-implementation": "" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Cache\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Generic abstractions related to caching", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "support": { "source": "https://github.com/symfony/cache-contracts/tree/v2.5.2" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/config", "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/config.git", "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/config/zipball/ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", "reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658", "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.44" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/console", "version": "v4.4.49", "source": { "type": "git", "url": "https://github.com/symfony/console.git", "reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/console/zipball/33fa45ffc81fdcc1ca368d4946da859c8cdb58d9", "reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9", "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.49" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-11-05T17:10:16+00:00" }, { "name": "symfony/debug", "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", "reference": "1a692492190773c5310bc7877cb590c04c2f05be" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be", "reference": "1a692492190773c5310bc7877cb590c04c2f05be", "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.44" }, "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" } ], "abandoned": "symfony/error-handler", "time": "2022-07-28T16:29:46+00:00" }, { "name": "symfony/debug-bundle", "version": "v4.4.37", "source": { "type": "git", "url": "https://github.com/symfony/debug-bundle.git", "reference": "f21cce588be146c9111cb9041f0784a6534fd648" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/debug-bundle/zipball/f21cce588be146c9111cb9041f0784a6534fd648", "reference": "f21cce588be146c9111cb9041f0784a6534fd648", "shasum": "" }, "require": { "ext-xml": "*", "php": ">=7.1.3", "symfony/http-kernel": "^3.4|^4.0|^5.0", "symfony/polyfill-php80": "^1.16", "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 VarDumper component and the ServerLogCommand from MonologBridge into the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/debug-bundle/tree/v4.4.37" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-01-02T09:41:36+00:00" }, { "name": "symfony/dependency-injection", "version": "v4.4.49", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", "reference": "9065fe97dbd38a897e95ea254eb5ddfe1310f734" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9065fe97dbd38a897e95ea254eb5ddfe1310f734", "reference": "9065fe97dbd38a897e95ea254eb5ddfe1310f734", "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": "<4.4.26" }, "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.26|^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.49" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-11-16T16:18:09+00:00" }, { "name": "symfony/deprecation-contracts", "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "files": [ "function.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/doctrine-bridge", "version": "v4.4.48", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-bridge.git", "reference": "8dbbec53714eb512321380d582b45ff7e074a5d6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/8dbbec53714eb512321380d582b45ff7e074a5d6", "reference": "8dbbec53714eb512321380d582b45ff7e074a5d6", "shasum": "" }, "require": { "doctrine/event-manager": "~1.0", "doctrine/persistence": "^1.3|^2|^3", "php": ">=7.1.3", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.16", "symfony/service-contracts": "^1.1|^2" }, "conflict": { "doctrine/dbal": "<2.7", "doctrine/lexer": "<1.1", "doctrine/orm": "<2.6.3", "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/proxy-manager-bridge": "<4.4.19", "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/collections": "~1.0", "doctrine/data-fixtures": "^1.1", "doctrine/dbal": "^2.7|^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.41|^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", "support": { "source": "https://github.com/symfony/doctrine-bridge/tree/v4.4.48" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-10-14T11:24:01+00:00" }, { "name": "symfony/dom-crawler", "version": "v4.4.45", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4b8daf6c56801e6d664224261cb100b73edc78a5", "reference": "4b8daf6c56801e6d664224261cb100b73edc78a5", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "^1.16" }, "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", "support": { "source": "https://github.com/symfony/dom-crawler/tree/v4.4.45" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-08-03T12:57:57+00:00" }, { "name": "symfony/dotenv", "version": "v4.4.37", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", "reference": "fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/dotenv/zipball/fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf", "reference": "fcedd6d382b3afc3e1e786aa4e4fc4cf06f564cf", "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" ], "support": { "source": "https://github.com/symfony/dotenv/tree/v4.4.37" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-01-02T09:41:36+00:00" }, { "name": "symfony/error-handler", "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", "reference": "be731658121ef2d8be88f3a1ec938148a9237291" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/error-handler/zipball/be731658121ef2d8be88f3a1ec938148a9237291", "reference": "be731658121ef2d8be88f3a1ec938148a9237291", "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.44" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-07-28T16:29:46+00:00" }, { "name": "symfony/event-dispatcher", "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1e866e9e5c1b22168e0ce5f0b467f19bba61266a", "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a", "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.44" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/event-dispatcher-contracts", "version": "v1.1.13", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e", "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e", "shasum": "" }, "require": { "php": ">=7.1.3" }, "suggest": { "psr/event-dispatcher": "", "symfony/event-dispatcher-implementation": "" }, "type": "library", "extra": { "branch-alias": { "dev-main": "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.13" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-01-02T09:41:36+00:00" }, { "name": "symfony/expression-language", "version": "v4.4.47", "source": { "type": "git", "url": "https://github.com/symfony/expression-language.git", "reference": "e4964c7636e19f6008660f450c09121c80c2a7b9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/expression-language/zipball/e4964c7636e19f6008660f450c09121c80c2a7b9", "reference": "e4964c7636e19f6008660f450c09121c80c2a7b9", "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", "support": { "source": "https://github.com/symfony/expression-language/tree/v4.4.47" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-10-03T15:15:11+00:00" }, { "name": "symfony/filesystem", "version": "v5.4.19", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", "reference": "648bfaca6a494f3e22378123bcee2894045dc9d8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/filesystem/zipball/648bfaca6a494f3e22378123bcee2894045dc9d8", "reference": "648bfaca6a494f3e22378123bcee2894045dc9d8", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.8", "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Filesystem\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/filesystem/tree/v5.4.19" }, "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": "2023-01-14T19:14:44+00:00" }, { "name": "symfony/finder", "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", "reference": "66bd787edb5e42ff59d3523f623895af05043e4f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/finder/zipball/66bd787edb5e42ff59d3523f623895af05043e4f", "reference": "66bd787edb5e42ff59d3523f623895af05043e4f", "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.44" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-07-29T07:35:46+00:00" }, { "name": "symfony/framework-bundle", "version": "v4.4.49", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", "reference": "d8cf2558249004a29b8e27b1f6eae52337ff471b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/d8cf2558249004a29b8e27b1f6eae52337ff471b", "reference": "d8cf2558249004a29b8e27b1f6eae52337ff471b", "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.38|^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|^3", "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.42|^5.4.9", "symfony/css-selector": "^3.4|^4.0|^5.0", "symfony/dom-crawler": "^4.4.30|^5.3.7", "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.49" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-11-05T15:42:31+00:00" }, { "name": "symfony/http-client", "version": "v4.4.49", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", "reference": "0185497cd61440bdf68df7d81241b97a543e9c3f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-client/zipball/0185497cd61440bdf68df7d81241b97a543e9c3f", "reference": "0185497cd61440bdf68df7d81241b97a543e9c3f", "shasum": "" }, "require": { "php": ">=7.1.3", "psr/log": "^1|^2|^3", "symfony/http-client-contracts": "^1.1.10|^2", "symfony/polyfill-php73": "^1.11", "symfony/polyfill-php80": "^1.16", "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", "support": { "source": "https://github.com/symfony/http-client/tree/v4.4.49" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-11-03T19:03:45+00:00" }, { "name": "symfony/http-client-contracts", "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/http-client-contracts.git", "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", "shasum": "" }, "require": { "php": ">=7.2.5" }, "suggest": { "symfony/http-client-implementation": "" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\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.5.2" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-04-12T15:48:08+00:00" }, { "name": "symfony/http-foundation", "version": "v4.4.49", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", "reference": "191413c7b832c015bb38eae963f2e57498c3c173" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/191413c7b832c015bb38eae963f2e57498c3c173", "reference": "191413c7b832c015bb38eae963f2e57498c3c173", "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.49" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-11-04T16:17:57+00:00" }, { "name": "symfony/http-kernel", "version": "v4.4.50", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", "reference": "aa6df6c045f034aa13ac752fc234bb300b9488ef" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/aa6df6c045f034aa13ac752fc234bb300b9488ef", "reference": "aa6df6c045f034aa13ac752fc234bb300b9488ef", "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.30|^5.3.7", "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.50" }, "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": "2023-02-01T08:01:31+00:00" }, { "name": "symfony/lock", "version": "v4.4.46", "source": { "type": "git", "url": "https://github.com/symfony/lock.git", "reference": "8b060dd4e10f05219698ceb3a4ad735b19c1be4f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/lock/zipball/8b060dd4e10f05219698ceb3a4ad735b19c1be4f", "reference": "8b060dd4e10f05219698ceb3a4ad735b19c1be4f", "shasum": "" }, "require": { "php": ">=7.1.3", "psr/log": "^1|^2|^3", "symfony/polyfill-php80": "^1.16" }, "conflict": { "doctrine/dbal": "<2.7" }, "require-dev": { "doctrine/dbal": "^2.7|^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" ], "support": { "source": "https://github.com/symfony/lock/tree/v4.4.46" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-09-19T08:41:12+00:00" }, { "name": "symfony/mime", "version": "v5.4.19", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", "reference": "a858429a9c704edc53fe057228cf9ca282ba48eb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/mime/zipball/a858429a9c704edc53fe057228cf9ca282ba48eb", "reference": "a858429a9c704edc53fe057228cf9ca282ba48eb", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "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", "symfony/serializer": "<5.4.14|>=6.0,<6.0.14|>=6.1,<6.1.6" }, "require-dev": { "egulias/email-validator": "^2.1.10|^3.1|^4", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/property-access": "^4.4|^5.1|^6.0", "symfony/property-info": "^4.4|^5.1|^6.0", "symfony/serializer": "^5.4.14|~6.0.14|^6.1.6" }, "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.4.19" }, "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": "2023-01-09T05:43:46+00:00" }, { "name": "symfony/monolog-bridge", "version": "v4.4.43", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bridge.git", "reference": "ad09c9980b912e757c4ecd8363cebf3039d1d471" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/ad09c9980b912e757c4ecd8363cebf3039d1d471", "reference": "ad09c9980b912e757c4ecd8363cebf3039d1d471", "shasum": "" }, "require": { "monolog/monolog": "^1.25.1", "php": ">=7.1.3", "symfony/http-kernel": "^4.3", "symfony/polyfill-php80": "^1.16", "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", "support": { "source": "https://github.com/symfony/monolog-bridge/tree/v4.4.43" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-06-16T12:12:11+00:00" }, { "name": "symfony/monolog-bundle", "version": "v3.8.0", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bundle.git", "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d", "reference": "a41bbcdc1105603b6d73a7d9a43a3788f8e0fb7d", "shasum": "" }, "require": { "monolog/monolog": "^1.22 || ^2.0 || ^3.0", "php": ">=7.1.3", "symfony/config": "~4.4 || ^5.0 || ^6.0", "symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0", "symfony/http-kernel": "~4.4 || ^5.0 || ^6.0", "symfony/monolog-bridge": "~4.4 || ^5.0 || ^6.0" }, "require-dev": { "symfony/console": "~4.4 || ^5.0 || ^6.0", "symfony/phpunit-bridge": "^5.2 || ^6.0", "symfony/yaml": "~4.4 || ^5.0 || ^6.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" ], "support": { "issues": "https://github.com/symfony/monolog-bundle/issues", "source": "https://github.com/symfony/monolog-bundle/tree/v3.8.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-05-10T14:24:36+00:00" }, { "name": "symfony/options-resolver", "version": "v5.4.19", "source": { "type": "git", "url": "https://github.com/symfony/options-resolver.git", "reference": "b03c99236445492f20c61666e8f7e5d388b078e5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/options-resolver/zipball/b03c99236445492f20c61666e8f7e5d388b078e5", "reference": "b03c99236445492f20c61666e8f7e5d388b078e5", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php73": "~1.0", "symfony/polyfill-php80": "^1.16" }, "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" ], "support": { "source": "https://github.com/symfony/options-resolver/tree/v5.4.19" }, "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": "2023-01-01T08:32:19+00:00" }, { "name": "symfony/polyfill-ctype", "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", "reference": "5bbc823adecdae860bb64756d639ecfec17b050a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a", "reference": "5bbc823adecdae860bb64756d639ecfec17b050a", "shasum": "" }, "require": { "php": ">=7.1" }, "provide": { "ext-ctype": "*" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Ctype\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Gert de Pagter", "email": "BackEndTea@gmail.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for ctype functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "ctype", "polyfill", "portable" ], "support": { "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-iconv", "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", "reference": "927013f3aac555983a5059aada98e1907d842695" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/927013f3aac555983a5059aada98e1907d842695", "reference": "927013f3aac555983a5059aada98e1907d842695", "shasum": "" }, "require": { "php": ">=7.1" }, "provide": { "ext-iconv": "*" }, "suggest": { "ext-iconv": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Iconv\\": "" } }, "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" ], "support": { "source": "https://github.com/symfony/polyfill-iconv/tree/v1.27.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-intl-grapheme", "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", "reference": "511a08c03c1960e08a883f4cffcacd219b758354" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354", "reference": "511a08c03c1960e08a883f4cffcacd219b758354", "shasum": "" }, "require": { "php": ">=7.1" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Intl\\Grapheme\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for intl's grapheme_* functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "grapheme", "intl", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-intl-idn", "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", "reference": "639084e360537a19f9ee352433b84ce831f3d2da" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da", "reference": "639084e360537a19f9ee352433b84ce831f3d2da", "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.27-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Intl\\Idn\\": "" } }, "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.27.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-intl-normalizer", "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6", "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6", "shasum": "" }, "require": { "php": ">=7.1" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Intl\\Normalizer\\": "" }, "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for intl's Normalizer class and related functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "intl", "normalizer", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534", "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534", "shasum": "" }, "require": { "php": ">=7.1" }, "provide": { "ext-mbstring": "*" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-php72", "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", "reference": "869329b1e9894268a8a61dabb69153029b7a8c97" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/869329b1e9894268a8a61dabb69153029b7a8c97", "reference": "869329b1e9894268a8a61dabb69153029b7a8c97", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php72\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php72/tree/v1.27.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-php73", "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9", "reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php73\\": "" }, "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-php80", "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", "reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php80\\": "" }, "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Ion Bazan", "email": "ion.bazan@gmail.com" }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/polyfill-php81", "version": "v1.27.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php81.git", "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/707403074c8ea6e2edaf8794b0157a0bfa52157a", "reference": "707403074c8ea6e2edaf8794b0157a0bfa52157a", "shasum": "" }, "require": { "php": ">=7.1" }, "type": "library", "extra": { "branch-alias": { "dev-main": "1.27-dev" }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" } }, "autoload": { "files": [ "bootstrap.php" ], "psr-4": { "Symfony\\Polyfill\\Php81\\": "" }, "classmap": [ "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", "polyfill", "portable", "shim" ], "support": { "source": "https://github.com/symfony/polyfill-php81/tree/v1.27.0" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-11-03T14:55:06+00:00" }, { "name": "symfony/process", "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/process.git", "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/process/zipball/5cee9cdc4f7805e2699d9fd66991a0e6df8252a2", "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-php80": "^1.16" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Process\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/process/tree/v4.4.44" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-06-27T13:16:42+00:00" }, { "name": "symfony/property-access", "version": "v5.4.19", "source": { "type": "git", "url": "https://github.com/symfony/property-access.git", "reference": "20fcf370aed6b2b4a2d8170fa23d2d07250e94ab" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/property-access/zipball/20fcf370aed6b2b4a2d8170fa23d2d07250e94ab", "reference": "20fcf370aed6b2b4a2d8170fa23d2d07250e94ab", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php80": "^1.16", "symfony/property-info": "^5.2|^6.0" }, "require-dev": { "symfony/cache": "^4.4|^5.0|^6.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" ], "support": { "source": "https://github.com/symfony/property-access/tree/v5.4.19" }, "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": "2023-01-01T08:32:19+00:00" }, { "name": "symfony/property-info", "version": "v5.4.19", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", "reference": "8ccf54bce2e2edbface1e99cb5a2560a290c9e2d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/property-info/zipball/8ccf54bce2e2edbface1e99cb5a2560a290c9e2d", "reference": "8ccf54bce2e2edbface1e99cb5a2560a290c9e2d", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/deprecation-contracts": "^2.1|^3", "symfony/polyfill-php80": "^1.16", "symfony/string": "^5.1|^6.0" }, "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|^2", "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", "phpstan/phpdoc-parser": "^1.0", "symfony/cache": "^4.4|^5.0|^6.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/serializer": "^4.4|^5.0|^6.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" ], "support": { "source": "https://github.com/symfony/property-info/tree/v5.4.19" }, "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": "2023-01-14T11:26:56+00:00" }, { "name": "symfony/proxy-manager-bridge", "version": "v4.4.39", "source": { "type": "git", "url": "https://github.com/symfony/proxy-manager-bridge.git", "reference": "66c4de1f6fc16371c06762d6b7fafab2308a15a1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/proxy-manager-bridge/zipball/66c4de1f6fc16371c06762d6b7fafab2308a15a1", "reference": "66c4de1f6fc16371c06762d6b7fafab2308a15a1", "shasum": "" }, "require": { "friendsofphp/proxy-manager-lts": "^1.0.2", "php": ">=7.1.3", "symfony/dependency-injection": "^4.0|^5.0", "symfony/polyfill-php80": "^1.16" }, "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": "Provides integration for ProxyManager with various Symfony components", "homepage": "https://symfony.com", "support": { "source": "https://github.com/symfony/proxy-manager-bridge/tree/v4.4.39" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-02-25T10:38:15+00:00" }, { "name": "symfony/routing", "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/routing/zipball/f7751fd8b60a07f3f349947a309b5bdfce22d6ae", "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae", "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.44" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/security-bundle", "version": "v4.4.50", "source": { "type": "git", "url": "https://github.com/symfony/security-bundle.git", "reference": "076fd2088ada33d760758d98ff07ddedbf567946" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security-bundle/zipball/076fd2088ada33d760758d98ff07ddedbf567946", "reference": "076fd2088ada33d760758d98ff07ddedbf567946", "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/polyfill-php80": "^1.16", "symfony/security-core": "^4.4", "symfony/security-csrf": "^4.2|^5.0", "symfony/security-guard": "^4.2|^5.0", "symfony/security-http": "^4.4.50" }, "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/annotations": "^1.10.4", "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", "support": { "source": "https://github.com/symfony/security-bundle/tree/v4.4.50" }, "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": "2023-01-24T10:39:54+00:00" }, { "name": "symfony/security-core", "version": "v4.4.48", "source": { "type": "git", "url": "https://github.com/symfony/security-core.git", "reference": "423ccb332784b236dfe6c5f396d0ac49db57c914" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security-core/zipball/423ccb332784b236dfe6c5f396d0ac49db57c914", "reference": "423ccb332784b236dfe6c5f396d0ac49db57c914", "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.48" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-10-22T05:50:33+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.46", "source": { "type": "git", "url": "https://github.com/symfony/security-guard.git", "reference": "f199eb1b19db11ce254b891580728c45a7ccacfd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security-guard/zipball/f199eb1b19db11ce254b891580728c45a7ccacfd", "reference": "f199eb1b19db11ce254b891580728c45a7ccacfd", "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|^2|^3" }, "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", "support": { "source": "https://github.com/symfony/security-guard/tree/v4.4.46" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-09-23T06:06:49+00:00" }, { "name": "symfony/security-http", "version": "v4.4.50", "source": { "type": "git", "url": "https://github.com/symfony/security-http.git", "reference": "7fa4a0cac16f02cb534a6e9adcdb17385f94004f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/security-http/zipball/7fa4a0cac16f02cb534a6e9adcdb17385f94004f", "reference": "7fa4a0cac16f02cb534a6e9adcdb17385f94004f", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7", "symfony/http-kernel": "^4.4", "symfony/polyfill-php80": "^1.16", "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|^2|^3", "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", "support": { "source": "https://github.com/symfony/security-http/tree/v4.4.50" }, "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": "2023-01-24T10:39:54+00:00" }, { "name": "symfony/service-contracts", "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c", "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c", "shasum": "" }, "require": { "php": ">=7.2.5", "psr/container": "^1.1", "symfony/deprecation-contracts": "^2.1|^3" }, "conflict": { "ext-psr": "<1.1|>=2" }, "suggest": { "symfony/service-implementation": "" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Service\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Generic abstractions related to writing services", "homepage": "https://symfony.com", "keywords": [ "abstractions", "contracts", "decoupling", "interfaces", "interoperability", "standards" ], "support": { "source": "https://github.com/symfony/service-contracts/tree/v2.5.2" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-05-30T19:17:29+00:00" }, { "name": "symfony/stopwatch", "version": "v4.4.46", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", "reference": "757660703fbd139eea0001b759c6c3bf5bc3ea52" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/stopwatch/zipball/757660703fbd139eea0001b759c6c3bf5bc3ea52", "reference": "757660703fbd139eea0001b759c6c3bf5bc3ea52", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/service-contracts": "^1.0|^2" }, "require-dev": { "symfony/polyfill-php72": "~1.5" }, "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.46" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-09-28T12:53:24+00:00" }, { "name": "symfony/string", "version": "v5.4.19", "source": { "type": "git", "url": "https://github.com/symfony/string.git", "reference": "0a01071610fd861cc160dfb7e2682ceec66064cb" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/string/zipball/0a01071610fd861cc160dfb7e2682ceec66064cb", "reference": "0a01071610fd861cc160dfb7e2682ceec66064cb", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-intl-grapheme": "~1.0", "symfony/polyfill-intl-normalizer": "~1.0", "symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-php80": "~1.15" }, "conflict": { "symfony/translation-contracts": ">=3.0" }, "require-dev": { "symfony/error-handler": "^4.4|^5.0|^6.0", "symfony/http-client": "^4.4|^5.0|^6.0", "symfony/translation-contracts": "^1.1|^2", "symfony/var-exporter": "^4.4|^5.0|^6.0" }, "type": "library", "autoload": { "files": [ "Resources/functions.php" ], "psr-4": { "Symfony\\Component\\String\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", "homepage": "https://symfony.com", "keywords": [ "grapheme", "i18n", "string", "unicode", "utf-8", "utf8" ], "support": { "source": "https://github.com/symfony/string/tree/v5.4.19" }, "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": "2023-01-01T08:32:19+00:00" }, { "name": "symfony/swiftmailer-bundle", "version": "v3.5.4", "source": { "type": "git", "url": "https://github.com/symfony/swiftmailer-bundle.git", "reference": "9daab339f226ac958192bf89836cb3378cc0e652" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/9daab339f226ac958192bf89836cb3378cc0e652", "reference": "9daab339f226ac958192bf89836cb3378cc0e652", "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", "support": { "issues": "https://github.com/symfony/swiftmailer-bundle/issues", "source": "https://github.com/symfony/swiftmailer-bundle/tree/v3.5.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" } ], "abandoned": "symfony/mailer", "time": "2022-02-06T08:03:40+00:00" }, { "name": "symfony/translation", "version": "v4.4.47", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", "reference": "45036b1d53accc48fe9bab71ccd86d57eba0dd94" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation/zipball/45036b1d53accc48fe9bab71ccd86d57eba0dd94", "reference": "45036b1d53accc48fe9bab71ccd86d57eba0dd94", "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.47" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-10-03T15:15:11+00:00" }, { "name": "symfony/translation-contracts", "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe", "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe", "shasum": "" }, "require": { "php": ">=7.2.5" }, "suggest": { "symfony/translation-implementation": "" }, "type": "library", "extra": { "branch-alias": { "dev-main": "2.5-dev" }, "thanks": { "name": "symfony/contracts", "url": "https://github.com/symfony/contracts" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\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.5.2" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-06-27T16:58:25+00:00" }, { "name": "symfony/twig-bridge", "version": "v4.4.49", "source": { "type": "git", "url": "https://github.com/symfony/twig-bridge.git", "reference": "d6b0fbfd5e2fab79c0c7b8dfe579e47ee0999113" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/twig-bridge/zipball/d6b0fbfd5e2fab79c0c7b8dfe579e47ee0999113", "reference": "d6b0fbfd5e2fab79c0c7b8dfe579e47ee0999113", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-php80": "^1.16", "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", "support": { "source": "https://github.com/symfony/twig-bridge/tree/v4.4.49" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-11-03T09:41:56+00:00" }, { "name": "symfony/twig-bundle", "version": "v4.4.41", "source": { "type": "git", "url": "https://github.com/symfony/twig-bundle.git", "reference": "164c1edc69f2c7ee337323efc78a8a8a263f45ff" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/twig-bundle/zipball/164c1edc69f2c7ee337323efc78a8a8a263f45ff", "reference": "164c1edc69f2c7ee337323efc78a8a8a263f45ff", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/http-foundation": "^4.3|^5.0", "symfony/http-kernel": "^4.4", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-php80": "^1.16", "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|^2.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", "support": { "source": "https://github.com/symfony/twig-bundle/tree/v4.4.41" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-04-12T15:19:55+00:00" }, { "name": "symfony/var-dumper", "version": "v4.4.47", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", "reference": "1069c7a3fca74578022fab6f81643248d02f8e63" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1069c7a3fca74578022fab6f81643248d02f8e63", "reference": "1069c7a3fca74578022fab6f81643248d02f8e63", "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.47" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-10-03T15:15:11+00:00" }, { "name": "symfony/var-exporter", "version": "v5.4.19", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", "reference": "2a1d06fcf2b30829d6c01dae8e6e188424d1f8f6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/var-exporter/zipball/2a1d06fcf2b30829d6c01dae8e6e188424d1f8f6", "reference": "2a1d06fcf2b30829d6c01dae8e6e188424d1f8f6", "shasum": "" }, "require": { "php": ">=7.2.5", "symfony/polyfill-php80": "^1.16" }, "require-dev": { "symfony/var-dumper": "^4.4.9|^5.0.9|^6.0" }, "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\VarExporter\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Allows exporting any serializable PHP data structure to plain PHP code", "homepage": "https://symfony.com", "keywords": [ "clone", "construct", "export", "hydrate", "instantiate", "serialize" ], "support": { "source": "https://github.com/symfony/var-exporter/tree/v5.4.19" }, "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": "2023-01-12T16:39:29+00:00" }, { "name": "symfony/web-profiler-bundle", "version": "v4.4.47", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", "reference": "c173202d8ce82fde63ec0953eaffdf065018b8f4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/c173202d8ce82fde63ec0953eaffdf065018b8f4", "reference": "c173202d8ce82fde63ec0953eaffdf065018b8f4", "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/polyfill-php80": "^1.16", "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", "support": { "source": "https://github.com/symfony/web-profiler-bundle/tree/v4.4.47" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-09-29T14:10:52+00:00" }, { "name": "symfony/yaml", "version": "v4.4.45", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/yaml/zipball/aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d", "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", "support": { "source": "https://github.com/symfony/yaml/tree/v4.4.45" }, "funding": [ { "url": "https://symfony.com/sponsor", "type": "custom" }, { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], "time": "2022-08-02T15:47:23+00:00" }, { "name": "terminal42/escargot", "version": "1.5.1", "source": { "type": "git", "url": "https://github.com/terminal42/escargot.git", "reference": "d0e5a3105e5d41f5b48417965691b1877c087203" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/terminal42/escargot/zipball/d0e5a3105e5d41f5b48417965691b1877c087203", "reference": "d0e5a3105e5d41f5b48417965691b1877c087203", "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 || ^6.0", "symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0", "symfony/http-client": "^4.4 || ^5.0 || ^6.0", "webignition/robots-txt-file": "^3.0" }, "require-dev": { "doctrine/dbal": "^2.13 || ^3.0", "symfony/finder": "^4.4 || ^5.0 || ^6.0", "symfony/phpunit-bridge": "^5.1.8 || ^6.0" }, "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" ], "support": { "issues": "https://github.com/terminal42/escargot/issues", "source": "https://github.com/terminal42/escargot" }, "time": "2023-01-10T16:11:27+00:00" }, { "name": "terminal42/service-annotation-bundle", "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/terminal42/service-annotation-bundle.git", "reference": "ae6bed637c9e7bab0edc095b2f76b7857035390a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/terminal42/service-annotation-bundle/zipball/ae6bed637c9e7bab0edc095b2f76b7857035390a", "reference": "ae6bed637c9e7bab0edc095b2f76b7857035390a", "shasum": "" }, "require": { "doctrine/annotations": "^1.6", "php": "^7.1 || ^8.0", "symfony/dependency-injection": "^4.0 || ^5.0 || ^6.0", "symfony/http-kernel": "^4.0 || ^5.0 || ^6.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", "support": { "issues": "https://github.com/terminal42/service-annotation-bundle/issues", "source": "https://github.com/terminal42/service-annotation-bundle" }, "funding": [ { "url": "https://github.com/sponsors/terminal42", "type": "github" }, { "url": "https://ko-fi.com/terminal42", "type": "other" } ], "time": "2022-08-16T15:20:24+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": { "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" ], "psr-4": { "Safe\\": [ "lib/", "deprecated/", "generated/" ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "PHP core functions that throw exceptions instead of returning FALSE on error", "support": { "issues": "https://github.com/thecodingmachine/safe/issues", "source": "https://github.com/thecodingmachine/safe/tree/v1.3.3" }, "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.", "support": { "issues": "https://github.com/Toflar/psr6-symfony-http-cache-store/issues", "source": "https://github.com/Toflar/psr6-symfony-http-cache-store/tree/3.0.1" }, "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" ], "support": { "issues": "https://github.com/true/php-punycode/issues", "source": "https://github.com/true/php-punycode/tree/master" }, "abandoned": true, "time": "2016-11-16T10:37:54+00:00" }, { "name": "twig/twig", "version": "v2.15.4", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", "reference": "3e059001d6d597dd50ea7c74dd2464b4adea48d3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/twigphp/Twig/zipball/3e059001d6d597dd50ea7c74dd2464b4adea48d3", "reference": "3e059001d6d597dd50ea7c74dd2464b4adea48d3", "shasum": "" }, "require": { "php": ">=7.1.3", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-mbstring": "^1.3", "symfony/polyfill-php72": "^1.8" }, "require-dev": { "psr/container": "^1.0", "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.15-dev" } }, "autoload": { "psr-0": { "Twig_": "lib/" }, "psr-4": { "Twig\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com", "homepage": "http://fabien.potencier.org", "role": "Lead Developer" }, { "name": "Twig Team", "role": "Contributors" }, { "name": "Armin Ronacher", "email": "armin.ronacher@active-4.com", "role": "Project Founder" } ], "description": "Twig, the flexible, fast, and secure template language for PHP", "homepage": "https://twig.symfony.com", "keywords": [ "templating" ], "support": { "issues": "https://github.com/twigphp/Twig/issues", "source": "https://github.com/twigphp/Twig/tree/v2.15.4" }, "funding": [ { "url": "https://github.com/fabpot", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/twig/twig", "type": "tidelift" } ], "time": "2022-12-27T12:26:20+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.", "support": { "issues": "https://github.com/ua-parser/uap-php/issues", "source": "https://github.com/ua-parser/uap-php/tree/v3.9.14" }, "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" ], "support": { "issues": "https://github.com/webignition/disallowed-character-terminated-string/issues", "source": "https://github.com/webignition/disallowed-character-terminated-string/tree/master" }, "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" ], "support": { "issues": "https://github.com/webignition/robots-txt-file/issues", "source": "https://github.com/webignition/robots-txt-file/tree/3.0" }, "time": "2019-12-20T17:50:44+00:00" }, { "name": "webmozart/assert", "version": "1.11.0", "source": { "type": "git", "url": "https://github.com/webmozarts/assert.git", "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", "shasum": "" }, "require": { "ext-ctype": "*", "php": "^7.2 || ^8.0" }, "conflict": { "phpstan/phpstan": "<0.12.20", "vimeo/psalm": "<4.6.1 || 4.6.2" }, "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.11.0" }, "time": "2022-06-03T18:03:27+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" }, "abandoned": "symfony/filesystem", "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" ], "support": { "source": "https://github.com/wikimedia/less.php/tree/1.8.2" }, "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.3.0" }