diff --git a/docs/drupal/composer.lock b/docs/drupal/composer.lock index e1af59e37..9efe49edb 100644 --- a/docs/drupal/composer.lock +++ b/docs/drupal/composer.lock @@ -64,23 +64,23 @@ }, { "name": "chi-teck/drupal-code-generator", - "version": "2.5.1", + "version": "2.5.3", "source": { "type": "git", "url": "https://github.com/Chi-teck/drupal-code-generator.git", - "reference": "cd3912e25e20bb12b6dce8d522793f3abd71ab8c" + "reference": "a49f29b0fe6b6c87fa7dc8979589ce8794c4d655" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/cd3912e25e20bb12b6dce8d522793f3abd71ab8c", - "reference": "cd3912e25e20bb12b6dce8d522793f3abd71ab8c", + "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/a49f29b0fe6b6c87fa7dc8979589ce8794c4d655", + "reference": "a49f29b0fe6b6c87fa7dc8979589ce8794c4d655", "shasum": "" }, "require": { "ext-json": "*", "php": ">=7.4", - "psr/log": "^1.1 || ^2.0", - "symfony/console": "^4.4.15 || ^5.1", + "psr/log": "^1.1 || ^2.0 || ^3.0", + "symfony/console": "^4.4.15 || ^5.1 || ^6.0", "symfony/filesystem": "^4.4 || ^5.1 || ^6", "symfony/polyfill-php80": "^1.23", "symfony/string": "^5.1 || ^6", @@ -92,12 +92,12 @@ "require-dev": { "chi-teck/drupal-coder-extension": "^1.2", "drupal/coder": "^8.3.14", - "friendsoftwig/twigcs": "^5.0", + "friendsoftwig/twigcs": "dev-master", "phpspec/prophecy-phpunit": "^2.0", "phpunit/phpunit": "^9.4", "squizlabs/php_codesniffer": "^3.5", - "symfony/var-dumper": "^5.2", - "symfony/yaml": "^5.2" + "symfony/var-dumper": "^5.2 || ^6.0", + "symfony/yaml": "^5.2 || ^6.0" }, "bin": [ "bin/dcg" @@ -120,9 +120,9 @@ "description": "Drupal code generator", "support": { "issues": "https://github.com/Chi-teck/drupal-code-generator/issues", - "source": "https://github.com/Chi-teck/drupal-code-generator/tree/2.5.1" + "source": "https://github.com/Chi-teck/drupal-code-generator/tree/2.5.3" }, - "time": "2022-02-24T10:39:38+00:00" + "time": "2022-03-31T17:15:11+00:00" }, { "name": "composer/installers", @@ -277,23 +277,23 @@ }, { "name": "composer/semver", - "version": "3.2.6", + "version": "3.3.2", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "83e511e247de329283478496f7a1e114c9517506" + "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/83e511e247de329283478496f7a1e114c9517506", - "reference": "83e511e247de329283478496f7a1e114c9517506", + "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9", + "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpstan/phpstan": "^0.12.54", + "phpstan/phpstan": "^1.4", "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", @@ -338,7 +338,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.2.6" + "source": "https://github.com/composer/semver/tree/3.3.2" }, "funding": [ { @@ -354,26 +354,26 @@ "type": "tidelift" } ], - "time": "2021-10-25T11:34:17+00:00" + "time": "2022-04-01T19:23:25+00:00" }, { "name": "consolidation/annotated-command", - "version": "4.5.2", + "version": "4.5.6", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", - "reference": "24c1529436b4f4beec3d19aab71fd127817f47ef" + "reference": "3968070538761628546270935f0733a0cc408e1f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/24c1529436b4f4beec3d19aab71fd127817f47ef", - "reference": "24c1529436b4f4beec3d19aab71fd127817f47ef", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/3968070538761628546270935f0733a0cc408e1f", + "reference": "3968070538761628546270935f0733a0cc408e1f", "shasum": "" }, "require": { "consolidation/output-formatters": "^4.1.1", "php": ">=7.1.3", - "psr/log": "^1|^2", + "psr/log": "^1|^2|^3", "symfony/console": "^4.4.8|^5|^6", "symfony/event-dispatcher": "^4.4.8|^5|^6", "symfony/finder": "^4.4.8|^5|^6" @@ -408,22 +408,22 @@ "description": "Initialize Symfony Console commands from annotated command class methods.", "support": { "issues": "https://github.com/consolidation/annotated-command/issues", - "source": "https://github.com/consolidation/annotated-command/tree/4.5.2" + "source": "https://github.com/consolidation/annotated-command/tree/4.5.6" }, - "time": "2022-02-20T16:36:18+00:00" + "time": "2022-06-22T20:17:12+00:00" }, { "name": "consolidation/config", - "version": "2.1.0", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/consolidation/config.git", - "reference": "0c15841b2bf60d9af1ce29884673e7d9d50c3b75" + "reference": "dae810c162f0e799ea3f35cc2f40b0797b6e4d26" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/config/zipball/0c15841b2bf60d9af1ce29884673e7d9d50c3b75", - "reference": "0c15841b2bf60d9af1ce29884673e7d9d50c3b75", + "url": "https://api.github.com/repos/consolidation/config/zipball/dae810c162f0e799ea3f35cc2f40b0797b6e4d26", + "reference": "dae810c162f0e799ea3f35cc2f40b0797b6e4d26", "shasum": "" }, "require": { @@ -468,9 +468,9 @@ "description": "Provide configuration services for a commandline tool.", "support": { "issues": "https://github.com/consolidation/config/issues", - "source": "https://github.com/consolidation/config/tree/2.1.0" + "source": "https://github.com/consolidation/config/tree/2.1.1" }, - "time": "2022-02-24T00:32:42+00:00" + "time": "2022-06-22T19:59:34+00:00" }, { "name": "consolidation/filter-via-dot-access-data", @@ -1028,16 +1028,16 @@ }, { "name": "doctrine/annotations", - "version": "1.13.2", + "version": "1.13.3", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", - "reference": "5b668aef16090008790395c02c893b1ba13f7e08" + "reference": "648b0343343565c4a056bfc8392201385e8d89f0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08", - "reference": "5b668aef16090008790395c02c893b1ba13f7e08", + "url": "https://api.github.com/repos/doctrine/annotations/zipball/648b0343343565c4a056bfc8392201385e8d89f0", + "reference": "648b0343343565c4a056bfc8392201385e8d89f0", "shasum": "" }, "require": { @@ -1049,9 +1049,10 @@ "require-dev": { "doctrine/cache": "^1.11 || ^2.0", "doctrine/coding-standard": "^6.0 || ^8.1", - "phpstan/phpstan": "^0.12.20", + "phpstan/phpstan": "^1.4.10 || ^1.8.0", "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5", - "symfony/cache": "^4.4 || ^5.2" + "symfony/cache": "^4.4 || ^5.2", + "vimeo/psalm": "^4.10" }, "type": "library", "autoload": { @@ -1094,38 +1095,34 @@ ], "support": { "issues": "https://github.com/doctrine/annotations/issues", - "source": "https://github.com/doctrine/annotations/tree/1.13.2" + "source": "https://github.com/doctrine/annotations/tree/1.13.3" }, - "time": "2021-08-05T19:00:23+00:00" + "time": "2022-07-02T10:48:51+00:00" }, { "name": "doctrine/lexer", - "version": "1.2.1", + "version": "1.2.3", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", - "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" + "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", - "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229", + "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0" + "php": "^7.1 || ^8.0" }, "require-dev": { - "doctrine/coding-standard": "^6.0", - "phpstan/phpstan": "^0.11.8", - "phpunit/phpunit": "^8.2" + "doctrine/coding-standard": "^9.0", + "phpstan/phpstan": "^1.3", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", + "vimeo/psalm": "^4.11" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" @@ -1160,7 +1157,7 @@ ], "support": { "issues": "https://github.com/doctrine/lexer/issues", - "source": "https://github.com/doctrine/lexer/tree/1.2.1" + "source": "https://github.com/doctrine/lexer/tree/1.2.3" }, "funding": [ { @@ -1176,20 +1173,20 @@ "type": "tidelift" } ], - "time": "2020-05-25T17:44:05+00:00" + "time": "2022-02-28T11:07:21+00:00" }, { "name": "doctrine/reflection", - "version": "1.2.2", + "version": "1.2.3", "source": { "type": "git", "url": "https://github.com/doctrine/reflection.git", - "reference": "fa587178be682efe90d005e3a322590d6ebb59a5" + "reference": "1034e5e71f89978b80f9c1570e7226f6c3b9b6fb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/reflection/zipball/fa587178be682efe90d005e3a322590d6ebb59a5", - "reference": "fa587178be682efe90d005e3a322590d6ebb59a5", + "url": "https://api.github.com/repos/doctrine/reflection/zipball/1034e5e71f89978b80f9c1570e7226f6c3b9b6fb", + "reference": "1034e5e71f89978b80f9c1570e7226f6c3b9b6fb", "shasum": "" }, "require": { @@ -1201,18 +1198,13 @@ "doctrine/common": "<2.9" }, "require-dev": { - "doctrine/coding-standard": "^6.0 || ^8.2.0", - "doctrine/common": "^2.10", - "phpstan/phpstan": "^0.11.0 || ^0.12.20", - "phpstan/phpstan-phpunit": "^0.11.0 || ^0.12.16", - "phpunit/phpunit": "^7.5 || ^9.1.5" + "doctrine/coding-standard": "^9", + "doctrine/common": "^3.3", + "phpstan/phpstan": "^1.4.10", + "phpstan/phpstan-phpunit": "^1", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev" - } - }, "autoload": { "psr-4": { "Doctrine\\Common\\": "lib/Doctrine/Common" @@ -1256,10 +1248,10 @@ ], "support": { "issues": "https://github.com/doctrine/reflection/issues", - "source": "https://github.com/doctrine/reflection/tree/1.2.2" + "source": "https://github.com/doctrine/reflection/tree/1.2.3" }, "abandoned": "roave/better-reflection", - "time": "2020-10-27T21:46:55+00:00" + "time": "2022-05-31T18:46:25+00:00" }, { "name": "drupal-tome/tome_drush", @@ -1369,24 +1361,24 @@ }, { "name": "drupal/core", - "version": "9.3.9", + "version": "9.4.4", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "86b0c4496e20ae7f945e9a7f0404fafe191ab774" + "reference": "7522be4ba7f6c1f0b09b7fb37a657d7a50b36f44" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/86b0c4496e20ae7f945e9a7f0404fafe191ab774", - "reference": "86b0c4496e20ae7f945e9a7f0404fafe191ab774", + "url": "https://api.github.com/repos/drupal/core/zipball/7522be4ba7f6c1f0b09b7fb37a657d7a50b36f44", + "reference": "7522be4ba7f6c1f0b09b7fb37a657d7a50b36f44", "shasum": "" }, "require": { - "asm89/stack-cors": "^1.1", - "composer/semver": "^3.0", - "doctrine/annotations": "^1.12", - "doctrine/reflection": "^1.1", - "egulias/email-validator": "^2.1.22|^3.0", + "asm89/stack-cors": "^1.3", + "composer/semver": "^3.3", + "doctrine/annotations": "^1.13", + "doctrine/reflection": "^1.2", + "egulias/email-validator": "^2.1.22|^3.2", "ext-date": "*", "ext-dom": "*", "ext-filter": "*", @@ -1400,150 +1392,36 @@ "ext-spl": "*", "ext-tokenizer": "*", "ext-xml": "*", - "guzzlehttp/guzzle": "^6.5.2", - "laminas/laminas-diactoros": "^2.1", - "laminas/laminas-feed": "^2.12", - "masterminds/html5": "^2.1", + "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5", + "laminas/laminas-diactoros": "^2.11", + "laminas/laminas-feed": "^2.17", + "masterminds/html5": "^2.7", "pear/archive_tar": "^1.4.14", "php": ">=7.3.0", - "psr/log": "^1.0", + "psr/log": "^1.1", "stack/builder": "^1.0", - "symfony-cmf/routing": "^2.1", + "symfony-cmf/routing": "^2.3", "symfony/console": "^4.4", "symfony/dependency-injection": "^4.4", "symfony/event-dispatcher": "^4.4", "symfony/http-foundation": "^4.4.7", "symfony/http-kernel": "^4.4", "symfony/mime": "^5.4", - "symfony/polyfill-iconv": "^1.0", - "symfony/polyfill-php80": "^1.16", + "symfony/polyfill-iconv": "^1.25", + "symfony/polyfill-php80": "^1.25", "symfony/process": "^4.4", - "symfony/psr-http-message-bridge": "^2.0", + "symfony/psr-http-message-bridge": "^2.1", "symfony/routing": "^4.4", "symfony/serializer": "^4.4", "symfony/translation": "^4.4", "symfony/validator": "^4.4", "symfony/yaml": "^4.4.19", - "twig/twig": "^2.12.0", + "twig/twig": "^2.15", "typo3/phar-stream-wrapper": "^3.1.3" }, "conflict": { - "drush/drush": "<8.1.10" - }, - "replace": { - "drupal/action": "self.version", - "drupal/aggregator": "self.version", - "drupal/automated_cron": "self.version", - "drupal/ban": "self.version", - "drupal/bartik": "self.version", - "drupal/basic_auth": "self.version", - "drupal/big_pipe": "self.version", - "drupal/block": "self.version", - "drupal/block_content": "self.version", - "drupal/book": "self.version", - "drupal/breakpoint": "self.version", - "drupal/ckeditor": "self.version", - "drupal/ckeditor5": "self.version", - "drupal/claro": "self.version", - "drupal/classy": "self.version", - "drupal/color": "self.version", - "drupal/comment": "self.version", - "drupal/config": "self.version", - "drupal/config_translation": "self.version", - "drupal/contact": "self.version", - "drupal/content_moderation": "self.version", - "drupal/content_translation": "self.version", - "drupal/contextual": "self.version", - "drupal/core-annotation": "self.version", - "drupal/core-assertion": "self.version", - "drupal/core-bridge": "self.version", - "drupal/core-class-finder": "self.version", - "drupal/core-datetime": "self.version", - "drupal/core-dependency-injection": "self.version", - "drupal/core-diff": "self.version", - "drupal/core-discovery": "self.version", - "drupal/core-event-dispatcher": "self.version", - "drupal/core-file-cache": "self.version", - "drupal/core-file-security": "self.version", - "drupal/core-filesystem": "self.version", - "drupal/core-front-matter": "self.version", - "drupal/core-gettext": "self.version", - "drupal/core-graph": "self.version", - "drupal/core-http-foundation": "self.version", - "drupal/core-php-storage": "self.version", - "drupal/core-plugin": "self.version", - "drupal/core-proxy-builder": "self.version", - "drupal/core-render": "self.version", - "drupal/core-serialization": "self.version", - "drupal/core-transliteration": "self.version", - "drupal/core-utility": "self.version", - "drupal/core-uuid": "self.version", - "drupal/core-version": "self.version", - "drupal/datetime": "self.version", - "drupal/datetime_range": "self.version", - "drupal/dblog": "self.version", - "drupal/dynamic_page_cache": "self.version", - "drupal/editor": "self.version", - "drupal/entity_reference": "self.version", - "drupal/field": "self.version", - "drupal/field_layout": "self.version", - "drupal/field_ui": "self.version", - "drupal/file": "self.version", - "drupal/filter": "self.version", - "drupal/forum": "self.version", - "drupal/hal": "self.version", - "drupal/help": "self.version", - "drupal/help_topics": "self.version", - "drupal/history": "self.version", - "drupal/image": "self.version", - "drupal/inline_form_errors": "self.version", - "drupal/jsonapi": "self.version", - "drupal/language": "self.version", - "drupal/layout_builder": "self.version", - "drupal/layout_discovery": "self.version", - "drupal/link": "self.version", - "drupal/locale": "self.version", - "drupal/media": "self.version", - "drupal/media_library": "self.version", - "drupal/menu_link_content": "self.version", - "drupal/menu_ui": "self.version", - "drupal/migrate": "self.version", - "drupal/migrate_drupal": "self.version", - "drupal/migrate_drupal_multilingual": "self.version", - "drupal/migrate_drupal_ui": "self.version", - "drupal/minimal": "self.version", - "drupal/node": "self.version", - "drupal/olivero": "self.version", - "drupal/options": "self.version", - "drupal/page_cache": "self.version", - "drupal/path": "self.version", - "drupal/path_alias": "self.version", - "drupal/quickedit": "self.version", - "drupal/rdf": "self.version", - "drupal/responsive_image": "self.version", - "drupal/rest": "self.version", - "drupal/search": "self.version", - "drupal/serialization": "self.version", - "drupal/settings_tray": "self.version", - "drupal/seven": "self.version", - "drupal/shortcut": "self.version", - "drupal/standard": "self.version", - "drupal/stark": "self.version", - "drupal/statistics": "self.version", - "drupal/syslog": "self.version", - "drupal/system": "self.version", - "drupal/taxonomy": "self.version", - "drupal/telephone": "self.version", - "drupal/text": "self.version", - "drupal/toolbar": "self.version", - "drupal/tour": "self.version", - "drupal/tracker": "self.version", - "drupal/update": "self.version", - "drupal/user": "self.version", - "drupal/views": "self.version", - "drupal/views_ui": "self.version", - "drupal/workflows": "self.version", - "drupal/workspaces": "self.version" + "drush/drush": "<8.1.10", + "symfony/http-foundation": "4.4.42" }, "type": "drupal-core", "extra": { @@ -1601,9 +1479,6 @@ "lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php", "lib/Drupal/Core/Database/Connection.php", "lib/Drupal/Core/Database/Database.php", - "lib/Drupal/Core/Database/Driver/mysql/Connection.php", - "lib/Drupal/Core/Database/Driver/pgsql/Connection.php", - "lib/Drupal/Core/Database/Driver/sqlite/Connection.php", "lib/Drupal/Core/Database/Statement.php", "lib/Drupal/Core/Database/StatementInterface.php", "lib/Drupal/Core/DependencyInjection/Container.php", @@ -1620,22 +1495,22 @@ ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", "support": { - "source": "https://github.com/drupal/core/tree/9.3.9" + "source": "https://github.com/drupal/core/tree/9.4.4" }, - "time": "2022-03-21T21:21:58+00:00" + "time": "2022-07-28T19:27:35+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "9.3.9", + "version": "9.4.4", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", - "reference": "a9dd9def8891e1c388719474720b57d3fe929a2f" + "reference": "5f37a9e4008b34e3e4f6bb34ce0b3f7e5ec8984f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/a9dd9def8891e1c388719474720b57d3fe929a2f", - "reference": "a9dd9def8891e1c388719474720b57d3fe929a2f", + "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/5f37a9e4008b34e3e4f6bb34ce0b3f7e5ec8984f", + "reference": "5f37a9e4008b34e3e4f6bb34ce0b3f7e5ec8984f", "shasum": "" }, "require": { @@ -1670,22 +1545,22 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-composer-scaffold/tree/9.3.9" + "source": "https://github.com/drupal/core-composer-scaffold/tree/9.4.4" }, - "time": "2022-02-24T17:40:56+00:00" + "time": "2022-06-19T16:14:23+00:00" }, { "name": "drupal/core-project-message", - "version": "9.3.9", + "version": "9.4.4", "source": { "type": "git", "url": "https://github.com/drupal/core-project-message.git", - "reference": "69664743736977676e11f824301ea3e925a712fc" + "reference": "5dfa0b75a057caf6542be67f61e7531c737db48c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-project-message/zipball/69664743736977676e11f824301ea3e925a712fc", - "reference": "69664743736977676e11f824301ea3e925a712fc", + "url": "https://api.github.com/repos/drupal/core-project-message/zipball/5dfa0b75a057caf6542be67f61e7531c737db48c", + "reference": "5dfa0b75a057caf6542be67f61e7531c737db48c", "shasum": "" }, "require": { @@ -1711,81 +1586,81 @@ "drupal" ], "support": { - "source": "https://github.com/drupal/core-project-message/tree/9.3.9" + "source": "https://github.com/drupal/core-project-message/tree/9.4.4" }, - "time": "2022-02-24T17:40:56+00:00" + "time": "2022-02-24T17:40:53+00:00" }, { "name": "drupal/core-recommended", - "version": "9.3.9", + "version": "9.4.4", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "3ce3f2b6145de56178e006fb2ef94089d32cf411" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/3ce3f2b6145de56178e006fb2ef94089d32cf411", - "reference": "3ce3f2b6145de56178e006fb2ef94089d32cf411", - "shasum": "" - }, - "require": { - "asm89/stack-cors": "1.3.0", - "composer/semver": "3.2.6", - "doctrine/annotations": "1.13.2", - "doctrine/lexer": "1.2.1", - "doctrine/reflection": "1.2.2", - "drupal/core": "9.3.9", - "egulias/email-validator": "3.1.2", - "guzzlehttp/guzzle": "6.5.5", - "guzzlehttp/promises": "1.5.1", - "guzzlehttp/psr7": "1.8.5", - "laminas/laminas-diactoros": "2.8.0", - "laminas/laminas-escaper": "2.9.0", - "laminas/laminas-feed": "2.15.0", - "laminas/laminas-stdlib": "3.6.1", - "masterminds/html5": "2.7.5", - "pear/archive_tar": "1.4.14", - "pear/console_getopt": "v1.4.3", - "pear/pear-core-minimal": "v1.10.11", - "pear/pear_exception": "v1.0.2", - "psr/cache": "1.0.1", - "psr/container": "1.1.1", - "psr/http-factory": "1.0.1", - "psr/http-message": "1.0.1", - "psr/log": "1.1.4", - "ralouphie/getallheaders": "3.0.3", - "stack/builder": "v1.0.6", - "symfony-cmf/routing": "2.3.4", - "symfony/console": "v4.4.34", - "symfony/debug": "v4.4.31", - "symfony/dependency-injection": "v4.4.34", - "symfony/deprecation-contracts": "v2.5.0", - "symfony/error-handler": "v4.4.34", - "symfony/event-dispatcher": "v4.4.34", - "symfony/event-dispatcher-contracts": "v1.1.11", - "symfony/http-client-contracts": "v2.5.0", - "symfony/http-foundation": "v4.4.34", - "symfony/http-kernel": "v4.4.35", - "symfony/mime": "v5.4.0", - "symfony/polyfill-ctype": "v1.23.0", - "symfony/polyfill-iconv": "v1.23.0", - "symfony/polyfill-intl-idn": "v1.23.0", - "symfony/polyfill-intl-normalizer": "v1.23.0", - "symfony/polyfill-mbstring": "v1.23.1", - "symfony/polyfill-php80": "v1.23.1", - "symfony/process": "v4.4.35", - "symfony/psr-http-message-bridge": "v2.1.2", - "symfony/routing": "v4.4.34", - "symfony/serializer": "v4.4.35", - "symfony/service-contracts": "v2.5.0", - "symfony/translation": "v4.4.34", - "symfony/translation-contracts": "v2.5.0", - "symfony/validator": "v4.4.35", - "symfony/var-dumper": "v5.4.0", - "symfony/yaml": "v4.4.34", - "twig/twig": "v2.14.11", - "typo3/phar-stream-wrapper": "v3.1.7" + "reference": "e0cb3cb6aac8ff9f23f2d1f37e69626e42d03781" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/e0cb3cb6aac8ff9f23f2d1f37e69626e42d03781", + "reference": "e0cb3cb6aac8ff9f23f2d1f37e69626e42d03781", + "shasum": "" + }, + "require": { + "asm89/stack-cors": "~1.3.0", + "composer/semver": "~3.3.2", + "doctrine/annotations": "~1.13.2", + "doctrine/lexer": "~1.2.3", + "doctrine/reflection": "~1.2.3", + "drupal/core": "9.4.4", + "egulias/email-validator": "~3.2", + "guzzlehttp/guzzle": "~6.5.8", + "guzzlehttp/promises": "~1.5.1", + "guzzlehttp/psr7": "~1.9.0", + "laminas/laminas-diactoros": "~2.11.1", + "laminas/laminas-escaper": "~2.9.0", + "laminas/laminas-feed": "~2.17.0", + "laminas/laminas-stdlib": "~3.7.1", + "masterminds/html5": "~2.7.5", + "pear/archive_tar": "~1.4.14", + "pear/console_getopt": "~v1.4.3", + "pear/pear-core-minimal": "~v1.10.11", + "pear/pear_exception": "~v1.0.2", + "psr/cache": "~1.0.1", + "psr/container": "~1.1.1", + "psr/http-factory": "~1.0.1", + "psr/http-message": "~1.0.1", + "psr/log": "~1.1.4", + "ralouphie/getallheaders": "~3.0.3", + "stack/builder": "~v1.0.6", + "symfony-cmf/routing": "~2.3.4", + "symfony/console": "~v4.4.42", + "symfony/debug": "~v4.4.41", + "symfony/dependency-injection": "~v4.4.42", + "symfony/deprecation-contracts": "~v2.5.1", + "symfony/error-handler": "~v4.4.41", + "symfony/event-dispatcher": "~v4.4.42", + "symfony/event-dispatcher-contracts": "~v1.1.12", + "symfony/http-client-contracts": "~v2.5.1", + "symfony/http-foundation": "~v4.4.41", + "symfony/http-kernel": "~v4.4.42", + "symfony/mime": "~v5.4.9", + "symfony/polyfill-ctype": "~v1.25.0", + "symfony/polyfill-iconv": "~v1.25.0", + "symfony/polyfill-intl-idn": "~v1.25.0", + "symfony/polyfill-intl-normalizer": "~v1.25.0", + "symfony/polyfill-mbstring": "~v1.25.0", + "symfony/polyfill-php80": "~v1.25.0", + "symfony/process": "~v4.4.41", + "symfony/psr-http-message-bridge": "~v2.1.2", + "symfony/routing": "~v4.4.41", + "symfony/serializer": "~v4.4.42", + "symfony/service-contracts": "~v2.5.1", + "symfony/translation": "~v4.4.41", + "symfony/translation-contracts": "~v2.5.1", + "symfony/validator": "~v4.4.41", + "symfony/var-dumper": "~v5.4.9", + "symfony/yaml": "~v4.4.37", + "twig/twig": "~v2.15.1", + "typo3/phar-stream-wrapper": "~v3.1.7" }, "conflict": { "webflo/drupal-core-strict": "*" @@ -1795,34 +1670,34 @@ "license": [ "GPL-2.0-or-later" ], - "description": "Locked core dependencies; require this project INSTEAD OF drupal/core.", + "description": "Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core.", "support": { - "source": "https://github.com/drupal/core-recommended/tree/9.3.9" + "source": "https://github.com/drupal/core-recommended/tree/9.4.4" }, - "time": "2022-03-21T21:21:58+00:00" + "time": "2022-07-28T19:27:35+00:00" }, { "name": "drupal/ctools", - "version": "4.0.0", + "version": "4.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/ctools.git", - "reference": "4.0.0" + "reference": "4.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/ctools-4.0.0.zip", - "reference": "4.0.0", - "shasum": "1401d8ea364c0fbaf36b09e990c8a7a570e8e800" + "url": "https://ftp.drupal.org/files/projects/ctools-4.0.1.zip", + "reference": "4.0.1", + "shasum": "ac2373c13efd7d95da7230bd5a6627f16a6a5b6e" }, "require": { - "drupal/core": "^9.2 || ^10" + "drupal/core": "^9.3 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "4.0.0", - "datestamp": "1656635481", + "version": "4.0.1", + "datestamp": "1659069125", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2175,17 +2050,17 @@ }, { "name": "drupal/gin_login", - "version": "1.2.0", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/gin_login.git", - "reference": "8.x-1.2" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/gin_login-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "534817e831a32858e2dca2d04477b378c9596369" + "url": "https://ftp.drupal.org/files/projects/gin_login-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "140c7e1f427e45f8bd24bb1c44186a6c5748fa4d" }, "require": { "drupal/core": "^8 || ^9 || ^10" @@ -2193,8 +2068,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.2", - "datestamp": "1647603455", + "version": "8.x-1.3", + "datestamp": "1659121145", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2293,17 +2168,17 @@ }, { "name": "drupal/jsonapi_hypermedia", - "version": "1.6.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/jsonapi_hypermedia.git", - "reference": "8.x-1.6" + "reference": "8.x-1.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jsonapi_hypermedia-8.x-1.6.zip", - "reference": "8.x-1.6", - "shasum": "10f9e9fdfe8ae465d277f13c1d98e9389b14dec1" + "url": "https://ftp.drupal.org/files/projects/jsonapi_hypermedia-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "02726ac9629e3304198ca2f8a56a2641fa47ac81" }, "require": { "drupal/core": "^8.8 || ^9.0" @@ -2311,8 +2186,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.6", - "datestamp": "1582916946", + "version": "8.x-1.7", + "datestamp": "1651244596", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2354,30 +2229,28 @@ }, { "name": "drupal/jsonapi_menu_items", - "version": "1.2.1", + "version": "1.2.3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/jsonapi_menu_items.git", - "reference": "1.2.1" + "reference": "1.2.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jsonapi_menu_items-1.2.1.zip", - "reference": "1.2.1", - "shasum": "18c52b3a67e58b7b1d28ae5e6d9972e97f30d0ee" + "url": "https://ftp.drupal.org/files/projects/jsonapi_menu_items-1.2.3.zip", + "reference": "1.2.3", + "shasum": "f090c19b8961180ae14f54f3854a91847b1252be" }, "require": { "drupal/core": "^8.8 || ^9", + "drupal/jsonapi_hypermedia": "^1.6", "drupal/jsonapi_resources": "^1.0" }, - "require-dev": { - "drupal/jsonapi_hypermedia": "^1.6" - }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.2.1", - "datestamp": "1619993273", + "version": "1.2.3", + "datestamp": "1657144496", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2407,7 +2280,7 @@ } ], "description": "Adds a JSON API resource for menu items.", - "homepage": "https://github.com/Realityloop/jsonapi_menu_items", + "homepage": "https://www.drupal.org/project/jsonapi_menu_items", "keywords": [ "Drupal", "JSON API" @@ -2418,29 +2291,29 @@ }, { "name": "drupal/jsonapi_node_preview_tab", - "version": "1.0.0-beta1", + "version": "1.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/jsonapi_node_preview_tab.git", - "reference": "1.0.0-beta1" + "reference": "1.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jsonapi_node_preview_tab-1.0.0-beta1.zip", - "reference": "1.0.0-beta1", - "shasum": "2d50f9987d9fd8a96427bb80a06592035870def1" + "url": "https://ftp.drupal.org/files/projects/jsonapi_node_preview_tab-1.0.0.zip", + "reference": "1.0.0", + "shasum": "96e717ffb7f59e7df7b23482502534f42b0a3f55" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.0.0-beta1", - "datestamp": "1646045624", + "version": "1.0.0", + "datestamp": "1659196427", "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -2850,17 +2723,17 @@ }, { "name": "drupal/tome", - "version": "1.6.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/tome.git", - "reference": "8.x-1.6" + "reference": "8.x-1.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/tome-8.x-1.6.zip", - "reference": "8.x-1.6", - "shasum": "b24f3112af4a27a8746dcd077a40ac658bf459af" + "url": "https://ftp.drupal.org/files/projects/tome-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "be2486b47330e4c5641ad57b509285ed8aa53982" }, "require": { "drupal/core": "^8 || ^9", @@ -2879,8 +2752,8 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.6", - "datestamp": "1646489617", + "version": "8.x-1.7", + "datestamp": "1650988449", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2909,7 +2782,7 @@ }, { "name": "drupal/tome_base", - "version": "1.6.0", + "version": "1.7.0", "require": { "drupal/core": "^8 || ^9", "drupal/tome": "^1" @@ -2917,8 +2790,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.6", - "datestamp": "1646489617", + "version": "8.x-1.7", + "datestamp": "1650988449", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2947,7 +2820,7 @@ }, { "name": "drupal/tome_static", - "version": "1.6.0", + "version": "1.7.0", "require": { "drupal/core": "^8 || ^9", "drupal/tome": "^1", @@ -2956,8 +2829,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.6", - "datestamp": "1646489617", + "version": "8.x-1.7", + "datestamp": "1650988449", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2986,7 +2859,7 @@ }, { "name": "drupal/tome_sync", - "version": "1.6.0", + "version": "1.7.0", "require": { "drupal/core": "^8 || ^9", "drupal/tome": "^1", @@ -2995,8 +2868,8 @@ "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.6", - "datestamp": "1646489617", + "version": "8.x-1.7", + "datestamp": "1650988449", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3025,30 +2898,30 @@ }, { "name": "drush/drush", - "version": "11.0.7", + "version": "11.1.1", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "6991a3b8f6827d0bab13005402730fc50d130a50" + "reference": "5ee249f4e511d65c099e86317719fb3a15370e6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/6991a3b8f6827d0bab13005402730fc50d130a50", - "reference": "6991a3b8f6827d0bab13005402730fc50d130a50", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/5ee249f4e511d65c099e86317719fb3a15370e6b", + "reference": "5ee249f4e511d65c099e86317719fb3a15370e6b", "shasum": "" }, "require": { "chi-teck/drupal-code-generator": "^2.4", "composer/semver": "^1.4 || ^3", - "consolidation/annotated-command": "^4.5", + "consolidation/annotated-command": "^4.5.3", "consolidation/config": "^2", "consolidation/filter-via-dot-access-data": "^2", - "consolidation/robo": "^3.0.9", + "consolidation/robo": "^3.0.9 || ^4.0.0-alpha1", "consolidation/site-alias": "^3.1.3", "consolidation/site-process": "^4.1.3 || ^5", "enlightn/security-checker": "^1", "ext-dom": "*", - "guzzlehttp/guzzle": "^6.3 || ^7.0", + "guzzlehttp/guzzle": "^6.5 || ^7.0", "league/container": "^3.4 || ^4", "php": ">=7.4", "psy/psysh": "~0.11", @@ -3159,7 +3032,7 @@ "irc": "irc://irc.freenode.org/drush", "issues": "https://github.com/drush-ops/drush/issues", "slack": "https://drupal.slack.com/messages/C62H9CWQM", - "source": "https://github.com/drush-ops/drush/tree/11.0.7" + "source": "https://github.com/drush-ops/drush/tree/11.1.1" }, "funding": [ { @@ -3167,20 +3040,20 @@ "type": "github" } ], - "time": "2022-03-09T19:32:53+00:00" + "time": "2022-07-12T16:08:05+00:00" }, { "name": "egulias/email-validator", - "version": "3.1.2", + "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "ee0db30118f661fb166bcffbf5d82032df484697" + "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ee0db30118f661fb166bcffbf5d82032df484697", - "reference": "ee0db30118f661fb166bcffbf5d82032df484697", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f88dcf4b14af14a98ad96b14b2b317969eab6715", + "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715", "shasum": "" }, "require": { @@ -3227,7 +3100,7 @@ ], "support": { "issues": "https://github.com/egulias/EmailValidator/issues", - "source": "https://github.com/egulias/EmailValidator/tree/3.1.2" + "source": "https://github.com/egulias/EmailValidator/tree/3.2.1" }, "funding": [ { @@ -3235,7 +3108,7 @@ "type": "github" } ], - "time": "2021-10-11T09:18:27+00:00" + "time": "2022-06-18T20:57:19+00:00" }, { "name": "enlightn/security-checker", @@ -3351,26 +3224,25 @@ }, { "name": "grasmash/expander", - "version": "2.0.2", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/grasmash/expander.git", - "reference": "f4df21d01d1fbda38269cca89e3dbb6ba223da7f" + "reference": "b7cbc1f2fdf9a9c0e253a424c2a4058316b7cb6e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/grasmash/expander/zipball/f4df21d01d1fbda38269cca89e3dbb6ba223da7f", - "reference": "f4df21d01d1fbda38269cca89e3dbb6ba223da7f", + "url": "https://api.github.com/repos/grasmash/expander/zipball/b7cbc1f2fdf9a9c0e253a424c2a4058316b7cb6e", + "reference": "b7cbc1f2fdf9a9c0e253a424c2a4058316b7cb6e", "shasum": "" }, "require": { "dflydev/dot-access-data": "^3.0.0", - "php": ">=5.6", - "psr/log": "^1 | ^2" + "php": ">=7.1", + "psr/log": "^1 | ^2 | ^3" }, "require-dev": { "greg-1-anderson/composer-test-scenarios": "^1", - "php-coveralls/php-coveralls": "^2.0", "phpunit/phpunit": "^6.0 || ^8.0 || ^9", "squizlabs/php_codesniffer": "^2.7 || ^3.3" }, @@ -3397,30 +3269,30 @@ "description": "Expands internal property references in PHP arrays file.", "support": { "issues": "https://github.com/grasmash/expander/issues", - "source": "https://github.com/grasmash/expander/tree/2.0.2" + "source": "https://github.com/grasmash/expander/tree/2.0.3" }, - "time": "2022-02-24T03:58:20+00:00" + "time": "2022-04-25T22:17:46+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "6.5.5", + "version": "6.5.8", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", - "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981", + "reference": "a52f0440530b54fa079ce76e8c5d196a42cad981", "shasum": "" }, "require": { "ext-json": "*", "guzzlehttp/promises": "^1.0", - "guzzlehttp/psr7": "^1.6.1", + "guzzlehttp/psr7": "^1.9", "php": ">=5.5", - "symfony/polyfill-intl-idn": "^1.17.0" + "symfony/polyfill-intl-idn": "^1.17" }, "require-dev": { "ext-curl": "*", @@ -3449,10 +3321,40 @@ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" + }, + { + "name": "Jeremy Lindblom", + "email": "jeremeamia@gmail.com", + "homepage": "https://github.com/jeremeamia" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" } ], "description": "Guzzle is a PHP HTTP client library", @@ -3468,9 +3370,23 @@ ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/6.5" + "source": "https://github.com/guzzle/guzzle/tree/6.5.8" }, - "time": "2020-06-16T21:01:06+00:00" + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://github.com/Nyholm", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", + "type": "tidelift" + } + ], + "time": "2022-06-20T22:16:07+00:00" }, { "name": "guzzlehttp/promises", @@ -3558,16 +3474,16 @@ }, { "name": "guzzlehttp/psr7", - "version": "1.8.5", + "version": "1.9.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268" + "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/337e3ad8e5716c15f9657bd214d16cc5e69df268", - "reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", + "reference": "e98e3e6d4f86621a9b75f623996e6bbdeb4b9318", "shasum": "" }, "require": { @@ -3588,7 +3504,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.7-dev" + "dev-master": "1.9-dev" } }, "autoload": { @@ -3648,7 +3564,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/1.8.5" + "source": "https://github.com/guzzle/psr7/tree/1.9.0" }, "funding": [ { @@ -3664,20 +3580,20 @@ "type": "tidelift" } ], - "time": "2022-03-20T21:51:18+00:00" + "time": "2022-06-20T21:43:03+00:00" }, { "name": "laminas/laminas-diactoros", - "version": "2.8.0", + "version": "2.11.3", "source": { "type": "git", "url": "https://github.com/laminas/laminas-diactoros.git", - "reference": "0c26ef1d95b6d7e6e3943a243ba3dc0797227199" + "reference": "1f97b0c52eafd108e09c76d6b29d83ef4a855f76" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/0c26ef1d95b6d7e6e3943a243ba3dc0797227199", - "reference": "0c26ef1d95b6d7e6e3943a243ba3dc0797227199", + "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/1f97b0c52eafd108e09c76d6b29d83ef4a855f76", + "reference": "1f97b0c52eafd108e09c76d6b29d83ef4a855f76", "shasum": "" }, "require": { @@ -3763,7 +3679,7 @@ "type": "community_bridge" } ], - "time": "2021-09-22T03:54:36+00:00" + "time": "2022-07-06T09:24:53+00:00" }, { "name": "laminas/laminas-escaper", @@ -3829,16 +3745,16 @@ }, { "name": "laminas/laminas-feed", - "version": "2.15.0", + "version": "2.17.0", "source": { "type": "git", "url": "https://github.com/laminas/laminas-feed.git", - "reference": "3ef837a12833c74b438d2c3780023c4244e0abae" + "reference": "1ccb024ea615606ed1d676ba0fa3f22a398f3ac0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/3ef837a12833c74b438d2c3780023c4244e0abae", - "reference": "3ef837a12833c74b438d2c3780023c4244e0abae", + "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/1ccb024ea615606ed1d676ba0fa3f22a398f3ac0", + "reference": "1ccb024ea615606ed1d676ba0fa3f22a398f3ac0", "shasum": "" }, "require": { @@ -3902,20 +3818,20 @@ "type": "community_bridge" } ], - "time": "2021-09-20T18:11:11+00:00" + "time": "2022-03-24T10:26:04+00:00" }, { "name": "laminas/laminas-stdlib", - "version": "3.6.1", + "version": "3.7.1", "source": { "type": "git", "url": "https://github.com/laminas/laminas-stdlib.git", - "reference": "db581851a092246ad99e12d4fddf105184924c71" + "reference": "bcd869e2fe88d567800057c1434f2380354fe325" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/db581851a092246ad99e12d4fddf105184924c71", - "reference": "db581851a092246ad99e12d4fddf105184924c71", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/bcd869e2fe88d567800057c1434f2380354fe325", + "reference": "bcd869e2fe88d567800057c1434f2380354fe325", "shasum": "" }, "require": { @@ -3926,8 +3842,8 @@ }, "require-dev": { "laminas/laminas-coding-standard": "~2.3.0", - "phpbench/phpbench": "^0.17.1", - "phpunit/phpunit": "~9.3.7", + "phpbench/phpbench": "^1.0", + "phpunit/phpunit": "^9.3.7", "psalm/plugin-phpunit": "^0.16.0", "vimeo/psalm": "^4.7" }, @@ -3961,7 +3877,7 @@ "type": "community_bridge" } ], - "time": "2021-11-10T11:33:52+00:00" + "time": "2022-01-21T15:50:46+00:00" }, { "name": "league/container", @@ -4116,16 +4032,16 @@ }, { "name": "nikic/php-parser", - "version": "v4.13.2", + "version": "v4.14.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "210577fe3cf7badcc5814d99455df46564f3c077" + "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077", - "reference": "210577fe3cf7badcc5814d99455df46564f3c077", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/34bea19b6e03d8153165d8f30bba4c3be86184c1", + "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1", "shasum": "" }, "require": { @@ -4166,9 +4082,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.14.0" }, - "time": "2021-11-30T19:35:32+00:00" + "time": "2022-05-31T20:59:12+00:00" }, { "name": "pear/archive_tar", @@ -4459,20 +4375,20 @@ }, { "name": "psr/container", - "version": "1.1.1", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/php-fig/container.git", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", + "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", + "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", "shasum": "" }, "require": { - "php": ">=7.2.0" + "php": ">=7.4.0" }, "type": "library", "autoload": { @@ -4501,9 +4417,9 @@ ], "support": { "issues": "https://github.com/php-fig/container/issues", - "source": "https://github.com/php-fig/container/tree/1.1.1" + "source": "https://github.com/php-fig/container/tree/1.1.2" }, - "time": "2021-03-05T17:36:06+00:00" + "time": "2021-11-05T16:50:12+00:00" }, { "name": "psr/http-factory", @@ -4665,16 +4581,16 @@ }, { "name": "psy/psysh", - "version": "v0.11.2", + "version": "v0.11.8", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "7f7da640d68b9c9fec819caae7c744a213df6514" + "reference": "f455acf3645262ae389b10e9beba0c358aa6994e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/7f7da640d68b9c9fec819caae7c744a213df6514", - "reference": "7f7da640d68b9c9fec819caae7c744a213df6514", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/f455acf3645262ae389b10e9beba0c358aa6994e", + "reference": "f455acf3645262ae389b10e9beba0c358aa6994e", "shasum": "" }, "require": { @@ -4689,15 +4605,13 @@ "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.2", - "hoa/console": "3.17.05.02" + "bamarni/composer-bin-plugin": "^1.2" }, "suggest": { "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", "ext-pdo-sqlite": "The doc command requires SQLite to work.", "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.", - "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.", - "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit." + "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history." }, "bin": [ "bin/psysh" @@ -4737,9 +4651,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.11.2" + "source": "https://github.com/bobthecow/psysh/tree/v0.11.8" }, - "time": "2022-02-28T15:28:54+00:00" + "time": "2022-07-28T14:25:11+00:00" }, { "name": "ralouphie/getallheaders", @@ -4904,16 +4818,16 @@ }, { "name": "symfony/console", - "version": "v4.4.34", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "329b3a75cc6b16d435ba1b1a41df54a53382a3f0" + "reference": "c35fafd7f12ebd6f9e29c95a370df7f1fb171a40" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/329b3a75cc6b16d435ba1b1a41df54a53382a3f0", - "reference": "329b3a75cc6b16d435ba1b1a41df54a53382a3f0", + "url": "https://api.github.com/repos/symfony/console/zipball/c35fafd7f12ebd6f9e29c95a370df7f1fb171a40", + "reference": "c35fafd7f12ebd6f9e29c95a370df7f1fb171a40", "shasum": "" }, "require": { @@ -4974,7 +4888,7 @@ "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.34" + "source": "https://github.com/symfony/console/tree/v4.4.44" }, "funding": [ { @@ -4990,20 +4904,20 @@ "type": "tidelift" } ], - "time": "2021-11-04T12:23:33+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/debug", - "version": "v4.4.31", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/debug.git", - "reference": "43ede438d4cb52cd589ae5dc070e9323866ba8e0" + "reference": "1a692492190773c5310bc7877cb590c04c2f05be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/43ede438d4cb52cd589ae5dc070e9323866ba8e0", - "reference": "43ede438d4cb52cd589ae5dc070e9323866ba8e0", + "url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be", + "reference": "1a692492190773c5310bc7877cb590c04c2f05be", "shasum": "" }, "require": { @@ -5042,7 +4956,7 @@ "description": "Provides tools to ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/debug/tree/v4.4.31" + "source": "https://github.com/symfony/debug/tree/v4.4.44" }, "funding": [ { @@ -5058,20 +4972,21 @@ "type": "tidelift" } ], - "time": "2021-09-24T13:30:14+00:00" + "abandoned": "symfony/error-handler", + "time": "2022-07-28T16:29:46+00:00" }, { "name": "symfony/dependency-injection", - "version": "v4.4.34", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "117d7f132ed7efbd535ec947709d49bec1b9d24b" + "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/117d7f132ed7efbd535ec947709d49bec1b9d24b", - "reference": "117d7f132ed7efbd535ec947709d49bec1b9d24b", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/25502a57182ba1e15da0afd64c975cae4d0a1471", + "reference": "25502a57182ba1e15da0afd64c975cae4d0a1471", "shasum": "" }, "require": { @@ -5084,7 +4999,7 @@ "symfony/config": "<4.3|>=5.0", "symfony/finder": "<3.4", "symfony/proxy-manager-bridge": "<3.4", - "symfony/yaml": "<3.4" + "symfony/yaml": "<4.4.26" }, "provide": { "psr/container-implementation": "1.0", @@ -5093,7 +5008,7 @@ "require-dev": { "symfony/config": "^4.3", "symfony/expression-language": "^3.4|^4.0|^5.0", - "symfony/yaml": "^4.4|^5.0" + "symfony/yaml": "^4.4.26|^5.0" }, "suggest": { "symfony/config": "", @@ -5128,7 +5043,7 @@ "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.34" + "source": "https://github.com/symfony/dependency-injection/tree/v4.4.44" }, "funding": [ { @@ -5144,20 +5059,20 @@ "type": "tidelift" } ], - "time": "2021-11-15T14:42:25+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v2.5.0", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8" + "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8", - "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8", + "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", + "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66", "shasum": "" }, "require": { @@ -5195,7 +5110,7 @@ "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.0" + "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" }, "funding": [ { @@ -5211,20 +5126,20 @@ "type": "tidelift" } ], - "time": "2021-07-12T14:48:14+00:00" + "time": "2022-01-02T09:53:40+00:00" }, { "name": "symfony/error-handler", - "version": "v4.4.34", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "17785c374645def1e884d8ec49976c156c61db4d" + "reference": "be731658121ef2d8be88f3a1ec938148a9237291" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/17785c374645def1e884d8ec49976c156c61db4d", - "reference": "17785c374645def1e884d8ec49976c156c61db4d", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/be731658121ef2d8be88f3a1ec938148a9237291", + "reference": "be731658121ef2d8be88f3a1ec938148a9237291", "shasum": "" }, "require": { @@ -5263,7 +5178,7 @@ "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.34" + "source": "https://github.com/symfony/error-handler/tree/v4.4.44" }, "funding": [ { @@ -5279,20 +5194,20 @@ "type": "tidelift" } ], - "time": "2021-11-12T14:57:39+00:00" + "time": "2022-07-28T16:29:46+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v4.4.34", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "1a024b45369c9d55d76b6b8a241bd20c9ea1cbd8" + "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1a024b45369c9d55d76b6b8a241bd20c9ea1cbd8", - "reference": "1a024b45369c9d55d76b6b8a241bd20c9ea1cbd8", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1e866e9e5c1b22168e0ce5f0b467f19bba61266a", + "reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a", "shasum": "" }, "require": { @@ -5347,7 +5262,7 @@ "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.34" + "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.44" }, "funding": [ { @@ -5363,20 +5278,20 @@ "type": "tidelift" } ], - "time": "2021-11-15T14:42:25+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v1.1.11", + "version": "v1.1.13", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "01e9a4efac0ee33a05dfdf93b346f62e7d0e998c" + "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/01e9a4efac0ee33a05dfdf93b346f62e7d0e998c", - "reference": "01e9a4efac0ee33a05dfdf93b346f62e7d0e998c", + "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e", + "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e", "shasum": "" }, "require": { @@ -5426,7 +5341,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.11" + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.13" }, "funding": [ { @@ -5442,20 +5357,20 @@ "type": "tidelift" } ], - "time": "2021-03-23T15:25:38+00:00" + "time": "2022-01-02T09:41:36+00:00" }, { "name": "symfony/filesystem", - "version": "v4.4.39", + "version": "v4.4.42", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "72a5b35fecaa670b13954e6eaf414acbe2a67b35" + "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/72a5b35fecaa670b13954e6eaf414acbe2a67b35", - "reference": "72a5b35fecaa670b13954e6eaf414acbe2a67b35", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/815412ee8971209bd4c1eecd5f4f481eacd44bf5", + "reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5", "shasum": "" }, "require": { @@ -5489,7 +5404,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v4.4.39" + "source": "https://github.com/symfony/filesystem/tree/v4.4.42" }, "funding": [ { @@ -5505,20 +5420,20 @@ "type": "tidelift" } ], - "time": "2022-02-25T10:38:15+00:00" + "time": "2022-05-20T08:49:14+00:00" }, { "name": "symfony/finder", - "version": "v4.4.41", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "40790bdf293b462798882ef6da72bb49a4a6633a" + "reference": "66bd787edb5e42ff59d3523f623895af05043e4f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/40790bdf293b462798882ef6da72bb49a4a6633a", - "reference": "40790bdf293b462798882ef6da72bb49a4a6633a", + "url": "https://api.github.com/repos/symfony/finder/zipball/66bd787edb5e42ff59d3523f623895af05043e4f", + "reference": "66bd787edb5e42ff59d3523f623895af05043e4f", "shasum": "" }, "require": { @@ -5551,7 +5466,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v4.4.41" + "source": "https://github.com/symfony/finder/tree/v4.4.44" }, "funding": [ { @@ -5567,20 +5482,20 @@ "type": "tidelift" } ], - "time": "2022-04-14T15:36:10+00:00" + "time": "2022-07-29T07:35:46+00:00" }, { "name": "symfony/http-client-contracts", - "version": "v2.5.0", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/http-client-contracts.git", - "reference": "ec82e57b5b714dbb69300d348bd840b345e24166" + "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ec82e57b5b714dbb69300d348bd840b345e24166", - "reference": "ec82e57b5b714dbb69300d348bd840b345e24166", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", + "reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70", "shasum": "" }, "require": { @@ -5629,7 +5544,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.0" + "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.2" }, "funding": [ { @@ -5645,20 +5560,20 @@ "type": "tidelift" } ], - "time": "2021-11-03T09:24:47+00:00" + "time": "2022-04-12T15:48:08+00:00" }, { "name": "symfony/http-foundation", - "version": "v4.4.34", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "f4cbbb6fc428588ce8373802461e7fe84e6809ab" + "reference": "9bc83c2f78949fc64503134a3139a7b055890d06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/f4cbbb6fc428588ce8373802461e7fe84e6809ab", - "reference": "f4cbbb6fc428588ce8373802461e7fe84e6809ab", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9bc83c2f78949fc64503134a3139a7b055890d06", + "reference": "9bc83c2f78949fc64503134a3139a7b055890d06", "shasum": "" }, "require": { @@ -5697,7 +5612,7 @@ "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.34" + "source": "https://github.com/symfony/http-foundation/tree/v4.4.44" }, "funding": [ { @@ -5713,20 +5628,20 @@ "type": "tidelift" } ], - "time": "2021-11-04T12:23:33+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/http-kernel", - "version": "v4.4.35", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "fb793f1381c34b79a43596a532a6a49bd729c9db" + "reference": "9e444442334fae9637ef3209bc2abddfef49e714" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/fb793f1381c34b79a43596a532a6a49bd729c9db", - "reference": "fb793f1381c34b79a43596a532a6a49bd729c9db", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9e444442334fae9637ef3209bc2abddfef49e714", + "reference": "9e444442334fae9637ef3209bc2abddfef49e714", "shasum": "" }, "require": { @@ -5801,7 +5716,7 @@ "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.35" + "source": "https://github.com/symfony/http-kernel/tree/v4.4.44" }, "funding": [ { @@ -5817,20 +5732,20 @@ "type": "tidelift" } ], - "time": "2021-11-24T08:40:10+00:00" + "time": "2022-07-29T12:23:38+00:00" }, { "name": "symfony/mime", - "version": "v5.4.0", + "version": "v5.4.11", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "d4365000217b67c01acff407573906ff91bcfb34" + "reference": "3cd175cdcdb6db2e589e837dd46aff41027d9830" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/d4365000217b67c01acff407573906ff91bcfb34", - "reference": "d4365000217b67c01acff407573906ff91bcfb34", + "url": "https://api.github.com/repos/symfony/mime/zipball/3cd175cdcdb6db2e589e837dd46aff41027d9830", + "reference": "3cd175cdcdb6db2e589e837dd46aff41027d9830", "shasum": "" }, "require": { @@ -5884,7 +5799,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v5.4.0" + "source": "https://github.com/symfony/mime/tree/v5.4.11" }, "funding": [ { @@ -5900,25 +5815,28 @@ "type": "tidelift" } ], - "time": "2021-11-23T10:19:22+00:00" + "time": "2022-07-20T11:34:24+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.23.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce" + "reference": "30885182c981ab175d4d034db0f6f469898070ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce", - "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab", + "reference": "30885182c981ab175d4d034db0f6f469898070ab", "shasum": "" }, "require": { "php": ">=7.1" }, + "provide": { + "ext-ctype": "*" + }, "suggest": { "ext-ctype": "For best performance" }, @@ -5963,7 +5881,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.25.0" }, "funding": [ { @@ -5979,25 +5897,28 @@ "type": "tidelift" } ], - "time": "2021-02-19T12:13:01+00:00" + "time": "2021-10-20T20:35:02+00:00" }, { "name": "symfony/polyfill-iconv", - "version": "v1.23.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933" + "reference": "f1aed619e28cb077fc83fac8c4c0383578356e40" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/63b5bb7db83e5673936d6e3b8b3e022ff6474933", - "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/f1aed619e28cb077fc83fac8c4c0383578356e40", + "reference": "f1aed619e28cb077fc83fac8c4c0383578356e40", "shasum": "" }, "require": { "php": ">=7.1" }, + "provide": { + "ext-iconv": "*" + }, "suggest": { "ext-iconv": "For best performance" }, @@ -6043,7 +5964,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-iconv/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-iconv/tree/v1.25.0" }, "funding": [ { @@ -6059,20 +5980,20 @@ "type": "tidelift" } ], - "time": "2021-05-27T09:27:20+00:00" + "time": "2022-01-04T09:04:05+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.25.0", + "version": "v1.26.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "81b86b50cf841a64252b439e738e97f4a34e2783" + "reference": "433d05519ce6990bf3530fba6957499d327395c2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783", - "reference": "81b86b50cf841a64252b439e738e97f4a34e2783", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2", + "reference": "433d05519ce6990bf3530fba6957499d327395c2", "shasum": "" }, "require": { @@ -6084,7 +6005,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", @@ -6124,7 +6045,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.25.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.26.0" }, "funding": [ { @@ -6140,20 +6061,20 @@ "type": "tidelift" } ], - "time": "2021-11-23T21:10:46+00:00" + "time": "2022-05-24T11:49:31+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.23.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65" + "reference": "749045c69efb97c70d25d7463abba812e91f3a44" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65", - "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/749045c69efb97c70d25d7463abba812e91f3a44", + "reference": "749045c69efb97c70d25d7463abba812e91f3a44", "shasum": "" }, "require": { @@ -6211,7 +6132,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.25.0" }, "funding": [ { @@ -6227,11 +6148,11 @@ "type": "tidelift" } ], - "time": "2021-05-27T09:27:20+00:00" + "time": "2021-09-14T14:02:44+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.23.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", @@ -6295,7 +6216,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.25.0" }, "funding": [ { @@ -6315,21 +6236,24 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.23.1", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6" + "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9174a3d80210dca8daa7f31fec659150bbeabfc6", - "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825", + "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825", "shasum": "" }, "require": { "php": ">=7.1" }, + "provide": { + "ext-mbstring": "*" + }, "suggest": { "ext-mbstring": "For best performance" }, @@ -6375,7 +6299,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.1" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0" }, "funding": [ { @@ -6391,20 +6315,20 @@ "type": "tidelift" } ], - "time": "2021-05-27T12:26:48+00:00" + "time": "2021-11-30T18:21:41+00:00" }, { "name": "symfony/polyfill-php72", - "version": "v1.25.0", + "version": "v1.26.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "9a142215a36a3888e30d0a9eeea9766764e96976" + "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976", - "reference": "9a142215a36a3888e30d0a9eeea9766764e96976", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2", + "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2", "shasum": "" }, "require": { @@ -6413,7 +6337,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", @@ -6451,7 +6375,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.25.0" + "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0" }, "funding": [ { @@ -6467,20 +6391,20 @@ "type": "tidelift" } ], - "time": "2021-05-27T09:17:38+00:00" + "time": "2022-05-24T11:49:31+00:00" }, { "name": "symfony/polyfill-php73", - "version": "v1.25.0", + "version": "v1.26.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5" + "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5", - "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5", + "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85", + "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85", "shasum": "" }, "require": { @@ -6489,7 +6413,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "1.23-dev" + "dev-main": "1.26-dev" }, "thanks": { "name": "symfony/polyfill", @@ -6530,7 +6454,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php73/tree/v1.25.0" + "source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0" }, "funding": [ { @@ -6546,20 +6470,20 @@ "type": "tidelift" } ], - "time": "2021-06-05T21:20:04+00:00" + "time": "2022-05-24T11:49:31+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.23.1", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be" + "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be", - "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c", + "reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c", "shasum": "" }, "require": { @@ -6613,7 +6537,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.23.1" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.25.0" }, "funding": [ { @@ -6629,20 +6553,20 @@ "type": "tidelift" } ], - "time": "2021-07-28T13:41:28+00:00" + "time": "2022-03-04T08:16:47+00:00" }, { "name": "symfony/process", - "version": "v4.4.35", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "c2098705326addae6e6742151dfade47ac71da1b" + "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/c2098705326addae6e6742151dfade47ac71da1b", - "reference": "c2098705326addae6e6742151dfade47ac71da1b", + "url": "https://api.github.com/repos/symfony/process/zipball/5cee9cdc4f7805e2699d9fd66991a0e6df8252a2", + "reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2", "shasum": "" }, "require": { @@ -6675,7 +6599,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v4.4.35" + "source": "https://github.com/symfony/process/tree/v4.4.44" }, "funding": [ { @@ -6691,7 +6615,7 @@ "type": "tidelift" } ], - "time": "2021-11-22T22:36:24+00:00" + "time": "2022-06-27T13:16:42+00:00" }, { "name": "symfony/psr-http-message-bridge", @@ -6783,16 +6707,16 @@ }, { "name": "symfony/routing", - "version": "v4.4.34", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "fc9dda0c8496f8ef0a89805c2eabfc43b8cef366" + "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/fc9dda0c8496f8ef0a89805c2eabfc43b8cef366", - "reference": "fc9dda0c8496f8ef0a89805c2eabfc43b8cef366", + "url": "https://api.github.com/repos/symfony/routing/zipball/f7751fd8b60a07f3f349947a309b5bdfce22d6ae", + "reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae", "shasum": "" }, "require": { @@ -6852,7 +6776,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v4.4.34" + "source": "https://github.com/symfony/routing/tree/v4.4.44" }, "funding": [ { @@ -6868,20 +6792,20 @@ "type": "tidelift" } ], - "time": "2021-11-04T12:23:33+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/serializer", - "version": "v4.4.35", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "1b2ae02cb1b923987947e013688c51954a80b751" + "reference": "375509ca128d3e8b38df92af74814c765571911e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/1b2ae02cb1b923987947e013688c51954a80b751", - "reference": "1b2ae02cb1b923987947e013688c51954a80b751", + "url": "https://api.github.com/repos/symfony/serializer/zipball/375509ca128d3e8b38df92af74814c765571911e", + "reference": "375509ca128d3e8b38df92af74814c765571911e", "shasum": "" }, "require": { @@ -6906,7 +6830,7 @@ "symfony/error-handler": "^4.4|^5.0", "symfony/http-foundation": "^3.4|^4.0|^5.0", "symfony/mime": "^4.4|^5.0", - "symfony/property-access": "^3.4.41|^4.4.9|^5.0.9", + "symfony/property-access": "^4.4.36|^5.3.13", "symfony/property-info": "^3.4.13|~4.0|^5.0", "symfony/validator": "^3.4|^4.0|^5.0", "symfony/yaml": "^3.4|^4.0|^5.0" @@ -6946,7 +6870,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v4.4.35" + "source": "https://github.com/symfony/serializer/tree/v4.4.44" }, "funding": [ { @@ -6962,26 +6886,26 @@ "type": "tidelift" } ], - "time": "2021-11-24T08:12:42+00:00" + "time": "2022-07-28T12:55:20+00:00" }, { "name": "symfony/service-contracts", - "version": "v2.5.0", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc" + "reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc", - "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc", + "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" + "symfony/deprecation-contracts": "^2.1|^3" }, "conflict": { "ext-psr": "<1.1|>=2" @@ -7029,7 +6953,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/service-contracts/tree/v2.5.0" + "source": "https://github.com/symfony/service-contracts/tree/v2.5.2" }, "funding": [ { @@ -7045,38 +6969,37 @@ "type": "tidelift" } ], - "time": "2021-11-04T16:48:04+00:00" + "time": "2022-05-30T19:17:29+00:00" }, { "name": "symfony/string", - "version": "v5.4.8", + "version": "v6.1.3", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8" + "reference": "f35241f45c30bcd9046af2bb200a7086f70e1d6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8", - "reference": "3c061a76bff6d6ea427d85e12ad1bb8ed8cd43e8", + "url": "https://api.github.com/repos/symfony/string/zipball/f35241f45c30bcd9046af2bb200a7086f70e1d6b", + "reference": "f35241f45c30bcd9046af2bb200a7086f70e1d6b", "shasum": "" }, "require": { - "php": ">=7.2.5", + "php": ">=8.1", "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" + "symfony/polyfill-mbstring": "~1.0" }, "conflict": { - "symfony/translation-contracts": ">=3.0" + "symfony/translation-contracts": "<2.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" + "symfony/error-handler": "^5.4|^6.0", + "symfony/http-client": "^5.4|^6.0", + "symfony/translation-contracts": "^2.0|^3.0", + "symfony/var-exporter": "^5.4|^6.0" }, "type": "library", "autoload": { @@ -7115,7 +7038,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v5.4.8" + "source": "https://github.com/symfony/string/tree/v6.1.3" }, "funding": [ { @@ -7131,20 +7054,20 @@ "type": "tidelift" } ], - "time": "2022-04-19T10:40:37+00:00" + "time": "2022-07-27T15:50:51+00:00" }, { "name": "symfony/translation", - "version": "v4.4.34", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "26d330720627b234803595ecfc0191eeabc65190" + "reference": "af947fefc306cec6ea5a1f6160c7e305a71f2493" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/26d330720627b234803595ecfc0191eeabc65190", - "reference": "26d330720627b234803595ecfc0191eeabc65190", + "url": "https://api.github.com/repos/symfony/translation/zipball/af947fefc306cec6ea5a1f6160c7e305a71f2493", + "reference": "af947fefc306cec6ea5a1f6160c7e305a71f2493", "shasum": "" }, "require": { @@ -7204,7 +7127,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v4.4.34" + "source": "https://github.com/symfony/translation/tree/v4.4.44" }, "funding": [ { @@ -7220,20 +7143,20 @@ "type": "tidelift" } ], - "time": "2021-11-04T12:23:33+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/translation-contracts", - "version": "v2.5.0", + "version": "v2.5.2", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e" + "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/d28150f0f44ce854e942b671fc2620a98aae1b1e", - "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e", + "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe", + "reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe", "shasum": "" }, "require": { @@ -7282,7 +7205,7 @@ "standards" ], "support": { - "source": "https://github.com/symfony/translation-contracts/tree/v2.5.0" + "source": "https://github.com/symfony/translation-contracts/tree/v2.5.2" }, "funding": [ { @@ -7298,20 +7221,20 @@ "type": "tidelift" } ], - "time": "2021-08-17T14:20:01+00:00" + "time": "2022-06-27T16:58:25+00:00" }, { "name": "symfony/validator", - "version": "v4.4.35", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "629f420d8350634fd8ed686d4472c1f10044b265" + "reference": "4b566c8d15f3490b0e72b42dd33ea8d2b4857cb1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/629f420d8350634fd8ed686d4472c1f10044b265", - "reference": "629f420d8350634fd8ed686d4472c1f10044b265", + "url": "https://api.github.com/repos/symfony/validator/zipball/4b566c8d15f3490b0e72b42dd33ea8d2b4857cb1", + "reference": "4b566c8d15f3490b0e72b42dd33ea8d2b4857cb1", "shasum": "" }, "require": { @@ -7322,7 +7245,7 @@ "symfony/translation-contracts": "^1.1|^2" }, "conflict": { - "doctrine/lexer": "<1.0.2", + "doctrine/lexer": "<1.1", "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", "symfony/dependency-injection": "<3.4", "symfony/http-kernel": "<4.4", @@ -7388,7 +7311,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v4.4.35" + "source": "https://github.com/symfony/validator/tree/v4.4.44" }, "funding": [ { @@ -7404,20 +7327,20 @@ "type": "tidelift" } ], - "time": "2021-11-22T21:43:32+00:00" + "time": "2022-07-20T09:59:04+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.4.0", + "version": "v5.4.11", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "89ab66eaef230c9cd1992de2e9a1b26652b127b9" + "reference": "b8f306d7b8ef34fb3db3305be97ba8e088fb4861" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/89ab66eaef230c9cd1992de2e9a1b26652b127b9", - "reference": "89ab66eaef230c9cd1992de2e9a1b26652b127b9", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/b8f306d7b8ef34fb3db3305be97ba8e088fb4861", + "reference": "b8f306d7b8ef34fb3db3305be97ba8e088fb4861", "shasum": "" }, "require": { @@ -7477,7 +7400,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v5.4.0" + "source": "https://github.com/symfony/var-dumper/tree/v5.4.11" }, "funding": [ { @@ -7493,20 +7416,20 @@ "type": "tidelift" } ], - "time": "2021-11-29T15:30:56+00:00" + "time": "2022-07-20T13:00:38+00:00" }, { "name": "symfony/yaml", - "version": "v4.4.34", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "2c309e258adeb9970229042be39b360d34986fad" + "reference": "c2b28c10fb3b7ac67bafa7b8f952cd83f35acde2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/2c309e258adeb9970229042be39b360d34986fad", - "reference": "2c309e258adeb9970229042be39b360d34986fad", + "url": "https://api.github.com/repos/symfony/yaml/zipball/c2b28c10fb3b7ac67bafa7b8f952cd83f35acde2", + "reference": "c2b28c10fb3b7ac67bafa7b8f952cd83f35acde2", "shasum": "" }, "require": { @@ -7548,7 +7471,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v4.4.34" + "source": "https://github.com/symfony/yaml/tree/v4.4.44" }, "funding": [ { @@ -7564,20 +7487,20 @@ "type": "tidelift" } ], - "time": "2021-11-18T18:49:23+00:00" + "time": "2022-06-27T13:16:42+00:00" }, { "name": "twig/twig", - "version": "v2.14.11", + "version": "v2.15.1", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "66baa66f29ee30e487e05f1679903e36eb01d727" + "reference": "3b7cedb2f736899a7dbd0ba3d6da335a015f5cc4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/66baa66f29ee30e487e05f1679903e36eb01d727", - "reference": "66baa66f29ee30e487e05f1679903e36eb01d727", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/3b7cedb2f736899a7dbd0ba3d6da335a015f5cc4", + "reference": "3b7cedb2f736899a7dbd0ba3d6da335a015f5cc4", "shasum": "" }, "require": { @@ -7593,7 +7516,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.14-dev" + "dev-master": "2.15-dev" } }, "autoload": { @@ -7632,7 +7555,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v2.14.11" + "source": "https://github.com/twigphp/Twig/tree/v2.15.1" }, "funding": [ { @@ -7644,7 +7567,7 @@ "type": "tidelift" } ], - "time": "2022-02-04T06:57:25+00:00" + "time": "2022-05-17T05:46:24+00:00" }, { "name": "typo3/phar-stream-wrapper", @@ -7747,21 +7670,21 @@ }, { "name": "webmozart/assert", - "version": "1.10.0", + "version": "1.11.0", "source": { "type": "git", "url": "https://github.com/webmozarts/assert.git", - "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25" + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25", - "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991", + "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0", - "symfony/polyfill-ctype": "^1.8" + "ext-ctype": "*", + "php": "^7.2 || ^8.0" }, "conflict": { "phpstan/phpstan": "<0.12.20", @@ -7799,9 +7722,9 @@ ], "support": { "issues": "https://github.com/webmozarts/assert/issues", - "source": "https://github.com/webmozarts/assert/tree/1.10.0" + "source": "https://github.com/webmozarts/assert/tree/1.11.0" }, - "time": "2021-03-09T10:59:23+00:00" + "time": "2022-06-03T18:03:27+00:00" }, { "name": "webmozart/path-util", @@ -7990,16 +7913,16 @@ }, { "name": "composer/ca-bundle", - "version": "1.3.1", + "version": "1.3.3", "source": { "type": "git", "url": "https://github.com/composer/ca-bundle.git", - "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b" + "reference": "30897edbfb15e784fe55587b4f73ceefd3c4d98c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/ca-bundle/zipball/4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b", - "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b", + "url": "https://api.github.com/repos/composer/ca-bundle/zipball/30897edbfb15e784fe55587b4f73ceefd3c4d98c", + "reference": "30897edbfb15e784fe55587b4f73ceefd3c4d98c", "shasum": "" }, "require": { @@ -8046,7 +7969,7 @@ "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.1" + "source": "https://github.com/composer/ca-bundle/tree/1.3.3" }, "funding": [ { @@ -8062,20 +7985,20 @@ "type": "tidelift" } ], - "time": "2021-10-28T20:44:15+00:00" + "time": "2022-07-20T07:14:26+00:00" }, { "name": "composer/composer", - "version": "2.2.12", + "version": "2.2.17", "source": { "type": "git", "url": "https://github.com/composer/composer.git", - "reference": "ba61e768b410736efe61df01b61f1ec44f51474f" + "reference": "a8ab5070fb99396e4710baee286478ad697724c2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/composer/zipball/ba61e768b410736efe61df01b61f1ec44f51474f", - "reference": "ba61e768b410736efe61df01b61f1ec44f51474f", + "url": "https://api.github.com/repos/composer/composer/zipball/a8ab5070fb99396e4710baee286478ad697724c2", + "reference": "a8ab5070fb99396e4710baee286478ad697724c2", "shasum": "" }, "require": { @@ -8145,7 +8068,7 @@ "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/composer/issues", - "source": "https://github.com/composer/composer/tree/2.2.12" + "source": "https://github.com/composer/composer/tree/2.2.17" }, "funding": [ { @@ -8161,7 +8084,7 @@ "type": "tidelift" } ], - "time": "2022-04-13T14:42:25+00:00" + "time": "2022-07-13T13:27:38+00:00" }, { "name": "composer/metadata-minifier", @@ -8305,16 +8228,16 @@ }, { "name": "composer/spdx-licenses", - "version": "1.5.6", + "version": "1.5.7", "source": { "type": "git", "url": "https://github.com/composer/spdx-licenses.git", - "reference": "a30d487169d799745ca7280bc90fdfa693536901" + "reference": "c848241796da2abf65837d51dce1fae55a960149" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/a30d487169d799745ca7280bc90fdfa693536901", - "reference": "a30d487169d799745ca7280bc90fdfa693536901", + "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/c848241796da2abf65837d51dce1fae55a960149", + "reference": "c848241796da2abf65837d51dce1fae55a960149", "shasum": "" }, "require": { @@ -8365,7 +8288,7 @@ "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/spdx-licenses/issues", - "source": "https://github.com/composer/spdx-licenses/tree/1.5.6" + "source": "https://github.com/composer/spdx-licenses/tree/1.5.7" }, "funding": [ { @@ -8381,7 +8304,7 @@ "type": "tidelift" } ], - "time": "2021-11-18T10:14:14+00:00" + "time": "2022-05-23T07:37:50+00:00" }, { "name": "composer/xdebug-handler", @@ -8596,11 +8519,11 @@ }, { "name": "drupal/coder", - "version": "8.3.14", + "version": "8.3.15", "source": { "type": "git", "url": "https://git.drupalcode.org/project/coder.git", - "reference": "adb06efa79ba8b91afed2f351014a6b94192622f" + "reference": "0cfad3a21f1168bdc3030ae73351c31f88abba74" }, "require": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", @@ -8612,8 +8535,8 @@ "symfony/yaml": ">=2.0.5" }, "require-dev": { - "phpstan/phpstan": "^1.2.0", - "phpunit/phpunit": "^6.0 || ^7.0 || ^8.0" + "phpstan/phpstan": "^1.4.9", + "phpunit/phpunit": "^7.0 || ^8.0" }, "type": "phpcodesniffer-standard", "autoload": { @@ -8637,26 +8560,26 @@ "issues": "https://www.drupal.org/project/issues/coder", "source": "https://www.drupal.org/project/coder" }, - "time": "2022-01-28T09:33:01+00:00" + "time": "2022-04-02T17:56:30+00:00" }, { "name": "drupal/core-dev", - "version": "9.3.9", + "version": "9.4.4", "source": { "type": "git", "url": "https://github.com/drupal/core-dev.git", - "reference": "d093ec9dd1106069fd01535235dd5797662a61cb" + "reference": "72ddd684df05fc22e97d42ddba5fb6c5ee9f9b29" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-dev/zipball/d093ec9dd1106069fd01535235dd5797662a61cb", - "reference": "d093ec9dd1106069fd01535235dd5797662a61cb", + "url": "https://api.github.com/repos/drupal/core-dev/zipball/72ddd684df05fc22e97d42ddba5fb6c5ee9f9b29", + "reference": "72ddd684df05fc22e97d42ddba5fb6c5ee9f9b29", "shasum": "" }, "require": { "behat/mink": "^1.8", "behat/mink-selenium2-driver": "^1.4", - "composer/composer": "^2.0.2", + "composer/composer": "^2.2.12", "drupal/coder": "^8.3.10", "easyrdf/easyrdf": "^0.9 || ^1.0", "friends-of-behat/mink-browserkit-driver": "^1.4", @@ -8685,9 +8608,9 @@ ], "description": "require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.", "support": { - "source": "https://github.com/drupal/core-dev/tree/9.3.9" + "source": "https://github.com/drupal/core-dev/tree/9.4.4" }, - "time": "2021-11-30T05:41:29+00:00" + "time": "2022-04-14T00:37:13+00:00" }, { "name": "easyrdf/easyrdf", @@ -8828,16 +8751,16 @@ }, { "name": "instaclick/php-webdriver", - "version": "1.4.11", + "version": "1.4.14", "source": { "type": "git", "url": "https://github.com/instaclick/php-webdriver.git", - "reference": "608e8b20a9072f84cac4f2fddb4420893d69eb83" + "reference": "200b8df772b74d604bebf25ef42ad6f8ee6380a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/608e8b20a9072f84cac4f2fddb4420893d69eb83", - "reference": "608e8b20a9072f84cac4f2fddb4420893d69eb83", + "url": "https://api.github.com/repos/instaclick/php-webdriver/zipball/200b8df772b74d604bebf25ef42ad6f8ee6380a9", + "reference": "200b8df772b74d604bebf25ef42ad6f8ee6380a9", "shasum": "" }, "require": { @@ -8845,8 +8768,8 @@ "php": ">=5.3.2" }, "require-dev": { - "phpunit/phpunit": "^4.8", - "satooshi/php-coveralls": "^1.0||^2.0" + "phpunit/phpunit": "^8.5 || ^9.5", + "satooshi/php-coveralls": "^1.0 || ^2.0" }, "type": "library", "extra": { @@ -8885,9 +8808,9 @@ ], "support": { "issues": "https://github.com/instaclick/php-webdriver/issues", - "source": "https://github.com/instaclick/php-webdriver/tree/1.4.11" + "source": "https://github.com/instaclick/php-webdriver/tree/1.4.14" }, - "time": "2022-03-30T01:28:33+00:00" + "time": "2022-04-19T02:06:59+00:00" }, { "name": "justinrainbow/json-schema", @@ -8961,16 +8884,16 @@ }, { "name": "mikey179/vfsstream", - "version": "v1.6.10", + "version": "v1.6.11", "source": { "type": "git", "url": "https://github.com/bovigo/vfsStream.git", - "reference": "250c0825537d501e327df879fb3d4cd751933b85" + "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/250c0825537d501e327df879fb3d4cd751933b85", - "reference": "250c0825537d501e327df879fb3d4cd751933b85", + "url": "https://api.github.com/repos/bovigo/vfsStream/zipball/17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f", + "reference": "17d16a85e6c26ce1f3e2fa9ceeacdc2855db1e9f", "shasum": "" }, "require": { @@ -9008,7 +8931,7 @@ "source": "https://github.com/bovigo/vfsStream/tree/master", "wiki": "https://github.com/bovigo/vfsStream/wiki" }, - "time": "2021-09-25T08:05:01+00:00" + "time": "2022-02-23T02:02:42+00:00" }, { "name": "myclabs/deep-copy", @@ -9409,16 +9332,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.4.1", + "version": "1.6.4", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "05333065c88f9518e08b094bdd10a4a9e538b2d4" + "reference": "135607f9ccc297d6923d49c2bcf309f509413215" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/05333065c88f9518e08b094bdd10a4a9e538b2d4", - "reference": "05333065c88f9518e08b094bdd10a4a9e538b2d4", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/135607f9ccc297d6923d49c2bcf309f509413215", + "reference": "135607f9ccc297d6923d49c2bcf309f509413215", "shasum": "" }, "require": { @@ -9428,6 +9351,7 @@ "php-parallel-lint/php-parallel-lint": "^1.2", "phpstan/extension-installer": "^1.0", "phpstan/phpstan": "^1.5", + "phpstan/phpstan-phpunit": "^1.1", "phpstan/phpstan-strict-rules": "^1.0", "phpunit/phpunit": "^9.5", "symfony/process": "^5.2" @@ -9447,9 +9371,9 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.4.1" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.6.4" }, - "time": "2022-03-29T09:28:16+00:00" + "time": "2022-06-26T13:09:08+00:00" }, { "name": "phpunit/php-code-coverage", @@ -9771,16 +9695,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.5.19", + "version": "9.5.21", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "35ea4b7f3acabb26f4bb640f8c30866c401da807" + "reference": "0e32b76be457de00e83213528f6bb37e2a38fcb1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/35ea4b7f3acabb26f4bb640f8c30866c401da807", - "reference": "35ea4b7f3acabb26f4bb640f8c30866c401da807", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0e32b76be457de00e83213528f6bb37e2a38fcb1", + "reference": "0e32b76be457de00e83213528f6bb37e2a38fcb1", "shasum": "" }, "require": { @@ -9814,7 +9738,6 @@ "sebastian/version": "^3.0.2" }, "require-dev": { - "ext-pdo": "*", "phpspec/prophecy-phpunit": "^2.0.1" }, "suggest": { @@ -9858,7 +9781,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.19" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.21" }, "funding": [ { @@ -9870,7 +9793,7 @@ "type": "github" } ], - "time": "2022-03-15T09:57:31+00:00" + "time": "2022-06-19T12:14:25+00:00" }, { "name": "react/promise", @@ -10314,16 +10237,16 @@ }, { "name": "sebastian/environment", - "version": "5.1.3", + "version": "5.1.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "388b6ced16caa751030f6a69e588299fa09200ac" + "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac", - "reference": "388b6ced16caa751030f6a69e588299fa09200ac", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7", + "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7", "shasum": "" }, "require": { @@ -10365,7 +10288,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/environment/issues", - "source": "https://github.com/sebastianbergmann/environment/tree/5.1.3" + "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4" }, "funding": [ { @@ -10373,7 +10296,7 @@ "type": "github" } ], - "time": "2020-09-28T05:52:38+00:00" + "time": "2022-04-03T09:37:03+00:00" }, { "name": "sebastian/exporter", @@ -11026,27 +10949,27 @@ }, { "name": "sirbrillig/phpcs-variable-analysis", - "version": "v2.11.3", + "version": "v2.11.4", "source": { "type": "git", "url": "https://github.com/sirbrillig/phpcs-variable-analysis.git", - "reference": "c921498b474212fe4552928bbeb68d70250ce5e8" + "reference": "e9c99cda31b21ccb4da4c2124b57c8355ddce48e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/c921498b474212fe4552928bbeb68d70250ce5e8", - "reference": "c921498b474212fe4552928bbeb68d70250ce5e8", + "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/e9c99cda31b21ccb4da4c2124b57c8355ddce48e", + "reference": "e9c99cda31b21ccb4da4c2124b57c8355ddce48e", "shasum": "" }, "require": { "php": ">=5.4.0", - "squizlabs/php_codesniffer": "^3.5" + "squizlabs/php_codesniffer": "^3.5.6" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", - "limedeck/phpunit-detailed-printer": "^3.1 || ^4.0 || ^5.0", - "phpstan/phpstan": "^0.11.8", - "phpunit/phpunit": "^5.0 || ^6.5 || ^7.0 || ^8.0", + "phpcsstandards/phpcsdevcs": "^1.1", + "phpstan/phpstan": "^1.7", + "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.5 || ^7.0 || ^8.0 || ^9.0", "sirbrillig/phpcs-import-detection": "^1.1" }, "type": "phpcodesniffer-standard", @@ -11075,36 +10998,36 @@ "source": "https://github.com/sirbrillig/phpcs-variable-analysis", "wiki": "https://github.com/sirbrillig/phpcs-variable-analysis/wiki" }, - "time": "2022-02-21T17:01:13+00:00" + "time": "2022-06-13T13:49:41+00:00" }, { "name": "slevomat/coding-standard", - "version": "7.1", + "version": "7.2.1", "source": { "type": "git", "url": "https://github.com/slevomat/coding-standard.git", - "reference": "b521bd358b5f7a7d69e9637fd139e036d8adeb6f" + "reference": "aff06ae7a84e4534bf6f821dc982a93a5d477c90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/b521bd358b5f7a7d69e9637fd139e036d8adeb6f", - "reference": "b521bd358b5f7a7d69e9637fd139e036d8adeb6f", + "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/aff06ae7a84e4534bf6f821dc982a93a5d477c90", + "reference": "aff06ae7a84e4534bf6f821dc982a93a5d477c90", "shasum": "" }, "require": { "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7", "php": "^7.2 || ^8.0", - "phpstan/phpdoc-parser": "^1.4.1", + "phpstan/phpdoc-parser": "^1.5.1", "squizlabs/php_codesniffer": "^3.6.2" }, "require-dev": { - "phing/phing": "2.17.2", + "phing/phing": "2.17.3", "php-parallel-lint/php-parallel-lint": "1.3.2", - "phpstan/phpstan": "1.4.10|1.5.2", + "phpstan/phpstan": "1.4.10|1.7.1", "phpstan/phpstan-deprecation-rules": "1.0.0", - "phpstan/phpstan-phpunit": "1.0.0|1.1.0", - "phpstan/phpstan-strict-rules": "1.1.0", - "phpunit/phpunit": "7.5.20|8.5.21|9.5.19" + "phpstan/phpstan-phpunit": "1.0.0|1.1.1", + "phpstan/phpstan-strict-rules": "1.2.3", + "phpunit/phpunit": "7.5.20|8.5.21|9.5.20" }, "type": "phpcodesniffer-standard", "extra": { @@ -11124,7 +11047,7 @@ "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.", "support": { "issues": "https://github.com/slevomat/coding-standard/issues", - "source": "https://github.com/slevomat/coding-standard/tree/7.1" + "source": "https://github.com/slevomat/coding-standard/tree/7.2.1" }, "funding": [ { @@ -11136,20 +11059,20 @@ "type": "tidelift" } ], - "time": "2022-03-29T12:44:16+00:00" + "time": "2022-05-25T10:58:12+00:00" }, { "name": "squizlabs/php_codesniffer", - "version": "3.6.2", + "version": "3.7.1", "source": { "type": "git", "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", - "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a" + "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a", - "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/1359e176e9307e906dc3d890bcc9603ff6d90619", + "reference": "1359e176e9307e906dc3d890bcc9603ff6d90619", "shasum": "" }, "require": { @@ -11192,20 +11115,20 @@ "source": "https://github.com/squizlabs/PHP_CodeSniffer", "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" }, - "time": "2021-12-12T21:44:58+00:00" + "time": "2022-06-18T07:21:10+00:00" }, { "name": "symfony/browser-kit", - "version": "v4.4.37", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/browser-kit.git", - "reference": "6e81008cac62369871cb6b8de64576ed138e3998" + "reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/browser-kit/zipball/6e81008cac62369871cb6b8de64576ed138e3998", - "reference": "6e81008cac62369871cb6b8de64576ed138e3998", + "url": "https://api.github.com/repos/symfony/browser-kit/zipball/2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb", + "reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb", "shasum": "" }, "require": { @@ -11248,7 +11171,7 @@ "description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/browser-kit/tree/v4.4.37" + "source": "https://github.com/symfony/browser-kit/tree/v4.4.44" }, "funding": [ { @@ -11264,20 +11187,20 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:41:36+00:00" + "time": "2022-07-25T12:56:14+00:00" }, { "name": "symfony/css-selector", - "version": "v4.4.37", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/css-selector.git", - "reference": "0628e6c6d7c92f1a7bae543959bdc17347be2436" + "reference": "bd0a6737e48de45b4b0b7b6fc98c78404ddceaed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/0628e6c6d7c92f1a7bae543959bdc17347be2436", - "reference": "0628e6c6d7c92f1a7bae543959bdc17347be2436", + "url": "https://api.github.com/repos/symfony/css-selector/zipball/bd0a6737e48de45b4b0b7b6fc98c78404ddceaed", + "reference": "bd0a6737e48de45b4b0b7b6fc98c78404ddceaed", "shasum": "" }, "require": { @@ -11314,7 +11237,7 @@ "description": "Converts CSS selectors to XPath expressions", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/css-selector/tree/v4.4.37" + "source": "https://github.com/symfony/css-selector/tree/v4.4.44" }, "funding": [ { @@ -11330,20 +11253,20 @@ "type": "tidelift" } ], - "time": "2022-01-02T09:41:36+00:00" + "time": "2022-06-27T13:16:42+00:00" }, { "name": "symfony/dom-crawler", - "version": "v4.4.39", + "version": "v4.4.44", "source": { "type": "git", "url": "https://github.com/symfony/dom-crawler.git", - "reference": "4e9215a8b533802ba84a3cc5bd3c43103e7a6dc3" + "reference": "53cee1108a9748682b1268bc1a76a3d6a665ede2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4e9215a8b533802ba84a3cc5bd3c43103e7a6dc3", - "reference": "4e9215a8b533802ba84a3cc5bd3c43103e7a6dc3", + "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/53cee1108a9748682b1268bc1a76a3d6a665ede2", + "reference": "53cee1108a9748682b1268bc1a76a3d6a665ede2", "shasum": "" }, "require": { @@ -11388,7 +11311,7 @@ "description": "Eases DOM navigation for HTML and XML documents", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v4.4.39" + "source": "https://github.com/symfony/dom-crawler/tree/v4.4.44" }, "funding": [ { @@ -11404,20 +11327,20 @@ "type": "tidelift" } ], - "time": "2022-02-25T10:38:15+00:00" + "time": "2022-06-27T13:16:42+00:00" }, { "name": "symfony/lock", - "version": "v4.4.38", + "version": "v4.4.40", "source": { "type": "git", "url": "https://github.com/symfony/lock.git", - "reference": "46c56527b2e98cfdbc5b39a1566029cbe73c9e3f" + "reference": "ec23fb51d9b531f7fcd2279afe5b474e624c2445" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/lock/zipball/46c56527b2e98cfdbc5b39a1566029cbe73c9e3f", - "reference": "46c56527b2e98cfdbc5b39a1566029cbe73c9e3f", + "url": "https://api.github.com/repos/symfony/lock/zipball/ec23fb51d9b531f7fcd2279afe5b474e624c2445", + "reference": "ec23fb51d9b531f7fcd2279afe5b474e624c2445", "shasum": "" }, "require": { @@ -11466,7 +11389,7 @@ "semaphore" ], "support": { - "source": "https://github.com/symfony/lock/tree/v4.4.38" + "source": "https://github.com/symfony/lock/tree/v4.4.40" }, "funding": [ { @@ -11482,20 +11405,20 @@ "type": "tidelift" } ], - "time": "2022-02-11T16:01:04+00:00" + "time": "2022-03-22T11:09:53+00:00" }, { "name": "symfony/phpunit-bridge", - "version": "v5.4.3", + "version": "v5.4.11", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "216b07b05644607c81afd89a208e52641c1ce6b8" + "reference": "31b1549f54b1a1890e725a0c1c8c2de6ef2205b3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/216b07b05644607c81afd89a208e52641c1ce6b8", - "reference": "216b07b05644607c81afd89a208e52641c1ce6b8", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/31b1549f54b1a1890e725a0c1c8c2de6ef2205b3", + "reference": "31b1549f54b1a1890e725a0c1c8c2de6ef2205b3", "shasum": "" }, "require": { @@ -11549,7 +11472,7 @@ "description": "Provides utilities for PHPUnit, especially user deprecation notices management", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.3" + "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.11" }, "funding": [ { @@ -11565,7 +11488,7 @@ "type": "tidelift" } ], - "time": "2022-01-26T16:28:35+00:00" + "time": "2022-07-28T13:33:28+00:00" }, { "name": "theseer/tokenizer", diff --git a/docs/drupal/config/sync/core.entity_view_display.media.image.medium_8_7.yml b/docs/drupal/config/sync/core.entity_view_display.media.image.medium_8_7.yml index 2c1807e6d..48441248d 100644 --- a/docs/drupal/config/sync/core.entity_view_display.media.image.medium_8_7.yml +++ b/docs/drupal/config/sync/core.entity_view_display.media.image.medium_8_7.yml @@ -12,8 +12,8 @@ dependencies: - layout_builder third_party_settings: layout_builder: - allow_custom: false enabled: false + allow_custom: false _core: default_config_hash: 3-ywiAmzlIyMCYihJv4YZF-dS0l8zYwIqbrxUjLyUik id: media.image.medium_8_7 @@ -22,12 +22,14 @@ bundle: image mode: medium_8_7 content: field_media_image: + type: image label: visually_hidden settings: - image_style: medium_8_7 image_link: '' + image_style: medium_8_7 + image_loading: + attribute: lazy third_party_settings: { } - type: image weight: 1 region: content hidden: diff --git a/docs/drupal/config/sync/core.entity_view_display.media.image.scale_crop_7_3_large.yml b/docs/drupal/config/sync/core.entity_view_display.media.image.scale_crop_7_3_large.yml index 3a62729ef..259a34e9f 100644 --- a/docs/drupal/config/sync/core.entity_view_display.media.image.scale_crop_7_3_large.yml +++ b/docs/drupal/config/sync/core.entity_view_display.media.image.scale_crop_7_3_large.yml @@ -12,8 +12,8 @@ dependencies: - layout_builder third_party_settings: layout_builder: - allow_custom: false enabled: false + allow_custom: false _core: default_config_hash: wE0QJQ4GF9ydxRYmb5jlAyr78TYMsPh6A_c_-eIyYNI id: media.image.scale_crop_7_3_large @@ -22,12 +22,14 @@ bundle: image mode: scale_crop_7_3_large content: field_media_image: + type: image label: visually_hidden settings: - image_style: scale_crop_7_3_large image_link: '' + image_style: scale_crop_7_3_large + image_loading: + attribute: lazy third_party_settings: { } - type: image weight: 1 region: content hidden: diff --git a/docs/drupal/config/sync/core.entity_view_display.user.user.compact.yml b/docs/drupal/config/sync/core.entity_view_display.user.user.compact.yml index 901833d37..6ce4392f0 100644 --- a/docs/drupal/config/sync/core.entity_view_display.user.user.compact.yml +++ b/docs/drupal/config/sync/core.entity_view_display.user.user.compact.yml @@ -18,13 +18,15 @@ mode: compact content: user_picture: type: image - weight: 0 - region: content + label: hidden settings: - image_style: thumbnail image_link: content + image_style: thumbnail + image_loading: + attribute: lazy third_party_settings: { } - label: hidden + weight: 0 + region: content hidden: langcode: true member_for: true diff --git a/docs/drupal/config/sync/core.entity_view_display.user.user.default.yml b/docs/drupal/config/sync/core.entity_view_display.user.user.default.yml index 13f7ff506..4d3480fce 100644 --- a/docs/drupal/config/sync/core.entity_view_display.user.user.default.yml +++ b/docs/drupal/config/sync/core.entity_view_display.user.user.default.yml @@ -20,12 +20,14 @@ content: region: content user_picture: type: image - weight: 0 - region: content + label: hidden settings: - image_style: thumbnail image_link: content + image_style: thumbnail + image_loading: + attribute: lazy third_party_settings: { } - label: hidden + weight: 0 + region: content hidden: langcode: true diff --git a/docs/drupal/config/sync/core.extension.yml b/docs/drupal/config/sync/core.extension.yml index f86e0fdb0..079cd634e 100644 --- a/docs/drupal/config/sync/core.extension.yml +++ b/docs/drupal/config/sync/core.extension.yml @@ -51,6 +51,7 @@ module: media_library: 0 menu_link_content: 0 menu_ui: 0 + mysql: 0 node: 0 options: 0 page_cache: 0 diff --git a/docs/drupal/config/sync/editor.editor.basic_html.yml b/docs/drupal/config/sync/editor.editor.basic_html.yml index 3e10f3a3e..72aa3e24c 100644 --- a/docs/drupal/config/sync/editor.editor.basic_html.yml +++ b/docs/drupal/config/sync/editor.editor.basic_html.yml @@ -42,11 +42,7 @@ settings: name: Tools items: - Source - plugins: - language: - language_list: un - stylescombo: - styles: '' + plugins: { } image_upload: status: false scheme: public diff --git a/docs/drupal/config/sync/editor.editor.full_html.yml b/docs/drupal/config/sync/editor.editor.full_html.yml index 9d7a684bf..f4367a34f 100644 --- a/docs/drupal/config/sync/editor.editor.full_html.yml +++ b/docs/drupal/config/sync/editor.editor.full_html.yml @@ -50,11 +50,7 @@ settings: items: - ShowBlocks - Source - plugins: - language: - language_list: un - stylescombo: - styles: '' + plugins: { } image_upload: status: true scheme: public diff --git a/docs/drupal/config/sync/jsonapi.settings.yml b/docs/drupal/config/sync/jsonapi.settings.yml index 4b98d818a..5bfebb236 100644 --- a/docs/drupal/config/sync/jsonapi.settings.yml +++ b/docs/drupal/config/sync/jsonapi.settings.yml @@ -2,3 +2,6 @@ langcode: en read_only: false _core: default_config_hash: p_qzzTwtOMiIPE7CyG0wD6M-UCpBp6Y5E4LhNCnCRpY +maintenance_header_retry_seconds: + min: 5 + max: 10 diff --git a/docs/drupal/config/sync/language/es/block.block.claro_breadcrumbs.yml b/docs/drupal/config/sync/language/es/block.block.claro_breadcrumbs.yml new file mode 100644 index 000000000..6e0e4c18e --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.claro_breadcrumbs.yml @@ -0,0 +1,2 @@ +settings: + label: 'Enlaces de ayuda a la navegación' diff --git a/docs/drupal/config/sync/language/es/block.block.claro_content.yml b/docs/drupal/config/sync/language/es/block.block.claro_content.yml new file mode 100644 index 000000000..36e9235de --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.claro_content.yml @@ -0,0 +1,2 @@ +settings: + label: 'Contenido principal de la página' diff --git a/docs/drupal/config/sync/language/es/block.block.claro_help.yml b/docs/drupal/config/sync/language/es/block.block.claro_help.yml new file mode 100644 index 000000000..88b1cb2d6 --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.claro_help.yml @@ -0,0 +1,2 @@ +settings: + label: Ayuda diff --git a/docs/drupal/config/sync/language/es/block.block.claro_local_actions.yml b/docs/drupal/config/sync/language/es/block.block.claro_local_actions.yml new file mode 100644 index 000000000..1c0c00e68 --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.claro_local_actions.yml @@ -0,0 +1,2 @@ +settings: + label: 'Acciones principales de administración' diff --git a/docs/drupal/config/sync/language/es/block.block.claro_messages.yml b/docs/drupal/config/sync/language/es/block.block.claro_messages.yml new file mode 100644 index 000000000..45667cbd8 --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.claro_messages.yml @@ -0,0 +1,2 @@ +settings: + label: 'Mensajes de estado' diff --git a/docs/drupal/config/sync/language/es/block.block.claro_page_title.yml b/docs/drupal/config/sync/language/es/block.block.claro_page_title.yml new file mode 100644 index 000000000..a0c2f3d10 --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.claro_page_title.yml @@ -0,0 +1,2 @@ +settings: + label: 'Título de la página' diff --git a/docs/drupal/config/sync/language/es/block.block.claro_primary_local_tasks.yml b/docs/drupal/config/sync/language/es/block.block.claro_primary_local_tasks.yml new file mode 100644 index 000000000..818328402 --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.claro_primary_local_tasks.yml @@ -0,0 +1,2 @@ +settings: + label: 'Solapas principales' diff --git a/docs/drupal/config/sync/language/es/block.block.claro_secondary_local_tasks.yml b/docs/drupal/config/sync/language/es/block.block.claro_secondary_local_tasks.yml new file mode 100644 index 000000000..7674ece78 --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.claro_secondary_local_tasks.yml @@ -0,0 +1,2 @@ +settings: + label: 'Solapas secundarias' diff --git a/docs/drupal/config/sync/language/es/block.block.umami_banner_home.yml b/docs/drupal/config/sync/language/es/block.block.umami_banner_home.yml new file mode 100644 index 000000000..4af29a5c1 --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.umami_banner_home.yml @@ -0,0 +1,2 @@ +settings: + label: 'Banner de la página de inicio de Umami' diff --git a/docs/drupal/config/sync/language/es/block.block.umami_banner_recipes.yml b/docs/drupal/config/sync/language/es/block.block.umami_banner_recipes.yml new file mode 100644 index 000000000..7ab6a987b --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.umami_banner_recipes.yml @@ -0,0 +1,2 @@ +settings: + label: 'Publicidad de recetas Umami' diff --git a/docs/drupal/config/sync/language/es/block.block.umami_disclaimer.yml b/docs/drupal/config/sync/language/es/block.block.umami_disclaimer.yml new file mode 100644 index 000000000..203106eba --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.umami_disclaimer.yml @@ -0,0 +1,2 @@ +settings: + label: 'Descargo de responsabilidad Umami' diff --git a/docs/drupal/config/sync/language/es/block.block.umami_footer_promo.yml b/docs/drupal/config/sync/language/es/block.block.umami_footer_promo.yml new file mode 100644 index 000000000..1684168dc --- /dev/null +++ b/docs/drupal/config/sync/language/es/block.block.umami_footer_promo.yml @@ -0,0 +1,2 @@ +settings: + label: 'Promoción de pie de página Umami' diff --git a/docs/drupal/config/sync/language/es/tour.tour.block-layout.yml b/docs/drupal/config/sync/language/es/tour.tour.block-layout.yml index 2093e8058..b11df6773 100644 --- a/docs/drupal/config/sync/language/es/tour.tour.block-layout.yml +++ b/docs/drupal/config/sync/language/es/tour.tour.block-layout.yml @@ -8,7 +8,7 @@ tips: body: 'Cualquier bloque personalizado o contribuido se puede agregar a una región en particular haciendo clic en el botón Colocar bloque. También se puede crear un nuevo bloque haciendo clic en Colocar bloque.' block-region: label: 'Región de bloque' - body: 'Asigne o cambie la región de un bloque haciendo clic aquí. Aparecerá una lista desplegable con todas las regiones. Puede colocar un bloque en varias regiones.' + body: 'Asigne o cambie la región de un bloque haciendo click aquí. Aparecerá una lista desplegable con todas las regiones. Puedes poner el mismo bloque en varias regiones.' configure-block: label: 'Configurar bloque' body: 'Al hacer clic en "Configurar", puede seguir adelante y editar el contenido del bloque, editar la configuración de visibilidad e incluso cambiar la ubicación de donde se muestra en su tema.' diff --git a/docs/drupal/config/sync/language/es/tour.tour.language-edit.yml b/docs/drupal/config/sync/language/es/tour.tour.language-edit.yml index 4e7fb1b44..eef904f32 100644 --- a/docs/drupal/config/sync/language/es/tour.tour.language-edit.yml +++ b/docs/drupal/config/sync/language/es/tour.tour.language-edit.yml @@ -1,5 +1,17 @@ +label: 'Edición de idiomas' tips: + language-edit-overview: + label: 'Edición de idiomas' + body: '

Esta página ofrece la posibilidad de editar un idioma en su sitio, incluyendo idiomas personalizados.

' language-edit-langcode: label: 'Código de idioma' + body: '

No se puede cambiar el código de un idioma en el sitio, ya que el sistema lo utiliza para hacer un seguimiento del idioma.

' language-edit-label: label: 'Nombre del idioma' + body: '

El nombre del idioma se utiliza en todo el sitio para todos los usuarios y está escrito en inglés. Los nombres de los idiomas incorporados se pueden traducir utilizando el módulo Interface traducción, y los nombres de los idiomas incorporados y personalizados se pueden traducir utilizando el módulo Configuration traducción.

' + language-edit-direction: + label: 'Dirección de escritura del idioma' + body: '

Elija si el idioma es de “Izquierda a derecha” o “Derecha a izquierda”.

Note que no todos los temas soportan diseños de “Derecha a izquierda”, así que pruebe su tema si está usando “Derecha a izquierda”.

' + language-edit-continue: + label: Continuando + body: '

Now that you have an overview of the "Edit language" feature, you can continue by:

' diff --git a/docs/drupal/config/sync/language/es/tour.tour.language.yml b/docs/drupal/config/sync/language/es/tour.tour.language.yml index 4a7424736..28e2b74f1 100644 --- a/docs/drupal/config/sync/language/es/tour.tour.language.yml +++ b/docs/drupal/config/sync/language/es/tour.tour.language.yml @@ -2,3 +2,19 @@ label: Idioma tips: language-overview: label: Idiomas + body: '

La página “Idiomas” le permite añadir, editar, borrar y reordenar idiomas para el sitio.

' + language-add: + label: 'Añadiendo idiomas' + body: '

Para añadir más idiomas a su sitio, haga clic en el botón “Añadir idioma”.

Los idiomas añadidos se mostrarán en la lista de idiomas y podrán ser editados o eliminados.

' + language-reorder: + label: 'Reordenando idiomas' + body: '

Para reordenar los idiomas en su sitio, utilice los iconos de arrastre junto a cada idioma.

El orden que se muestra aquí es el orden de visualización de las listas de idiomas en el sitio, como en los bloques de conmutación de idiomas proporcionados por los módulos de Traducción de interfaz y Traducción de contenido.

Cuando haya terminado de reordenar los idiomas, haga clic en el botón “Guardar configuración” para que los cambios surtan efecto

' + language-default: + label: 'Fija un idioma por defecto' + body: '

Puede cambiar el idioma predeterminado del sitio eligiendo uno de los idiomas configurados como predeterminado. El sitio utilizará el idioma por defecto en situaciones en las que no se ha hecho ninguna elección pero se debe establecer un idioma, por ejemplo, como idioma de la interfaz mostrada.

' + language-operations: + label: 'Modificando idiomas' + body: '

Se proporcionan operaciones para editar y eliminar sus idiomas.

Puede editar el nombre y la dirección del idioma.

Los idiomas borrados se pueden volver a añadir más adelante. Al eliminar un idioma se eliminarán todas las traducciones de la interfaz asociadas a él, y el contenido en este idioma se configurará para que sea neutro. Tenga en cuenta que no puede eliminar el idioma predeterminado del sitio.

' + language-continue: + label: Continuando + body: '

Now that you have an overview of the "Languages" page, you can continue by:

' diff --git a/docs/drupal/config/sync/language/es/tour.tour.umami-front.yml b/docs/drupal/config/sync/language/es/tour.tour.umami-front.yml index 66935e09a..4a4b0d819 100644 --- a/docs/drupal/config/sync/language/es/tour.tour.umami-front.yml +++ b/docs/drupal/config/sync/language/es/tour.tour.umami-front.yml @@ -19,7 +19,6 @@ tips: label: 'Configurando la visualización del contenido' body: 'Los modos de visualización se pueden configurar para proporcionar diferentes presentaciones de contenido. Estos artículos y recetas promocionados utilizan la función de modos de visualización para formatear las imágenes con diferentes proporciones.' umami-views: - label: 'Visualizando contenido con vistas' body: 'Drupal facilita la creación de listas de contenido filtrado y el control de cómo se muestra el contenido mediante la función Vistas. Este ejemplo de últimas recetas utiliza una vista para obtener las cuatro recetas más recientes, muestra la vista como un bloque que se posiciona en la primera página con el sistema de bloques.' front-bookend: label: 'Continúe explorando Drupal' diff --git a/docs/drupal/config/sync/language/es/tour.tour.views-ui.yml b/docs/drupal/config/sync/language/es/tour.tour.views-ui.yml index 6cfdc4b5c..df87c9f6c 100644 --- a/docs/drupal/config/sync/language/es/tour.tour.views-ui.yml +++ b/docs/drupal/config/sync/language/es/tour.tour.views-ui.yml @@ -1,3 +1,32 @@ +label: 'Ver página de edición' tips: + views-main: + label: 'Administrar la configuración de la vista' + body: 'Ver o editar la configuración.' + views-ui-displays: + label: 'Ver o editar la configuración' + body: 'Una visualización es una forma de dar salida a los resultados, por ejemplo, como una página o un bloque. Una vista puede contener varias pantallas, que se enumeran a continuación. La pantalla activa se resalta.' + views-ui-view-admin: + label: 'Ver administración' + body: 'Realice tareas administrativas, incluyendo añadir una descripción y crear un clon. Haga clic en el botón desplegable para ver las opciones disponibles.' + views-ui-format: + label: 'Formato de salida' + body: 'Seleccione cómo dar salida a los resultados. Por ejemplo, seleccione Content para dar salida a cada elemento por completo, utilizando los ajustes de visualización configurados. O seleccione Fields, lo que le permite producir sólo campos específicos para cada resultado. Se pueden añadir formatos adicionales instalando módulos en extend la funcionalidad básica de Drupal.' + views-ui-fields: + label: Campos + body: 'Si esta vista utiliza campos, éstos se listan aquí. Puede hacer clic en un campo para configurarlo.' + views-ui-filter: + label: 'Filtra tu vista' + body: 'Añada filtros para limitar los resultados en la salida. Por ejemplo, para mostrar sólo el contenido que es publicado, usted agregaría un filtro para Publicado y seleccionaría Si.' + views-ui-filter-operations: + label: 'Filtrar acciones' + body: 'Agregue, reorganice o elimine los filtros.' + views-ui-sorts: + label: 'Criterios de ordenación' + body: 'Controle el orden en el que se emiten los resultados. Haga clic en una regla de ordenación activa para configurarla.' + views-ui-sorts-operations: + label: 'Acciones de ordenación' + body: 'Añadir, reorganizar o eliminar reglas de clasificación.' views-ui-preview: label: 'Vista previa' + body: 'Muestra una vista previa de la salida de la vista.' diff --git a/docs/drupal/config/sync/language/es/views.view.content.yml b/docs/drupal/config/sync/language/es/views.view.content.yml index 36ef6a7a2..bd2ea34d3 100644 --- a/docs/drupal/config/sync/language/es/views.view.content.yml +++ b/docs/drupal/config/sync/language/es/views.view.content.yml @@ -1,13 +1,44 @@ +label: Contenido +description: 'Encontrar y administrar contenido.' display: default: + display_title: 'Por defecto' display_options: + title: Contenido fields: title: label: Título type: label: 'Tipo de contenido' + separator: ', ' name: label: Autor + status: + label: Estado + settings: + format_custom_false: 'Sin publicar' + format_custom_true: Publicado + changed: + label: Actualizado + operations: + label: Operaciones + pager: + options: + tags: + next: 'Siguiente >' + previous: '‹ Anterior' + first: '« Primero' + last: 'Último »' + exposed_form: + options: + submit_button: Filtro + reset_button_label: Restablecer + exposed_sorts_label: 'Ordenar por' + sort_asc_label: Asc + sort_desc_label: Desc + empty: + area_text_custom: + content: 'No hay contenido disponible.' filters: title: expose: @@ -15,6 +46,24 @@ display: type: expose: label: 'Tipo de contenido' + status: + expose: + label: Estado + group_info: + label: 'Estado de publicación' + group_items: + 1: + title: Publicado + 2: + title: 'Sin publicar' langcode: expose: label: Idioma + page_1: + display_title: Página + display_options: + menu: + title: Contenido + tab_options: + title: Contenido + description: 'Encuentre y gestione el contenido' diff --git a/docs/drupal/config/sync/language/es/views.view.files.yml b/docs/drupal/config/sync/language/es/views.view.files.yml index f9d7a4618..72c622eb8 100644 --- a/docs/drupal/config/sync/language/es/views.view.files.yml +++ b/docs/drupal/config/sync/language/es/views.view.files.yml @@ -1,12 +1,89 @@ +label: Archivos +description: 'Buscar y administrar archivos.' display: default: + display_title: 'Por defecto' display_options: + title: Archivos fields: + fid: + label: Fid filename: label: Nombre + separator: ', ' filemime: label: 'Tipo MIME' + filesize: + label: Tamaño + status: + label: Estado + settings: + format_custom_false: Temporal + format_custom_true: Permanente + created: + label: 'Fecha de subida' + changed: + label: 'Fecha de modificación' + count: + label: 'Usado en' + pager: + options: + tags: + next: 'Siguiente >' + previous: '‹ Anterior' + expose: + items_per_page_label: 'Elementos por página' + items_per_page_options_all_label: '- Todo -' + offset_label: Desplazamiento + exposed_form: + options: + submit_button: Filtro + reset_button_label: Restablecer + exposed_sorts_label: 'Ordenar por' + sort_asc_label: Asc + sort_desc_label: Desc + empty: + area_text_custom: + content: 'No hay archivos disponibles.' filters: + filename: + expose: + label: 'Nombre de archivo' filemime: expose: label: 'Tipo MIME' + status: + expose: + label: Estado + page_1: + display_title: 'Resumen de ficheros' + display_options: + menu: + title: Archivos + page_2: + display_title: 'Usos del archivo' + display_options: + title: 'Usos del archivo' + fields: + entity_label: + label: Entidad + type: + label: 'Tipo de entidad' + module: + label: 'Módulo de registro' + count: + label: 'Recuento de uso' + pager: + options: + tags: + next: 'Siguiente >' + previous: '‹ Anterior' + expose: + items_per_page_label: 'Elementos por página' + items_per_page_options_all_label: '- Todo -' + offset_label: Desplazamiento + arguments: + fid: + exception: + title: Todo(s) + title: 'Información de uso de archivos para {{ arguments.fid }}' diff --git a/docs/drupal/config/sync/language/es/views.view.glossary.yml b/docs/drupal/config/sync/language/es/views.view.glossary.yml index bf936df32..88bb0c9e2 100644 --- a/docs/drupal/config/sync/language/es/views.view.glossary.yml +++ b/docs/drupal/config/sync/language/es/views.view.glossary.yml @@ -1,8 +1,36 @@ +label: Glosario +description: 'Todo el contenido, alfabéticamente.' display: default: + display_title: 'Por defecto' display_options: fields: title: label: Título name: label: Autor + changed: + label: 'Última actualización' + pager: + options: + tags: + next: ›› + previous: ‹‹ + expose: + items_per_page_label: 'Elementos por página' + items_per_page_options_all_label: '- Todo -' + offset_label: Desplazamiento + exposed_form: + options: + submit_button: Aplicar + reset_button_label: Restablecer + exposed_sorts_label: 'Ordenar por' + sort_asc_label: Asc + sort_desc_label: Desc + attachment_1: + display_title: Adjunto + page_1: + display_title: Página + display_options: + menu: + title: Glosario diff --git a/docs/drupal/config/sync/language/es/views.view.media.yml b/docs/drupal/config/sync/language/es/views.view.media.yml index da116b2f6..17a8ee95f 100644 --- a/docs/drupal/config/sync/language/es/views.view.media.yml +++ b/docs/drupal/config/sync/language/es/views.view.media.yml @@ -1,10 +1,79 @@ +label: Multimedia +description: 'Buscar y administrar medios.' display: default: + display_title: 'Por defecto' display_options: + title: Multimedia fields: + media_bulk_form: + action_title: Acción + thumbnail__target_id: + label: Miniatura + separator: ', ' + name: + label: 'Nombre del elemento multimedia' + separator: ', ' + bundle: + label: Tipo + separator: ', ' uid: label: Autor + separator: ', ' + status: + label: Estado + settings: + format_custom_false: 'Sin publicar' + format_custom_true: Publicado + separator: ', ' + changed: + label: Actualizado + separator: ', ' + operations: + label: Operaciones + pager: + options: + tags: + next: 'Siguiente >' + previous: '‹ Anterior' + first: '« Primero' + last: 'Último »' + expose: + items_per_page_label: 'Elementos por página' + items_per_page_options_all_label: '- Todo -' + offset_label: Desplazamiento + exposed_form: + options: + submit_button: Filtro + reset_button_label: Restablecer + exposed_sorts_label: 'Ordenar por' + sort_asc_label: Asc + sort_desc_label: Desc + empty: + area_text_custom: + content: 'No hay medios disponibles.' filters: + name: + expose: + label: 'Nombre del elemento multimedia' + bundle: + expose: + label: Tipo + status: + expose: + label: Verdad + group_info: + label: 'Estado de publicación' + group_items: + 1: + title: Publicado + 2: + title: 'Sin publicar' langcode: expose: label: Idioma + media_page_list: + display_title: Multimedia + display_options: + menu: + title: Multimedia diff --git a/docs/drupal/config/sync/language/es/views.view.media_library.yml b/docs/drupal/config/sync/language/es/views.view.media_library.yml index 12e1ae477..24bdcfe49 100644 --- a/docs/drupal/config/sync/language/es/views.view.media_library.yml +++ b/docs/drupal/config/sync/language/es/views.view.media_library.yml @@ -1,27 +1,120 @@ +label: 'Biblioteca de medios' +description: 'Buscar y administrar medios.' display: default: + display_title: 'Por defecto' display_options: + title: Multimedia + fields: + media_bulk_form: + action_title: Acción + pager: + options: + tags: + next: ›› + previous: ‹‹ + expose: + items_per_page_label: 'Elementos por página' + items_per_page_options_all_label: '- Todo -' + offset_label: Desplazamiento + exposed_form: + options: + submit_button: 'Aplicar filtros' + reset_button_label: Restablecer + exposed_sorts_label: 'Ordenar por' + sort_asc_label: Asc + sort_desc_label: Desc + empty: + area_text_custom: + content: 'No hay medios disponibles.' + sorts: + created: + expose: + label: 'Más recientes primero' + name: + expose: + label: 'Nombre (A-Z)' + name_1: + expose: + label: 'Nombre (Z-A)' filters: + status: + expose: + label: 'Estado de publicación' + group_info: + label: Publicado + group_items: + 1: + title: Publicado + 2: + title: 'Sin publicar' name: expose: label: Nombre + bundle: + expose: + label: 'Tipos multimedia' + group_info: + label: 'Tipos multimedia' langcode: expose: label: Idioma + page: + display_title: Página + display_options: + fields: + media_bulk_form: + action_title: Acción + name: + separator: ', ' + edit_media: + alter: + text: 'Editar {{ nombre }}' + alt: 'Editar {{ nombre }}' + text: Editar + delete_media: + alter: + text: 'Borrar {{ nombre }}' + alt: 'Borrar {{ nombre }}' + text: Eliminar widget: + display_title: Control display_options: + arguments: + bundle: + exception: + title: Todo(s) filters: name: expose: label: Nombre + header: + display_link_grid: + label: Cuadrícula + display_link_table: + label: Tabla widget_table: + display_title: 'Widget (tabla)' display_options: fields: + thumbnail__target_id: + label: Miniatura name: label: Nombre uid: label: Autor + changed: + label: Actualizado + arguments: + bundle: + exception: + title: Todo(s) filters: name: expose: label: Nombre + header: + display_link_grid: + label: Cuadrícula + display_link_table: + label: Tabla diff --git a/docs/drupal/config/sync/language/es/views.view.moderated_content.yml b/docs/drupal/config/sync/language/es/views.view.moderated_content.yml index 36ef6a7a2..177ff6fcc 100644 --- a/docs/drupal/config/sync/language/es/views.view.moderated_content.yml +++ b/docs/drupal/config/sync/language/es/views.view.moderated_content.yml @@ -1,13 +1,49 @@ +label: 'Contenido moderado' +description: 'Encuentra y modera contenido.' display: default: + display_title: 'Por defecto' display_options: + title: 'Contenido moderado' fields: title: label: Título + separator: ', ' type: label: 'Tipo de contenido' + separator: ', ' name: label: Autor + separator: ', ' + moderation_state: + label: 'Estado de moderación' + separator: ', ' + changed: + label: Actualizado + separator: ', ' + operations: + label: Operaciones + pager: + options: + tags: + next: 'Siguiente >' + previous: '‹ Anterior' + first: '« Primero' + last: 'Último »' + expose: + items_per_page_label: 'Elementos por página' + items_per_page_options_all_label: '- Todo -' + offset_label: Desplazamiento + exposed_form: + options: + submit_button: Filtro + reset_button_label: Restablecer + exposed_sorts_label: 'Ordenar por' + sort_asc_label: Asc + sort_desc_label: Desc + empty: + area_text_custom: + content: 'No hay contenido moderado disponible. Solo las versiones pendientes de contenido, como los borradores, se enumeran aquí.' filters: title: expose: @@ -15,6 +51,11 @@ display: type: expose: label: 'Tipo de contenido' + moderation_state: + expose: + label: 'Estado de moderación' langcode: expose: label: Idioma + moderated_content: + display_title: 'Contenido moderado' diff --git a/docs/drupal/config/sync/language/es/views.view.user_admin_people.yml b/docs/drupal/config/sync/language/es/views.view.user_admin_people.yml index 9c52579cf..48ad0edff 100644 --- a/docs/drupal/config/sync/language/es/views.view.user_admin_people.yml +++ b/docs/drupal/config/sync/language/es/views.view.user_admin_people.yml @@ -1,6 +1,81 @@ +label: Usuarios +description: 'Encuentre y gestione a las personas que interactúan con su sitio.' display: default: + display_title: 'Por defecto' display_options: + title: Usuarios fields: + user_bulk_form: + label: 'Actualización masiva' + name: + label: 'Nombre de usuario' + status: + label: Estado + settings: + format_custom_false: Bloqueado + format_custom_true: Activo roles_target_id: label: Roles + created: + label: 'Miembro desde hace' + settings: + future_format: '@interval' + past_format: '@interval' + access: + label: 'Último acceso' + settings: + past_format: 'Hace @interval' + operations: + label: Operaciones + mail: + separator: ', ' + pager: + options: + tags: + next: 'Siguiente >' + previous: '‹ Anterior' + first: '« Primero' + last: 'Último »' + expose: + items_per_page_label: 'Elementos por página' + items_per_page_options_all_label: '- Todo -' + offset_label: Desplazamiento + exposed_form: + options: + submit_button: Filtro + reset_button_label: Restablecer + exposed_sorts_label: 'Ordenar por' + sort_asc_label: Asc + sort_desc_label: Desc + empty: + area_text_custom: + content: 'No people available.' + filters: + combine: + expose: + label: 'Nombre o correo electrónico contiene' + status: + group_info: + label: Estado + group_items: + 1: + title: Activo + 2: + title: Bloqueado + roles_target_id: + expose: + label: Rol + permission: + expose: + label: Permiso + use_more_text: más + page_1: + display_title: Página + display_options: + menu: + title: Listado + description: 'Encuentre y gestione a las personas que interactúan con su sitio.' + tab_options: + title: Usuarios + description: 'Gestionar cuentas, roles y permisos de usuarios.' diff --git a/docs/drupal/config/sync/views.view.media.yml b/docs/drupal/config/sync/views.view.media.yml index c1d768cbc..8b174eadd 100644 --- a/docs/drupal/config/sync/views.view.media.yml +++ b/docs/drupal/config/sync/views.view.media.yml @@ -19,122 +19,12 @@ base_table: media_field_data base_field: mid display: default: - display_plugin: default id: default display_title: Default + display_plugin: default position: 0 display_options: - access: - type: perm - options: - perm: 'access media overview' - cache: - type: tag - options: { } - query: - type: views_query - options: - disable_sql_rewrite: false - distinct: false - replica: false - query_comment: '' - query_tags: { } - exposed_form: - type: basic - options: - submit_button: Filter - reset_button: false - reset_button_label: Reset - exposed_sorts_label: 'Sort by' - expose_sort_order: true - sort_asc_label: Asc - sort_desc_label: Desc - pager: - type: full - options: - items_per_page: 50 - offset: 0 - id: 0 - total_pages: null - expose: - items_per_page: false - items_per_page_label: 'Items per page' - items_per_page_options: '5, 10, 25, 50' - items_per_page_options_all: false - items_per_page_options_all_label: '- All -' - offset: false - offset_label: Offset - tags: - previous: '‹ Previous' - next: 'Next ›' - first: '« First' - last: 'Last »' - quantity: 9 - style: - type: table - options: - grouping: { } - row_class: '' - default_row_class: true - override: true - sticky: false - caption: '' - summary: '' - description: '' - columns: - name: name - bundle: bundle - changed: changed - uid: uid - status: status - thumbnail__target_id: thumbnail__target_id - info: - name: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - bundle: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - changed: - sortable: true - default_sort_order: desc - align: '' - separator: '' - empty_column: false - responsive: '' - uid: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - status: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - thumbnail__target_id: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - default: changed - empty_table: true - row: - type: fields + title: Media fields: media_bulk_form: id: media_bulk_form @@ -143,6 +33,8 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + plugin_id: bulk_form label: '' exclude: false alter: @@ -187,8 +79,6 @@ display: action_title: Action include_exclude: exclude selected_actions: { } - entity_type: media - plugin_id: bulk_form thumbnail__target_id: id: thumbnail__target_id table: media_field_data @@ -196,6 +86,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + entity_field: thumbnail + plugin_id: field label: Thumbnail exclude: false alter: @@ -240,8 +133,10 @@ display: click_sort_column: target_id type: image settings: - image_style: thumbnail image_link: '' + image_style: thumbnail + image_loading: + attribute: lazy group_column: '' group_columns: { } group_rows: true @@ -252,34 +147,27 @@ display: multi_type: separator separator: ', ' field_api_classes: false - entity_type: media - entity_field: thumbnail - plugin_id: field name: id: name table: media_field_data field: name + relationship: none + group_type: group + admin_label: '' entity_type: media entity_field: media + plugin_id: field + label: 'Media name' + exclude: false alter: alter_text: false make_link: false absolute: false - trim: false word_boundary: false ellipsis: false strip_tags: false + trim: false html: false - hide_empty: false - empty_zero: false - settings: - link_to_entity: true - plugin_id: field - relationship: none - group_type: group - admin_label: '' - label: 'Media name' - exclude: false element_type: '' element_class: '' element_label_type: '' @@ -289,9 +177,13 @@ display: element_wrapper_class: '' element_default_classes: true empty: '' + hide_empty: false + empty_zero: false hide_alter_empty: true click_sort_column: value type: string + settings: + link_to_entity: true group_column: value group_columns: { } group_rows: true @@ -309,6 +201,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + entity_field: bundle + plugin_id: field label: Type exclude: false alter: @@ -364,9 +259,6 @@ display: multi_type: separator separator: ', ' field_api_classes: false - entity_type: media - entity_field: bundle - plugin_id: field uid: id: uid table: media_field_data @@ -374,6 +266,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + entity_field: uid + plugin_id: field label: Author exclude: false alter: @@ -429,9 +324,6 @@ display: multi_type: separator separator: ', ' field_api_classes: false - entity_type: media - entity_field: uid - plugin_id: field status: id: status table: media_field_data @@ -439,6 +331,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + entity_field: status + plugin_id: field label: Status exclude: false alter: @@ -484,8 +379,8 @@ display: type: boolean settings: format: custom - format_custom_true: Published format_custom_false: Unpublished + format_custom_true: Published group_column: value group_columns: { } group_rows: true @@ -496,9 +391,6 @@ display: multi_type: separator separator: ', ' field_api_classes: false - entity_type: media - entity_field: status - plugin_id: field changed: id: changed table: media_field_data @@ -506,6 +398,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + entity_field: changed + plugin_id: field label: Updated exclude: false alter: @@ -563,9 +458,6 @@ display: multi_type: separator separator: ', ' field_api_classes: false - entity_type: media - entity_field: changed - plugin_id: field operations: id: operations table: media @@ -573,6 +465,8 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + plugin_id: entity_operations label: Operations exclude: false alter: @@ -615,8 +509,74 @@ display: empty_zero: false hide_alter_empty: true destination: true + pager: + type: full + options: + offset: 0 + items_per_page: 50 + total_pages: null + id: 0 + tags: + next: 'Next ›' + previous: '‹ Previous' + first: '« First' + last: 'Last »' + expose: + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + quantity: 9 + exposed_form: + type: basic + options: + submit_button: Filter + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: true + sort_asc_label: Asc + sort_desc_label: Desc + access: + type: perm + options: + perm: 'access media overview' + cache: + type: tag + options: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + plugin_id: text_custom + empty: true + content: 'No media available.' + tokenize: false + sorts: + created: + id: created + table: media_field_data + field: created + relationship: none + group_type: group + admin_label: '' entity_type: media - plugin_id: entity_operations + entity_field: created + plugin_id: date + order: DESC + expose: + label: '' + field_identifier: created + exposed: false + granularity: second + arguments: { } filters: name: id: name @@ -625,6 +585,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + entity_field: name + plugin_id: string operator: contains value: '' group: 1 @@ -635,6 +598,8 @@ display: description: '' use_operator: false operator: name_op + operator_limit_selection: false + operator_list: { } identifier: name required: false remember: false @@ -643,8 +608,6 @@ display: authenticated: authenticated anonymous: '0' administrator: '0' - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -657,9 +620,6 @@ display: default_group: All default_group_multiple: { } group_items: { } - entity_type: media - entity_field: name - plugin_id: string bundle: id: bundle table: media_field_data @@ -667,6 +627,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + entity_field: bundle + plugin_id: bundle operator: in value: { } group: 1 @@ -677,6 +640,8 @@ display: description: '' use_operator: false operator: bundle_op + operator_limit_selection: false + operator_list: { } identifier: type required: false remember: false @@ -686,8 +651,6 @@ display: anonymous: '0' administrator: '0' reduce: false - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -700,9 +663,6 @@ display: default_group: All default_group_multiple: { } group_items: { } - entity_type: media - entity_field: bundle - plugin_id: bundle status: id: status table: media_field_data @@ -710,6 +670,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + entity_field: status + plugin_id: boolean operator: '=' value: '1' group: 1 @@ -720,14 +683,14 @@ display: description: null use_operator: false operator: status_op + operator_limit_selection: false + operator_list: { } identifier: status required: true remember: false multiple: false remember_roles: authenticated: authenticated - operator_limit_selection: false - operator_list: { } is_grouped: true group_info: label: 'Published status' @@ -748,9 +711,6 @@ display: title: Unpublished operator: '=' value: '0' - plugin_id: boolean - entity_type: media - entity_field: status status_extra: id: status_extra table: media_field_data @@ -758,6 +718,8 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + plugin_id: media_status operator: '=' value: '' group: 1 @@ -788,8 +750,6 @@ display: default_group: All default_group_multiple: { } group_items: { } - entity_type: media - plugin_id: media_status langcode: id: langcode table: media_field_data @@ -797,6 +757,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + entity_field: langcode + plugin_id: language operator: in value: { } group: 1 @@ -807,6 +770,8 @@ display: description: '' use_operator: false operator: langcode_op + operator_limit_selection: false + operator_list: { } identifier: langcode required: false remember: false @@ -816,8 +781,6 @@ display: anonymous: '0' administrator: '0' reduce: false - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -830,43 +793,82 @@ display: default_group: All default_group_multiple: { } group_items: { } - entity_type: media - entity_field: langcode - plugin_id: language - sorts: - created: - id: created - table: media_field_data - field: created - order: DESC - entity_type: media - entity_field: created - plugin_id: date - relationship: none - group_type: group - admin_label: '' - exposed: false - expose: - label: '' - field_identifier: created - granularity: second - title: Media + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + columns: + name: name + bundle: bundle + changed: changed + uid: uid + status: status + thumbnail__target_id: thumbnail__target_id + default: changed + info: + name: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + bundle: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + changed: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: '' + uid: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + status: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + thumbnail__target_id: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + override: true + sticky: false + summary: '' + empty_table: true + caption: '' + description: '' + row: + type: fields + query: + type: views_query + options: + query_comment: '' + disable_sql_rewrite: false + distinct: false + replica: false + query_tags: { } + relationships: { } header: { } footer: { } - empty: - area_text_custom: - id: area_text_custom - table: views - field: area_text_custom - relationship: none - group_type: group - admin_label: '' - empty: true - tokenize: false - content: 'No media available.' - plugin_id: text_custom - relationships: { } - arguments: { } display_extenders: { } cache_metadata: max-age: 0 @@ -879,23 +881,23 @@ display: - user.permissions tags: { } media_page_list: - display_plugin: page id: media_page_list display_title: Media + display_plugin: page position: 1 display_options: + display_description: '' display_extenders: { } path: admin/content/media menu: type: tab title: Media description: '' + weight: 0 expanded: false + menu_name: main parent: '' - weight: 0 context: '0' - menu_name: main - display_description: '' cache_metadata: max-age: 0 contexts: diff --git a/docs/drupal/config/sync/views.view.media_library.yml b/docs/drupal/config/sync/views.view.media_library.yml index 656044a1d..833c352c4 100644 --- a/docs/drupal/config/sync/views.view.media_library.yml +++ b/docs/drupal/config/sync/views.view.media_library.yml @@ -5,14 +5,14 @@ dependencies: config: - core.entity_view_mode.media.media_library - image.style.media_library - enforced: - module: - - media_library module: - image - media - media_library - user + enforced: + module: + - media_library _core: default_config_hash: i4J5FjzV8ifYKKI-WjQ2hGiv_m2zBw_oLo99jKtSvaU id: media_library @@ -24,67 +24,12 @@ base_table: media_field_data base_field: mid display: default: - display_plugin: default id: default display_title: Default + display_plugin: default position: 0 display_options: - access: - type: perm - options: - perm: 'access media overview' - cache: - type: tag - options: { } - query: - type: views_query - options: - disable_sql_rewrite: false - distinct: false - replica: false - query_comment: '' - query_tags: { } - exposed_form: - type: basic - options: - submit_button: 'Apply filters' - reset_button: false - reset_button_label: Reset - exposed_sorts_label: 'Sort by' - expose_sort_order: false - sort_asc_label: Asc - sort_desc_label: Desc - pager: - type: mini - options: - items_per_page: 24 - offset: 0 - id: 0 - total_pages: null - expose: - items_per_page: false - items_per_page_label: 'Items per page' - items_per_page_options: '6, 12, 24, 48' - items_per_page_options_all: false - items_per_page_options_all_label: '- All -' - offset: false - offset_label: Offset - tags: - previous: ‹‹ - next: ›› - style: - type: default - options: - grouping: { } - row_class: '' - default_row_class: true - row: - type: fields - options: - default_field_elements: true - inline: { } - separator: '' - hide_empty: false + title: Media fields: media_bulk_form: id: media_bulk_form @@ -93,6 +38,8 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + plugin_id: bulk_form label: '' exclude: false alter: @@ -137,8 +84,6 @@ display: action_title: Action include_exclude: exclude selected_actions: { } - entity_type: media - plugin_id: bulk_form rendered_entity: id: rendered_entity table: media @@ -146,6 +91,8 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + plugin_id: rendered_entity label: '' exclude: false alter: @@ -188,8 +135,100 @@ display: empty_zero: false hide_alter_empty: true view_mode: media_library + pager: + type: mini + options: + offset: 0 + items_per_page: 24 + total_pages: null + id: 0 + tags: + next: ›› + previous: ‹‹ + expose: + items_per_page: false + items_per_page_label: 'Items per page' + items_per_page_options: '6, 12, 24, 48' + items_per_page_options_all: false + items_per_page_options_all_label: '- All -' + offset: false + offset_label: Offset + exposed_form: + type: basic + options: + submit_button: 'Apply filters' + reset_button: false + reset_button_label: Reset + exposed_sorts_label: 'Sort by' + expose_sort_order: false + sort_asc_label: Asc + sort_desc_label: Desc + access: + type: perm + options: + perm: 'access media overview' + cache: + type: tag + options: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: '' + plugin_id: text_custom + empty: true + content: 'No media available.' + tokenize: false + sorts: + created: + id: created + table: media_field_data + field: created + relationship: none + group_type: group + admin_label: '' entity_type: media - plugin_id: rendered_entity + entity_field: created + plugin_id: date + order: DESC + expose: + label: 'Newest first' + field_identifier: created + exposed: true + granularity: second + name: + id: name + table: media_field_data + field: name + relationship: none + group_type: group + admin_label: '' + entity_type: media + entity_field: name + plugin_id: standard + order: ASC + expose: + label: 'Name (A-Z)' + field_identifier: name + exposed: true + name_1: + id: name_1 + table: media_field_data + field: name + relationship: none + group_type: group + admin_label: '' + entity_type: media + entity_field: name + plugin_id: standard + order: DESC + expose: + label: 'Name (Z-A)' + field_identifier: name_1 + exposed: true filters: status: id: status @@ -198,6 +237,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + entity_field: status + plugin_id: boolean operator: '=' value: '1' group: 1 @@ -208,14 +250,14 @@ display: description: null use_operator: false operator: status_op + operator_limit_selection: false + operator_list: { } identifier: status required: true remember: false multiple: false remember_roles: authenticated: authenticated - operator_limit_selection: false - operator_list: { } is_grouped: true group_info: label: Published @@ -236,9 +278,6 @@ display: title: Unpublished operator: '=' value: '0' - plugin_id: boolean - entity_type: media - entity_field: status name: id: name table: media_field_data @@ -246,6 +285,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + entity_field: name + plugin_id: string operator: contains value: '' group: 1 @@ -256,6 +298,8 @@ display: description: '' use_operator: false operator: name_op + operator_limit_selection: false + operator_list: { } identifier: name required: false remember: false @@ -264,8 +308,6 @@ display: authenticated: authenticated anonymous: '0' administrator: '0' - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -278,9 +320,6 @@ display: default_group: All default_group_multiple: { } group_items: { } - entity_type: media - entity_field: name - plugin_id: string bundle: id: bundle table: media_field_data @@ -288,6 +327,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + entity_field: bundle + plugin_id: bundle operator: in value: { } group: 1 @@ -298,6 +340,8 @@ display: description: '' use_operator: false operator: bundle_op + operator_limit_selection: false + operator_list: { } identifier: type required: false remember: false @@ -307,8 +351,6 @@ display: anonymous: '0' administrator: '0' reduce: false - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: 'Media type' @@ -324,9 +366,6 @@ display: 1: { } 2: { } 3: { } - entity_type: media - entity_field: bundle - plugin_id: bundle status_extra: id: status_extra table: media_field_data @@ -334,6 +373,8 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + plugin_id: media_status operator: '=' value: '' group: 1 @@ -364,8 +405,6 @@ display: default_group: All default_group_multiple: { } group_items: { } - entity_type: media - plugin_id: media_status langcode: id: langcode table: media_field_data @@ -373,6 +412,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + entity_field: langcode + plugin_id: language operator: in value: { } group: 1 @@ -383,6 +425,8 @@ display: description: '' use_operator: false operator: langcode_op + operator_limit_selection: false + operator_list: { } identifier: langcode required: false remember: false @@ -392,8 +436,6 @@ display: anonymous: '0' administrator: '0' reduce: false - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -406,75 +448,33 @@ display: default_group: All default_group_multiple: { } group_items: { } - entity_type: media - entity_field: langcode - plugin_id: language - sorts: - created: - id: created - table: media_field_data - field: created - relationship: none - group_type: group - admin_label: '' - order: DESC - exposed: true - expose: - label: 'Newest first' - field_identifier: created - granularity: second - entity_type: media - entity_field: created - plugin_id: date - name: - id: name - table: media_field_data - field: name - relationship: none - group_type: group - admin_label: '' - order: ASC - exposed: true - expose: - label: 'Name (A-Z)' - field_identifier: name - entity_type: media - entity_field: name - plugin_id: standard - name_1: - id: name_1 - table: media_field_data - field: name - relationship: none - group_type: group - admin_label: '' - order: DESC - exposed: true - expose: - label: 'Name (Z-A)' - field_identifier: name_1 - entity_type: media - entity_field: name - plugin_id: standard - title: Media + style: + type: default + options: + grouping: { } + row_class: '' + default_row_class: true + row: + type: fields + options: + default_field_elements: true + inline: { } + separator: '' + hide_empty: false + query: + type: views_query + options: + query_comment: '' + disable_sql_rewrite: false + distinct: false + replica: false + query_tags: { } + relationships: { } + css_class: '' + use_ajax: true header: { } footer: { } - empty: - area_text_custom: - id: area_text_custom - table: views - field: area_text_custom - relationship: none - group_type: group - admin_label: '' - empty: true - tokenize: false - content: 'No media available.' - plugin_id: text_custom - relationships: { } display_extenders: { } - use_ajax: true - css_class: '' cache_metadata: max-age: 0 contexts: @@ -486,13 +486,11 @@ display: - user.permissions tags: { } page: - display_plugin: page id: page display_title: Page + display_plugin: page position: 1 display_options: - display_extenders: { } - path: admin/content/media-grid fields: media_bulk_form: id: media_bulk_form @@ -501,6 +499,8 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + plugin_id: bulk_form label: '' exclude: false alter: @@ -545,8 +545,6 @@ display: action_title: Action include_exclude: exclude selected_actions: { } - entity_type: media - plugin_id: bulk_form name: id: name table: media_field_data @@ -554,6 +552,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + entity_field: name + plugin_id: field label: '' exclude: true alter: @@ -609,9 +610,6 @@ display: multi_type: separator separator: ', ' field_api_classes: false - entity_type: media - entity_field: name - plugin_id: field edit_media: id: edit_media table: media @@ -619,6 +617,8 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + plugin_id: entity_link_edit label: '' exclude: false alter: @@ -663,8 +663,6 @@ display: text: Edit output_url_as_text: false absolute: false - entity_type: media - plugin_id: entity_link_edit delete_media: id: delete_media table: media @@ -672,6 +670,8 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + plugin_id: entity_link_delete label: '' exclude: false alter: @@ -716,8 +716,6 @@ display: text: Delete output_url_as_text: false absolute: false - entity_type: media - plugin_id: entity_link_delete rendered_entity: id: rendered_entity table: media @@ -725,6 +723,8 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + plugin_id: rendered_entity label: '' exclude: false alter: @@ -767,10 +767,10 @@ display: empty_zero: false hide_alter_empty: true view_mode: media_library - entity_type: media - plugin_id: rendered_entity defaults: fields: false + display_extenders: { } + path: admin/content/media-grid cache_metadata: max-age: 0 contexts: @@ -783,13 +783,11 @@ display: - user.permissions tags: { } widget: - display_plugin: page id: widget display_title: Widget + display_plugin: page position: 2 display_options: - display_extenders: { } - path: admin/content/media-widget fields: media_library_select_form: id: media_library_select_form @@ -798,6 +796,8 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + plugin_id: media_library_select_form label: '' exclude: false alter: @@ -839,8 +839,6 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - entity_type: media - plugin_id: media_library_select_form rendered_entity: id: rendered_entity table: media @@ -848,6 +846,8 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + plugin_id: rendered_entity label: '' exclude: false alter: @@ -890,21 +890,52 @@ display: empty_zero: false hide_alter_empty: true view_mode: media_library - entity_type: media - plugin_id: rendered_entity - defaults: - fields: false - access: false - filters: false - filter_groups: false - arguments: false - header: false - css_class: false - display_description: '' access: type: perm options: perm: 'view media' + arguments: + bundle: + id: bundle + table: media_field_data + field: bundle + relationship: none + group_type: group + admin_label: '' + entity_type: media + entity_field: bundle + plugin_id: string + default_action: ignore + exception: + value: all + title_enable: false + title: All + title_enable: false + title: '' + default_argument_type: fixed + default_argument_options: + argument: '' + default_argument_skip_url: false + summary_options: + base_path: '' + count: true + override: false + items_per_page: 24 + summary: + sort_order: asc + number_of_records: 0 + format: default_summary + specify_validation: false + validate: + type: none + fail: 'not found' + validate_options: { } + glossary: false + limit: 0 + case: none + path_case: none + transform_dash: false + break_phrase: false filters: status: id: status @@ -913,6 +944,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + entity_field: status + plugin_id: boolean operator: '=' value: '1' group: 1 @@ -923,14 +957,14 @@ display: description: '' use_operator: false operator: '' + operator_limit_selection: false + operator_list: { } identifier: '' required: false remember: false multiple: false remember_roles: authenticated: authenticated - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -943,9 +977,6 @@ display: default_group: All default_group_multiple: { } group_items: { } - entity_type: media - entity_field: status - plugin_id: boolean name: id: name table: media_field_data @@ -953,6 +984,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + entity_field: name + plugin_id: string operator: contains value: '' group: 1 @@ -963,6 +997,8 @@ display: description: '' use_operator: false operator: name_op + operator_limit_selection: false + operator_list: { } identifier: name required: false remember: false @@ -971,8 +1007,6 @@ display: authenticated: authenticated anonymous: '0' administrator: '0' - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -985,9 +1019,6 @@ display: default_group: All default_group_multiple: { } group_items: { } - entity_type: media - entity_field: name - plugin_id: string default_langcode: id: default_langcode table: media_field_data @@ -995,6 +1026,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + entity_field: default_langcode + plugin_id: boolean operator: '=' value: '1' group: 1 @@ -1025,74 +1059,40 @@ display: default_group: All default_group_multiple: { } group_items: { } - entity_type: media - entity_field: default_langcode - plugin_id: boolean filter_groups: operator: AND groups: 1: AND - arguments: - bundle: - id: bundle - table: media_field_data - field: bundle - relationship: none - group_type: group - admin_label: '' - default_action: ignore - exception: - value: all - title_enable: false - title: All - title_enable: false - title: '' - default_argument_type: fixed - default_argument_options: - argument: '' - default_argument_skip_url: false - summary_options: - base_path: '' - count: true - items_per_page: 24 - override: false - summary: - sort_order: asc - number_of_records: 0 - format: default_summary - specify_validation: false - validate: - type: none - fail: 'not found' - validate_options: { } - glossary: false - limit: 0 - case: none - path_case: none - transform_dash: false - break_phrase: false - entity_type: media - entity_field: bundle - plugin_id: string + defaults: + access: false + css_class: false + fields: false + arguments: false + filters: false + filter_groups: false + header: false + css_class: '' + display_description: '' header: display_link_grid: id: display_link_grid table: views field: display_link - display_id: widget - label: Grid plugin_id: display_link + label: Grid empty: true + display_id: widget display_link_table: id: display_link_table table: views field: display_link - display_id: widget_table - label: Table plugin_id: display_link + label: Table empty: true - css_class: '' + display_id: widget_table rendering_language: '***LANGUAGE_language_interface***' + display_extenders: { } + path: admin/content/media-widget cache_metadata: max-age: -1 contexts: @@ -1103,88 +1103,71 @@ display: - user.permissions tags: { } widget_table: - display_plugin: page id: widget_table display_title: 'Widget (table)' + display_plugin: page position: 3 display_options: - display_extenders: { } - path: admin/content/media-widget-table - style: - type: table - options: - row_class: 'media-library-item media-library-item--table js-media-library-item js-click-to-select' - default_row_class: true - defaults: - style: false - row: false - fields: false - access: false - filters: false - filter_groups: false - arguments: false - header: false - css_class: false - row: - type: fields fields: media_library_select_form: id: media_library_select_form - label: '' table: media field: media_library_select_form relationship: none entity_type: media plugin_id: media_library_select_form - element_wrapper_class: '' + label: '' element_class: '' + element_wrapper_class: '' thumbnail__target_id: id: thumbnail__target_id - label: Thumbnail table: media_field_data field: thumbnail__target_id relationship: none - type: image entity_type: media entity_field: thumbnail plugin_id: field + label: Thumbnail + type: image settings: - image_style: media_library image_link: '' + image_style: media_library + image_loading: + attribute: lazy name: id: name - label: Name table: media_field_data field: name relationship: none - type: string entity_type: media entity_field: name plugin_id: field + label: Name + type: string settings: link_to_entity: false uid: id: uid - label: Author table: media_field_revision field: uid relationship: none - type: entity_reference_label entity_type: media entity_field: uid plugin_id: field + label: Author + type: entity_reference_label settings: link: true changed: id: changed - label: Updated table: media_field_data field: changed relationship: none - type: timestamp entity_type: media entity_field: changed plugin_id: field + label: Updated + type: timestamp settings: date_format: short custom_date_format: '' @@ -1193,6 +1176,48 @@ display: type: perm options: perm: 'view media' + arguments: + bundle: + id: bundle + table: media_field_data + field: bundle + relationship: none + group_type: group + admin_label: '' + entity_type: media + entity_field: bundle + plugin_id: string + default_action: ignore + exception: + value: all + title_enable: false + title: All + title_enable: false + title: '' + default_argument_type: fixed + default_argument_options: + argument: '' + default_argument_skip_url: false + summary_options: + base_path: '' + count: true + override: false + items_per_page: 24 + summary: + sort_order: asc + number_of_records: 0 + format: default_summary + specify_validation: false + validate: + type: none + fail: 'not found' + validate_options: { } + glossary: false + limit: 0 + case: none + path_case: none + transform_dash: false + break_phrase: false filters: status: id: status @@ -1201,6 +1226,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + entity_field: status + plugin_id: boolean operator: '=' value: '1' group: 1 @@ -1211,14 +1239,14 @@ display: description: '' use_operator: false operator: '' + operator_limit_selection: false + operator_list: { } identifier: '' required: false remember: false multiple: false remember_roles: authenticated: authenticated - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -1231,9 +1259,6 @@ display: default_group: All default_group_multiple: { } group_items: { } - entity_type: media - entity_field: status - plugin_id: boolean name: id: name table: media_field_data @@ -1241,6 +1266,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + entity_field: name + plugin_id: string operator: contains value: '' group: 1 @@ -1251,6 +1279,8 @@ display: description: '' use_operator: false operator: name_op + operator_limit_selection: false + operator_list: { } identifier: name required: false remember: false @@ -1259,8 +1289,6 @@ display: authenticated: authenticated anonymous: '0' administrator: '0' - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -1273,9 +1301,6 @@ display: default_group: All default_group_multiple: { } group_items: { } - entity_type: media - entity_field: name - plugin_id: string default_langcode: id: default_langcode table: media_field_data @@ -1283,6 +1308,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: media + entity_field: default_langcode + plugin_id: boolean operator: '=' value: '1' group: 1 @@ -1313,74 +1341,48 @@ display: default_group: All default_group_multiple: { } group_items: { } - entity_type: media - entity_field: default_langcode - plugin_id: boolean filter_groups: operator: AND groups: 1: AND - arguments: - bundle: - id: bundle - table: media_field_data - field: bundle - relationship: none - group_type: group - admin_label: '' - default_action: ignore - exception: - value: all - title_enable: false - title: All - title_enable: false - title: '' - default_argument_type: fixed - default_argument_options: - argument: '' - default_argument_skip_url: false - summary_options: - base_path: '' - count: true - items_per_page: 24 - override: false - summary: - sort_order: asc - number_of_records: 0 - format: default_summary - specify_validation: false - validate: - type: none - fail: 'not found' - validate_options: { } - glossary: false - limit: 0 - case: none - path_case: none - transform_dash: false - break_phrase: false - entity_type: media - entity_field: bundle - plugin_id: string + style: + type: table + options: + row_class: 'media-library-item media-library-item--table js-media-library-item js-click-to-select' + default_row_class: true + row: + type: fields + defaults: + access: false + css_class: false + style: false + row: false + fields: false + arguments: false + filters: false + filter_groups: false + header: false + css_class: '' header: display_link_grid: id: display_link_grid table: views field: display_link - display_id: widget - label: Grid plugin_id: display_link + label: Grid empty: true + display_id: widget display_link_table: id: display_link_table table: views field: display_link - display_id: widget_table - label: Table plugin_id: display_link + label: Table empty: true - css_class: '' + display_id: widget_table rendering_language: '***LANGUAGE_language_interface***' + display_extenders: { } + path: admin/content/media-widget-table cache_metadata: max-age: -1 contexts: diff --git a/docs/drupal/web/.htaccess b/docs/drupal/web/.htaccess index b1ee36bf4..4d19147cc 100644 --- a/docs/drupal/web/.htaccess +++ b/docs/drupal/web/.htaccess @@ -32,6 +32,11 @@ AddEncoding gzip svgz php_value assert.active 0 +# PHP 8, Apache 1 and 2. + + php_value assert.active 0 + + # Requires mod_expires to be enabled. # Enable expirations. diff --git a/docs/drupal/web/sites/default/default.settings.php b/docs/drupal/web/sites/default/default.settings.php index 718890224..f3dca008f 100644 --- a/docs/drupal/web/sites/default/default.settings.php +++ b/docs/drupal/web/sites/default/default.settings.php @@ -170,9 +170,9 @@ * information on these defaults and the potential issues. * * More details can be found in the constructor methods for each driver: - * - \Drupal\Core\Database\Driver\mysql\Connection::__construct() - * - \Drupal\Core\Database\Driver\pgsql\Connection::__construct() - * - \Drupal\Core\Database\Driver\sqlite\Connection::__construct() + * - \Drupal\mysql\Driver\Database\mysql\Connection::__construct() + * - \Drupal\pgsql\Driver\Database\pgsql\Connection::__construct() + * - \Drupal\sqlite\Driver\Database\sqlite\Connection::__construct() * * Sample Database configuration format for PostgreSQL (pgsql): * @code @@ -490,6 +490,29 @@ */ # $settings['file_public_path'] = 'sites/default/files'; +/** + * Additional public file schemes: + * + * Public schemes are URI schemes that allow download access to all users for + * all files within that scheme. + * + * The "public" scheme is always public, and the "private" scheme is always + * private, but other schemes, such as "https", "s3", "example", or others, + * can be either public or private depending on the site. By default, they're + * private, and access to individual files is controlled via + * hook_file_download(). + * + * Typically, if a scheme should be public, a module makes it public by + * implementing hook_file_download(), and granting access to all users for all + * files. This could be either the same module that provides the stream wrapper + * for the scheme, or a different module that decides to make the scheme + * public. However, in cases where a site needs to make a scheme public, but + * is unable to add code in a module to do so, the scheme may be added to this + * variable, the result of which is that system_file_download() grants public + * access to all files within that scheme. + */ +# $settings['file_additional_public_schemes'] = ['example']; + /** * Private file path: * @@ -703,6 +726,8 @@ * @endcode * will allow the site to run off of all variants of example.com and * example.org, with all subdomains included. + * + * @see https://www.drupal.org/docs/installing-drupal/trusted-host-settings */ /**