123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929 |
- {
- "alchemy/binary-driver": {
- "version": "v5.2.0"
- },
- "barnabywalters/mf-cleaner": {
- "version": "v0.1.4"
- },
- "behat/gherkin": {
- "version": "v4.9.0"
- },
- "codeception/codeception": {
- "version": "4.1",
- "recipe": {
- "repo": "github.com/symfony/recipes-contrib",
- "branch": "master",
- "version": "2.3",
- "ref": "30798e46831f4fc641fca83c0423918518901cd7"
- },
- "files": [
- "codeception.yml",
- "tests/_data/.gitignore",
- "tests/_output/.gitignore",
- "tests/_support/AcceptanceTester.php",
- "tests/_support/FunctionalTester.php",
- "tests/_support/Helper/Acceptance.php",
- "tests/_support/Helper/Functional.php",
- "tests/_support/Helper/Unit.php",
- "tests/_support/UnitTester.php",
- "tests/_support/_generated/.gitignore",
- "tests/acceptance.suite.yml",
- "tests/acceptance/.gitignore",
- "tests/functional.suite.yml",
- "tests/functional/.gitignore",
- "tests/unit.suite.yml",
- "tests/unit/.gitignore"
- ]
- },
- "codeception/lib-asserts": {
- "version": "1.13.2"
- },
- "codeception/lib-innerbrowser": {
- "version": "2.0.1"
- },
- "codeception/module-asserts": {
- "version": "1.3.1"
- },
- "codeception/module-phpbrowser": {
- "version": "2.0.2"
- },
- "codeception/module-symfony": {
- "version": "2.1.1"
- },
- "codeception/phpunit-wrapper": {
- "version": "9.0.6"
- },
- "codeception/stub": {
- "version": "4.0.1"
- },
- "composer/ca-bundle": {
- "version": "1.2.10"
- },
- "composer/pcre": {
- "version": "1.0.0"
- },
- "composer/semver": {
- "version": "3.2.4"
- },
- "composer/xdebug-handler": {
- "version": "1.4.6"
- },
- "dflydev/fig-cookies": {
- "version": "v3.0.0"
- },
- "doctrine/annotations": {
- "version": "1.0",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "1.0",
- "ref": "a2759dd6123694c8d901d0ec80006e044c2e6457"
- },
- "files": [
- "config/routes/annotations.yaml"
- ]
- },
- "doctrine/cache": {
- "version": "1.10.2"
- },
- "doctrine/collections": {
- "version": "1.6.7"
- },
- "doctrine/common": {
- "version": "3.1.2"
- },
- "doctrine/data-fixtures": {
- "version": "1.5.0"
- },
- "doctrine/dbal": {
- "version": "2.13.0"
- },
- "doctrine/deprecations": {
- "version": "v0.5.3"
- },
- "doctrine/doctrine-bundle": {
- "version": "2.3",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "2.3",
- "ref": "6e0f582596a8f1c865aaa0d3cceb9bf0daf609b4"
- },
- "files": [
- "config/packages/doctrine.yaml",
- "config/packages/prod/doctrine.yaml",
- "config/packages/test/doctrine.yaml",
- "src/Entity/.gitignore",
- "src/Repository/.gitignore"
- ]
- },
- "doctrine/doctrine-fixtures-bundle": {
- "version": "3.0",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "3.0",
- "ref": "e5b542d4ef47d8a003c91beb35650c76907f7e53"
- },
- "files": [
- "src/DataFixtures/AppFixtures.php"
- ]
- },
- "doctrine/doctrine-migrations-bundle": {
- "version": "3.1",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "3.1",
- "ref": "ee609429c9ee23e22d6fa5728211768f51ed2818"
- },
- "files": [
- "config/packages/doctrine_migrations.yaml",
- "migrations/.gitignore"
- ]
- },
- "doctrine/event-manager": {
- "version": "1.1.1"
- },
- "doctrine/inflector": {
- "version": "2.0.3"
- },
- "doctrine/instantiator": {
- "version": "1.4.0"
- },
- "doctrine/lexer": {
- "version": "1.2.1"
- },
- "doctrine/migrations": {
- "version": "3.1.1"
- },
- "doctrine/orm": {
- "version": "2.8.4"
- },
- "doctrine/persistence": {
- "version": "2.1.0"
- },
- "doctrine/sql-formatter": {
- "version": "1.1.1"
- },
- "egulias/email-validator": {
- "version": "3.1.1"
- },
- "embed/embed": {
- "version": "v4.3.4"
- },
- "erusev/parsedown": {
- "version": "1.7.4"
- },
- "evenement/evenement": {
- "version": "v3.0.1"
- },
- "friendsofphp/php-cs-fixer": {
- "version": "2.17",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "2.17",
- "ref": "f0d4b4ddb4e2bb73b227e3987b6ecc53cd8be431"
- },
- "files": [
- ".php_cs.dist"
- ]
- },
- "friendsofphp/proxy-manager-lts": {
- "version": "v1.0.3"
- },
- "giggsey/libphonenumber-for-php": {
- "version": "8.12.21"
- },
- "giggsey/locale": {
- "version": "1.9"
- },
- "guzzlehttp/guzzle": {
- "version": "7.4.1"
- },
- "guzzlehttp/promises": {
- "version": "1.5.1"
- },
- "guzzlehttp/psr7": {
- "version": "2.1.0"
- },
- "indieauth/client": {
- "version": "1.1.5"
- },
- "indieweb/link-rel-parser": {
- "version": "0.1.3"
- },
- "indieweb/representative-h-card": {
- "version": "0.1.2"
- },
- "jchook/phpunit-assert-throws": {
- "version": "v1.0.3"
- },
- "jcupitt/vips": {
- "version": "v1.0.8"
- },
- "knplabs/knp-time-bundle": {
- "version": "1.17.0"
- },
- "laminas/laminas-code": {
- "version": "4.1.0"
- },
- "laminas/laminas-eventmanager": {
- "version": "3.3.1"
- },
- "laminas/laminas-zendframework-bridge": {
- "version": "1.2.0"
- },
- "landrok/activitypub": {
- "version": "0.5.6"
- },
- "league/uri-parser": {
- "version": "1.4.1"
- },
- "lstrojny/functional-php": {
- "version": "1.17.0"
- },
- "masterminds/html5": {
- "version": "2.7.4"
- },
- "mf2/mf2": {
- "version": "0.4.6"
- },
- "ml/iri": {
- "version": "1.1.4"
- },
- "ml/json-ld": {
- "version": "1.2.0"
- },
- "monolog/monolog": {
- "version": "2.2.0"
- },
- "myclabs/deep-copy": {
- "version": "1.10.2"
- },
- "neutron/temporary-filesystem": {
- "version": "3.0"
- },
- "niels-de-blaauw/php-doc-check": {
- "version": "v0.2.2"
- },
- "nikic/php-parser": {
- "version": "v4.10.4"
- },
- "nyholm/psr7": {
- "version": "1.0",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "1.0",
- "ref": "0cd4d2d0e7f646fda75f9944f747a56e6ed13d4c"
- },
- "files": [
- "config/packages/nyholm_psr7.yaml"
- ]
- },
- "odolbeau/phone-number-bundle": {
- "version": "3.0",
- "recipe": {
- "repo": "github.com/symfony/recipes-contrib",
- "branch": "master",
- "version": "3.0",
- "ref": "4388686329b81291918a948cd42891829fb1de71"
- }
- },
- "oro/doctrine-extensions": {
- "version": "2.0.0"
- },
- "oscarotero/html-parser": {
- "version": "v0.1.6"
- },
- "p3k/http": {
- "version": "0.1.12"
- },
- "paragonie/constant_time_encoding": {
- "version": "v2.4.0"
- },
- "pear/xml_xrd": {
- "version": "v0.3.1"
- },
- "phar-io/manifest": {
- "version": "2.0.1"
- },
- "phar-io/version": {
- "version": "3.1.0"
- },
- "php-cs-fixer/diff": {
- "version": "v1.3.1"
- },
- "php-ds/php-ds": {
- "version": "v1.3.0"
- },
- "php-ffmpeg/php-ffmpeg": {
- "version": "v0.18.0"
- },
- "php-http/message-factory": {
- "version": "v1.0.2"
- },
- "phpdocumentor/reflection-common": {
- "version": "2.2.0"
- },
- "phpdocumentor/reflection-docblock": {
- "version": "5.2.2"
- },
- "phpdocumentor/type-resolver": {
- "version": "1.4.0"
- },
- "phpseclib/phpseclib": {
- "version": "3.0.12"
- },
- "phpspec/prophecy": {
- "version": "1.13.0"
- },
- "phpstan/phpstan": {
- "version": "0.12.98"
- },
- "phpunit/php-code-coverage": {
- "version": "9.2.6"
- },
- "phpunit/php-file-iterator": {
- "version": "3.0.5"
- },
- "phpunit/php-invoker": {
- "version": "3.1.1"
- },
- "phpunit/php-text-template": {
- "version": "2.0.4"
- },
- "phpunit/php-timer": {
- "version": "5.0.3"
- },
- "phpunit/phpunit": {
- "version": "4.7",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "4.7",
- "ref": "fc18a41d910bd168b6d83b09330d3dd892ddbcdd"
- },
- "files": [
- ".env.test",
- "phpunit.xml.dist",
- "tests/bootstrap.php"
- ]
- },
- "psr/cache": {
- "version": "1.0.1"
- },
- "psr/container": {
- "version": "1.1.1"
- },
- "psr/event-dispatcher": {
- "version": "1.0.0"
- },
- "psr/http-client": {
- "version": "1.0.1"
- },
- "psr/http-factory": {
- "version": "1.0.1"
- },
- "psr/http-message": {
- "version": "1.0.1"
- },
- "psr/http-server-handler": {
- "version": "1.0.1"
- },
- "psr/http-server-middleware": {
- "version": "1.0.1"
- },
- "psr/link": {
- "version": "1.1.1"
- },
- "psr/log": {
- "version": "1.1.3"
- },
- "psy/psysh": {
- "version": "v0.10.12"
- },
- "ralouphie/getallheaders": {
- "version": "3.0.3"
- },
- "sebastian/cli-parser": {
- "version": "1.0.1"
- },
- "sebastian/code-unit": {
- "version": "1.0.8"
- },
- "sebastian/code-unit-reverse-lookup": {
- "version": "2.0.3"
- },
- "sebastian/comparator": {
- "version": "4.0.6"
- },
- "sebastian/complexity": {
- "version": "2.0.2"
- },
- "sebastian/diff": {
- "version": "4.0.4"
- },
- "sebastian/environment": {
- "version": "5.1.3"
- },
- "sebastian/exporter": {
- "version": "4.0.3"
- },
- "sebastian/global-state": {
- "version": "5.0.2"
- },
- "sebastian/lines-of-code": {
- "version": "1.0.3"
- },
- "sebastian/object-enumerator": {
- "version": "4.0.4"
- },
- "sebastian/object-reflector": {
- "version": "2.0.4"
- },
- "sebastian/recursion-context": {
- "version": "4.0.4"
- },
- "sebastian/resource-operations": {
- "version": "3.0.3"
- },
- "sebastian/type": {
- "version": "2.3.1"
- },
- "sebastian/version": {
- "version": "3.0.2"
- },
- "sensio/framework-extra-bundle": {
- "version": "5.2",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "5.2",
- "ref": "fb7e19da7f013d0d422fa9bce16f5c510e27609b"
- },
- "files": [
- "config/packages/sensio_framework_extra.yaml"
- ]
- },
- "someonewithpc/memcached-polyfill": {
- "version": "1.0.1"
- },
- "someonewithpc/redis-polyfill": {
- "version": "dev-master"
- },
- "symfony/amqp-messenger": {
- "version": "v5.4.0"
- },
- "symfony/asset": {
- "version": "v5.2.4"
- },
- "symfony/browser-kit": {
- "version": "v5.2.4"
- },
- "symfony/cache": {
- "version": "v5.2.6"
- },
- "symfony/cache-contracts": {
- "version": "v2.2.0"
- },
- "symfony/config": {
- "version": "v5.2.4"
- },
- "symfony/console": {
- "version": "5.1",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "5.1",
- "ref": "c6d02bdfba9da13c22157520e32a602dbee8a75c"
- },
- "files": [
- "bin/console"
- ]
- },
- "symfony/css-selector": {
- "version": "v5.2.4"
- },
- "symfony/debug-bundle": {
- "version": "4.1",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "4.1",
- "ref": "f8863cbad2f2e58c4b65fa1eac892ab189971bea"
- },
- "files": [
- "config/packages/dev/debug.yaml"
- ]
- },
- "symfony/dependency-injection": {
- "version": "v5.2.6"
- },
- "symfony/deprecation-contracts": {
- "version": "v2.2.0"
- },
- "symfony/doctrine-bridge": {
- "version": "v5.2.6"
- },
- "symfony/doctrine-messenger": {
- "version": "v5.4.0"
- },
- "symfony/dom-crawler": {
- "version": "v5.2.4"
- },
- "symfony/dotenv": {
- "version": "v5.2.4"
- },
- "symfony/error-handler": {
- "version": "v5.2.6"
- },
- "symfony/event-dispatcher": {
- "version": "v5.2.4"
- },
- "symfony/event-dispatcher-contracts": {
- "version": "v2.2.0"
- },
- "symfony/expression-language": {
- "version": "v5.2.4"
- },
- "symfony/filesystem": {
- "version": "v5.2.6"
- },
- "symfony/finder": {
- "version": "v5.2.4"
- },
- "symfony/flex": {
- "version": "1.0",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "1.0",
- "ref": "c0eeb50665f0f77226616b6038a9b06c03752d8e"
- },
- "files": [
- ".env"
- ]
- },
- "symfony/form": {
- "version": "v5.2.6"
- },
- "symfony/framework-bundle": {
- "version": "5.2",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "5.2",
- "ref": "6ec87563dcc85cd0c48856dcfbfc29610506d250"
- },
- "files": [
- "config/packages/cache.yaml",
- "config/packages/framework.yaml",
- "config/packages/test/framework.yaml",
- "config/preload.php",
- "config/routes/dev/framework.yaml",
- "config/services.yaml",
- "public/index.php",
- "src/Controller/.gitignore",
- "src/Kernel.php"
- ]
- },
- "symfony/http-client": {
- "version": "v5.2.6"
- },
- "symfony/http-client-contracts": {
- "version": "v2.3.1"
- },
- "symfony/http-foundation": {
- "version": "v5.2.4"
- },
- "symfony/http-kernel": {
- "version": "v5.2.6"
- },
- "symfony/intl": {
- "version": "v5.2.4"
- },
- "symfony/mailer": {
- "version": "4.3",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "4.3",
- "ref": "15658c2a0176cda2e7dba66276a2030b52bd81b2"
- },
- "files": [
- "config/packages/mailer.yaml"
- ]
- },
- "symfony/maker-bundle": {
- "version": "1.0",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "1.0",
- "ref": "fadbfe33303a76e25cb63401050439aa9b1a9c7f"
- }
- },
- "symfony/messenger": {
- "version": "4.3",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "4.3",
- "ref": "e9a414b113ceadbf4e52abe37bf8f1b443f06ccb"
- },
- "files": [
- "config/packages/messenger.yaml"
- ]
- },
- "symfony/mime": {
- "version": "v5.2.6"
- },
- "symfony/monolog-bridge": {
- "version": "v5.2.5"
- },
- "symfony/monolog-bundle": {
- "version": "3.7",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "3.7",
- "ref": "f4adb4379ee437f91ecb1bd5a41c1de6286b9a04"
- },
- "files": [
- "config/packages/dev/monolog.yaml",
- "config/packages/prod/deprecations.yaml",
- "config/packages/prod/monolog.yaml",
- "config/packages/test/monolog.yaml"
- ]
- },
- "symfony/notifier": {
- "version": "5.0",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "5.0",
- "ref": "c31585e252b32fe0e1f30b1f256af553f4a06eb9"
- },
- "files": [
- "config/packages/notifier.yaml"
- ]
- },
- "symfony/options-resolver": {
- "version": "v5.2.4"
- },
- "symfony/password-hasher": {
- "version": "v5.3.8"
- },
- "symfony/phpunit-bridge": {
- "version": "5.1",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "5.1",
- "ref": "bf16921ef8309a81d9f046e9b6369c46bcbd031f"
- },
- "files": [
- ".env.test",
- "bin/phpunit",
- "phpunit.xml.dist",
- "tests/bootstrap.php"
- ]
- },
- "symfony/polyfill-intl-grapheme": {
- "version": "v1.22.1"
- },
- "symfony/polyfill-intl-icu": {
- "version": "v1.22.1"
- },
- "symfony/polyfill-intl-idn": {
- "version": "v1.22.1"
- },
- "symfony/polyfill-intl-normalizer": {
- "version": "v1.22.1"
- },
- "symfony/polyfill-mbstring": {
- "version": "v1.22.1"
- },
- "symfony/polyfill-php73": {
- "version": "v1.23.0"
- },
- "symfony/polyfill-php80": {
- "version": "v1.22.1"
- },
- "symfony/polyfill-php81": {
- "version": "v1.23.0"
- },
- "symfony/process": {
- "version": "v5.2.4"
- },
- "symfony/property-access": {
- "version": "v5.2.4"
- },
- "symfony/property-info": {
- "version": "v5.2.4"
- },
- "symfony/proxy-manager-bridge": {
- "version": "v5.2.4"
- },
- "symfony/psr-http-message-bridge": {
- "version": "v2.1.2"
- },
- "symfony/redis-messenger": {
- "version": "v5.4.0"
- },
- "symfony/routing": {
- "version": "5.1",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "5.1",
- "ref": "b4f3e7c95e38b606eef467e8a42a8408fc460c43"
- },
- "files": [
- "config/packages/prod/routing.yaml",
- "config/packages/routing.yaml",
- "config/routes.yaml"
- ]
- },
- "symfony/security-bundle": {
- "version": "5.1",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "5.1",
- "ref": "0a4bae19389d3b9cba1ca0102e3b2bccea724603"
- },
- "files": [
- "config/packages/security.yaml"
- ]
- },
- "symfony/security-core": {
- "version": "v5.2.6"
- },
- "symfony/security-csrf": {
- "version": "v5.2.4"
- },
- "symfony/security-guard": {
- "version": "v5.4.0"
- },
- "symfony/security-http": {
- "version": "v5.2.6"
- },
- "symfony/serializer": {
- "version": "v5.2.4"
- },
- "symfony/service-contracts": {
- "version": "v2.2.0"
- },
- "symfony/stopwatch": {
- "version": "v5.2.4"
- },
- "symfony/string": {
- "version": "v5.2.6"
- },
- "symfony/translation": {
- "version": "3.3",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "3.3",
- "ref": "2ad9d2545bce8ca1a863e50e92141f0b9d87ffcd"
- },
- "files": [
- "config/packages/translation.yaml",
- "translations/.gitignore"
- ]
- },
- "symfony/translation-contracts": {
- "version": "v2.3.0"
- },
- "symfony/twig-bridge": {
- "version": "v5.2.6"
- },
- "symfony/twig-bundle": {
- "version": "5.0",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "5.0",
- "ref": "fab9149bbaa4d5eca054ed93f9e1b66cc500895d"
- },
- "files": [
- "config/packages/test/twig.yaml",
- "config/packages/twig.yaml",
- "templates/base.html.twig"
- ]
- },
- "symfony/validator": {
- "version": "4.3",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "4.3",
- "ref": "d902da3e4952f18d3bf05aab29512eb61cabd869"
- },
- "files": [
- "config/packages/test/validator.yaml",
- "config/packages/validator.yaml"
- ]
- },
- "symfony/var-dumper": {
- "version": "v5.2.6"
- },
- "symfony/var-exporter": {
- "version": "v5.2.4"
- },
- "symfony/web-link": {
- "version": "v5.2.5"
- },
- "symfony/web-profiler-bundle": {
- "version": "3.3",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "3.3",
- "ref": "6bdfa1a95f6b2e677ab985cd1af2eae35d62e0f6"
- },
- "files": [
- "config/packages/dev/web_profiler.yaml",
- "config/packages/test/web_profiler.yaml",
- "config/routes/dev/web_profiler.yaml"
- ]
- },
- "symfony/yaml": {
- "version": "v5.2.5"
- },
- "symfonycasts/reset-password-bundle": {
- "version": "1.0",
- "recipe": {
- "repo": "github.com/symfony/recipes",
- "branch": "master",
- "version": "1.0",
- "ref": "97c1627c0384534997ae1047b93be517ca16de43"
- },
- "files": [
- "config/packages/reset_password.yaml"
- ]
- },
- "symfonycasts/verify-email-bundle": {
- "version": "v1.3.0"
- },
- "taproot/indieauth": {
- "version": "v0.1.0"
- },
- "tgalopin/html-sanitizer": {
- "version": "1.4.0"
- },
- "tgalopin/html-sanitizer-bundle": {
- "version": "1.0",
- "recipe": {
- "repo": "github.com/symfony/recipes-contrib",
- "branch": "master",
- "version": "1.0",
- "ref": "95b935177db9abb65356fe19e57fe5abd908b5b8"
- }
- },
- "theofidry/psysh-bundle": {
- "version": "4.4.0"
- },
- "theseer/tokenizer": {
- "version": "1.2.0"
- },
- "twig/extra-bundle": {
- "version": "v3.3.0"
- },
- "twig/markdown-extra": {
- "version": "v3.3.0"
- },
- "twig/twig": {
- "version": "v3.3.0"
- },
- "ulrichsg/getopt-php": {
- "version": "4.0.0"
- },
- "voku/portable-ascii": {
- "version": "1.5.6"
- },
- "voku/portable-utf8": {
- "version": "5.4.51"
- },
- "wamania/php-stemmer": {
- "version": "v3.0.0"
- },
- "webmozart/assert": {
- "version": "1.10.0"
- },
- "webmozart/path-util": {
- "version": "2.3.0"
- },
- "wikimedia/composer-merge-plugin": {
- "version": "v2.0.1"
- },
- "wp-cli/php-cli-tools": {
- "version": "v0.11.13"
- }
- }
|