diff --git a/.gitattributes b/.gitattributes index a37894e..f9e806c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -19,32 +19,36 @@ *.config text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.css text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.dist text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 -*.engine text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php +*.engine text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php *.html text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=html -*.inc text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php -*.install text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php +*.inc text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php +*.install text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php *.js text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.json text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.lock text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.map text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.md text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 -*.module text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php -*.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php +*.module text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php +*.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php *.po text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 -*.profile text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php +*.profile text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php *.script text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 -*.sh text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php +*.sh text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php *.sql text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.svg text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 -*.theme text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php +*.theme text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff=php linguist-language=php *.twig text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.txt text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.xml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.yml text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 +# PHPStan's baseline uses tabs instead of spaces. +core/.phpstan-baseline.php text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tabwidth=2 diff=php linguist-language=php + # Define binary file attributes. # - Do not treat them as text. # - Include binary diff in patches instead of "binary files differ." +*.avif -text diff *.eot -text diff *.exe -text diff *.gif -text diff diff --git a/.php-version b/.php-version index 37722eb..cf02201 100644 --- a/.php-version +++ b/.php-version @@ -1 +1 @@ -7.4 +8.3 diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..0548343 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +* [#13](https://github.com/itk-dev/project-database/pull/13) + Upgrade from D9 to D11 diff --git a/composer.json b/composer.json index bcccfe5..e228b2c 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "drupal/recommended-project", - "description": "Project template for Drupal 9 projects with a relocated document root", + "description": "Project template for Drupal projects with a relocated document root", "type": "project", "license": "GPL-2.0-or-later", "homepage": "https://www.drupal.org/project/drupal", @@ -17,18 +17,17 @@ "require": { "composer/installers": "^1.9", "cweagans/composer-patches": "^1.6", - "drupal/console": "^1.9", - "drupal/core-composer-scaffold": "^9", - "drupal/core-project-message": "^9", - "drupal/core-recommended": "^9", - "drupal/entity_reference_integrity": "^1.0@RC", - "drupal/inline_entity_form": "^1.0@RC", - "drupal/jsonapi_extras": "^3.16", - "drupal/openapi": "^2.0@RC", - "drupal/openapi_jsonapi": "^2.0@RC", + "drupal/core-composer-scaffold": "^11", + "drupal/core-project-message": "^11", + "drupal/core-recommended": "^11", + "drupal/entity_reference_integrity": "^2.0", + "drupal/inline_entity_form": "^3.0", + "drupal/jsonapi_extras": "^3.26", + "drupal/openapi": "^2.3", + "drupal/openapi_jsonapi": "^3.0.5", "drupal/openapi_ui_redoc": "^1.0@RC", - "drupal/views_data_export": "^1.0", - "drush/drush": "^10.3" + "drupal/views_data_export": "^1.10", + "drush/drush": "^13" }, "conflict": { "drupal/drupal": "*" @@ -36,7 +35,16 @@ "minimum-stability": "dev", "prefer-stable": true, "config": { - "sort-packages": true + "sort-packages": true, + "platform": { + "php": "8.3.0" + }, + "allow-plugins": { + "composer/installers": true, + "cweagans/composer-patches": true, + "drupal/core-composer-scaffold": true, + "drupal/core-project-message": true + } }, "extra": { "drupal-scaffold": { @@ -48,9 +56,6 @@ "patches": { "drupal/openapi_jsonapi": { "Only show enabled endpoints": "patches/only_show_enabled_endpoints.patch" - }, - "drupal/autocomplete_deluxe": { - "Translate terms": "https://www.drupal.org/files/issues/enable_taxonomy_translations-1787800-14.patch" } }, "installer-paths": { diff --git a/composer.lock b/composer.lock index 20fde0e..9320b3c 100644 --- a/composer.lock +++ b/composer.lock @@ -4,104 +4,40 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "fea9013579cf7b1affc1866ef5177c26", + "content-hash": "96d315fc358917ae1f2eb21ace9cb971", "packages": [ - { - "name": "alchemy/zippy", - "version": "0.4.9", - "source": { - "type": "git", - "url": "https://github.com/alchemy-fr/Zippy.git", - "reference": "59fbeefb9a249122867ef25e53addfcce31850d7" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/59fbeefb9a249122867ef25e53addfcce31850d7", - "reference": "59fbeefb9a249122867ef25e53addfcce31850d7", - "shasum": "" - }, - "require": { - "doctrine/collections": "~1.0", - "php": ">=5.5", - "symfony/filesystem": "^2.0.5 || ^3.0 || ^4.0", - "symfony/polyfill-mbstring": "^1.3", - "symfony/process": "^2.1 || ^3.0 || ^4.0" - }, - "require-dev": { - "ext-zip": "*", - "guzzle/guzzle": "~3.0", - "guzzlehttp/guzzle": "^6.0", - "phpunit/phpunit": "^4.0 || ^5.0", - "symfony/finder": "^2.0.5 || ^3.0 || ^4.0" - }, - "suggest": { - "ext-zip": "To use the ZipExtensionAdapter", - "guzzle/guzzle": "To use the GuzzleTeleporter with Guzzle 3", - "guzzlehttp/guzzle": "To use the GuzzleTeleporter with Guzzle 6" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.4.x-dev" - } - }, - "autoload": { - "psr-4": { - "Alchemy\\Zippy\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Alchemy", - "email": "dev.team@alchemy.fr", - "homepage": "http://www.alchemy.fr/" - } - ], - "description": "Zippy, the archive manager companion", - "keywords": [ - "bzip", - "compression", - "tar", - "zip" - ], - "time": "2018-02-22T13:58:36+00:00" - }, { "name": "asm89/stack-cors", - "version": "1.3.0", + "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/asm89/stack-cors.git", - "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08" + "reference": "acf3142e6c5eafa378dc8ef3c069ab4558993f70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/asm89/stack-cors/zipball/b9c31def6a83f84b4d4a40d35996d375755f0e08", - "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08", + "url": "https://api.github.com/repos/asm89/stack-cors/zipball/acf3142e6c5eafa378dc8ef3c069ab4558993f70", + "reference": "acf3142e6c5eafa378dc8ef3c069ab4558993f70", "shasum": "" }, "require": { - "php": ">=5.5.9", - "symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0", - "symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0" + "php": "^7.3|^8.0", + "symfony/http-foundation": "^5.3|^6|^7", + "symfony/http-kernel": "^5.3|^6|^7" }, "require-dev": { - "phpunit/phpunit": "^5.0 || ^4.8.10", - "squizlabs/php_codesniffer": "^2.3" + "phpunit/phpunit": "^9", + "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.2-dev" + "dev-master": "2.2-dev" } }, "autoload": { "psr-4": { - "Asm89\\Stack\\": "src/Asm89/Stack/" + "Asm89\\Stack\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -120,45 +56,58 @@ "cors", "stack" ], - "time": "2019-12-24T22:41:47+00:00" + "support": { + "issues": "https://github.com/asm89/stack-cors/issues", + "source": "https://github.com/asm89/stack-cors/tree/v2.3.0" + }, + "time": "2025-03-13T08:50:04+00:00" }, { "name": "chi-teck/drupal-code-generator", - "version": "1.33.1", + "version": "4.2.0", "source": { "type": "git", "url": "https://github.com/Chi-teck/drupal-code-generator.git", - "reference": "5f814e980b6f9cf1ca8c74cc9385c3d81090d388" + "reference": "984dd69522b5839976df51470a00a51616a21f42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/5f814e980b6f9cf1ca8c74cc9385c3d81090d388", - "reference": "5f814e980b6f9cf1ca8c74cc9385c3d81090d388", + "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/984dd69522b5839976df51470a00a51616a21f42", + "reference": "984dd69522b5839976df51470a00a51616a21f42", "shasum": "" }, "require": { "ext-json": "*", - "php": ">=5.5.9", - "symfony/console": "^3.4 || ^4.0", - "symfony/filesystem": "^2.7 || ^3.4 || ^4.0", - "twig/twig": "^1.41 || ^2.12" + "php": ">=8.3.0", + "psr/event-dispatcher": "^1.0", + "psr/log": "^3.0", + "symfony/console": "^7.1", + "symfony/dependency-injection": "^7.1", + "symfony/filesystem": "^7.1", + "symfony/string": "^7.0", + "twig/twig": "^3.4" }, "conflict": { - "drush/drush": "< 10.3.2" + "nikic/php-parser": "<4.17", + "squizlabs/php_codesniffer": "<3.6" + }, + "require-dev": { + "chi-teck/drupal-coder-extension": "^2.0.0-rc2", + "drupal/coder": "8.3.24", + "drupal/core": "11.x-dev", + "ext-simplexml": "*", + "phpspec/prophecy-phpunit": "^2.2", + "phpunit/phpunit": "^10.5", + "squizlabs/php_codesniffer": "^3.9", + "symfony/var-dumper": "^7.1", + "symfony/yaml": "^7.1", + "vimeo/psalm": "^5.24.0" }, "bin": [ "bin/dcg" ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, "autoload": { - "files": [ - "src/bootstrap.php" - ], "psr-4": { "DrupalCodeGenerator\\": "src" } @@ -170,9 +119,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/1.33.1" + "source": "https://github.com/Chi-teck/drupal-code-generator/tree/4.2.0" }, - "time": "2020-12-05T05:59:11+00:00" + "time": "2025-06-01T13:48:30+00:00" }, { "name": "composer/installers", @@ -327,24 +276,24 @@ }, { "name": "composer/semver", - "version": "3.2.6", + "version": "3.4.4", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "83e511e247de329283478496f7a1e114c9517506" + "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/83e511e247de329283478496f7a1e114c9517506", - "reference": "83e511e247de329283478496f7a1e114c9517506", + "url": "https://api.github.com/repos/composer/semver/zipball/198166618906cb2de69b95d7d47e5fa8aa1b2b95", + "reference": "198166618906cb2de69b95d7d47e5fa8aa1b2b95", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpstan/phpstan": "^0.12.54", - "symfony/phpunit-bridge": "^4.2 || ^5" + "phpstan/phpstan": "^1.11", + "symfony/phpunit-bridge": "^3 || ^7" }, "type": "library", "extra": { @@ -385,6 +334,11 @@ "validation", "versioning" ], + "support": { + "irc": "ircs://irc.libera.chat:6697/composer", + "issues": "https://github.com/composer/semver/issues", + "source": "https://github.com/composer/semver/tree/3.4.4" + }, "funding": [ { "url": "https://packagist.com", @@ -393,37 +347,34 @@ { "url": "https://github.com/composer", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/composer/composer", - "type": "tidelift" } ], - "time": "2021-10-25T11:34:17+00:00" + "time": "2025-08-20T19:15:30+00:00" }, { "name": "consolidation/annotated-command", - "version": "4.3.3", + "version": "4.10.5", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", - "reference": "bf1503225f1cfb372884c71b83763b60a40c875a" + "reference": "78abf3b6853d7ff9044babd2b9c002ff433207d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/bf1503225f1cfb372884c71b83763b60a40c875a", - "reference": "bf1503225f1cfb372884c71b83763b60a40c875a", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/78abf3b6853d7ff9044babd2b9c002ff433207d8", + "reference": "78abf3b6853d7ff9044babd2b9c002ff433207d8", "shasum": "" }, "require": { - "consolidation/output-formatters": "^4.1.1", + "consolidation/output-formatters": "^4.3.1", "php": ">=7.1.3", - "psr/log": "^1|^2", - "symfony/console": "^4.4.8|~5.1.0", - "symfony/event-dispatcher": "^4.4.8|^5", - "symfony/finder": "^4.4.8|^5" + "psr/log": "^1 || ^2 || ^3", + "symfony/console": "^4.4.8 || ^5 || ^6 || ^7 || ^8", + "symfony/event-dispatcher": "^4.4.8 || ^5 || ^6 || ^7 || ^8", + "symfony/finder": "^4.4.8 || ^5 || ^6 || ^7 || ^8" }, "require-dev": { + "composer-runtime-api": "^2.0", "phpunit/phpunit": "^7.5.20 || ^8 || ^9", "squizlabs/php_codesniffer": "^3", "yoast/phpunit-polyfills": "^0.2.0" @@ -452,71 +403,46 @@ "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.3.3" + "source": "https://github.com/consolidation/annotated-command/tree/4.10.5" }, - "time": "2021-09-27T00:56:55+00:00" + "time": "2026-03-29T00:50:52+00:00" }, { "name": "consolidation/config", - "version": "1.2.1", + "version": "3.2.1", "source": { "type": "git", "url": "https://github.com/consolidation/config.git", - "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1" + "reference": "adcb989d789f7e0984121492b0377a1def3a6dc8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/config/zipball/cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1", - "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1", + "url": "https://api.github.com/repos/consolidation/config/zipball/adcb989d789f7e0984121492b0377a1def3a6dc8", + "reference": "adcb989d789f7e0984121492b0377a1def3a6dc8", "shasum": "" }, "require": { - "dflydev/dot-access-data": "^1.1.0", - "grasmash/expander": "^1", - "php": ">=5.4.0" + "dflydev/dot-access-data": "^3", + "grasmash/expander": "^3", + "php": ">=8.2.0", + "symfony/event-dispatcher": "^6 || ^7 || ^8" }, "require-dev": { - "g1a/composer-test-scenarios": "^3", - "php-coveralls/php-coveralls": "^1", - "phpunit/phpunit": "^5", - "squizlabs/php_codesniffer": "2.*", - "symfony/console": "^2.5|^3|^4", - "symfony/yaml": "^2.8.11|^3|^4" + "ext-json": "*", + "phpunit/phpunit": "^9", + "squizlabs/php_codesniffer": "^3", + "symfony/console": "^7.4 || ^8", + "symfony/yaml": "^7 || ^8", + "yoast/phpunit-polyfills": "^1" }, "suggest": { + "symfony/event-dispatcher": "Required to inject configuration into Command options", "symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader" }, "type": "library", "extra": { - "scenarios": { - "symfony4": { - "require-dev": { - "symfony/console": "^4.0" - }, - "config": { - "platform": { - "php": "7.1.3" - } - } - }, - "symfony2": { - "require-dev": { - "symfony/console": "^2.8", - "symfony/event-dispatcher": "^2.8", - "phpunit/phpunit": "^4.8.36" - }, - "remove": [ - "php-coveralls/php-coveralls" - ], - "config": { - "platform": { - "php": "5.4.8" - } - } - } - }, "branch-alias": { - "dev-master": "1.x-dev" + "dev-main": "3.x-dev" } }, "autoload": { @@ -535,55 +461,39 @@ } ], "description": "Provide configuration services for a commandline tool.", - "time": "2019-03-03T19:37:04+00:00" + "support": { + "issues": "https://github.com/consolidation/config/issues", + "source": "https://github.com/consolidation/config/tree/3.2.1" + }, + "time": "2026-03-28T23:38:17+00:00" }, { "name": "consolidation/filter-via-dot-access-data", - "version": "1.0.0", + "version": "2.0.3", "source": { "type": "git", "url": "https://github.com/consolidation/filter-via-dot-access-data.git", - "reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6" + "reference": "f9e84bc623d420120028a50dcb9b1d4609ae3b5f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/filter-via-dot-access-data/zipball/a53e96c6b9f7f042f5e085bf911f3493cea823c6", - "reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6", + "url": "https://api.github.com/repos/consolidation/filter-via-dot-access-data/zipball/f9e84bc623d420120028a50dcb9b1d4609ae3b5f", + "reference": "f9e84bc623d420120028a50dcb9b1d4609ae3b5f", "shasum": "" }, "require": { - "dflydev/dot-access-data": "^1.1.0", - "php": ">=5.5.0" + "dflydev/dot-access-data": "^1.1.0 || ^2.0.0 || ^3.0.0", + "php": ">=7.1.3" }, "require-dev": { - "consolidation/robo": "^1.2.3", - "g1a/composer-test-scenarios": "^3", - "knplabs/github-api": "^2.7", - "php-coveralls/php-coveralls": "^1", - "php-http/guzzle6-adapter": "^1.1", - "phpunit/phpunit": "^5", - "squizlabs/php_codesniffer": "^2.8", - "symfony/console": "^2.8|^3|^4" + "phpunit/phpunit": "^7.5.20 || ^8 || ^9", + "squizlabs/php_codesniffer": "^3", + "yoast/phpunit-polyfills": "^0.2.0" }, "type": "library", "extra": { - "scenarios": { - "phpunit5": { - "require-dev": { - "phpunit/phpunit": "^5.7.27" - }, - "remove": [ - "php-coveralls/php-coveralls" - ], - "config": { - "platform": { - "php": "5.6.33" - } - } - } - }, "branch-alias": { - "dev-master": "1.x-dev" + "dev-main": "2.x-dev" } }, "autoload": { @@ -602,36 +512,39 @@ } ], "description": "This project uses dflydev/dot-access-data to provide simple output filtering for applications built with annotated-command / Robo.", - "time": "2019-01-18T06:05:07+00:00" + "support": { + "source": "https://github.com/consolidation/filter-via-dot-access-data/tree/2.0.3" + }, + "time": "2025-11-14T21:01:06+00:00" }, { "name": "consolidation/log", - "version": "2.0.2", + "version": "3.1.2", "source": { "type": "git", "url": "https://github.com/consolidation/log.git", - "reference": "82a2aaaa621a7b976e50a745a8d249d5085ee2b1" + "reference": "a0c85d40ca18c22c93fdf78d7e8115cd438ccfe6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/log/zipball/82a2aaaa621a7b976e50a745a8d249d5085ee2b1", - "reference": "82a2aaaa621a7b976e50a745a8d249d5085ee2b1", + "url": "https://api.github.com/repos/consolidation/log/zipball/a0c85d40ca18c22c93fdf78d7e8115cd438ccfe6", + "reference": "a0c85d40ca18c22c93fdf78d7e8115cd438ccfe6", "shasum": "" }, "require": { - "php": ">=7.1.3", - "psr/log": "^1.0", - "symfony/console": "^4|^5" + "php": ">=8.0.0", + "psr/log": "^3", + "symfony/console": "^5 || ^6 || ^7 || ^8" }, "require-dev": { - "phpunit/phpunit": ">=7.5.20", + "phpunit/phpunit": "^7.5.20 || ^8 || ^9", "squizlabs/php_codesniffer": "^3", "yoast/phpunit-polyfills": "^0.2.0" }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "2.x-dev" + "platform": { + "php": "8.2.17" } }, "autoload": { @@ -652,47 +565,42 @@ "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.", "support": { "issues": "https://github.com/consolidation/log/issues", - "source": "https://github.com/consolidation/log/tree/2.0.2" + "source": "https://github.com/consolidation/log/tree/3.1.2" }, - "time": "2020-12-10T16:26:23+00:00" + "time": "2026-03-28T23:36:49+00:00" }, { "name": "consolidation/output-formatters", - "version": "4.1.2", + "version": "4.7.1", "source": { "type": "git", "url": "https://github.com/consolidation/output-formatters.git", - "reference": "5821e6ae076bf690058a4de6c94dce97398a69c9" + "reference": "a112df9a74854c8438b33b334ed619fa43edf31a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/5821e6ae076bf690058a4de6c94dce97398a69c9", - "reference": "5821e6ae076bf690058a4de6c94dce97398a69c9", + "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/a112df9a74854c8438b33b334ed619fa43edf31a", + "reference": "a112df9a74854c8438b33b334ed619fa43edf31a", "shasum": "" }, "require": { - "dflydev/dot-access-data": "^1.1.0", + "dflydev/dot-access-data": "^1.1.0 || ^2 || ^3", "php": ">=7.1.3", - "symfony/console": "^4|^5", - "symfony/finder": "^4|^5" + "symfony/console": "^4 || ^5 || ^6 || ^7 || ^8", + "symfony/finder": "^4 || ^5 || ^6 || ^7 || ^8" }, "require-dev": { "php-coveralls/php-coveralls": "^2.4.2", - "phpunit/phpunit": ">=7", + "phpunit/phpunit": "^7 || ^8 || ^9", "squizlabs/php_codesniffer": "^3", - "symfony/var-dumper": "^4", - "symfony/yaml": "^4", - "yoast/phpunit-polyfills": "^0.2.0" + "symfony/var-dumper": "^4 || ^5 || ^6 || ^7 || ^8", + "symfony/yaml": "^4 || ^5 || ^6 || ^7 || ^8", + "yoast/phpunit-polyfills": "^1" }, "suggest": { "symfony/var-dumper": "For using the var_dump formatter" }, "type": "library", - "extra": { - "branch-alias": { - "dev-main": "4.x-dev" - } - }, "autoload": { "psr-4": { "Consolidation\\OutputFormatters\\": "src" @@ -711,89 +619,61 @@ "description": "Format text by applying transformations provided by plug-in formatters.", "support": { "issues": "https://github.com/consolidation/output-formatters/issues", - "source": "https://github.com/consolidation/output-formatters/tree/4.1.2" + "source": "https://github.com/consolidation/output-formatters/tree/4.7.1" }, - "time": "2020-12-12T19:04:59+00:00" + "time": "2026-03-28T23:34:39+00:00" }, { "name": "consolidation/robo", - "version": "2.2.2", + "version": "5.1.1", "source": { "type": "git", - "url": "https://github.com/consolidation/Robo.git", - "reference": "b365df174d9cfb0f5814e4f3275a1c558b17bc4c" + "url": "https://github.com/consolidation/robo.git", + "reference": "6d02c7d800b5e1a3a8977ae74d23bce723486025" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/Robo/zipball/b365df174d9cfb0f5814e4f3275a1c558b17bc4c", - "reference": "b365df174d9cfb0f5814e4f3275a1c558b17bc4c", + "url": "https://api.github.com/repos/consolidation/robo/zipball/6d02c7d800b5e1a3a8977ae74d23bce723486025", + "reference": "6d02c7d800b5e1a3a8977ae74d23bce723486025", "shasum": "" }, "require": { - "consolidation/annotated-command": "^4.2.1", - "consolidation/config": "^1.2.1|^2", - "consolidation/log": "^1.1.1|^2.0.1", - "consolidation/output-formatters": "^4.1.1", - "consolidation/self-update": "^1.2", - "league/container": "^2.4.1", - "php": ">=7.1.3", - "symfony/console": "^4.4.11|^5", - "symfony/event-dispatcher": "^4.4.11|^5", - "symfony/filesystem": "^4.4.11|^5", - "symfony/finder": "^4.4.11|^5", - "symfony/process": "^4.4.11|^5", - "symfony/yaml": "^4.0 || ^5.0" + "consolidation/annotated-command": "^4.8.1", + "consolidation/config": "^3", + "consolidation/log": "^3", + "consolidation/output-formatters": "^4.1.2", + "league/container": "^3.3.1 || ^4.0", + "php": ">=8.2", + "phpowermove/docblock": "^4.0", + "symfony/console": "^6 || ^7", + "symfony/event-dispatcher": "^6 || ^7", + "symfony/filesystem": "^6 || ^7", + "symfony/finder": "^6 || ^7", + "symfony/process": "^6 || ^7", + "symfony/yaml": "^6 || ^7" }, "conflict": { "codegyre/robo": "*" }, "require-dev": { - "g1a/composer-test-scenarios": "^3", "natxet/cssmin": "3.0.4", "patchwork/jsqueeze": "^2", "pear/archive_tar": "^1.4.4", - "php-coveralls/php-coveralls": "^2.2", - "phpdocumentor/reflection-docblock": "^4.3.2", - "phpunit/phpunit": "^6.5.14", - "squizlabs/php_codesniffer": "^3" + "phpunit/phpunit": "^7.5.20 || ^8 || ^9", + "squizlabs/php_codesniffer": "^3.6", + "yoast/phpunit-polyfills": "^0.2.0" }, "suggest": { - "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch", + "consolidation/self-update": "For self-updating a phar-based app built with Robo", "natxet/cssmin": "For minifying CSS files in taskMinify", "patchwork/jsqueeze": "For minifying JS files in taskMinify", - "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively." + "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively.", + "totten/lurkerlite": "For monitoring filesystem changes in taskWatch" }, "bin": [ "robo" ], "type": "library", - "extra": { - "scenarios": { - "symfony4": { - "require": { - "symfony/console": "^4.4.11", - "symfony/event-dispatcher": "^4.4.11", - "symfony/filesystem": "^4.4.11", - "symfony/finder": "^4.4.11", - "symfony/process": "^4.4.11", - "phpunit/phpunit": "^6", - "nikic/php-parser": "^2" - }, - "remove": [ - "codeception/phpunit-wrapper" - ], - "config": { - "platform": { - "php": "7.1.3" - } - } - } - }, - "branch-alias": { - "dev-master": "2.x-dev", - "dev-main": "2.x-dev" - } - }, "autoload": { "psr-4": { "Robo\\": "src" @@ -811,91 +691,42 @@ ], "description": "Modern task runner", "support": { - "issues": "https://github.com/consolidation/Robo/issues", - "source": "https://github.com/consolidation/Robo/tree/2.2.2" - }, - "time": "2020-12-18T22:09:18+00:00" - }, - { - "name": "consolidation/self-update", - "version": "1.2.0", - "source": { - "type": "git", - "url": "https://github.com/consolidation/self-update.git", - "reference": "dba6b2c0708f20fa3ba8008a2353b637578849b4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/consolidation/self-update/zipball/dba6b2c0708f20fa3ba8008a2353b637578849b4", - "reference": "dba6b2c0708f20fa3ba8008a2353b637578849b4", - "shasum": "" - }, - "require": { - "php": ">=5.5.0", - "symfony/console": "^2.8|^3|^4|^5", - "symfony/filesystem": "^2.5|^3|^4|^5" - }, - "bin": [ - "scripts/release" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "SelfUpdate\\": "src" - } + "issues": "https://github.com/consolidation/robo/issues", + "source": "https://github.com/consolidation/robo/tree/5.1.1" }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Alexander Menk", - "email": "menk@mestrona.net" - }, - { - "name": "Greg Anderson", - "email": "greg.1.anderson@greenknowe.org" - } - ], - "description": "Provides a self:update command for Symfony Console applications.", - "time": "2020-04-13T02:49:20+00:00" + "time": "2025-11-14T23:30:05+00:00" }, { "name": "consolidation/site-alias", - "version": "3.1.1", + "version": "4.1.3", "source": { "type": "git", "url": "https://github.com/consolidation/site-alias.git", - "reference": "e824b57253d9174f4a500f87e6d0e1e497c2a50a" + "reference": "7e1364aec7be0be23bb45799045fd9838a93f2ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/site-alias/zipball/e824b57253d9174f4a500f87e6d0e1e497c2a50a", - "reference": "e824b57253d9174f4a500f87e6d0e1e497c2a50a", + "url": "https://api.github.com/repos/consolidation/site-alias/zipball/7e1364aec7be0be23bb45799045fd9838a93f2ad", + "reference": "7e1364aec7be0be23bb45799045fd9838a93f2ad", "shasum": "" }, "require": { - "consolidation/config": "^1.2.1|^2", - "php": ">=5.5.0", - "symfony/finder": "~2.3|^3|^4.4|^5" + "consolidation/config": "^1.2.1 || ^2 || ^3", + "php": ">=7.4", + "symfony/filesystem": "^5.4 || ^6 || ^7 || ^8", + "symfony/finder": "^5 || ^6 || ^7 || ^8" }, "require-dev": { "php-coveralls/php-coveralls": "^2.4.2", "phpunit/phpunit": ">=7", "squizlabs/php_codesniffer": "^3", - "symfony/var-dumper": "^4", + "symfony/var-dumper": "^4 || ^5 || ^6 || ^7 || ^8", "yoast/phpunit-polyfills": "^0.2.0" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "3.x-dev" + "dev-main": "4.x-dev" } }, "autoload": { @@ -920,40 +751,39 @@ "description": "Manage alias records for local and remote sites.", "support": { "issues": "https://github.com/consolidation/site-alias/issues", - "source": "https://github.com/consolidation/site-alias/tree/3.1.1" + "source": "https://github.com/consolidation/site-alias/tree/4.1.3" }, - "time": "2021-09-21T00:30:48+00:00" + "time": "2026-03-28T23:34:58+00:00" }, { "name": "consolidation/site-process", - "version": "4.1.0", + "version": "5.4.2", "source": { "type": "git", "url": "https://github.com/consolidation/site-process.git", - "reference": "ef57711d7049f7606ce936ded16ad93f1ad7f02c" + "reference": "e7fafc40ebfddc1a5ee99ee66e5d186fc1bed4da" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/site-process/zipball/ef57711d7049f7606ce936ded16ad93f1ad7f02c", - "reference": "ef57711d7049f7606ce936ded16ad93f1ad7f02c", + "url": "https://api.github.com/repos/consolidation/site-process/zipball/e7fafc40ebfddc1a5ee99ee66e5d186fc1bed4da", + "reference": "e7fafc40ebfddc1a5ee99ee66e5d186fc1bed4da", "shasum": "" }, "require": { - "consolidation/config": "^1.2.1|^2", - "consolidation/site-alias": "^3", - "php": ">=7.1.3", - "symfony/console": "^2.8.52|^3|^4.4|^5", - "symfony/process": "^4.3.4" + "consolidation/config": "^2 || ^3", + "consolidation/site-alias": "^3 || ^4", + "php": ">=8.0.14", + "symfony/console": "^5.4 || ^6 || ^7", + "symfony/process": "^6 || ^7" }, "require-dev": { - "phpunit/phpunit": "^7.5.20|^8.5.14", - "squizlabs/php_codesniffer": "^3", - "yoast/phpunit-polyfills": "^0.2.0" + "phpunit/phpunit": "^9", + "squizlabs/php_codesniffer": "^3" }, "type": "library", "extra": { "branch-alias": { - "dev-main": "4.x-dev" + "dev-main": "5.x-dev" } }, "autoload": { @@ -978,41 +808,9 @@ "description": "A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.", "support": { "issues": "https://github.com/consolidation/site-process/issues", - "source": "https://github.com/consolidation/site-process/tree/4.1.0" - }, - "time": "2021-02-21T02:53:33+00:00" - }, - { - "name": "container-interop/container-interop", - "version": "1.2.0", - "source": { - "type": "git", - "url": "https://github.com/container-interop/container-interop.git", - "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" + "source": "https://github.com/consolidation/site-process/tree/5.4.2" }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", - "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", - "shasum": "" - }, - "require": { - "psr/container": "^1.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Interop\\Container\\": "src/Interop/Container/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", - "homepage": "https://github.com/container-interop/container-interop", - "abandoned": "psr/container", - "time": "2017-02-14T19:40:03+00:00" + "time": "2024-12-13T19:25:56+00:00" }, { "name": "cweagans/composer-patches", @@ -1062,92 +860,39 @@ }, "time": "2021-06-08T15:12:46+00:00" }, - { - "name": "dflydev/dot-access-configuration", - "version": "v1.0.3", - "source": { - "type": "git", - "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git", - "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/2e6eb0c8b8830b26bb23defcfc38d4276508fc49", - "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49", - "shasum": "" - }, - "require": { - "dflydev/dot-access-data": "1.*", - "dflydev/placeholder-resolver": "1.*", - "php": ">=5.3.2" - }, - "require-dev": { - "symfony/yaml": "~2.1" - }, - "suggest": { - "symfony/yaml": "Required for using the YAML Configuration Builders" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-0": { - "Dflydev\\DotAccessConfiguration": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Dragonfly Development Inc.", - "email": "info@dflydev.com", - "homepage": "http://dflydev.com" - }, - { - "name": "Beau Simensen", - "email": "beau@dflydev.com", - "homepage": "http://beausimensen.com" - } - ], - "description": "Given a deep data structure representing a configuration, access configuration by dot notation.", - "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration", - "keywords": [ - "config", - "configuration" - ], - "time": "2018-09-08T23:00:17+00:00" - }, { "name": "dflydev/dot-access-data", - "version": "v1.1.0", + "version": "v3.0.3", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-dot-access-data.git", - "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a" + "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a", - "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a", + "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f", + "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f", "shasum": "" }, "require": { - "php": ">=5.3.2" + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^0.12.42", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3", + "scrutinizer/ocular": "1.6.0", + "squizlabs/php_codesniffer": "^3.5", + "vimeo/psalm": "^4.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-main": "3.x-dev" } }, "autoload": { - "psr-0": { - "Dflydev\\DotAccessData": "src" + "psr-4": { + "Dflydev\\DotAccessData\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -1169,6 +914,11 @@ "name": "Carlos Frutos", "email": "carlos@kiwing.it", "homepage": "https://github.com/cfrutos" + }, + { + "name": "Colin O'Dell", + "email": "colinodell@gmail.com", + "homepage": "https://www.colinodell.com" } ], "description": "Given a deep data structure, access data by dot notation.", @@ -1179,228 +929,40 @@ "dot", "notation" ], - "time": "2017-01-20T21:14:22+00:00" - }, - { - "name": "dflydev/placeholder-resolver", - "version": "v1.0.2", - "source": { - "type": "git", - "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git", - "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356", - "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356", - "shasum": "" - }, - "require": { - "php": ">=5.3.2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-0": { - "Dflydev\\PlaceholderResolver": "src" - } + "support": { + "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues", + "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3" }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Dragonfly Development Inc.", - "email": "info@dflydev.com", - "homepage": "http://dflydev.com" - }, - { - "name": "Beau Simensen", - "email": "beau@dflydev.com", - "homepage": "http://beausimensen.com" - } - ], - "description": "Given a data source representing key => value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.", - "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver", - "keywords": [ - "placeholder", - "resolver" - ], - "time": "2012-10-28T21:08:28+00:00" + "time": "2024-07-08T12:26:09+00:00" }, { - "name": "doctrine/annotations", - "version": "1.13.2", + "name": "doctrine/lexer", + "version": "3.0.1", "source": { "type": "git", - "url": "https://github.com/doctrine/annotations.git", - "reference": "5b668aef16090008790395c02c893b1ba13f7e08" + "url": "https://github.com/doctrine/lexer.git", + "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08", - "reference": "5b668aef16090008790395c02c893b1ba13f7e08", + "url": "https://api.github.com/repos/doctrine/lexer/zipball/31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", + "reference": "31ad66abc0fc9e1a1f2d9bc6a42668d2fbbcd6dd", "shasum": "" }, "require": { - "doctrine/lexer": "1.*", - "ext-tokenizer": "*", - "php": "^7.1 || ^8.0", - "psr/cache": "^1 || ^2 || ^3" + "php": "^8.1" }, "require-dev": { - "doctrine/cache": "^1.11 || ^2.0", - "doctrine/coding-standard": "^6.0 || ^8.1", - "phpstan/phpstan": "^0.12.20", - "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5", - "symfony/cache": "^4.4 || ^5.2" + "doctrine/coding-standard": "^12", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^10.5", + "psalm/plugin-phpunit": "^0.18.3", + "vimeo/psalm": "^5.21" }, "type": "library", "autoload": { "psr-4": { - "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "Docblock Annotations Parser", - "homepage": "https://www.doctrine-project.org/projects/annotations.html", - "keywords": [ - "annotations", - "docblock", - "parser" - ], - "time": "2021-08-05T19:00:23+00:00" - }, - { - "name": "doctrine/collections", - "version": "1.6.8", - "source": { - "type": "git", - "url": "https://github.com/doctrine/collections.git", - "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/1958a744696c6bb3bb0d28db2611dc11610e78af", - "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af", - "shasum": "" - }, - "require": { - "php": "^7.1.3 || ^8.0" - }, - "require-dev": { - "doctrine/coding-standard": "^9.0", - "phpstan/phpstan": "^0.12", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5", - "vimeo/psalm": "^4.2.1" - }, - "type": "library", - "autoload": { - "psr-4": { - "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - } - ], - "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.", - "homepage": "https://www.doctrine-project.org/projects/collections.html", - "keywords": [ - "array", - "collections", - "iterators", - "php" - ], - "support": { - "issues": "https://github.com/doctrine/collections/issues", - "source": "https://github.com/doctrine/collections/tree/1.6.8" - }, - "time": "2021-08-10T18:51:53+00:00" - }, - { - "name": "doctrine/lexer", - "version": "1.2.1", - "source": { - "type": "git", - "url": "https://github.com/doctrine/lexer.git", - "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", - "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", - "shasum": "" - }, - "require": { - "php": "^7.2 || ^8.0" - }, - "require-dev": { - "doctrine/coding-standard": "^6.0", - "phpstan/phpstan": "^0.11.8", - "phpunit/phpunit": "^8.2" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev" - } - }, - "autoload": { - "psr-4": { - "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" + "Doctrine\\Common\\Lexer\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -1430,410 +992,47 @@ "parser", "php" ], - "funding": [ - { - "url": "https://www.doctrine-project.org/sponsorship.html", - "type": "custom" - }, - { - "url": "https://www.patreon.com/phpdoctrine", - "type": "patreon" - }, - { - "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", - "type": "tidelift" - } - ], - "time": "2020-05-25T17:44:05+00:00" - }, - { - "name": "doctrine/reflection", - "version": "1.2.2", - "source": { - "type": "git", - "url": "https://github.com/doctrine/reflection.git", - "reference": "fa587178be682efe90d005e3a322590d6ebb59a5" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/doctrine/reflection/zipball/fa587178be682efe90d005e3a322590d6ebb59a5", - "reference": "fa587178be682efe90d005e3a322590d6ebb59a5", - "shasum": "" - }, - "require": { - "doctrine/annotations": "^1.0", - "ext-tokenizer": "*", - "php": "^7.1 || ^8.0" - }, - "conflict": { - "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" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.2.x-dev" - } - }, - "autoload": { - "psr-4": { - "Doctrine\\Common\\": "lib/Doctrine/Common" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Guilherme Blanco", - "email": "guilhermeblanco@gmail.com" - }, - { - "name": "Roman Borschel", - "email": "roman@code-factory.org" - }, - { - "name": "Benjamin Eberlei", - "email": "kontakt@beberlei.de" - }, - { - "name": "Jonathan Wage", - "email": "jonwage@gmail.com" - }, - { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com" - }, - { - "name": "Marco Pivetta", - "email": "ocramius@gmail.com" - } - ], - "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.", - "homepage": "https://www.doctrine-project.org/projects/reflection.html", - "keywords": [ - "reflection", - "static" - ], "support": { - "issues": "https://github.com/doctrine/reflection/issues", - "source": "https://github.com/doctrine/reflection/tree/1.2.2" - }, - "abandoned": "roave/better-reflection", - "time": "2020-10-27T21:46:55+00:00" - }, - { - "name": "drupal/console", - "version": "1.9.7", - "source": { - "type": "git", - "url": "https://github.com/hechoendrupal/drupal-console.git", - "reference": "90053d30f52427edb4e4941a9063acb65b5a2c1e" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console/zipball/90053d30f52427edb4e4941a9063acb65b5a2c1e", - "reference": "90053d30f52427edb4e4941a9063acb65b5a2c1e", - "shasum": "" - }, - "require": { - "alchemy/zippy": "~0.4", - "composer/installers": "~1.0", - "doctrine/annotations": "^1.2", - "doctrine/collections": "^1.3", - "drupal/console-core": "1.9.7", - "drupal/console-extend-plugin": "~0.9.5", - "php": ">=7.0.8", - "psy/psysh": "0.6.* || ~0.8", - "symfony/css-selector": "~3.0|~4.0", - "symfony/dom-crawler": "~3.0|~4.0", - "symfony/http-foundation": "~3.0|~4.0" - }, - "suggest": { - "symfony/thanks": "Thank your favorite PHP projects on GitHub using the CLI", - "vlucas/phpdotenv": "Loads environment variables from .env to getenv(), $_ENV and $_SERVER automagically" - }, - "bin": [ - "bin/drupal" - ], - "type": "library", - "autoload": { - "psr-4": { - "Drupal\\Console\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "David Flores", - "email": "dmousex@gmail.com", - "homepage": "http://dmouse.net" - }, - { - "name": "Jesus Manuel Olivas", - "email": "jesus.olivas@gmail.com", - "homepage": "http://jmolivas.com" - }, - { - "name": "Eduardo Garcia", - "email": "enzo@enzolutions.com", - "homepage": "http://enzolutions.com/" - }, - { - "name": "Omar Aguirre", - "email": "omersguchigu@gmail.com" - }, - { - "name": "Drupal Console Contributors", - "homepage": "https://github.com/hechoendrupal/drupal-console/graphs/contributors" - } - ], - "description": "The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.", - "homepage": "http://drupalconsole.com/", - "keywords": [ - "console", - "development", - "drupal", - "symfony" - ], - "support": { - "docs": "https://docs.drupalconsole.com/", - "forum": "https://gitter.im/hechoendrupal/DrupalConsole", - "issues": "https://github.com/hechoendrupal/drupal-console/issues", - "source": "https://github.com/hechoendrupal/drupal-console/tree/1.9.7" + "issues": "https://github.com/doctrine/lexer/issues", + "source": "https://github.com/doctrine/lexer/tree/3.0.1" }, "funding": [ { - "url": "https://opencollective.com/drupalconsole", - "type": "open_collective" - } - ], - "time": "2020-11-30T02:09:53+00:00" - }, - { - "name": "drupal/console-core", - "version": "1.9.7", - "source": { - "type": "git", - "url": "https://github.com/hechoendrupal/drupal-console-core.git", - "reference": "ab3abc2631761c9588230ba88189d9ba4eb9ed63" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-core/zipball/ab3abc2631761c9588230ba88189d9ba4eb9ed63", - "reference": "ab3abc2631761c9588230ba88189d9ba4eb9ed63", - "shasum": "" - }, - "require": { - "dflydev/dot-access-configuration": "^1.0", - "drupal/console-en": "1.9.7", - "guzzlehttp/guzzle": "~6.1", - "php": ">=7.0.8", - "stecman/symfony-console-completion": "~0.7", - "symfony/config": "~3.0|^4.4", - "symfony/console": "~3.0|^4.4", - "symfony/debug": "~3.0|^4.4", - "symfony/dependency-injection": "~3.0|^4.4", - "symfony/event-dispatcher": "~3.0|^4.4", - "symfony/filesystem": "~3.0|^4.4", - "symfony/finder": "~3.0|^4.4", - "symfony/process": "~3.0|^4.4", - "symfony/translation": "~3.0|^4.4", - "symfony/yaml": "~3.0|^4.4", - "twig/twig": "^1.38.2|^2.12.0", - "webflo/drupal-finder": "^1.0", - "webmozart/path-util": "^2.3" - }, - "type": "library", - "autoload": { - "files": [ - "src/functions.php" - ], - "psr-4": { - "Drupal\\Console\\Core\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "David Flores", - "email": "dmousex@gmail.com", - "homepage": "http://dmouse.net" - }, - { - "name": "Jesus Manuel Olivas", - "email": "jesus.olivas@gmail.com", - "homepage": "http://jmolivas.com" - }, - { - "name": "Eduardo Garcia", - "email": "enzo@enzolutions.com", - "homepage": "http://enzolutions.com/" - }, - { - "name": "Omar Aguirre", - "email": "omersguchigu@gmail.com" - }, - { - "name": "Drupal Console Contributors", - "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors" - } - ], - "description": "Drupal Console Core", - "homepage": "http://drupalconsole.com/", - "keywords": [ - "console", - "development", - "drupal", - "symfony" - ], - "support": { - "docs": "http://docs.drupalconsole.com/", - "forum": "https://gitter.im/hechoendrupal/DrupalConsole", - "issues": "https://github.com/hechoendrupal/DrupalConsole/issues", - "source": "https://github.com/hechoendrupal/drupal-console-core/tree/1.9.7" - }, - "time": "2020-11-30T01:45:57+00:00" - }, - { - "name": "drupal/console-en", - "version": "v1.9.7", - "source": { - "type": "git", - "url": "https://github.com/hechoendrupal/drupal-console-en.git", - "reference": "7594601fff153c2799a62bd678ff80749baeee0c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-en/zipball/7594601fff153c2799a62bd678ff80749baeee0c", - "reference": "7594601fff153c2799a62bd678ff80749baeee0c", - "shasum": "" - }, - "type": "library", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "David Flores", - "email": "dmousex@gmail.com", - "homepage": "http://dmouse.net" - }, - { - "name": "Jesus Manuel Olivas", - "email": "jesus.olivas@gmail.com", - "homepage": "http://jmolivas.com" - }, - { - "name": "Eduardo Garcia", - "email": "enzo@enzolutions.com", - "homepage": "http://enzolutions.com/" - }, - { - "name": "Omar Aguirre", - "email": "omersguchigu@gmail.com" - }, - { - "name": "Drupal Console Contributors", - "homepage": "https://github.com/hechoendrupal/DrupalConsole/graphs/contributors" - } - ], - "description": "Drupal Console English Language", - "homepage": "http://drupalconsole.com/", - "keywords": [ - "console", - "development", - "drupal", - "symfony" - ], - "support": { - "docs": "https://docs.drupalconsole.com", - "forum": "https://gitter.im/hechoendrupal/DrupalConsole", - "issues": "https://github.com/hechoendrupal/DrupalConsole/issues", - "source": "https://github.com/hechoendrupal/drupal-console-en/tree/master" - }, - "time": "2020-08-15T03:34:54+00:00" - }, - { - "name": "drupal/console-extend-plugin", - "version": "0.9.5", - "source": { - "type": "git", - "url": "https://github.com/hechoendrupal/drupal-console-extend-plugin.git", - "reference": "eff6da99cfb5fe1fc60990672d2667c402eb3585" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/hechoendrupal/drupal-console-extend-plugin/zipball/eff6da99cfb5fe1fc60990672d2667c402eb3585", - "reference": "eff6da99cfb5fe1fc60990672d2667c402eb3585", - "shasum": "" - }, - "require": { - "composer-plugin-api": "^1.0 || ^2.0", - "composer/installers": "^1.2", - "symfony/finder": "~3.0|^4.4", - "symfony/yaml": "~3.0|^4.4" - }, - "type": "composer-plugin", - "extra": { - "class": "Drupal\\Console\\Composer\\Plugin\\Extender" - }, - "autoload": { - "psr-4": { - "Drupal\\Console\\Composer\\Plugin\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0+" - ], - "authors": [ + "url": "https://www.doctrine-project.org/sponsorship.html", + "type": "custom" + }, + { + "url": "https://www.patreon.com/phpdoctrine", + "type": "patreon" + }, { - "name": "Jesus Manuel Olivas", - "email": "jesus.olivas@gmail.com" + "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", + "type": "tidelift" } ], - "description": "Drupal Console Extend Plugin", - "support": { - "issues": "https://github.com/hechoendrupal/drupal-console-extend-plugin/issues", - "source": "https://github.com/hechoendrupal/drupal-console-extend-plugin/tree/0.9.5" - }, - "time": "2020-11-18T00:15:28+00:00" + "time": "2024-02-05T11:56:58+00:00" }, { "name": "drupal/core", - "version": "9.3.8", + "version": "11.3.11", "source": { "type": "git", "url": "https://github.com/drupal/core.git", - "reference": "e8e3b7e5b3353f7ebf24de9d39087df75bd66afe" + "reference": "a708c1023aa2c45bfd02770acf7978d665e01d04" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core/zipball/e8e3b7e5b3353f7ebf24de9d39087df75bd66afe", - "reference": "e8e3b7e5b3353f7ebf24de9d39087df75bd66afe", + "url": "https://api.github.com/repos/drupal/core/zipball/a708c1023aa2c45bfd02770acf7978d665e01d04", + "reference": "a708c1023aa2c45bfd02770acf7978d665e01d04", "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": "^2.3", + "composer-runtime-api": "^2.1", + "composer/semver": "^3.3", + "doctrine/lexer": "^2 || ^3", + "drupal/core-composer-scaffold": "self.version", + "egulias/email-validator": "^3.2.1|^4.0", "ext-date": "*", "ext-dom": "*", "ext-filter": "*", @@ -1847,63 +1046,46 @@ "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", + "ext-zlib": "*", + "guzzlehttp/guzzle": "^7.10", + "guzzlehttp/psr7": "^2.8.0", + "masterminds/html5": "^2.7", + "mck89/peast": "^1.17.4", "pear/archive_tar": "^1.4.14", - "php": ">=7.3.0", - "psr/log": "^1.0", - "stack/builder": "^1.0", - "symfony-cmf/routing": "^2.1", - "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/process": "^4.4", - "symfony/psr-http-message-bridge": "^2.0", - "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", - "typo3/phar-stream-wrapper": "^3.1.3" + "php": ">=8.3.0", + "php-tuf/composer-stager": "^2.0", + "psr/log": "^3.0", + "revolt/event-loop": "^1.0", + "sebastian/diff": "^4 || ^5 || ^6 || ^7", + "symfony/console": "^7.4", + "symfony/dependency-injection": "^7.4", + "symfony/event-dispatcher": "^7.4", + "symfony/filesystem": "^7.4", + "symfony/finder": "^7.4", + "symfony/http-foundation": "^7.4.13", + "symfony/http-kernel": "^7.4.12", + "symfony/mailer": "^7.4.12", + "symfony/mime": "^7.4.12", + "symfony/polyfill-iconv": "^1.32", + "symfony/polyfill-php84": "^1.32", + "symfony/polyfill-php85": "^1.32", + "symfony/process": "^7.4.5", + "symfony/psr-http-message-bridge": "^7.4", + "symfony/routing": "^7.4.13", + "symfony/serializer": "^7.4", + "symfony/validator": "^7.4", + "symfony/yaml": "^7.4.12", + "twig/twig": "^3.27.0" }, "conflict": { - "drush/drush": "<8.1.10" + "dealerdirect/phpcodesniffer-composer-installer": "1.1.0", + "drupal/automatic_updates": "<4", + "drupal/project_browser": "<2.1", + "drush/drush": "<12.4.3" }, "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", @@ -1925,111 +1107,47 @@ "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" + "drupal/core-version": "self.version" + }, + "suggest": { + "ext-zip": "Needed to extend the plugin.manager.archiver service capability with the handling of files in the ZIP format." }, "type": "drupal-core", "extra": { "drupal-scaffold": { "file-mapping": { - "[project-root]/.editorconfig": "assets/scaffold/files/editorconfig", - "[project-root]/.gitattributes": "assets/scaffold/files/gitattributes", - "[web-root]/.csslintrc": "assets/scaffold/files/csslintrc", - "[web-root]/.eslintignore": "assets/scaffold/files/eslintignore", - "[web-root]/.eslintrc.json": "assets/scaffold/files/eslintrc.json", - "[web-root]/.ht.router.php": "assets/scaffold/files/ht.router.php", "[web-root]/.htaccess": "assets/scaffold/files/htaccess", - "[web-root]/example.gitignore": "assets/scaffold/files/example.gitignore", - "[web-root]/index.php": "assets/scaffold/files/index.php", - "[web-root]/INSTALL.txt": "assets/scaffold/files/drupal.INSTALL.txt", "[web-root]/README.md": "assets/scaffold/files/drupal.README.md", + "[web-root]/index.php": "assets/scaffold/files/index.php", + "[web-root]/.csslintrc": "assets/scaffold/files/csslintrc", "[web-root]/robots.txt": "assets/scaffold/files/robots.txt", "[web-root]/update.php": "assets/scaffold/files/update.php", - "[web-root]/web.config": "assets/scaffold/files/web.config", + "[web-root]/INSTALL.txt": "assets/scaffold/files/drupal.INSTALL.txt", + "[web-root]/.eslintignore": "assets/scaffold/files/eslintignore", + "[web-root]/.eslintrc.json": "assets/scaffold/files/eslintrc.json", + "[web-root]/.ht.router.php": "assets/scaffold/files/ht.router.php", "[web-root]/sites/README.txt": "assets/scaffold/files/sites.README.txt", + "[project-root]/.editorconfig": "assets/scaffold/files/editorconfig", + "[web-root]/example.gitignore": "assets/scaffold/files/example.gitignore", + "[web-root]/themes/README.txt": "assets/scaffold/files/themes.README.txt", + "[project-root]/.gitattributes": "assets/scaffold/files/gitattributes", + "[web-root]/modules/README.txt": "assets/scaffold/files/modules.README.txt", + "[web-root]/profiles/README.txt": "assets/scaffold/files/profiles.README.txt", + "[project-root]/recipes/README.txt": "assets/scaffold/files/recipes.README.txt", + "[web-root]/sites/example.sites.php": "assets/scaffold/files/example.sites.php", "[web-root]/sites/development.services.yml": "assets/scaffold/files/development.services.yml", "[web-root]/sites/example.settings.local.php": "assets/scaffold/files/example.settings.local.php", - "[web-root]/sites/example.sites.php": "assets/scaffold/files/example.sites.php", "[web-root]/sites/default/default.services.yml": "assets/scaffold/files/default.services.yml", - "[web-root]/sites/default/default.settings.php": "assets/scaffold/files/default.settings.php", - "[web-root]/modules/README.txt": "assets/scaffold/files/modules.README.txt", - "[web-root]/profiles/README.txt": "assets/scaffold/files/profiles.README.txt", - "[web-root]/themes/README.txt": "assets/scaffold/files/themes.README.txt" + "[web-root]/sites/default/default.settings.php": "assets/scaffold/files/default.settings.php" } } }, "autoload": { "files": [ - "includes/bootstrap.inc", - "includes/guzzle_php81_shim.php" + "includes/bootstrap.inc" ], "psr-4": { "Drupal\\Core\\": "lib/Drupal/Core", - "Drupal\\Driver\\": "../drivers/lib/Drupal/Driver", "Drupal\\Component\\": "lib/Drupal/Component" }, "classmap": [ @@ -2048,17 +1166,13 @@ "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", "lib/Drupal/Core/DrupalKernel.php", "lib/Drupal/Core/DrupalKernelInterface.php", - "lib/Drupal/Core/Http/InputBag.php", "lib/Drupal/Core/Installer/InstallerRedirectTrait.php", - "lib/Drupal/Core/Site/Settings.php" + "lib/Drupal/Core/Site/Settings.php", + "lib/Drupal/Component/Datetime/Time.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -2066,24 +1180,27 @@ "GPL-2.0-or-later" ], "description": "Drupal is an open source content management platform powering millions of websites and applications.", - "time": "2022-03-16T15:34:53+00:00" + "support": { + "source": "https://github.com/drupal/core/tree/11.3.11" + }, + "time": "2026-05-28T11:26:22+00:00" }, { "name": "drupal/core-composer-scaffold", - "version": "9.3.8", + "version": "11.3.11", "source": { "type": "git", "url": "https://github.com/drupal/core-composer-scaffold.git", - "reference": "a9dd9def8891e1c388719474720b57d3fe929a2f" + "reference": "cb417c20910980aa6d40dc0626af795f9308bcca" }, "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/cb417c20910980aa6d40dc0626af795f9308bcca", + "reference": "cb417c20910980aa6d40dc0626af795f9308bcca", "shasum": "" }, "require": { - "composer-plugin-api": "^1 || ^2", + "composer-plugin-api": "^2", "php": ">=7.3.0" }, "conflict": { @@ -2113,24 +1230,27 @@ "keywords": [ "drupal" ], - "time": "2022-02-24T17:40:56+00:00" + "support": { + "source": "https://github.com/drupal/core-composer-scaffold/tree/11.3.11" + }, + "time": "2026-02-10T11:39:53+00:00" }, { "name": "drupal/core-project-message", - "version": "9.3.8", + "version": "11.3.11", "source": { "type": "git", "url": "https://github.com/drupal/core-project-message.git", - "reference": "69664743736977676e11f824301ea3e925a712fc" + "reference": "656efa00f296415ed6be2ff366ef67ae2725d7d6" }, "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/656efa00f296415ed6be2ff366ef67ae2725d7d6", + "reference": "656efa00f296415ed6be2ff366ef67ae2725d7d6", "shasum": "" }, "require": { - "composer-plugin-api": "^1.1 || ^2", + "composer-plugin-api": "^2", "php": ">=7.3.0" }, "type": "composer-plugin", @@ -2151,79 +1271,80 @@ "keywords": [ "drupal" ], - "time": "2022-02-24T17:40:56+00:00" + "support": { + "source": "https://github.com/drupal/core-project-message/tree/11.3.11" + }, + "time": "2025-02-03T10:59:29+00:00" }, { "name": "drupal/core-recommended", - "version": "9.3.8", + "version": "11.3.11", "source": { "type": "git", "url": "https://github.com/drupal/core-recommended.git", - "reference": "98048032809157c723131ecc2394ff55421d5dc6" + "reference": "ea735f52395e28eba8492dcbcd5608af70c0b0cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drupal/core-recommended/zipball/98048032809157c723131ecc2394ff55421d5dc6", - "reference": "98048032809157c723131ecc2394ff55421d5dc6", + "url": "https://api.github.com/repos/drupal/core-recommended/zipball/ea735f52395e28eba8492dcbcd5608af70c0b0cc", + "reference": "ea735f52395e28eba8492dcbcd5608af70c0b0cc", "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.8", - "egulias/email-validator": "3.1.2", - "guzzlehttp/guzzle": "6.5.5", - "guzzlehttp/promises": "1.5.1", - "guzzlehttp/psr7": "1.8.3", - "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" + "asm89/stack-cors": "~v2.3.0", + "composer/semver": "~3.4.4", + "doctrine/lexer": "~3.0.1", + "drupal/core": "11.3.11", + "egulias/email-validator": "~4.0.4", + "guzzlehttp/guzzle": "~7.10.0", + "guzzlehttp/promises": "~2.3.0", + "guzzlehttp/psr7": "~2.8.0", + "masterminds/html5": "~2.10.0", + "mck89/peast": "~v1.17.4", + "pear/archive_tar": "~1.6.0", + "pear/console_getopt": "~v1.4.3", + "pear/pear-core-minimal": "~v1.10.16", + "pear/pear_exception": "~v1.0.2", + "php-tuf/composer-stager": "~v2.0.2", + "psr/container": "~2.0.2", + "psr/event-dispatcher": "~1.0.0", + "psr/http-client": "~1.0.3", + "psr/http-factory": "~1.1.0", + "psr/log": "~3.0.2", + "ralouphie/getallheaders": "~3.0.3", + "revolt/event-loop": "~v1.0.8", + "symfony/console": "~v7.4.11", + "symfony/dependency-injection": "~v7.4.10", + "symfony/deprecation-contracts": "~v3.7.0", + "symfony/error-handler": "~v7.4.8", + "symfony/event-dispatcher": "~v7.4.9", + "symfony/event-dispatcher-contracts": "~v3.7.0", + "symfony/filesystem": "~v7.4.11", + "symfony/finder": "~v7.4.8", + "symfony/http-foundation": "~v7.4.13", + "symfony/http-kernel": "~v7.4.12", + "symfony/mailer": "~v7.4.12", + "symfony/mime": "~v7.4.12", + "symfony/polyfill-ctype": "~v1.37.0", + "symfony/polyfill-iconv": "~v1.37.0", + "symfony/polyfill-intl-grapheme": "~v1.37.0", + "symfony/polyfill-intl-idn": "~v1.38.1", + "symfony/polyfill-intl-normalizer": "~v1.37.0", + "symfony/polyfill-mbstring": "~v1.37.0", + "symfony/polyfill-php84": "~v1.37.0", + "symfony/polyfill-php85": "~v1.37.0", + "symfony/process": "~v7.4.11", + "symfony/psr-http-message-bridge": "~v7.4.8", + "symfony/routing": "~v7.4.13", + "symfony/serializer": "~v7.4.10", + "symfony/service-contracts": "~v3.7.0", + "symfony/string": "~v7.4.11", + "symfony/translation-contracts": "~v3.7.0", + "symfony/validator": "~v7.4.10", + "symfony/var-dumper": "~v7.4.8", + "symfony/var-exporter": "~v7.4.9", + "symfony/yaml": "~v7.4.12", + "twig/twig": "~v3.27.0" }, "conflict": { "webflo/drupal-core-strict": "*" @@ -2233,36 +1354,38 @@ "license": [ "GPL-2.0-or-later" ], - "description": "Locked core dependencies; require this project INSTEAD OF drupal/core.", - "time": "2022-03-16T15:34:53+00:00" + "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/11.3.11" + }, + "time": "2026-05-28T11:26:22+00:00" }, { "name": "drupal/csv_serialization", - "version": "2.0.0", + "version": "4.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/csv_serialization.git", - "reference": "8.x-2.0" + "reference": "4.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/csv_serialization-8.x-2.0.zip", - "reference": "8.x-2.0", - "shasum": "3531383a6926a4ed761be56553997c2a937449ac" + "url": "https://ftp.drupal.org/files/projects/csv_serialization-4.0.1.zip", + "reference": "4.0.1", + "shasum": "cd172acbf6b5996daa88b0d8d897074c5fe742dd" }, "require": { - "drupal/core": "^8 || ^9", - "league/csv": "^9.1" + "drupal/core": "^10 || ^11", + "league/csv": "^9.16" }, "require-dev": { - "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", "drupal/coder": "^8.3" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.0", - "datestamp": "1612801962", + "version": "4.0.1", + "datestamp": "1723473162", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2270,6 +1393,14 @@ } }, "notification-url": "https://packages.drupal.org/8/downloads", + "scripts": { + "phpcs": [ + "vendor/bin/phpcs" + ], + "test": [ + "@phpcs" + ] + }, "license": [ "GPL-2.0-or-later" ], @@ -2277,6 +1408,10 @@ { "name": "Matthew Grasmick", "homepage": "https://www.drupal.org/user/455714" + }, + { + "name": "markdorison", + "homepage": "https://www.drupal.org/user/346106" } ], "description": "Provides CSV as a serialization format.", @@ -2288,26 +1423,26 @@ }, { "name": "drupal/entity_reference_integrity", - "version": "1.0.0", + "version": "2.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/entity_reference_integrity.git", - "reference": "8.x-1.0" + "reference": "2.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_reference_integrity-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "ca0b19f4f2007b84041b80d44bfbb77470000ffe" + "url": "https://ftp.drupal.org/files/projects/entity_reference_integrity-2.0.1.zip", + "reference": "2.0.1", + "shasum": "826bb9d388947710a8f617d7aada0c28adab1bcd" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^10.2 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0", - "datestamp": "1614645008", + "version": "2.0.1", + "datestamp": "1764598545", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2316,40 +1451,53 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ - { - "name": "Sam152", - "homepage": "https://www.drupal.org/user/1485048" - }, { "name": "benjy", "homepage": "https://www.drupal.org/user/1852732" + }, + { + "name": "m.stenta", + "homepage": "https://www.drupal.org/user/581414" + }, + { + "name": "paul121", + "homepage": "https://www.drupal.org/user/3624919" + }, + { + "name": "sam152", + "homepage": "https://www.drupal.org/user/1485048" } ], "description": "Protect entities from being deleted if they are the target of an entity reference field.", "homepage": "https://www.drupal.org/project/entity_reference_integrity", + "keywords": [ + "Drupal" + ], "support": { - "source": "https://git.drupalcode.org/project/entity_reference_integrity" + "source": "https://git.drupalcode.org/project/entity_reference_integrity", + "issues": "http://drupal.org/project/issues/entity_reference_integrity" } }, { "name": "drupal/inline_entity_form", - "version": "1.0.0-rc9", + "version": "3.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/inline_entity_form.git", - "reference": "8.x-1.0-rc9" + "reference": "3.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-rc9.zip", - "reference": "8.x-1.0-rc9", - "shasum": "78953103a9c6e4e44bc877820a35f39913ea4559" + "url": "https://ftp.drupal.org/files/projects/inline_entity_form-3.0.0.zip", + "reference": "3.0.0", + "shasum": "43417cf232df36d6a621151dffa569b77dfd9725" }, "require": { - "drupal/core": "^8.8 || ^9", + "drupal/core": "^8.8 || ^9 || ^10 || ^11", + "drupal/rat": "^1.0.0@stable", "php": ">=7.1" }, "require-dev": { @@ -2358,11 +1506,11 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-rc9", - "datestamp": "1618174486", + "version": "3.0.0", + "datestamp": "1780695753", "security-coverage": { - "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -2375,10 +1523,18 @@ "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" }, + { + "name": "centarro", + "homepage": "https://www.drupal.org/user/3661446" + }, { "name": "dawehner", "homepage": "https://www.drupal.org/user/99340" }, + { + "name": "dww", + "homepage": "https://www.drupal.org/user/46549" + }, { "name": "geek-merlin", "homepage": "https://www.drupal.org/user/229048" @@ -2391,14 +1547,14 @@ "name": "jsacksick", "homepage": "https://www.drupal.org/user/972218" }, - { - "name": "kaythay", - "homepage": "https://www.drupal.org/user/2182186" - }, { "name": "oknate", "homepage": "https://www.drupal.org/user/471638" }, + { + "name": "ram4nd", + "homepage": "https://www.drupal.org/user/601534" + }, { "name": "rszrama", "homepage": "https://www.drupal.org/user/49344" @@ -2420,31 +1576,31 @@ }, { "name": "drupal/jsonapi_extras", - "version": "3.19.0", + "version": "3.28.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/jsonapi_extras.git", - "reference": "8.x-3.19" + "reference": "8.x-3.28" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/jsonapi_extras-8.x-3.19.zip", - "reference": "8.x-3.19", - "shasum": "c608c004427136f33777d0e7e4485c1a91fcd563" + "url": "https://ftp.drupal.org/files/projects/jsonapi_extras-8.x-3.28.zip", + "reference": "8.x-3.28", + "shasum": "e46e47c2b0ef268f2080aabf89df3f71f22fc902" }, "require": { - "drupal/core": "^8 || ^9", - "drupal/jsonapi": "*", - "e0ipso/shaper": "^1" + "drupal/core": "^9.5 || ^10 || ^11", + "e0ipso/shaper": "^1", + "php": ">=8.1" }, "require-dev": { - "drupal/jsonapi": "*" + "drupal/schemata": "dev-1.x" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.19", - "datestamp": "1625144988", + "version": "8.x-3.28", + "datestamp": "1766134430", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2482,29 +1638,32 @@ }, { "name": "drupal/openapi", - "version": "2.0.0", + "version": "2.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/openapi.git", - "reference": "8.x-2.0" + "reference": "8.x-2.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/openapi-8.x-2.0.zip", - "reference": "8.x-2.0", - "shasum": "4562a072dde9d1b5f3249b292d49ee0c489ace7a" + "url": "https://ftp.drupal.org/files/projects/openapi-8.x-2.3.zip", + "reference": "8.x-2.3", + "shasum": "1085415c11a2f5c39c24c73be78c4facc2c5300a" }, "require": { - "drupal/core": "^8.7.0 || ^9" + "drupal/core": "^10 || ^11" + }, + "conflict": { + "drupal/core": "<8.7" }, "require-dev": { - "vijaycs85/drupal-quality-checker": "^1.2" + "drupal/openapi_ui": "1.x-dev" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.0", - "datestamp": "1632637188", + "version": "8.x-2.3", + "datestamp": "1737537761", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2516,6 +1675,10 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "bradjones1", + "homepage": "https://www.drupal.org/user/405824" + }, { "name": "e0ipso", "homepage": "https://www.drupal.org/user/550110" @@ -2524,6 +1687,10 @@ "name": "mrjmd", "homepage": "https://www.drupal.org/user/1800446" }, + { + "name": "nitebreed", + "homepage": "https://www.drupal.org/user/419423" + }, { "name": "phenaproxima", "homepage": "https://www.drupal.org/user/205645" @@ -2543,9 +1710,6 @@ ], "description": "Creates OpenAPI specification for Drupal resources.", "homepage": "https://www.drupal.org/project/openapi", - "keywords": [ - "Drupal" - ], "support": { "source": "http://cgit.drupalcode.org/openapi", "issues": "http://drupal.org/project/issues/openapi" @@ -2553,41 +1717,38 @@ }, { "name": "drupal/openapi_jsonapi", - "version": "2.0.0", + "version": "3.0.5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/openapi_jsonapi.git", - "reference": "8.x-2.0" + "reference": "3.0.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/openapi_jsonapi-8.x-2.0.zip", - "reference": "8.x-2.0", - "shasum": "338fd917b6f8215021f447c7c85c3789807bb5ed" + "url": "https://ftp.drupal.org/files/projects/openapi_jsonapi-3.0.5.zip", + "reference": "3.0.5", + "shasum": "6607a755f3b69257d8a32705043557d6d81127d7" }, "require": { - "drupal/core": "^8 || ^9", - "drupal/openapi": "^2", - "drupal/schemata": "^1", + "drupal/core": "^10 || ^11", + "drupal/openapi": "^2.2", + "drupal/schemata": "^1.0", "drupal/schemata_json_schema": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.0", - "datestamp": "1603342689", + "version": "3.0.5", + "datestamp": "1722621497", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } - }, - "patches_applied": { - "Only show enabled endpoints": "patches/only_show_enabled_endpoints.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { @@ -2595,6 +1756,10 @@ "homepage": "https://www.drupal.org/user/3616626", "email": "mateu.aguilo.bosch@gmail.com" }, + { + "name": "bradjones1", + "homepage": "https://www.drupal.org/user/405824" + }, { "name": "e0ipso", "homepage": "https://www.drupal.org/user/550110" @@ -2612,26 +1777,26 @@ }, { "name": "drupal/openapi_ui", - "version": "1.0.0-rc3", + "version": "1.0.0-rc5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/openapi_ui.git", - "reference": "8.x-1.0-rc3" + "reference": "8.x-1.0-rc5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/openapi_ui-8.x-1.0-rc3.zip", - "reference": "8.x-1.0-rc3", - "shasum": "31f0dee0242b29aa90310b486c3d5fb441ceb44d" + "url": "https://ftp.drupal.org/files/projects/openapi_ui-8.x-1.0-rc5.zip", + "reference": "8.x-1.0-rc5", + "shasum": "b71e8bc824d7ed06d882e428fcda8787dbb196f8" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^10.1.3 || ^11" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-rc3", - "datestamp": "1598462015", + "version": "8.x-1.0-rc5", + "datestamp": "1720623201", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -2643,40 +1808,44 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + }, { "name": "richgerdes", "homepage": "https://www.drupal.org/user/3437973" } ], "description": "Provides plugin system for OpenAPI/Swagger Interface libraries.", - "homepage": "https://www.drupal.org/project/openapi_ui", + "homepage": "http://drupal.org/project/openapi_ui", "support": { "source": "https://git.drupalcode.org/project/openapi_ui" } }, { "name": "drupal/openapi_ui_redoc", - "version": "1.0.0-rc3", + "version": "1.0.0-rc5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/openapi_ui_redoc.git", - "reference": "8.x-1.0-rc3" + "reference": "8.x-1.0-rc5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/openapi_ui_redoc-8.x-1.0-rc3.zip", - "reference": "8.x-1.0-rc3", - "shasum": "453028a4c5474ed9e372d1bc435952ea90133902" + "url": "https://ftp.drupal.org/files/projects/openapi_ui_redoc-8.x-1.0-rc5.zip", + "reference": "8.x-1.0-rc5", + "shasum": "9be5bfcb7aadbf51143652c67585b72c86cf0097" }, "require": { - "drupal/core": "^8 || ^9", - "drupal/openapi_ui": "*" + "drupal/core": "^10 || ^11", + "drupal/openapi_ui": "^1" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-rc3", - "datestamp": "1598462000", + "version": "8.x-1.0-rc5", + "datestamp": "1720705398", "security-coverage": { "status": "not-covered", "message": "RC releases are not covered by Drupal security advisories." @@ -2685,9 +1854,13 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + }, { "name": "richgerdes", "homepage": "https://www.drupal.org/user/3437973" @@ -2695,41 +1868,87 @@ ], "description": "Provides display of OpenAPI docs using the ReDoc library.", "homepage": "https://www.drupal.org/project/openapi_ui_redoc", + "keywords": [ + "Drupal" + ], "support": { "source": "https://git.drupalcode.org/project/openapi_ui_redoc" } }, + { + "name": "drupal/rat", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/rat.git", + "reference": "f13fcfb83445e505ffa84d2137231d91cd8c8146" + }, + "dist": { + "type": "zip", + "url": "https://git.drupalcode.org/api/v4/projects/project%2Frat/repository/archive.zip?sha=f13fcfb83445e505ffa84d2137231d91cd8c8146", + "reference": "f13fcfb83445e505ffa84d2137231d91cd8c8146", + "shasum": "" + }, + "require": { + "php": "^7.4 || ^8.0" + }, + "require-dev": { + "drupal/core": "^9.4", + "drupal/core-dev": "^9.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "Drupal\\rat\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "gpl-2.0-or-later" + ], + "authors": [ + { + "name": "Merlin", + "email": "merlin@geeks4change.net" + } + ], + "support": { + "source": "https://git.drupalcode.org/project/rat/-/tree/1.0.1" + }, + "time": "2025-12-29T15:30:47+00:00" + }, { "name": "drupal/schemata", - "version": "1.0.0-beta2", + "version": "1.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/schemata.git", - "reference": "8.x-1.0-beta2" + "reference": "8.x-1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/schemata-8.x-1.0-beta2.zip", - "reference": "8.x-1.0-beta2", - "shasum": "c50bc45c370073224877a8c72e6d8d5b2ec732d3" + "url": "https://ftp.drupal.org/files/projects/schemata-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "7fd1a15385ec57672c405633ae716fbf7cbde221" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^9.5 || ^10 || ^11", + "php": ">=8.1" }, "require-dev": { "drupal/coder": "^8.2", + "drupal/hal": "^1 || ^2", "jakub-onderka/php-parallel-lint": "^0.9.2", - "league/json-guard": "^1.0", - "league/json-reference": "^1.0" + "justinrainbow/json-schema": "^5.2" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-beta2", - "datestamp": "1585777919", + "version": "8.x-1.0", + "datestamp": "1726164272", "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" } } }, @@ -2750,25 +1969,29 @@ ] }, "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { "name": "Adam Ross", - "homepage": "https://www.drupal.org/user/346868", + "homepage": "https://www.drupal.org/user/550110", "email": "grayside@gmail.com" }, { - "name": "HalfChem", - "homepage": "https://www.drupal.org/user/1608382" + "name": "febbraro", + "homepage": "https://www.drupal.org/user/43670" }, { - "name": "e0ipso", - "homepage": "https://www.drupal.org/user/550110" + "name": "Grayside", + "homepage": "https://www.drupal.org/user/346868" }, { - "name": "febbraro", - "homepage": "https://www.drupal.org/user/43670" + "name": "HalfChem", + "homepage": "https://www.drupal.org/user/1608382" + }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" }, { "name": "jhedstrom", @@ -2801,19 +2024,19 @@ }, { "name": "drupal/schemata_json_schema", - "version": "1.0.0-beta2", + "version": "1.0.0", "require": { - "drupal/core": "^8 || ^9", + "drupal/core": "^9.5 || ^10 || ^11", "drupal/schemata": "*" }, "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.0-beta2", - "datestamp": "1585777919", + "version": "8.x-1.0", + "datestamp": "1726164272", "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" } } }, @@ -2822,6 +2045,14 @@ "GPL-2.0-or-later" ], "authors": [ + { + "name": "e0ipso", + "homepage": "https://www.drupal.org/user/550110" + }, + { + "name": "febbraro", + "homepage": "https://www.drupal.org/user/43670" + }, { "name": "Grayside", "homepage": "https://www.drupal.org/user/346868" @@ -2831,12 +2062,8 @@ "homepage": "https://www.drupal.org/user/1608382" }, { - "name": "e0ipso", - "homepage": "https://www.drupal.org/user/550110" - }, - { - "name": "febbraro", - "homepage": "https://www.drupal.org/user/43670" + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" }, { "name": "jhedstrom", @@ -2863,31 +2090,36 @@ }, { "name": "drupal/views_data_export", - "version": "1.0.0", + "version": "1.10.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/views_data_export.git", - "reference": "8.x-1.0" + "reference": "8.x-1.10" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/views_data_export-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "f1d16fd06ee7574f680e30f6bf5d6a152e3e9f42" + "url": "https://ftp.drupal.org/files/projects/views_data_export-8.x-1.10.zip", + "reference": "8.x-1.10", + "shasum": "0d4a1336956f6428f70af6f62a64c1ff3bcf694d" }, "require": { - "drupal/core": "^8.8 || ^9", - "drupal/csv_serialization": "~1.4 || ~2.0" + "drupal/core": "^9 || ^10 || ^11", + "drupal/csv_serialization": "~1.4 || ~2.0 || ~3 || ~4", + "php": ">=8.1" + }, + "conflict": { + "phpoffice/phpspreadsheet": "<1.23.0" }, "require-dev": { + "drupal/facets": "~3.0", "drupal/search_api": "~1.12", "drupal/xls_serialization": "~1.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0", - "datestamp": "1592589996", + "version": "8.x-1.10", + "datestamp": "1778832732", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -2896,13 +2128,9 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ - { - "name": "Steven Jones", - "homepage": "https://www.drupal.org/user/99644" - }, { "name": "amoebanath", "homepage": "https://www.drupal.org/user/2810799" @@ -2922,6 +2150,10 @@ { "name": "nerdstein", "homepage": "https://www.drupal.org/user/1557710" + }, + { + "name": "steven jones", + "homepage": "https://www.drupal.org/user/99644" } ], "description": "Plugin to export views data into various file formats.", @@ -2932,61 +2164,66 @@ }, { "name": "drush/drush", - "version": "10.6.0", + "version": "13.7.3", "source": { "type": "git", "url": "https://github.com/drush-ops/drush.git", - "reference": "c86d327359baddb0a2f51bb458703826469a0445" + "reference": "a4974fabbd14337fbfdc2918184e6ef773cfeb78" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/drush-ops/drush/zipball/c86d327359baddb0a2f51bb458703826469a0445", - "reference": "c86d327359baddb0a2f51bb458703826469a0445", + "url": "https://api.github.com/repos/drush-ops/drush/zipball/a4974fabbd14337fbfdc2918184e6ef773cfeb78", + "reference": "a4974fabbd14337fbfdc2918184e6ef773cfeb78", "shasum": "" }, "require": { - "chi-teck/drupal-code-generator": "^1.32.1", + "chi-teck/drupal-code-generator": "^3.6 || ^4@alpha", + "composer-runtime-api": "^2.2", "composer/semver": "^1.4 || ^3", - "consolidation/config": "^1.2", - "consolidation/filter-via-dot-access-data": "^1", - "consolidation/robo": "^1.4.11 || ^2", - "consolidation/site-alias": "^3.0.0@stable", - "consolidation/site-process": "^2.1 || ^4", - "enlightn/security-checker": "^1", + "consolidation/annotated-command": "^4.10.2", + "consolidation/config": "^2.1.2 || ^3.1.1", + "consolidation/filter-via-dot-access-data": "^2.0.2", + "consolidation/output-formatters": "^4.6.1", + "consolidation/robo": "^4.0.6 || ^5.1.0", + "consolidation/site-alias": "^4.1.1", + "consolidation/site-process": "^5.4.2", + "dflydev/dot-access-data": "^3.0.2", "ext-dom": "*", - "grasmash/yaml-expander": "^1.1.1", - "guzzlehttp/guzzle": "^6.3 || ^7.0", - "league/container": "~2", - "php": ">=7.1.3", - "psr/log": "~1.0", - "psy/psysh": "~0.6", - "symfony/event-dispatcher": "^3.4 || ^4.0", - "symfony/finder": "^3.4 || ^4.0 || ^5", - "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0", - "symfony/yaml": "^3.4 || ^4.0", - "webflo/drupal-finder": "^1.2", - "webmozart/path-util": "^2.1.0" + "grasmash/yaml-cli": "^3.2", + "guzzlehttp/guzzle": "^7.0", + "laravel/prompts": "^0.3.5", + "league/container": "^4.2", + "php": ">=8.3", + "psy/psysh": "~0.12", + "symfony/event-dispatcher": "^6 || ^7", + "symfony/filesystem": "^6.1 || ^7", + "symfony/finder": "^6 || ^7", + "symfony/var-dumper": "^6.0 || ^7", + "symfony/yaml": "^6.0 || ^7" }, "conflict": { + "drupal/core": "<10.4 <12.0", "drupal/migrate_run": "*", "drupal/migrate_tools": "<= 5" }, "require-dev": { - "composer/installers": "^1.7", - "cweagans/composer-patches": "~1.0", - "david-garcia/phpwhois": "4.3.0", - "drupal/alinks": "1.0.0", - "drupal/core-recommended": "^8.8", - "phpunit/phpunit": ">=7.5.20", - "squizlabs/php_codesniffer": "^2.7 || ^3", - "vlucas/phpdotenv": "^2.4", - "yoast/phpunit-polyfills": "^0.2.0" + "composer/installers": "^2", + "cweagans/composer-patches": "~1.7.3", + "drupal/core-recommended": "^10.4.0 || 11.x-dev", + "drupal/semver_example": "2.3.0", + "jetbrains/phpstorm-attributes": "^1.0", + "mglaman/phpstan-drupal": "^2", + "phpunit/phpunit": "^9 || ^10 || ^11", + "rector/rector": "^2", + "squizlabs/php_codesniffer": "^3.7" }, "bin": [ - "drush" + "drush", + "drush.php" ], "type": "library", "extra": { + "patches-file": "composer.patches.json", "installer-paths": { "sut/core": [ "type:drupal-core" @@ -2994,30 +2231,29 @@ "sut/libraries/{$name}": [ "type:drupal-library" ], + "sut/themes/unish/{$name}": [ + "drupal/empty_theme" + ], + "sut/drush/contrib/{$name}": [ + "type:drupal-drush" + ], "sut/modules/unish/{$name}": [ "drupal/devel" ], - "sut/themes/unish/{$name}": [ - "drupal/empty_theme" + "sut/themes/contrib/{$name}": [ + "type:drupal-theme" ], "sut/modules/contrib/{$name}": [ "type:drupal-module" ], "sut/profiles/contrib/{$name}": [ "type:drupal-profile" - ], - "sut/themes/contrib/{$name}": [ - "type:drupal-theme" - ], - "sut/drush/contrib/{$name}": [ - "type:drupal-drush" ] } }, "autoload": { "psr-4": { - "Drush\\": "src/", - "Drush\\Internal\\": "src/internal-forks" + "Drush\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -3062,10 +2298,10 @@ "homepage": "http://www.drush.org", "support": { "forum": "http://drupal.stackexchange.com/questions/tagged/drush", - "irc": "irc://irc.freenode.org/drush", "issues": "https://github.com/drush-ops/drush/issues", + "security": "https://github.com/drush-ops/drush/security/advisories", "slack": "https://drupal.slack.com/messages/C62H9CWQM", - "source": "https://github.com/drush-ops/drush/tree/10.6.0" + "source": "https://github.com/drush-ops/drush/tree/13.7.3" }, "funding": [ { @@ -3073,24 +2309,24 @@ "type": "github" } ], - "time": "2021-08-13T10:40:40+00:00" + "time": "2026-05-11T10:48:11+00:00" }, { "name": "e0ipso/shaper", - "version": "1.2.4", + "version": "1.2.7", "source": { "type": "git", "url": "https://github.com/e0ipso/shaper.git", - "reference": "7d73018ec4fe8de9730dfe755067cc02460e1a38" + "reference": "1d9e726c98d3168d30c1180cd836d13267744fb7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/e0ipso/shaper/zipball/7d73018ec4fe8de9730dfe755067cc02460e1a38", - "reference": "7d73018ec4fe8de9730dfe755067cc02460e1a38", + "url": "https://api.github.com/repos/e0ipso/shaper/zipball/1d9e726c98d3168d30c1180cd836d13267744fb7", + "reference": "1d9e726c98d3168d30c1180cd836d13267744fb7", "shasum": "" }, "require": { - "justinrainbow/json-schema": "^5.2" + "justinrainbow/json-schema": "^5.2 || ^6.3" }, "require-dev": { "php-coveralls/php-coveralls": "^2.4", @@ -3117,33 +2353,32 @@ "description": "Lightweight library to handle in and out transformations in PHP.", "support": { "issues": "https://github.com/e0ipso/shaper/issues", - "source": "https://github.com/e0ipso/shaper/tree/1.2.4" + "source": "https://github.com/e0ipso/shaper/tree/1.2.7" }, - "time": "2021-05-19T09:42:57+00:00" + "time": "2025-04-04T08:14:01+00:00" }, { "name": "egulias/email-validator", - "version": "3.1.2", + "version": "4.0.4", "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "ee0db30118f661fb166bcffbf5d82032df484697" + "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ee0db30118f661fb166bcffbf5d82032df484697", - "reference": "ee0db30118f661fb166bcffbf5d82032df484697", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa", + "reference": "d42c8731f0624ad6bdc8d3e5e9a4524f68801cfa", "shasum": "" }, "require": { - "doctrine/lexer": "^1.2", - "php": ">=7.2", - "symfony/polyfill-intl-idn": "^1.15" + "doctrine/lexer": "^2.0 || ^3.0", + "php": ">=8.1", + "symfony/polyfill-intl-idn": "^1.26" }, "require-dev": { - "php-coveralls/php-coveralls": "^2.2", - "phpunit/phpunit": "^8.5.8|^9.3.3", - "vimeo/psalm": "^4" + "phpunit/phpunit": "^10.2", + "vimeo/psalm": "^5.12" }, "suggest": { "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" @@ -3151,7 +2386,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0.x-dev" + "dev-master": "4.0.x-dev" } }, "autoload": { @@ -3177,103 +2412,42 @@ "validation", "validator" ], + "support": { + "issues": "https://github.com/egulias/EmailValidator/issues", + "source": "https://github.com/egulias/EmailValidator/tree/4.0.4" + }, "funding": [ { "url": "https://github.com/egulias", "type": "github" - } - ], - "time": "2021-10-11T09:18:27+00:00" - }, - { - "name": "enlightn/security-checker", - "version": "v1.9.0", - "source": { - "type": "git", - "url": "https://github.com/enlightn/security-checker.git", - "reference": "dc5bce653fa4d9c792e9dcffa728c0642847c1e1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/enlightn/security-checker/zipball/dc5bce653fa4d9c792e9dcffa728c0642847c1e1", - "reference": "dc5bce653fa4d9c792e9dcffa728c0642847c1e1", - "shasum": "" - }, - "require": { - "ext-json": "*", - "guzzlehttp/guzzle": "^6.3|^7.0", - "php": ">=5.6", - "symfony/console": "^3.4|^4|^5", - "symfony/finder": "^3|^4|^5", - "symfony/process": "^3.4|^4|^5", - "symfony/yaml": "^3.4|^4|^5" - }, - "require-dev": { - "ext-zip": "*", - "friendsofphp/php-cs-fixer": "^2.18", - "phpunit/phpunit": "^5.5|^6|^7|^8|^9" - }, - "bin": [ - "security-checker" - ], - "type": "library", - "autoload": { - "psr-4": { - "Enlightn\\SecurityChecker\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Paras Malhotra", - "email": "paras@laravel-enlightn.com" - }, - { - "name": "Miguel Piedrafita", - "email": "soy@miguelpiedrafita.com" - } - ], - "description": "A PHP dependency vulnerabilities scanner based on the Security Advisories Database.", - "keywords": [ - "package", - "php", - "scanner", - "security", - "security advisories", - "vulnerability scanner" + } ], - "support": { - "issues": "https://github.com/enlightn/security-checker/issues", - "source": "https://github.com/enlightn/security-checker/tree/v1.9.0" - }, - "time": "2021-05-06T09:03:35+00:00" + "time": "2025-03-06T22:45:56+00:00" }, { "name": "grasmash/expander", - "version": "1.0.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/grasmash/expander.git", - "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f" + "reference": "eea11b9afb0c32483b18b9009f4ca07b770e39f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f", - "reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f", + "url": "https://api.github.com/repos/grasmash/expander/zipball/eea11b9afb0c32483b18b9009f4ca07b770e39f4", + "reference": "eea11b9afb0c32483b18b9009f4ca07b770e39f4", "shasum": "" }, "require": { - "dflydev/dot-access-data": "^1.1.0", - "php": ">=5.4" + "dflydev/dot-access-data": "^3.0.0", + "php": ">=8.0", + "psr/log": "^2 | ^3" }, "require-dev": { "greg-1-anderson/composer-test-scenarios": "^1", - "phpunit/phpunit": "^4|^5.5.4", - "satooshi/php-coveralls": "^1.0.2|dev-master", - "squizlabs/php_codesniffer": "^2.7" + "php-coveralls/php-coveralls": "^2.5", + "phpunit/phpunit": "^9", + "squizlabs/php_codesniffer": "^3.3" }, "type": "library", "extra": { @@ -3296,42 +2470,50 @@ } ], "description": "Expands internal property references in PHP arrays file.", - "time": "2017-12-21T22:14:55+00:00" + "support": { + "issues": "https://github.com/grasmash/expander/issues", + "source": "https://github.com/grasmash/expander/tree/3.0.1" + }, + "time": "2024-11-25T23:28:05+00:00" }, { - "name": "grasmash/yaml-expander", - "version": "1.4.0", + "name": "grasmash/yaml-cli", + "version": "3.2.1", "source": { "type": "git", - "url": "https://github.com/grasmash/yaml-expander.git", - "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1" + "url": "https://github.com/grasmash/yaml-cli.git", + "reference": "09a8860566958a1576cc54bbe910a03477e54971" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1", - "reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1", + "url": "https://api.github.com/repos/grasmash/yaml-cli/zipball/09a8860566958a1576cc54bbe910a03477e54971", + "reference": "09a8860566958a1576cc54bbe910a03477e54971", "shasum": "" }, "require": { - "dflydev/dot-access-data": "^1.1.0", - "php": ">=5.4", - "symfony/yaml": "^2.8.11|^3|^4" + "dflydev/dot-access-data": "^3", + "php": ">=8.0", + "symfony/console": "^6 || ^7", + "symfony/filesystem": "^6 || ^7", + "symfony/yaml": "^6 || ^7" }, "require-dev": { - "greg-1-anderson/composer-test-scenarios": "^1", - "phpunit/phpunit": "^4.8|^5.5.4", - "satooshi/php-coveralls": "^1.0.2|dev-master", - "squizlabs/php_codesniffer": "^2.7" + "php-coveralls/php-coveralls": "^2", + "phpunit/phpunit": "^9", + "squizlabs/php_codesniffer": "^3.0" }, + "bin": [ + "bin/yaml-cli" + ], "type": "library", "extra": { "branch-alias": { - "dev-master": "1.x-dev" + "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { - "Grasmash\\YamlExpander\\": "src/" + "Grasmash\\YamlCli\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -3343,110 +2525,169 @@ "name": "Matthew Grasmick" } ], - "description": "Expands internal property references in a yaml file.", - "time": "2017-12-16T16:06:03+00:00" + "description": "A command line tool for reading and manipulating yaml files.", + "support": { + "issues": "https://github.com/grasmash/yaml-cli/issues", + "source": "https://github.com/grasmash/yaml-cli/tree/3.2.1" + }, + "time": "2024-04-23T02:10:57+00:00" }, { "name": "guzzlehttp/guzzle", - "version": "6.5.5", + "version": "7.10.6", "source": { "type": "git", "url": "https://github.com/guzzle/guzzle.git", - "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" + "reference": "e7412b3180912c01650cc66647f18c1d1cbe9b94" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", - "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/e7412b3180912c01650cc66647f18c1d1cbe9b94", + "reference": "e7412b3180912c01650cc66647f18c1d1cbe9b94", "shasum": "" }, "require": { "ext-json": "*", - "guzzlehttp/promises": "^1.0", - "guzzlehttp/psr7": "^1.6.1", - "php": ">=5.5", - "symfony/polyfill-intl-idn": "^1.17.0" + "guzzlehttp/promises": "^2.3", + "guzzlehttp/psr7": "^2.8", + "php": "^7.2.5 || ^8.0", + "psr/http-client": "^1.0", + "symfony/deprecation-contracts": "^2.2 || ^3.0" + }, + "provide": { + "psr/http-client-implementation": "1.0" }, "require-dev": { + "bamarni/composer-bin-plugin": "^1.8.2", "ext-curl": "*", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", - "psr/log": "^1.1" + "guzzle/client-integration-tests": "3.0.2", + "guzzlehttp/test-server": "^0.4", + "php-http/message-factory": "^1.1", + "phpunit/phpunit": "^8.5.52 || ^9.6.34", + "psr/log": "^1.1 || ^2.0 || ^3.0" }, "suggest": { + "ext-curl": "Required for CURL handler support", + "ext-intl": "Required for Internationalized Domain Name (IDN) support", "psr/log": "Required for using the Log middleware" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "6.5-dev" + "bamarni-bin": { + "bin-links": true, + "forward-command": false } }, "autoload": { - "psr-4": { - "GuzzleHttp\\": "src/" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "GuzzleHttp\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk", + "homepage": "https://github.com/GrahamCampbell" + }, { "name": "Michael Dowling", "email": "mtdowling@gmail.com", "homepage": "https://github.com/mtdowling" + }, + { + "name": "Jeremy Lindblom", + "email": "jeremeamia@gmail.com", + "homepage": "https://github.com/jeremeamia" + }, + { + "name": "George Mponos", + "email": "gmponos@gmail.com", + "homepage": "https://github.com/gmponos" + }, + { + "name": "Tobias Nyholm", + "email": "tobias.nyholm@gmail.com", + "homepage": "https://github.com/Nyholm" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://github.com/sagikazarmark" + }, + { + "name": "Tobias Schultze", + "email": "webmaster@tubo-world.de", + "homepage": "https://github.com/Tobion" } ], "description": "Guzzle is a PHP HTTP client library", - "homepage": "http://guzzlephp.org/", "keywords": [ "client", "curl", "framework", "http", "http client", + "psr-18", + "psr-7", "rest", "web service" ], "support": { "issues": "https://github.com/guzzle/guzzle/issues", - "source": "https://github.com/guzzle/guzzle/tree/6.5" + "source": "https://github.com/guzzle/guzzle/tree/7.10.6" }, - "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": "2026-06-01T13:06:22+00:00" }, { "name": "guzzlehttp/promises", - "version": "1.5.1", + "version": "2.3.1", "source": { "type": "git", "url": "https://github.com/guzzle/promises.git", - "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da" + "reference": "d2d8dfae4757f384d630fdffc2d8d6618d8f4c5e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da", - "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da", + "url": "https://api.github.com/repos/guzzle/promises/zipball/d2d8dfae4757f384d630fdffc2d8d6618d8f4c5e", + "reference": "d2d8dfae4757f384d630fdffc2d8d6618d8f4c5e", "shasum": "" }, "require": { - "php": ">=5.5" + "php": "^7.2.5 || ^8.0" }, "require-dev": { - "symfony/phpunit-bridge": "^4.4 || ^5.1" + "bamarni/composer-bin-plugin": "^1.8.2", + "phpunit/phpunit": "^8.5.52 || ^9.6.34" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "1.5-dev" + "bamarni-bin": { + "bin-links": true, + "forward-command": false } }, "autoload": { - "files": [ - "src/functions_include.php" - ], "psr-4": { "GuzzleHttp\\Promise\\": "src/" } @@ -3481,6 +2722,10 @@ "keywords": [ "promise" ], + "support": { + "issues": "https://github.com/guzzle/promises/issues", + "source": "https://github.com/guzzle/promises/tree/2.3.1" + }, "funding": [ { "url": "https://github.com/GrahamCampbell", @@ -3495,47 +2740,48 @@ "type": "tidelift" } ], - "time": "2021-10-22T20:56:57+00:00" + "time": "2026-05-19T18:30:48+00:00" }, { "name": "guzzlehttp/psr7", - "version": "1.8.3", + "version": "2.8.1", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85" + "reference": "718f1ee6a878be5290af3557aeda0c91278361d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85", - "reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/718f1ee6a878be5290af3557aeda0c91278361d9", + "reference": "718f1ee6a878be5290af3557aeda0c91278361d9", "shasum": "" }, "require": { - "php": ">=5.4.0", - "psr/http-message": "~1.0", - "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" + "php": "^7.2.5 || ^8.0", + "psr/http-factory": "^1.0", + "psr/http-message": "^1.1 || ^2.0", + "ralouphie/getallheaders": "^3.0" }, "provide": { + "psr/http-factory-implementation": "1.0", "psr/http-message-implementation": "1.0" }, "require-dev": { - "ext-zlib": "*", - "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10" + "bamarni/composer-bin-plugin": "^1.8.2", + "http-interop/http-factory-tests": "0.9.0", + "phpunit/phpunit": "^8.5.44 || ^9.6.25" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "1.7-dev" + "bamarni-bin": { + "bin-links": true, + "forward-command": false } }, "autoload": { - "files": [ - "src/functions_include.php" - ], "psr-4": { "GuzzleHttp\\Psr7\\": "src/" } @@ -3574,6 +2820,11 @@ "name": "Tobias Schultze", "email": "webmaster@tubo-world.de", "homepage": "https://github.com/Tobion" + }, + { + "name": "Márk Sági-Kazár", + "email": "mark.sagikazar@gmail.com", + "homepage": "https://sagikazarmark.hu" } ], "description": "PSR-7 message implementation that also provides common utility methods", @@ -3587,6 +2838,10 @@ "uri", "url" ], + "support": { + "issues": "https://github.com/guzzle/psr7/issues", + "source": "https://github.com/guzzle/psr7/tree/2.8.1" + }, "funding": [ { "url": "https://github.com/GrahamCampbell", @@ -3601,29 +2856,34 @@ "type": "tidelift" } ], - "time": "2021-10-05T13:56:00+00:00" + "time": "2026-03-10T09:55:26+00:00" }, { "name": "justinrainbow/json-schema", - "version": "5.2.11", + "version": "6.10.0", "source": { "type": "git", - "url": "https://github.com/justinrainbow/json-schema.git", - "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa" + "url": "https://github.com/jsonrainbow/json-schema.git", + "reference": "8b1308a9d7bdbdb20ce87ef920f82b4564bb2d33" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ab6744b7296ded80f8cc4f9509abbff393399aa", - "reference": "2ab6744b7296ded80f8cc4f9509abbff393399aa", + "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/8b1308a9d7bdbdb20ce87ef920f82b4564bb2d33", + "reference": "8b1308a9d7bdbdb20ce87ef920f82b4564bb2d33", "shasum": "" }, "require": { - "php": ">=5.3.3" + "ext-json": "*", + "marc-mabe/php-enum": "^4.4", + "php": "^7.2 || ^8.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", - "json-schema/json-schema-test-suite": "1.2.0", - "phpunit/phpunit": "^4.8.35" + "friendsofphp/php-cs-fixer": "3.3.0", + "json-schema/json-schema-test-suite": "dev-main", + "marc-mabe/php-enum-phpstan": "^2.0", + "phpspec/prophecy": "^1.19", + "phpstan/phpstan": "^1.12", + "phpunit/phpunit": "^8.5" }, "bin": [ "bin/validate-json" @@ -3631,7 +2891,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "5.0.x-dev" + "dev-master": "6.x-dev" } }, "autoload": { @@ -3662,317 +2922,117 @@ } ], "description": "A library to validate a json schema.", - "homepage": "https://github.com/justinrainbow/json-schema", + "homepage": "https://github.com/jsonrainbow/json-schema", "keywords": [ "json", "schema" ], "support": { - "issues": "https://github.com/justinrainbow/json-schema/issues", - "source": "https://github.com/justinrainbow/json-schema/tree/5.2.11" + "issues": "https://github.com/jsonrainbow/json-schema/issues", + "source": "https://github.com/jsonrainbow/json-schema/tree/6.10.0" }, - "time": "2021-07-22T09:24:00+00:00" + "time": "2026-06-16T20:50:26+00:00" }, { - "name": "laminas/laminas-diactoros", - "version": "2.8.0", + "name": "laravel/prompts", + "version": "v0.3.18", "source": { "type": "git", - "url": "https://github.com/laminas/laminas-diactoros.git", - "reference": "0c26ef1d95b6d7e6e3943a243ba3dc0797227199" + "url": "https://github.com/laravel/prompts.git", + "reference": "a19af51bb144bf87f08397921fa619f85c7d4e72" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/0c26ef1d95b6d7e6e3943a243ba3dc0797227199", - "reference": "0c26ef1d95b6d7e6e3943a243ba3dc0797227199", + "url": "https://api.github.com/repos/laravel/prompts/zipball/a19af51bb144bf87f08397921fa619f85c7d4e72", + "reference": "a19af51bb144bf87f08397921fa619f85c7d4e72", "shasum": "" }, "require": { - "php": "^7.3 || ~8.0.0 || ~8.1.0", - "psr/http-factory": "^1.0", - "psr/http-message": "^1.0" + "composer-runtime-api": "^2.2", + "ext-mbstring": "*", + "php": "^8.1", + "symfony/console": "^6.2|^7.0|^8.0" }, "conflict": { - "phpspec/prophecy": "<1.9.0", - "zendframework/zend-diactoros": "*" - }, - "provide": { - "psr/http-factory-implementation": "1.0", - "psr/http-message-implementation": "1.0" + "illuminate/console": ">=10.17.0 <10.25.0", + "laravel/framework": ">=10.17.0 <10.25.0" }, "require-dev": { - "ext-curl": "*", - "ext-dom": "*", - "ext-gd": "*", - "ext-libxml": "*", - "http-interop/http-factory-tests": "^0.8.0", - "laminas/laminas-coding-standard": "~1.0.0", - "php-http/psr7-integration-tests": "^1.1", - "phpspec/prophecy-phpunit": "^2.0", - "phpunit/phpunit": "^9.1", - "psalm/plugin-phpunit": "^0.14.0", - "vimeo/psalm": "^4.3" + "illuminate/collections": "^10.0|^11.0|^12.0|^13.0", + "mockery/mockery": "^1.5", + "pestphp/pest": "^2.3|^3.4|^4.0", + "phpstan/phpstan": "^1.12.28", + "phpstan/phpstan-mockery": "^1.1.3" + }, + "suggest": { + "ext-pcntl": "Required for the spinner to be animated." }, "type": "library", "extra": { - "laminas": { - "config-provider": "Laminas\\Diactoros\\ConfigProvider", - "module": "Laminas\\Diactoros" + "branch-alias": { + "dev-main": "0.3.x-dev" } }, "autoload": { "files": [ - "src/functions/create_uploaded_file.php", - "src/functions/marshal_headers_from_sapi.php", - "src/functions/marshal_method_from_sapi.php", - "src/functions/marshal_protocol_version_from_sapi.php", - "src/functions/marshal_uri_from_sapi.php", - "src/functions/normalize_server.php", - "src/functions/normalize_uploaded_files.php", - "src/functions/parse_cookie_header.php", - "src/functions/create_uploaded_file.legacy.php", - "src/functions/marshal_headers_from_sapi.legacy.php", - "src/functions/marshal_method_from_sapi.legacy.php", - "src/functions/marshal_protocol_version_from_sapi.legacy.php", - "src/functions/marshal_uri_from_sapi.legacy.php", - "src/functions/normalize_server.legacy.php", - "src/functions/normalize_uploaded_files.legacy.php", - "src/functions/parse_cookie_header.legacy.php" + "src/helpers.php" ], "psr-4": { - "Laminas\\Diactoros\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "PSR HTTP Message implementations", - "homepage": "https://laminas.dev", - "keywords": [ - "http", - "laminas", - "psr", - "psr-17", - "psr-7" - ], - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } - ], - "time": "2021-09-22T03:54:36+00:00" - }, - { - "name": "laminas/laminas-escaper", - "version": "2.9.0", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-escaper.git", - "reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/891ad70986729e20ed2e86355fcf93c9dc238a5f", - "reference": "891ad70986729e20ed2e86355fcf93c9dc238a5f", - "shasum": "" - }, - "require": { - "php": "^7.3 || ~8.0.0 || ~8.1.0" - }, - "conflict": { - "zendframework/zend-escaper": "*" - }, - "require-dev": { - "laminas/laminas-coding-standard": "~2.3.0", - "phpunit/phpunit": "^9.3", - "psalm/plugin-phpunit": "^0.12.2", - "vimeo/psalm": "^3.16" - }, - "suggest": { - "ext-iconv": "*", - "ext-mbstring": "*" - }, - "type": "library", - "autoload": { - "psr-4": { - "Laminas\\Escaper\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs", - "homepage": "https://laminas.dev", - "keywords": [ - "escaper", - "laminas" - ], - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } - ], - "time": "2021-09-02T17:10:53+00:00" - }, - { - "name": "laminas/laminas-feed", - "version": "2.15.0", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-feed.git", - "reference": "3ef837a12833c74b438d2c3780023c4244e0abae" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/3ef837a12833c74b438d2c3780023c4244e0abae", - "reference": "3ef837a12833c74b438d2c3780023c4244e0abae", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-libxml": "*", - "laminas/laminas-escaper": "^2.9", - "laminas/laminas-stdlib": "^3.6", - "php": "^7.3 || ~8.0.0 || ~8.1.0" - }, - "conflict": { - "laminas/laminas-servicemanager": "<3.3", - "zendframework/zend-feed": "*" - }, - "require-dev": { - "laminas/laminas-cache": "^2.7.2", - "laminas/laminas-coding-standard": "~2.2.1", - "laminas/laminas-db": "^2.13.3", - "laminas/laminas-http": "^2.15", - "laminas/laminas-servicemanager": "^3.7", - "laminas/laminas-validator": "^2.15", - "phpunit/phpunit": "^9.5.5", - "psalm/plugin-phpunit": "^0.13.0", - "psr/http-message": "^1.0.1", - "vimeo/psalm": "^4.1" - }, - "suggest": { - "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests", - "laminas/laminas-db": "Laminas\\Db component, for use with PubSubHubbub", - "laminas/laminas-http": "Laminas\\Http for PubSubHubbub, and optionally for use with Laminas\\Feed\\Reader", - "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for easily extending ExtensionManager implementations", - "laminas/laminas-validator": "Laminas\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent", - "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Laminas\\Feed\\Reader\\Http\\Psr7ResponseDecorator" - }, - "type": "library", - "autoload": { - "psr-4": { - "Laminas\\Feed\\": "src/" + "Laravel\\Prompts\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" - ], - "description": "provides functionality for consuming RSS and Atom feeds", - "homepage": "https://laminas.dev", - "keywords": [ - "feed", - "laminas" - ], - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } + "MIT" ], - "time": "2021-09-20T18:11:11+00:00" - }, - { - "name": "laminas/laminas-stdlib", - "version": "3.6.1", - "source": { - "type": "git", - "url": "https://github.com/laminas/laminas-stdlib.git", - "reference": "db581851a092246ad99e12d4fddf105184924c71" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/db581851a092246ad99e12d4fddf105184924c71", - "reference": "db581851a092246ad99e12d4fddf105184924c71", - "shasum": "" - }, - "require": { - "php": "^7.3 || ~8.0.0 || ~8.1.0" - }, - "conflict": { - "zendframework/zend-stdlib": "*" - }, - "require-dev": { - "laminas/laminas-coding-standard": "~2.3.0", - "phpbench/phpbench": "^0.17.1", - "phpunit/phpunit": "~9.3.7", - "psalm/plugin-phpunit": "^0.16.0", - "vimeo/psalm": "^4.7" - }, - "type": "library", - "autoload": { - "psr-4": { - "Laminas\\Stdlib\\": "src/" - } + "description": "Add beautiful and user-friendly forms to your command-line applications.", + "support": { + "issues": "https://github.com/laravel/prompts/issues", + "source": "https://github.com/laravel/prompts/tree/v0.3.18" }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "description": "SPL extensions, array utilities, error handlers, and more", - "homepage": "https://laminas.dev", - "keywords": [ - "laminas", - "stdlib" - ], - "funding": [ - { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" - } - ], - "time": "2021-11-10T11:33:52+00:00" + "time": "2026-05-19T00:47:18+00:00" }, { "name": "league/container", - "version": "2.5.0", + "version": "4.2.5", "source": { "type": "git", "url": "https://github.com/thephpleague/container.git", - "reference": "8438dc47a0674e3378bcce893a0a04d79a2c22b3" + "reference": "d3cebb0ff4685ff61c749e54b27db49319e2ec00" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/container/zipball/8438dc47a0674e3378bcce893a0a04d79a2c22b3", - "reference": "8438dc47a0674e3378bcce893a0a04d79a2c22b3", + "url": "https://api.github.com/repos/thephpleague/container/zipball/d3cebb0ff4685ff61c749e54b27db49319e2ec00", + "reference": "d3cebb0ff4685ff61c749e54b27db49319e2ec00", "shasum": "" }, "require": { - "container-interop/container-interop": "^1.2", - "php": "^5.4 || ^7.0 || ^8.0" + "php": "^7.2 || ^8.0", + "psr/container": "^1.1 || ^2.0" }, "provide": { - "container-interop/container-interop-implementation": "^1.2", "psr/container-implementation": "^1.0" }, "replace": { "orno/di": "~2.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.36", - "scrutinizer/ocular": "^1.3", - "squizlabs/php_codesniffer": "^3.5" + "nette/php-generator": "^3.4", + "nikic/php-parser": "^4.10", + "phpstan/phpstan": "^0.12.47", + "phpunit/phpunit": "^8.5.17", + "roave/security-advisories": "dev-latest", + "scrutinizer/ocular": "^1.8", + "squizlabs/php_codesniffer": "^3.6" }, "type": "library", "extra": { "branch-alias": { + "dev-1.x": "1.x-dev", "dev-2.x": "2.x-dev", - "dev-1.x": "1.x-dev" + "dev-3.x": "3.x-dev", + "dev-4.x": "4.x-dev", + "dev-master": "4.x-dev" } }, "autoload": { @@ -3987,8 +3047,7 @@ "authors": [ { "name": "Phil Bennett", - "email": "philipobenito@gmail.com", - "homepage": "http://www.philipobenito.com", + "email": "mail@philbennett.co.uk", "role": "Developer" } ], @@ -4005,7 +3064,7 @@ ], "support": { "issues": "https://github.com/thephpleague/container/issues", - "source": "https://github.com/thephpleague/container/tree/2.5.0" + "source": "https://github.com/thephpleague/container/tree/4.2.5" }, "funding": [ { @@ -4013,39 +3072,46 @@ "type": "github" } ], - "time": "2021-02-22T09:20:06+00:00" + "time": "2025-05-20T12:55:37+00:00" }, { "name": "league/csv", - "version": "9.7.1", + "version": "9.28.0", "source": { "type": "git", "url": "https://github.com/thephpleague/csv.git", - "reference": "0ec57e8264ec92565974ead0d1724cf1026e10c1" + "reference": "6582ace29ae09ba5b07049d40ea13eb19c8b5073" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/csv/zipball/0ec57e8264ec92565974ead0d1724cf1026e10c1", - "reference": "0ec57e8264ec92565974ead0d1724cf1026e10c1", + "url": "https://api.github.com/repos/thephpleague/csv/zipball/6582ace29ae09ba5b07049d40ea13eb19c8b5073", + "reference": "6582ace29ae09ba5b07049d40ea13eb19c8b5073", "shasum": "" }, "require": { - "ext-json": "*", - "ext-mbstring": "*", - "php": "^7.3 || ^8.0" + "ext-filter": "*", + "php": "^8.1.2" }, "require-dev": { - "ext-curl": "*", "ext-dom": "*", - "friendsofphp/php-cs-fixer": "^2.16", - "phpstan/phpstan": "^0.12.0", - "phpstan/phpstan-phpunit": "^0.12.0", - "phpstan/phpstan-strict-rules": "^0.12.0", - "phpunit/phpunit": "^9.5" + "ext-xdebug": "*", + "friendsofphp/php-cs-fixer": "^3.92.3", + "phpbench/phpbench": "^1.4.3", + "phpstan/phpstan": "^1.12.32", + "phpstan/phpstan-deprecation-rules": "^1.2.1", + "phpstan/phpstan-phpunit": "^1.4.2", + "phpstan/phpstan-strict-rules": "^1.6.2", + "phpunit/phpunit": "^10.5.16 || ^11.5.22 || ^12.5.4", + "symfony/var-dumper": "^6.4.8 || ^7.4.0 || ^8.0" }, "suggest": { - "ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes", - "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters" + "ext-dom": "Required to use the XMLConverter and the HTMLConverter classes", + "ext-iconv": "Needed to ease transcoding CSV using iconv stream filters", + "ext-mbstring": "Needed to ease transcoding CSV using mb stream filters", + "ext-mysqli": "Requiered to use the package with the MySQLi extension", + "ext-pdo": "Required to use the package with the PDO extension", + "ext-pgsql": "Requiered to use the package with the PgSQL extension", + "ext-sqlite3": "Required to use the package with the SQLite3 extension" }, "type": "library", "extra": { @@ -4054,12 +3120,12 @@ } }, "autoload": { - "psr-4": { - "League\\Csv\\": "src" - }, "files": [ "src/functions_include.php" - ] + ], + "psr-4": { + "League\\Csv\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4074,7 +3140,7 @@ } ], "description": "CSV data manipulation made easy in PHP", - "homepage": "http://csv.thephpleague.com", + "homepage": "https://csv.thephpleague.com", "keywords": [ "convert", "csv", @@ -4097,30 +3163,101 @@ "type": "github" } ], - "time": "2021-04-17T16:32:08+00:00" + "time": "2025-12-27T15:18:42+00:00" + }, + { + "name": "marc-mabe/php-enum", + "version": "v4.7.2", + "source": { + "type": "git", + "url": "https://github.com/marc-mabe/php-enum.git", + "reference": "bb426fcdd65c60fb3638ef741e8782508fda7eef" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/marc-mabe/php-enum/zipball/bb426fcdd65c60fb3638ef741e8782508fda7eef", + "reference": "bb426fcdd65c60fb3638ef741e8782508fda7eef", + "shasum": "" + }, + "require": { + "ext-reflection": "*", + "php": "^7.1 | ^8.0" + }, + "require-dev": { + "phpbench/phpbench": "^0.16.10 || ^1.0.4", + "phpstan/phpstan": "^1.3.1", + "phpunit/phpunit": "^7.5.20 | ^8.5.22 | ^9.5.11", + "vimeo/psalm": "^4.17.0 | ^5.26.1" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-3.x": "3.2-dev", + "dev-master": "4.7-dev" + } + }, + "autoload": { + "psr-4": { + "MabeEnum\\": "src/" + }, + "classmap": [ + "stubs/Stringable.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Marc Bennewitz", + "email": "dev@mabe.berlin", + "homepage": "https://mabe.berlin/", + "role": "Lead" + } + ], + "description": "Simple and fast implementation of enumerations with native PHP", + "homepage": "https://github.com/marc-mabe/php-enum", + "keywords": [ + "enum", + "enum-map", + "enum-set", + "enumeration", + "enumerator", + "enummap", + "enumset", + "map", + "set", + "type", + "type-hint", + "typehint" + ], + "support": { + "issues": "https://github.com/marc-mabe/php-enum/issues", + "source": "https://github.com/marc-mabe/php-enum/tree/v4.7.2" + }, + "time": "2025-09-14T11:18:39+00:00" }, { "name": "masterminds/html5", - "version": "2.7.5", + "version": "2.10.0", "source": { "type": "git", "url": "https://github.com/Masterminds/html5-php.git", - "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab" + "reference": "fcf91eb64359852f00d921887b219479b4f21251" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f640ac1bdddff06ea333a920c95bbad8872429ab", - "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/fcf91eb64359852f00d921887b219479b4f21251", + "reference": "fcf91eb64359852f00d921887b219479b4f21251", "shasum": "" }, "require": { - "ext-ctype": "*", "ext-dom": "*", - "ext-libxml": "*", "php": ">=5.3.0" }, "require-dev": { - "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7" + "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7 || ^8 || ^9" }, "type": "library", "extra": { @@ -4162,29 +3299,84 @@ "serializer", "xml" ], - "time": "2021-07-01T14:25:37+00:00" + "support": { + "issues": "https://github.com/Masterminds/html5-php/issues", + "source": "https://github.com/Masterminds/html5-php/tree/2.10.0" + }, + "time": "2025-07-25T09:04:22+00:00" + }, + { + "name": "mck89/peast", + "version": "v1.17.6", + "source": { + "type": "git", + "url": "https://github.com/mck89/peast.git", + "reference": "b8b4184b1e6912669f9af155caef9050509d9f18" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mck89/peast/zipball/b8b4184b1e6912669f9af155caef9050509d9f18", + "reference": "b8b4184b1e6912669f9af155caef9050509d9f18", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.17.6-dev" + } + }, + "autoload": { + "psr-4": { + "Peast\\": "lib/Peast/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Marco Marchiò", + "email": "marco.mm89@gmail.com" + } + ], + "description": "Peast is PHP library that generates AST for JavaScript code", + "support": { + "issues": "https://github.com/mck89/peast/issues", + "source": "https://github.com/mck89/peast/tree/v1.17.6" + }, + "time": "2026-04-24T08:04:05+00:00" }, { "name": "nikic/php-parser", - "version": "v4.13.0", + "version": "v5.7.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "50953a2691a922aa1769461637869a0a2faa3f53" + "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/50953a2691a922aa1769461637869a0a2faa3f53", - "reference": "50953a2691a922aa1769461637869a0a2faa3f53", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82", + "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82", "shasum": "" }, "require": { + "ext-ctype": "*", + "ext-json": "*", "ext-tokenizer": "*", - "php": ">=7.0" + "php": ">=7.4" }, "require-dev": { "ircmaxell/php-yacc": "^0.0.7", - "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" + "phpunit/phpunit": "^9.0" }, "bin": [ "bin/php-parse" @@ -4192,7 +3384,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "4.9-dev" + "dev-master": "5.x-dev" } }, "autoload": { @@ -4216,27 +3408,27 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.0" + "source": "https://github.com/nikic/PHP-Parser/tree/v5.7.0" }, - "time": "2021-09-20T12:20:58+00:00" + "time": "2025-12-06T11:56:16+00:00" }, { "name": "pear/archive_tar", - "version": "1.4.14", + "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/pear/Archive_Tar.git", - "reference": "4d761c5334c790e45ef3245f0864b8955c562caa" + "reference": "dc3285537f1832da8ddbbe45f5a007248b6cc00e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/4d761c5334c790e45ef3245f0864b8955c562caa", - "reference": "4d761c5334c790e45ef3245f0864b8955c562caa", + "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/dc3285537f1832da8ddbbe45f5a007248b6cc00e", + "reference": "dc3285537f1832da8ddbbe45f5a007248b6cc00e", "shasum": "" }, "require": { "pear/pear-core-minimal": "^1.10.0alpha2", - "php": ">=5.2.0" + "php": ">=5.4.0" }, "require-dev": { "phpunit/phpunit": "*" @@ -4262,7 +3454,7 @@ "./" ], "license": [ - "BSD-3-Clause" + "BSD-2-Clause" ], "authors": [ { @@ -4288,17 +3480,7 @@ "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar", "source": "https://github.com/pear/Archive_Tar" }, - "funding": [ - { - "url": "https://github.com/mrook", - "type": "github" - }, - { - "url": "https://www.patreon.com/michielrook", - "type": "patreon" - } - ], - "time": "2021-07-20T13:53:39+00:00" + "time": "2025-07-19T14:49:16+00:00" }, { "name": "pear/console_getopt", @@ -4345,34 +3527,39 @@ } ], "description": "More info available on: http://pear.php.net/package/Console_Getopt", + "support": { + "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt", + "source": "https://github.com/pear/Console_Getopt" + }, "time": "2019-11-20T18:27:48+00:00" }, { "name": "pear/pear-core-minimal", - "version": "v1.10.11", + "version": "v1.10.18", "source": { "type": "git", "url": "https://github.com/pear/pear-core-minimal.git", - "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d" + "reference": "c7b55789d01de0ce090d289b73f1bbd6a2f113b1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/68d0d32ada737153b7e93b8d3c710ebe70ac867d", - "reference": "68d0d32ada737153b7e93b8d3c710ebe70ac867d", + "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/c7b55789d01de0ce090d289b73f1bbd6a2f113b1", + "reference": "c7b55789d01de0ce090d289b73f1bbd6a2f113b1", "shasum": "" }, "require": { "pear/console_getopt": "~1.4", - "pear/pear_exception": "~1.0" + "pear/pear_exception": "~1.0", + "php": ">=5.4" }, "replace": { "rsky/pear-core-min": "self.version" }, "type": "library", "autoload": { - "psr-0": { - "": "src/" - } + "classmap": [ + "src/" + ] }, "notification-url": "https://packagist.org/downloads/", "include-path": [ @@ -4389,83 +3576,369 @@ } ], "description": "Minimal set of PEAR core files to be used as composer dependency", - "time": "2021-08-10T22:31:03+00:00" + "support": { + "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR", + "source": "https://github.com/pear/pear-core-minimal" + }, + "time": "2025-12-14T20:37:07+00:00" }, { "name": "pear/pear_exception", "version": "v1.0.2", "source": { "type": "git", - "url": "https://github.com/pear/PEAR_Exception.git", - "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0" + "url": "https://github.com/pear/PEAR_Exception.git", + "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0", + "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0", + "shasum": "" + }, + "require": { + "php": ">=5.2.0" + }, + "require-dev": { + "phpunit/phpunit": "<9" + }, + "type": "class", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "classmap": [ + "PEAR/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "." + ], + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Helgi Thormar", + "email": "dufuz@php.net" + }, + { + "name": "Greg Beaver", + "email": "cellog@php.net" + } + ], + "description": "The PEAR Exception base class.", + "homepage": "https://github.com/pear/PEAR_Exception", + "keywords": [ + "exception" + ], + "support": { + "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception", + "source": "https://github.com/pear/PEAR_Exception" + }, + "time": "2021-03-21T15:43:46+00:00" + }, + { + "name": "phootwork/collection", + "version": "v3.2.3", + "source": { + "type": "git", + "url": "https://github.com/phootwork/collection.git", + "reference": "46dde20420fba17766c89200bc3ff91d3e58eafa" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phootwork/collection/zipball/46dde20420fba17766c89200bc3ff91d3e58eafa", + "reference": "46dde20420fba17766c89200bc3ff91d3e58eafa", + "shasum": "" + }, + "require": { + "phootwork/lang": "^3.0", + "php": ">=8.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "phootwork\\collection\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Thomas Gossmann", + "homepage": "http://gos.si" + } + ], + "description": "The phootwork library fills gaps in the php language and provides better solutions than the existing ones php offers.", + "homepage": "https://phootwork.github.io/collection/", + "keywords": [ + "Array object", + "Text object", + "collection", + "collections", + "json", + "list", + "map", + "queue", + "set", + "stack", + "xml" + ], + "support": { + "issues": "https://github.com/phootwork/phootwork/issues", + "source": "https://github.com/phootwork/collection/tree/v3.2.3" + }, + "time": "2022-08-27T12:51:24+00:00" + }, + { + "name": "phootwork/lang", + "version": "v3.2.3", + "source": { + "type": "git", + "url": "https://github.com/phootwork/lang.git", + "reference": "52ec8cce740ce1c424eef02f43b43d5ddfec7b5e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phootwork/lang/zipball/52ec8cce740ce1c424eef02f43b43d5ddfec7b5e", + "reference": "52ec8cce740ce1c424eef02f43b43d5ddfec7b5e", + "shasum": "" + }, + "require": { + "php": ">=8.0", + "symfony/polyfill-mbstring": "^1.12", + "symfony/polyfill-php81": "^1.22" + }, + "type": "library", + "autoload": { + "psr-4": { + "phootwork\\lang\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Thomas Gossmann", + "homepage": "http://gos.si" + } + ], + "description": "Missing PHP language constructs", + "homepage": "https://phootwork.github.io/lang/", + "keywords": [ + "array", + "comparator", + "comparison", + "string" + ], + "support": { + "issues": "https://github.com/phootwork/phootwork/issues", + "source": "https://github.com/phootwork/lang/tree/v3.2.3" + }, + "time": "2024-10-03T13:43:19+00:00" + }, + { + "name": "php-tuf/composer-stager", + "version": "v2.0.2", + "source": { + "type": "git", + "url": "https://github.com/php-tuf/composer-stager.git", + "reference": "3b8cad67352ebef1f854995efc722728518cafd8" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-tuf/composer-stager/zipball/3b8cad67352ebef1f854995efc722728518cafd8", + "reference": "3b8cad67352ebef1f854995efc722728518cafd8", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": ">=8.1.0", + "symfony/filesystem": "^6.2 || ^7.0", + "symfony/process": "^6.4.14 || ^7.1.7", + "symfony/translation-contracts": "^3.1" + }, + "conflict": { + "symfony/process": ">=6 <6.4.14 || >=7 <7.1.7", + "symfony/symfony": ">=6 <6.4.14 || >=7 <7.1.7" + }, + "require-dev": { + "dealerdirect/phpcodesniffer-composer-installer": "^1.0", + "ext-simplexml": "*", + "phpspec/prophecy": "^1.17", + "phpspec/prophecy-phpunit": "^2.0", + "phpstan/phpstan": "^1.10", + "phpunit/phpunit": "^10.5.19", + "slevomat/coding-standard": "^8.13", + "squizlabs/php_codesniffer": "^3.7", + "symfony/config": "^6.3", + "symfony/dependency-injection": "^6.3", + "symfony/yaml": "^6.3", + "thecodingmachine/phpstan-strict-rules": "^1.0" + }, + "suggest": { + "symfony/dependency-injection": "For dependency injection", + "symfony/translation": "For internationalization tools" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-develop": "2.x-dev" + } + }, + "autoload": { + "psr-4": { + "PhpTuf\\ComposerStager\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Travis Carden", + "email": "travis.carden@gmail.com", + "role": "Developer" + } + ], + "description": "Stages Composer commands so they can be safely run on a production codebase.", + "homepage": "https://github.com/php-tuf/composer-stager", + "support": { + "issues": "https://github.com/php-tuf/composer-stager/issues", + "source": "https://github.com/php-tuf/composer-stager" + }, + "time": "2025-11-17T14:51:07+00:00" + }, + { + "name": "phpowermove/docblock", + "version": "v4.0", + "source": { + "type": "git", + "url": "https://github.com/phpowermove/docblock.git", + "reference": "a73f6e17b7d4e1b92ca5378c248c952c9fae7826" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpowermove/docblock/zipball/a73f6e17b7d4e1b92ca5378c248c952c9fae7826", + "reference": "a73f6e17b7d4e1b92ca5378c248c952c9fae7826", + "shasum": "" + }, + "require": { + "phootwork/collection": "^3.0", + "phootwork/lang": "^3.0", + "php": ">=8.0" + }, + "require-dev": { + "phootwork/php-cs-fixer-config": "^0.4", + "phpunit/phpunit": "^9.0", + "psalm/phar": "^4.3" + }, + "type": "library", + "autoload": { + "psr-4": { + "phpowermove\\docblock\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Thomas Gossmann", + "homepage": "http://gos.si" + } + ], + "description": "PHP Docblock parser and generator. An API to read and write Docblocks.", + "keywords": [ + "docblock", + "generator", + "parser" + ], + "support": { + "issues": "https://github.com/phpowermove/docblock/issues", + "source": "https://github.com/phpowermove/docblock/tree/v4.0" + }, + "time": "2021-09-22T16:57:06+00:00" + }, + { + "name": "psr/container", + "version": "2.0.2", + "source": { + "type": "git", + "url": "https://github.com/php-fig/container.git", + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0", - "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0", + "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963", + "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963", "shasum": "" }, "require": { - "php": ">=5.2.0" - }, - "require-dev": { - "phpunit/phpunit": "<9" + "php": ">=7.4.0" }, - "type": "class", + "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { - "classmap": [ - "PEAR/" - ] + "psr-4": { + "Psr\\Container\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "." - ], "license": [ - "BSD-2-Clause" + "MIT" ], "authors": [ { - "name": "Helgi Thormar", - "email": "dufuz@php.net" - }, - { - "name": "Greg Beaver", - "email": "cellog@php.net" + "name": "PHP-FIG", + "homepage": "https://www.php-fig.org/" } ], - "description": "The PEAR Exception base class.", - "homepage": "https://github.com/pear/PEAR_Exception", + "description": "Common Container Interface (PHP FIG PSR-11)", + "homepage": "https://github.com/php-fig/container", "keywords": [ - "exception" + "PSR-11", + "container", + "container-interface", + "container-interop", + "psr" ], "support": { - "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception", - "source": "https://github.com/pear/PEAR_Exception" + "issues": "https://github.com/php-fig/container/issues", + "source": "https://github.com/php-fig/container/tree/2.0.2" }, - "time": "2021-03-21T15:43:46+00:00" + "time": "2021-11-05T16:47:00+00:00" }, { - "name": "psr/cache", - "version": "1.0.1", + "name": "psr/event-dispatcher", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/php-fig/cache.git", - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" + "url": "https://github.com/php-fig/event-dispatcher.git", + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", - "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", + "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0", + "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=7.2.0" }, "type": "library", "extra": { @@ -4475,7 +3948,7 @@ }, "autoload": { "psr-4": { - "Psr\\Cache\\": "src/" + "Psr\\EventDispatcher\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -4488,38 +3961,45 @@ "homepage": "http://www.php-fig.org/" } ], - "description": "Common interface for caching libraries", + "description": "Standard interfaces for event handling.", "keywords": [ - "cache", + "events", "psr", - "psr-6" + "psr-14" ], "support": { - "source": "https://github.com/php-fig/cache/tree/master" + "issues": "https://github.com/php-fig/event-dispatcher/issues", + "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0" }, - "time": "2016-08-06T20:24:11+00:00" + "time": "2019-01-08T18:20:26+00:00" }, { - "name": "psr/container", - "version": "1.1.1", + "name": "psr/http-client", + "version": "1.0.3", "source": { "type": "git", - "url": "https://github.com/php-fig/container.git", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf" + "url": "https://github.com/php-fig/http-client.git", + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf", - "reference": "8622567409010282b7aeebe4bb841fe98b58dcaf", + "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", + "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", "shasum": "" }, "require": { - "php": ">=7.2.0" + "php": "^7.0 || ^8.0", + "psr/http-message": "^1.0 || ^2.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, "autoload": { "psr-4": { - "Psr\\Container\\": "src/" + "Psr\\Http\\Client\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -4532,38 +4012,36 @@ "homepage": "https://www.php-fig.org/" } ], - "description": "Common Container Interface (PHP FIG PSR-11)", - "homepage": "https://github.com/php-fig/container", + "description": "Common interface for HTTP clients", + "homepage": "https://github.com/php-fig/http-client", "keywords": [ - "PSR-11", - "container", - "container-interface", - "container-interop", - "psr" + "http", + "http-client", + "psr", + "psr-18" ], "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/http-client" }, - "time": "2021-03-05T17:36:06+00:00" + "time": "2023-09-23T14:17:50+00:00" }, { "name": "psr/http-factory", - "version": "1.0.1", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-factory.git", - "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be" + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be", - "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be", + "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", + "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", "shasum": "" }, "require": { - "php": ">=7.0.0", - "psr/http-message": "^1.0" + "php": ">=7.1", + "psr/http-message": "^1.0 || ^2.0" }, "type": "library", "extra": { @@ -4583,10 +4061,10 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], - "description": "Common interfaces for PSR-7 HTTP message factories", + "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", "keywords": [ "factory", "http", @@ -4597,29 +4075,32 @@ "request", "response" ], - "time": "2019-04-30T12:38:16+00:00" + "support": { + "source": "https://github.com/php-fig/http-factory" + }, + "time": "2024-04-15T12:06:14+00:00" }, { "name": "psr/http-message", - "version": "1.0.1", + "version": "2.0", "source": { "type": "git", "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", + "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev" + "dev-master": "2.0.x-dev" } }, "autoload": { @@ -4634,7 +4115,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for HTTP messages", @@ -4647,34 +4128,37 @@ "request", "response" ], - "time": "2016-08-06T14:39:51+00:00" + "support": { + "source": "https://github.com/php-fig/http-message/tree/2.0" + }, + "time": "2023-04-04T09:54:51+00:00" }, { "name": "psr/log", - "version": "1.1.4", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11" + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", - "reference": "d49695b909c3b7628b6289db5479a1c204601f11", + "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=8.0.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.1.x-dev" + "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { - "Psr\\Log\\": "Psr/Log/" + "Psr\\Log\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -4695,50 +4179,55 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/1.1.4" + "source": "https://github.com/php-fig/log/tree/3.0.2" }, - "time": "2021-05-03T11:20:27+00:00" + "time": "2024-09-11T13:17:53+00:00" }, { "name": "psy/psysh", - "version": "v0.10.8", + "version": "v0.12.23", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "e4573f47750dd6c92dca5aee543fa77513cbd8d3" + "reference": "4dcc0f08047d52bbde475eda481146fd8e27e1a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e4573f47750dd6c92dca5aee543fa77513cbd8d3", - "reference": "e4573f47750dd6c92dca5aee543fa77513cbd8d3", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/4dcc0f08047d52bbde475eda481146fd8e27e1a4", + "reference": "4dcc0f08047d52bbde475eda481146fd8e27e1a4", "shasum": "" }, "require": { "ext-json": "*", "ext-tokenizer": "*", - "nikic/php-parser": "~4.0|~3.0|~2.0|~1.3", - "php": "^8.0 || ^7.0 || ^5.5.9", - "symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10", - "symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7" + "nikic/php-parser": "^5.0 || ^4.0", + "php": "^8.0 || ^7.4", + "symfony/console": "^8.0 || ^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4", + "symfony/var-dumper": "^8.0 || ^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4" + }, + "conflict": { + "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.*" + "composer/class-map-generator": "^1.6" }, "suggest": { + "composer/class-map-generator": "Improved tab completion performance with better class discovery.", "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-posix": "If you have PCNTL, you'll want the POSIX extension as well." }, "bin": [ "bin/psysh" ], "type": "library", "extra": { + "bamarni-bin": { + "bin-links": false, + "forward-command": false + }, "branch-alias": { - "dev-main": "0.10.x-dev" + "dev-main": "0.12.x-dev" } }, "autoload": { @@ -4756,12 +4245,11 @@ "authors": [ { "name": "Justin Hileman", - "email": "justin@justinhileman.info", - "homepage": "http://justinhileman.com" + "email": "justin@justinhileman.info" } ], "description": "An interactive shell for modern PHP.", - "homepage": "http://psysh.org", + "homepage": "https://psysh.org", "keywords": [ "REPL", "console", @@ -4770,9 +4258,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.10.8" + "source": "https://github.com/bobthecow/psysh/tree/v0.12.23" }, - "time": "2021-04-10T16:23:39+00:00" + "time": "2026-05-23T13:41:31+00:00" }, { "name": "ralouphie/getallheaders", @@ -4812,294 +4300,45 @@ } ], "description": "A polyfill for getallheaders.", - "time": "2019-03-08T08:55:37+00:00" - }, - { - "name": "stack/builder", - "version": "v1.0.6", - "source": { - "type": "git", - "url": "https://github.com/stackphp/builder.git", - "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/stackphp/builder/zipball/a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c", - "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c", - "shasum": "" - }, - "require": { - "php": ">=7.2.0", - "symfony/http-foundation": "~2.1|~3.0|~4.0|~5.0", - "symfony/http-kernel": "~2.1|~3.0|~4.0|~5.0" - }, - "require-dev": { - "phpunit/phpunit": "~8.0", - "symfony/routing": "^5.0" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } - }, - "autoload": { - "psr-0": { - "Stack": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Igor Wiedler", - "email": "igor@wiedler.ch" - } - ], - "description": "Builder for stack middleware based on HttpKernelInterface.", - "keywords": [ - "stack" - ], - "time": "2020-01-30T12:17:27+00:00" - }, - { - "name": "stecman/symfony-console-completion", - "version": "0.11.0", - "source": { - "type": "git", - "url": "https://github.com/stecman/symfony-console-completion.git", - "reference": "a9502dab59405e275a9f264536c4e1cb61fc3518" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/stecman/symfony-console-completion/zipball/a9502dab59405e275a9f264536c4e1cb61fc3518", - "reference": "a9502dab59405e275a9f264536c4e1cb61fc3518", - "shasum": "" - }, - "require": { - "php": ">=5.3.2", - "symfony/console": "~2.3 || ~3.0 || ~4.0 || ~5.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.8.36 || ~5.7 || ~6.4" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "0.10.x-dev" - } - }, - "autoload": { - "psr-4": { - "Stecman\\Component\\Symfony\\Console\\BashCompletion\\": "src/" - } + "support": { + "issues": "https://github.com/ralouphie/getallheaders/issues", + "source": "https://github.com/ralouphie/getallheaders/tree/develop" }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Stephen Holdaway", - "email": "stephen@stecman.co.nz" - } - ], - "description": "Automatic BASH completion for Symfony Console Component based applications.", - "time": "2019-11-24T17:03:06+00:00" + "time": "2019-03-08T08:55:37+00:00" }, { - "name": "symfony-cmf/routing", - "version": "2.3.4", + "name": "revolt/event-loop", + "version": "v1.0.9", "source": { "type": "git", - "url": "https://github.com/symfony-cmf/Routing.git", - "reference": "bbcdf2f6301d740454ba9ebb8adaefd436c36a6b" + "url": "https://github.com/revoltphp/event-loop.git", + "reference": "44061cf513e53c6200372fc935ac42271566295d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/bbcdf2f6301d740454ba9ebb8adaefd436c36a6b", - "reference": "bbcdf2f6301d740454ba9ebb8adaefd436c36a6b", + "url": "https://api.github.com/repos/revoltphp/event-loop/zipball/44061cf513e53c6200372fc935ac42271566295d", + "reference": "44061cf513e53c6200372fc935ac42271566295d", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0", - "psr/log": "^1.0 || ^2.0 || ^3.0", - "symfony/http-kernel": "^4.4 || ^5.0", - "symfony/routing": "^4.4 || ^5.0" + "php": ">=8.1" }, "require-dev": { - "symfony-cmf/testing": "^3@dev", - "symfony/config": "^4.4 || ^5.0", - "symfony/dependency-injection": "^4.4 || ^5.0", - "symfony/event-dispatcher": "^4.4 || ^5.0", - "symfony/phpunit-bridge": "^5.0" - }, - "suggest": { - "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (^4.4 || ^5.0)" + "ext-json": "*", + "jetbrains/phpstorm-stubs": "^2019.3", + "phpunit/phpunit": "^9", + "psalm/phar": "6.16.*" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Cmf\\Component\\Routing\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Symfony CMF Community", - "homepage": "https://github.com/symfony-cmf/Routing/contributors" - } - ], - "description": "Extends the Symfony routing component for dynamic routes and chaining several routers", - "homepage": "http://cmf.symfony.com", - "keywords": [ - "database", - "routing" - ], - "time": "2021-11-08T16:33:10+00:00" - }, - { - "name": "symfony/config", - "version": "v4.4.30", - "source": { - "type": "git", - "url": "https://github.com/symfony/config.git", - "reference": "d9ea72de055cd822e5228ff898e2aad2f52f76b0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/d9ea72de055cd822e5228ff898e2aad2f52f76b0", - "reference": "d9ea72de055cd822e5228ff898e2aad2f52f76b0", - "shasum": "" - }, - "require": { - "php": ">=7.1.3", - "symfony/filesystem": "^3.4|^4.0|^5.0", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-php80": "^1.16", - "symfony/polyfill-php81": "^1.22" - }, - "conflict": { - "symfony/finder": "<3.4" - }, - "require-dev": { - "symfony/event-dispatcher": "^3.4|^4.0|^5.0", - "symfony/finder": "^3.4|^4.0|^5.0", - "symfony/messenger": "^4.1|^5.0", - "symfony/service-contracts": "^1.1|^2", - "symfony/yaml": "^3.4|^4.0|^5.0" - }, - "suggest": { - "symfony/yaml": "To use the yaml reference dumper" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\Config\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/config/tree/v4.4.30" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2021-08-04T20:31:23+00:00" - }, - { - "name": "symfony/console", - "version": "v4.4.34", - "source": { - "type": "git", - "url": "https://github.com/symfony/console.git", - "reference": "329b3a75cc6b16d435ba1b1a41df54a53382a3f0" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/329b3a75cc6b16d435ba1b1a41df54a53382a3f0", - "reference": "329b3a75cc6b16d435ba1b1a41df54a53382a3f0", - "shasum": "" - }, - "require": { - "php": ">=7.1.3", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php73": "^1.8", - "symfony/polyfill-php80": "^1.16", - "symfony/service-contracts": "^1.1|^2" - }, - "conflict": { - "psr/log": ">=3", - "symfony/dependency-injection": "<3.4", - "symfony/event-dispatcher": "<4.3|>=5", - "symfony/lock": "<4.4", - "symfony/process": "<3.3" - }, - "provide": { - "psr/log-implementation": "1.0|2.0" - }, - "require-dev": { - "psr/log": "^1|^2", - "symfony/config": "^3.4|^4.0|^5.0", - "symfony/dependency-injection": "^3.4|^4.0|^5.0", - "symfony/event-dispatcher": "^4.3", - "symfony/lock": "^4.4|^5.0", - "symfony/process": "^3.4|^4.0|^5.0", - "symfony/var-dumper": "^4.3|^5.0" - }, - "suggest": { - "psr/log": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/lock": "", - "symfony/process": "" + "branch-alias": { + "dev-main": "1.x-dev" + } }, - "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\Console\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Revolt\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5107,126 +4346,153 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Aaron Piotrowski", + "email": "aaron@trowski.com" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Eases the creation of beautiful and testable command line interfaces", - "homepage": "https://symfony.com", - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" + "name": "Cees-Jan Kiewiet", + "email": "ceesjank@gmail.com" }, { - "url": "https://github.com/fabpot", - "type": "github" + "name": "Christian Lück", + "email": "christian@clue.engineering" }, { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" + "name": "Niklas Keller", + "email": "me@kelunik.com" } ], - "time": "2021-11-04T12:23:33+00:00" + "description": "Rock-solid event loop for concurrent PHP applications.", + "keywords": [ + "async", + "asynchronous", + "concurrency", + "event", + "event-loop", + "non-blocking", + "scheduler" + ], + "support": { + "issues": "https://github.com/revoltphp/event-loop/issues", + "source": "https://github.com/revoltphp/event-loop/tree/v1.0.9" + }, + "time": "2026-05-16T17:55:38+00:00" }, { - "name": "symfony/css-selector", - "version": "v4.4.27", + "name": "sebastian/diff", + "version": "7.0.0", "source": { "type": "git", - "url": "https://github.com/symfony/css-selector.git", - "reference": "5194f18bd80d106f11efa8f7cd0fbdcc3af96ce6" + "url": "https://github.com/sebastianbergmann/diff.git", + "reference": "7ab1ea946c012266ca32390913653d844ecd085f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/css-selector/zipball/5194f18bd80d106f11efa8f7cd0fbdcc3af96ce6", - "reference": "5194f18bd80d106f11efa8f7cd0fbdcc3af96ce6", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/7ab1ea946c012266ca32390913653d844ecd085f", + "reference": "7ab1ea946c012266ca32390913653d844ecd085f", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.3" + }, + "require-dev": { + "phpunit/phpunit": "^12.0", + "symfony/process": "^7.2" }, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "7.0-dev" + } + }, "autoload": { - "psr-4": { - "Symfony\\Component\\CssSelector\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" + "classmap": [ + "src/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Jean-François Simon", - "email": "jeanfrancois.simon@sensiolabs.com" + "name": "Sebastian Bergmann", + "email": "sebastian@phpunit.de" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Kore Nordmann", + "email": "mail@kore-nordmann.de" } ], - "description": "Converts CSS selectors to XPath expressions", - "homepage": "https://symfony.com", + "description": "Diff implementation", + "homepage": "https://github.com/sebastianbergmann/diff", + "keywords": [ + "diff", + "udiff", + "unidiff", + "unified diff" + ], "support": { - "source": "https://github.com/symfony/css-selector/tree/v4.4.27" + "issues": "https://github.com/sebastianbergmann/diff/issues", + "security": "https://github.com/sebastianbergmann/diff/security/policy", + "source": "https://github.com/sebastianbergmann/diff/tree/7.0.0" }, "funding": [ { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", + "url": "https://github.com/sebastianbergmann", "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" } ], - "time": "2021-07-21T12:19:41+00:00" + "time": "2025-02-07T04:55:46+00:00" }, { - "name": "symfony/debug", - "version": "v4.4.31", + "name": "symfony/console", + "version": "v7.4.13", "source": { "type": "git", - "url": "https://github.com/symfony/debug.git", - "reference": "43ede438d4cb52cd589ae5dc070e9323866ba8e0" + "url": "https://github.com/symfony/console.git", + "reference": "85095d2573eaefaf35e40b9513a9bf09f72cd217" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/43ede438d4cb52cd589ae5dc070e9323866ba8e0", - "reference": "43ede438d4cb52cd589ae5dc070e9323866ba8e0", + "url": "https://api.github.com/repos/symfony/console/zipball/85095d2573eaefaf35e40b9513a9bf09f72cd217", + "reference": "85095d2573eaefaf35e40b9513a9bf09f72cd217", "shasum": "" }, "require": { - "php": ">=7.1.3", - "psr/log": "^1|^2|^3" + "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/service-contracts": "^2.5|^3", + "symfony/string": "^7.2|^8.0" }, "conflict": { - "symfony/http-kernel": "<3.4" + "symfony/dependency-injection": "<6.4", + "symfony/dotenv": "<6.4", + "symfony/event-dispatcher": "<6.4", + "symfony/lock": "<6.4", + "symfony/process": "<6.4" + }, + "provide": { + "psr/log-implementation": "1.0|2.0|3.0" }, "require-dev": { - "symfony/http-kernel": "^3.4|^4.0|^5.0" + "psr/log": "^1|^2|^3", + "symfony/config": "^6.4|^7.0|^8.0", + "symfony/dependency-injection": "^6.4|^7.0|^8.0", + "symfony/event-dispatcher": "^6.4|^7.0|^8.0", + "symfony/http-foundation": "^6.4|^7.0|^8.0", + "symfony/http-kernel": "^6.4|^7.0|^8.0", + "symfony/lock": "^6.4|^7.0|^8.0", + "symfony/messenger": "^6.4|^7.0|^8.0", + "symfony/process": "^6.4|^7.0|^8.0", + "symfony/stopwatch": "^6.4|^7.0|^8.0", + "symfony/var-dumper": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\Debug\\": "" + "Symfony\\Component\\Console\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -5246,8 +4512,17 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Provides tools to ease debugging PHP code", + "description": "Eases the creation of beautiful and testable command line interfaces", "homepage": "https://symfony.com", + "keywords": [ + "cli", + "command-line", + "console", + "terminal" + ], + "support": { + "source": "https://github.com/symfony/console/tree/v7.4.13" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -5257,54 +4532,52 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-09-24T13:30:14+00:00" + "time": "2026-05-24T08:56:14+00:00" }, { "name": "symfony/dependency-injection", - "version": "v4.4.34", + "version": "v7.4.13", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "117d7f132ed7efbd535ec947709d49bec1b9d24b" + "reference": "f299e20ce983be6c0744952533c6dfeaaa1448e2" }, "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/f299e20ce983be6c0744952533c6dfeaaa1448e2", + "reference": "f299e20ce983be6c0744952533c6dfeaaa1448e2", "shasum": "" }, "require": { - "php": ">=7.1.3", - "psr/container": "^1.0", - "symfony/polyfill-php80": "^1.16", - "symfony/service-contracts": "^1.1.6|^2" + "php": ">=8.2", + "psr/container": "^1.1|^2.0", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/service-contracts": "^3.6", + "symfony/var-exporter": "^6.4.20|^7.2.5|^8.0" }, "conflict": { - "symfony/config": "<4.3|>=5.0", - "symfony/finder": "<3.4", - "symfony/proxy-manager-bridge": "<3.4", - "symfony/yaml": "<3.4" + "ext-psr": "<1.1|>=2", + "symfony/config": "<6.4", + "symfony/finder": "<6.4", + "symfony/yaml": "<6.4" }, "provide": { - "psr/container-implementation": "1.0", - "symfony/service-implementation": "1.0|2.0" + "psr/container-implementation": "1.1|2.0", + "symfony/service-implementation": "1.1|2.0|3.0" }, "require-dev": { - "symfony/config": "^4.3", - "symfony/expression-language": "^3.4|^4.0|^5.0", - "symfony/yaml": "^4.4|^5.0" - }, - "suggest": { - "symfony/config": "", - "symfony/expression-language": "For using expressions in service container configuration", - "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", - "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", - "symfony/yaml": "" + "symfony/config": "^6.4|^7.0|^8.0", + "symfony/expression-language": "^6.4|^7.0|^8.0", + "symfony/yaml": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { @@ -5331,6 +4604,9 @@ ], "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/v7.4.13" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -5340,38 +4616,42 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-11-15T14:42:25+00:00" + "time": "2026-05-20T14:07:29+00:00" }, { "name": "symfony/deprecation-contracts", - "version": "v2.5.0", + "version": "v3.7.0", "source": { "type": "git", "url": "https://github.com/symfony/deprecation-contracts.git", - "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8" + "reference": "50f59d1f3ca46d41ac911f97a78626b6756af35b" }, "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/50f59d1f3ca46d41ac911f97a78626b6756af35b", + "reference": "50f59d1f3ca46d41ac911f97a78626b6756af35b", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=8.1" }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "2.5-dev" - }, "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, + "branch-alias": { + "dev-main": "3.7-dev" } }, "autoload": { @@ -5395,6 +4675,9 @@ ], "description": "A generic function and convention to trigger deprecation notices", "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/deprecation-contracts/tree/v3.7.0" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -5405,77 +4688,7 @@ "type": "github" }, { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2021-07-12T14:48:14+00:00" - }, - { - "name": "symfony/dom-crawler", - "version": "v4.4.30", - "source": { - "type": "git", - "url": "https://github.com/symfony/dom-crawler.git", - "reference": "4632ae3567746c7e915c33c67a2fb6ab746090c4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4632ae3567746c7e915c33c67a2fb6ab746090c4", - "reference": "4632ae3567746c7e915c33c67a2fb6ab746090c4", - "shasum": "" - }, - "require": { - "php": ">=7.1.3", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.16" - }, - "conflict": { - "masterminds/html5": "<2.6" - }, - "require-dev": { - "masterminds/html5": "^2.6", - "symfony/css-selector": "^3.4|^4.0|^5.0" - }, - "suggest": { - "symfony/css-selector": "" - }, - "type": "library", - "autoload": { - "psr-4": { - "Symfony\\Component\\DomCrawler\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Eases DOM navigation for HTML and XML documents", - "homepage": "https://symfony.com", - "support": { - "source": "https://github.com/symfony/dom-crawler/tree/v4.4.30" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", + "url": "https://github.com/nicolas-grekas", "type": "github" }, { @@ -5483,32 +4696,42 @@ "type": "tidelift" } ], - "time": "2021-08-28T15:40:01+00:00" + "time": "2026-04-13T15:52:40+00:00" }, { "name": "symfony/error-handler", - "version": "v4.4.34", + "version": "v7.4.8", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "17785c374645def1e884d8ec49976c156c61db4d" + "reference": "8dd79d8af777ee6cba2fd4d98da6ffb839f3c0fa" }, "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/8dd79d8af777ee6cba2fd4d98da6ffb839f3c0fa", + "reference": "8dd79d8af777ee6cba2fd4d98da6ffb839f3c0fa", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=8.2", "psr/log": "^1|^2|^3", - "symfony/debug": "^4.4.5", - "symfony/var-dumper": "^4.4|^5.0" + "symfony/polyfill-php85": "^1.32", + "symfony/var-dumper": "^6.4|^7.0|^8.0" + }, + "conflict": { + "symfony/deprecation-contracts": "<2.5", + "symfony/http-kernel": "<6.4" }, "require-dev": { - "symfony/http-kernel": "^4.4|^5.0", - "symfony/serializer": "^4.4|^5.0" + "symfony/console": "^6.4|^7.0|^8.0", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/http-kernel": "^6.4|^7.0|^8.0", + "symfony/serializer": "^6.4|^7.0|^8.0", + "symfony/webpack-encore-bundle": "^1.0|^2.0" }, + "bin": [ + "Resources/bin/patch-type-declarations" + ], "type": "library", "autoload": { "psr-4": { @@ -5534,6 +4757,9 @@ ], "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/error-handler/tree/v7.4.8" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -5543,52 +4769,53 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-11-12T14:57:39+00:00" + "time": "2026-03-24T13:12:05+00:00" }, { "name": "symfony/event-dispatcher", - "version": "v4.4.34", + "version": "v7.4.9", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "1a024b45369c9d55d76b6b8a241bd20c9ea1cbd8" + "reference": "e4a2e29753c7801f7a8340e066cfa788f3bc8101" }, "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/e4a2e29753c7801f7a8340e066cfa788f3bc8101", + "reference": "e4a2e29753c7801f7a8340e066cfa788f3bc8101", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/event-dispatcher-contracts": "^1.1", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.2", + "symfony/event-dispatcher-contracts": "^2.5|^3" }, "conflict": { - "symfony/dependency-injection": "<3.4" + "symfony/dependency-injection": "<6.4", + "symfony/service-contracts": "<2.5" }, "provide": { "psr/event-dispatcher-implementation": "1.0", - "symfony/event-dispatcher-implementation": "1.1" + "symfony/event-dispatcher-implementation": "2.0|3.0" }, "require-dev": { "psr/log": "^1|^2|^3", - "symfony/config": "^3.4|^4.0|^5.0", - "symfony/dependency-injection": "^3.4|^4.0|^5.0", - "symfony/error-handler": "~3.4|~4.4", - "symfony/expression-language": "^3.4|^4.0|^5.0", - "symfony/http-foundation": "^3.4|^4.0|^5.0", - "symfony/service-contracts": "^1.1|^2", - "symfony/stopwatch": "^3.4|^4.0|^5.0" - }, - "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" + "symfony/config": "^6.4|^7.0|^8.0", + "symfony/dependency-injection": "^6.4|^7.0|^8.0", + "symfony/error-handler": "^6.4|^7.0|^8.0", + "symfony/expression-language": "^6.4|^7.0|^8.0", + "symfony/framework-bundle": "^6.4|^7.0|^8.0", + "symfony/http-foundation": "^6.4|^7.0|^8.0", + "symfony/service-contracts": "^2.5|^3", + "symfony/stopwatch": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { @@ -5615,6 +4842,9 @@ ], "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/v7.4.9" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -5624,42 +4854,43 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-11-15T14:42:25+00:00" + "time": "2026-04-18T13:18:21+00:00" }, { "name": "symfony/event-dispatcher-contracts", - "version": "v1.1.11", + "version": "v3.7.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher-contracts.git", - "reference": "01e9a4efac0ee33a05dfdf93b346f62e7d0e998c" + "reference": "ccba7060602b7fed0b03c85bf025257f76d9ef32" }, "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/ccba7060602b7fed0b03c85bf025257f76d9ef32", + "reference": "ccba7060602b7fed0b03c85bf025257f76d9ef32", "shasum": "" }, "require": { - "php": ">=7.1.3" - }, - "suggest": { - "psr/event-dispatcher": "", - "symfony/event-dispatcher-implementation": "" + "php": ">=8.1", + "psr/event-dispatcher": "^1" }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.1-dev" - }, "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, + "branch-alias": { + "dev-main": "3.7-dev" } }, "autoload": { @@ -5691,6 +4922,9 @@ "interoperability", "standards" ], + "support": { + "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.7.0" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -5700,31 +4934,38 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-03-23T15:25:38+00:00" + "time": "2026-01-05T13:30:16+00:00" }, { "name": "symfony/filesystem", - "version": "v4.4.27", + "version": "v7.4.11", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "517fb795794faf29086a77d99eb8f35e457837a7" + "reference": "d721ea61b4a5fba8c5b6e7c1feda19efea144b50" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/517fb795794faf29086a77d99eb8f35e457837a7", - "reference": "517fb795794faf29086a77d99eb8f35e457837a7", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/d721ea61b4a5fba8c5b6e7c1feda19efea144b50", + "reference": "d721ea61b4a5fba8c5b6e7c1feda19efea144b50", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=8.2", "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-php80": "^1.16" + "symfony/polyfill-mbstring": "~1.8" + }, + "require-dev": { + "symfony/process": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { @@ -5752,7 +4993,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v4.4.27" + "source": "https://github.com/symfony/filesystem/tree/v7.4.11" }, "funding": [ { @@ -5763,30 +5004,36 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-07-21T12:19:41+00:00" + "time": "2026-05-11T16:38:44+00:00" }, { "name": "symfony/finder", - "version": "v4.4.30", + "version": "v7.4.8", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "70362f1e112280d75b30087c7598b837c1b468b6" + "reference": "e0be088d22278583a82da281886e8c3592fbf149" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/70362f1e112280d75b30087c7598b837c1b468b6", - "reference": "70362f1e112280d75b30087c7598b837c1b468b6", + "url": "https://api.github.com/repos/symfony/finder/zipball/e0be088d22278583a82da281886e8c3592fbf149", + "reference": "e0be088d22278583a82da281886e8c3592fbf149", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.2" + }, + "require-dev": { + "symfony/filesystem": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { @@ -5814,7 +5061,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.30" + "source": "https://github.com/symfony/finder/tree/v7.4.8" }, "funding": [ { @@ -5825,47 +5072,59 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-08-04T20:31:23+00:00" + "time": "2026-03-24T13:12:05+00:00" }, { - "name": "symfony/http-client-contracts", - "version": "v2.5.0", + "name": "symfony/http-foundation", + "version": "v7.4.13", "source": { "type": "git", - "url": "https://github.com/symfony/http-client-contracts.git", - "reference": "ec82e57b5b714dbb69300d348bd840b345e24166" + "url": "https://github.com/symfony/http-foundation.git", + "reference": "bc354f47c62301e990b7874fa662326368508e2c" }, "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-foundation/zipball/bc354f47c62301e990b7874fa662326368508e2c", + "reference": "bc354f47c62301e990b7874fa662326368508e2c", "shasum": "" }, "require": { - "php": ">=7.2.5" + "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-mbstring": "^1.1" }, - "suggest": { - "symfony/http-client-implementation": "" + "conflict": { + "doctrine/dbal": "<3.6", + "symfony/cache": "<6.4.12|>=7.0,<7.1.5" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "2.5-dev" - }, - "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" - } + "require-dev": { + "doctrine/dbal": "^3.6|^4", + "predis/predis": "^1.1|^2.0", + "symfony/cache": "^6.4.12|^7.1.5|^8.0", + "symfony/clock": "^6.4|^7.0|^8.0", + "symfony/dependency-injection": "^6.4|^7.0|^8.0", + "symfony/expression-language": "^6.4|^7.0|^8.0", + "symfony/http-kernel": "^6.4|^7.0|^8.0", + "symfony/mime": "^6.4|^7.0|^8.0", + "symfony/rate-limiter": "^6.4|^7.0|^8.0" }, + "type": "library", "autoload": { "psr-4": { - "Symfony\\Contracts\\HttpClient\\": "" - } + "Symfony\\Component\\HttpFoundation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -5873,24 +5132,19 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Generic abstractions related to HTTP clients", + "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", - "keywords": [ - "abstractions", - "contracts", - "decoupling", - "interfaces", - "interoperability", - "standards" - ], + "support": { + "source": "https://github.com/symfony/http-foundation/tree/v7.4.13" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -5900,41 +5154,92 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-11-03T09:24:47+00:00" + "time": "2026-05-24T11:20:33+00:00" }, { - "name": "symfony/http-foundation", - "version": "v4.4.34", + "name": "symfony/http-kernel", + "version": "v7.4.13", "source": { "type": "git", - "url": "https://github.com/symfony/http-foundation.git", - "reference": "f4cbbb6fc428588ce8373802461e7fe84e6809ab" + "url": "https://github.com/symfony/http-kernel.git", + "reference": "9df847980c436451f4f51d1284491bb4356dd989" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/f4cbbb6fc428588ce8373802461e7fe84e6809ab", - "reference": "f4cbbb6fc428588ce8373802461e7fe84e6809ab", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9df847980c436451f4f51d1284491bb4356dd989", + "reference": "9df847980c436451f4f51d1284491bb4356dd989", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/mime": "^4.3|^5.0", - "symfony/polyfill-mbstring": "~1.1", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.2", + "psr/log": "^1|^2|^3", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/error-handler": "^6.4|^7.0|^8.0", + "symfony/event-dispatcher": "^7.3|^8.0", + "symfony/http-foundation": "^7.4|^8.0", + "symfony/polyfill-ctype": "^1.8" + }, + "conflict": { + "symfony/browser-kit": "<6.4", + "symfony/cache": "<6.4", + "symfony/config": "<6.4", + "symfony/console": "<6.4", + "symfony/dependency-injection": "<6.4", + "symfony/doctrine-bridge": "<6.4", + "symfony/flex": "<2.10", + "symfony/form": "<6.4", + "symfony/http-client": "<6.4", + "symfony/http-client-contracts": "<2.5", + "symfony/mailer": "<6.4", + "symfony/messenger": "<6.4", + "symfony/translation": "<6.4", + "symfony/translation-contracts": "<2.5", + "symfony/twig-bridge": "<6.4", + "symfony/validator": "<6.4", + "symfony/var-dumper": "<6.4", + "twig/twig": "<3.12" + }, + "provide": { + "psr/log-implementation": "1.0|2.0|3.0" }, "require-dev": { - "predis/predis": "~1.0", - "symfony/expression-language": "^3.4|^4.0|^5.0" + "psr/cache": "^1.0|^2.0|^3.0", + "symfony/browser-kit": "^6.4|^7.0|^8.0", + "symfony/clock": "^6.4|^7.0|^8.0", + "symfony/config": "^6.4|^7.0|^8.0", + "symfony/console": "^6.4|^7.0|^8.0", + "symfony/css-selector": "^6.4|^7.0|^8.0", + "symfony/dependency-injection": "^6.4.1|^7.0.1|^8.0", + "symfony/dom-crawler": "^6.4|^7.0|^8.0", + "symfony/expression-language": "^6.4|^7.0|^8.0", + "symfony/finder": "^6.4|^7.0|^8.0", + "symfony/http-client-contracts": "^2.5|^3", + "symfony/process": "^6.4|^7.0|^8.0", + "symfony/property-access": "^7.1|^8.0", + "symfony/routing": "^6.4|^7.0|^8.0", + "symfony/serializer": "^7.1|^8.0", + "symfony/stopwatch": "^6.4|^7.0|^8.0", + "symfony/translation": "^6.4|^7.0|^8.0", + "symfony/translation-contracts": "^2.5|^3", + "symfony/uid": "^6.4|^7.0|^8.0", + "symfony/validator": "^6.4|^7.0|^8.0", + "symfony/var-dumper": "^6.4|^7.0|^8.0", + "symfony/var-exporter": "^6.4|^7.0|^8.0", + "twig/twig": "^3.12" }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\HttpFoundation\\": "" + "Symfony\\Component\\HttpKernel\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -5954,8 +5259,11 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Defines an object-oriented layer for the HTTP specification", + "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/v7.4.13" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -5965,77 +5273,57 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-11-04T12:23:33+00:00" + "time": "2026-05-27T08:31:43+00:00" }, { - "name": "symfony/http-kernel", - "version": "v4.4.35", + "name": "symfony/mailer", + "version": "v7.4.12", "source": { "type": "git", - "url": "https://github.com/symfony/http-kernel.git", - "reference": "fb793f1381c34b79a43596a532a6a49bd729c9db" + "url": "https://github.com/symfony/mailer.git", + "reference": "5cefb712a25f320579615ba9e1942abaeade7dff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/fb793f1381c34b79a43596a532a6a49bd729c9db", - "reference": "fb793f1381c34b79a43596a532a6a49bd729c9db", + "url": "https://api.github.com/repos/symfony/mailer/zipball/5cefb712a25f320579615ba9e1942abaeade7dff", + "reference": "5cefb712a25f320579615ba9e1942abaeade7dff", "shasum": "" }, "require": { - "php": ">=7.1.3", - "psr/log": "^1|^2", - "symfony/error-handler": "^4.4", - "symfony/event-dispatcher": "^4.4", - "symfony/http-client-contracts": "^1.1|^2", - "symfony/http-foundation": "^4.4.30|^5.3.7", - "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-php73": "^1.9", - "symfony/polyfill-php80": "^1.16" + "egulias/email-validator": "^2.1.10|^3|^4", + "php": ">=8.2", + "psr/event-dispatcher": "^1", + "psr/log": "^1|^2|^3", + "symfony/event-dispatcher": "^6.4|^7.0|^8.0", + "symfony/mime": "^7.2|^8.0", + "symfony/service-contracts": "^2.5|^3" }, "conflict": { - "symfony/browser-kit": "<4.3", - "symfony/config": "<3.4", - "symfony/console": ">=5", - "symfony/dependency-injection": "<4.3", - "symfony/translation": "<4.2", - "twig/twig": "<1.43|<2.13,>=2" - }, - "provide": { - "psr/log-implementation": "1.0|2.0" + "symfony/http-client-contracts": "<2.5", + "symfony/http-kernel": "<6.4", + "symfony/messenger": "<6.4", + "symfony/mime": "<6.4", + "symfony/twig-bridge": "<6.4" }, "require-dev": { - "psr/cache": "^1.0|^2.0|^3.0", - "symfony/browser-kit": "^4.3|^5.0", - "symfony/config": "^3.4|^4.0|^5.0", - "symfony/console": "^3.4|^4.0", - "symfony/css-selector": "^3.4|^4.0|^5.0", - "symfony/dependency-injection": "^4.3|^5.0", - "symfony/dom-crawler": "^3.4|^4.0|^5.0", - "symfony/expression-language": "^3.4|^4.0|^5.0", - "symfony/finder": "^3.4|^4.0|^5.0", - "symfony/process": "^3.4|^4.0|^5.0", - "symfony/routing": "^3.4|^4.0|^5.0", - "symfony/stopwatch": "^3.4|^4.0|^5.0", - "symfony/templating": "^3.4|^4.0|^5.0", - "symfony/translation": "^4.2|^5.0", - "symfony/translation-contracts": "^1.1|^2", - "twig/twig": "^1.43|^2.13|^3.0.4" - }, - "suggest": { - "symfony/browser-kit": "", - "symfony/config": "", - "symfony/console": "", - "symfony/dependency-injection": "" + "symfony/console": "^6.4|^7.0|^8.0", + "symfony/http-client": "^6.4|^7.0|^8.0", + "symfony/messenger": "^6.4|^7.0|^8.0", + "symfony/twig-bridge": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\HttpKernel\\": "" + "Symfony\\Component\\Mailer\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -6055,8 +5343,11 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Provides a structured process for converting a Request into a Response", + "description": "Helps sending emails", "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/mailer/tree/v7.4.12" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -6066,47 +5357,53 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-11-24T08:40:10+00:00" + "time": "2026-05-20T07:20:23+00:00" }, { "name": "symfony/mime", - "version": "v5.4.0", + "version": "v7.4.13", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "d4365000217b67c01acff407573906ff91bcfb34" + "reference": "a845722765c4f6b2ce88beaf4f4479975b186770" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/d4365000217b67c01acff407573906ff91bcfb34", - "reference": "d4365000217b67c01acff407573906ff91bcfb34", + "url": "https://api.github.com/repos/symfony/mime/zipball/a845722765c4f6b2ce88beaf4f4479975b186770", + "reference": "a845722765c4f6b2ce88beaf4f4479975b186770", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", + "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-intl-idn": "^1.10", - "symfony/polyfill-mbstring": "^1.0", - "symfony/polyfill-php80": "^1.16" + "symfony/polyfill-mbstring": "^1.0" }, "conflict": { "egulias/email-validator": "~3.0.0", - "phpdocumentor/reflection-docblock": "<3.2.2", - "phpdocumentor/type-resolver": "<1.4.0", - "symfony/mailer": "<4.4" + "phpdocumentor/reflection-docblock": "<5.2|>=7", + "phpdocumentor/type-resolver": "<1.5.1", + "symfony/mailer": "<6.4", + "symfony/serializer": "<6.4.3|>7.0,<7.0.3" }, "require-dev": { - "egulias/email-validator": "^2.1.10|^3.1", - "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0", - "symfony/dependency-injection": "^4.4|^5.0|^6.0", - "symfony/property-access": "^4.4|^5.1|^6.0", - "symfony/property-info": "^4.4|^5.1|^6.0", - "symfony/serializer": "^5.2|^6.0" + "egulias/email-validator": "^2.1.10|^3.1|^4", + "league/html-to-markdown": "^5.0", + "phpdocumentor/reflection-docblock": "^5.2|^6.0", + "symfony/dependency-injection": "^6.4|^7.0|^8.0", + "symfony/process": "^6.4|^7.0|^8.0", + "symfony/property-access": "^6.4|^7.0|^8.0", + "symfony/property-info": "^6.4|^7.0|^8.0", + "symfony/serializer": "^6.4.3|^7.0.3|^8.0" }, "type": "library", "autoload": { @@ -6137,6 +5434,9 @@ "mime", "mime-type" ], + "support": { + "source": "https://github.com/symfony/mime/tree/v7.4.13" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -6146,50 +5446,54 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-11-23T10:19:22+00:00" + "time": "2026-05-23T16:22:37+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.23.0", + "version": "v1.37.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce" + "reference": "141046a8f9477948ff284fa65be2095baafb94f2" }, "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/141046a8f9477948ff284fa65be2095baafb94f2", + "reference": "141046a8f9477948ff284fa65be2095baafb94f2", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" + }, + "provide": { + "ext-ctype": "*" }, "suggest": { "ext-ctype": "For best performance" }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.23-dev" - }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Ctype\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -6214,7 +5518,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.37.0" }, "funding": [ { @@ -6225,50 +5529,135 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-02-19T12:13:01+00:00" + "time": "2026-04-10T16:19:22+00:00" }, { "name": "symfony/polyfill-iconv", - "version": "v1.23.0", + "version": "v1.37.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933" + "reference": "2c5729fd241b4b22f6e4b436bc3354a4f262df57" }, "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/2c5729fd241b4b22f6e4b436bc3354a4f262df57", + "reference": "2c5729fd241b4b22f6e4b436bc3354a4f262df57", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" + }, + "provide": { + "ext-iconv": "*" }, "suggest": { "ext-iconv": "For best performance" }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.23-dev" - }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { + "files": [ + "bootstrap.php" + ], "psr-4": { "Symfony\\Polyfill\\Iconv\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Iconv extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "iconv", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-iconv/tree/v1.37.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2026-04-10T16:19:22+00:00" + }, + { + "name": "symfony/polyfill-intl-grapheme", + "version": "v1.37.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-intl-grapheme.git", + "reference": "4864388bfbd3001ce88e234fab652acd91fdc57e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/4864388bfbd3001ce88e234fab652acd91fdc57e", + "reference": "4864388bfbd3001ce88e234fab652acd91fdc57e", + "shasum": "" + }, + "require": { + "php": ">=7.2" + }, + "suggest": { + "ext-intl": "For best performance" + }, + "type": "library", + "extra": { + "thanks": { + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" + } + }, + "autoload": { "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Grapheme\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -6284,17 +5673,18 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for the Iconv extension", + "description": "Symfony polyfill for intl's grapheme_* functions", "homepage": "https://symfony.com", "keywords": [ "compatibility", - "iconv", + "grapheme", + "intl", "polyfill", "portable", "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-iconv/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.37.0" }, "funding": [ { @@ -6305,52 +5695,52 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-05-27T09:27:20+00:00" + "time": "2026-04-26T13:13:48+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.23.0", + "version": "v1.38.1", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "65bd267525e82759e7d8c4e8ceea44f398838e65" + "reference": "dc21118016c039a66235cf93d96b435ffb282412" }, "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/dc21118016c039a66235cf93d96b435ffb282412", + "reference": "dc21118016c039a66235cf93d96b435ffb282412", "shasum": "" }, "require": { - "php": ">=7.1", - "symfony/polyfill-intl-normalizer": "^1.10", - "symfony/polyfill-php72": "^1.10" + "php": ">=7.2", + "symfony/polyfill-intl-normalizer": "^1.10" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.23-dev" - }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Intl\\Idn\\": "" - }, "files": [ "bootstrap.php" - ] + ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -6381,7 +5771,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.38.1" }, "funding": [ { @@ -6392,50 +5782,51 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-05-27T09:27:20+00:00" + "time": "2026-05-25T15:22:23+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.23.0", + "version": "v1.37.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8" + "reference": "3833d7255cc303546435cb650316bff708a1c75c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8", - "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", + "reference": "3833d7255cc303546435cb650316bff708a1c75c", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "suggest": { "ext-intl": "For best performance" }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.23-dev" - }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Intl\\Normalizer\\": "" - }, "files": [ "bootstrap.php" ], + "psr-4": { + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + }, "classmap": [ "Resources/stubs" ] @@ -6465,7 +5856,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.37.0" }, "funding": [ { @@ -6476,41 +5867,46 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-02-19T12:13:01+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.23.1", + "version": "v1.37.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "9174a3d80210dca8daa7f31fec659150bbeabfc6" + "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315" }, "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/6a21eb99c6973357967f6ce3708cd55a6bec6315", + "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315", "shasum": "" }, "require": { - "php": ">=7.1" + "ext-iconv": "*", + "php": ">=7.2" + }, + "provide": { + "ext-mbstring": "*" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.23-dev" - }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -6544,6 +5940,9 @@ "portable", "shim" ], + "support": { + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.37.0" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -6553,38 +5952,39 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-05-27T12:26:48+00:00" + "time": "2026-04-10T17:25:58+00:00" }, { - "name": "symfony/polyfill-php72", - "version": "v1.25.0", + "name": "symfony/polyfill-php81", + "version": "v1.38.1", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "9a142215a36a3888e30d0a9eeea9766764e96976" + "url": "https://github.com/symfony/polyfill-php81.git", + "reference": "6bfb9c766cacffbc8e118cb87217d08ed84e5cd7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976", - "reference": "9a142215a36a3888e30d0a9eeea9766764e96976", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/6bfb9c766cacffbc8e118cb87217d08ed84e5cd7", + "reference": "6bfb9c766cacffbc8e118cb87217d08ed84e5cd7", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.23-dev" - }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -6592,8 +5992,11 @@ "bootstrap.php" ], "psr-4": { - "Symfony\\Polyfill\\Php72\\": "" - } + "Symfony\\Polyfill\\Php81\\": "" + }, + "classmap": [ + "Resources/stubs" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -6609,7 +6012,7 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", + "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", @@ -6617,6 +6020,9 @@ "portable", "shim" ], + "support": { + "source": "https://github.com/symfony/polyfill-php81/tree/v1.38.1" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -6626,38 +6032,39 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-05-27T09:17:38+00:00" + "time": "2026-05-26T12:45:58+00:00" }, { - "name": "symfony/polyfill-php73", - "version": "v1.25.0", + "name": "symfony/polyfill-php83", + "version": "v1.38.2", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php73.git", - "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5" + "url": "https://github.com/symfony/polyfill-php83.git", + "reference": "796a26abb75ce49f3a84433cd81bf1009d73d5f8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5", - "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5", + "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/796a26abb75ce49f3a84433cd81bf1009d73d5f8", + "reference": "796a26abb75ce49f3a84433cd81bf1009d73d5f8", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.23-dev" - }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -6665,7 +6072,7 @@ "bootstrap.php" ], "psr-4": { - "Symfony\\Polyfill\\Php73\\": "" + "Symfony\\Polyfill\\Php83\\": "" }, "classmap": [ "Resources/stubs" @@ -6685,7 +6092,7 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", + "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", @@ -6693,6 +6100,9 @@ "portable", "shim" ], + "support": { + "source": "https://github.com/symfony/polyfill-php83/tree/v1.38.2" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -6702,38 +6112,39 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-06-05T21:20:04+00:00" + "time": "2026-05-27T06:51:48+00:00" }, { - "name": "symfony/polyfill-php80", - "version": "v1.23.1", + "name": "symfony/polyfill-php84", + "version": "v1.37.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be" + "url": "https://github.com/symfony/polyfill-php84.git", + "reference": "88486db2c389b290bf87ff1de7ebc1e13e42bb06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/1100343ed1a92e3a38f9ae122fc0eb21602547be", - "reference": "1100343ed1a92e3a38f9ae122fc0eb21602547be", + "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/88486db2c389b290bf87ff1de7ebc1e13e42bb06", + "reference": "88486db2c389b290bf87ff1de7ebc1e13e42bb06", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.23-dev" - }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { @@ -6741,7 +6152,7 @@ "bootstrap.php" ], "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" + "Symfony\\Polyfill\\Php84\\": "" }, "classmap": [ "Resources/stubs" @@ -6752,10 +6163,6 @@ "MIT" ], "authors": [ - { - "name": "Ion Bazan", - "email": "ion.bazan@gmail.com" - }, { "name": "Nicolas Grekas", "email": "p@tchwork.com" @@ -6765,7 +6172,7 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", + "description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", @@ -6773,6 +6180,9 @@ "portable", "shim" ], + "support": { + "source": "https://github.com/symfony/polyfill-php84/tree/v1.37.0" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -6782,47 +6192,48 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-07-28T13:41:28+00:00" + "time": "2026-04-10T18:47:49+00:00" }, { - "name": "symfony/polyfill-php81", - "version": "v1.23.0", + "name": "symfony/polyfill-php85", + "version": "v1.37.0", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php81.git", - "reference": "e66119f3de95efc359483f810c4c3e6436279436" + "url": "https://github.com/symfony/polyfill-php85.git", + "reference": "fcfa4973a9917cef23f2e38774da74a2b7d115ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436", - "reference": "e66119f3de95efc359483f810c4c3e6436279436", + "url": "https://api.github.com/repos/symfony/polyfill-php85/zipball/fcfa4973a9917cef23f2e38774da74a2b7d115ee", + "reference": "fcfa4973a9917cef23f2e38774da74a2b7d115ee", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.23-dev" - }, "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "url": "https://github.com/symfony/polyfill", + "name": "symfony/polyfill" } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php81\\": "" - }, "files": [ "bootstrap.php" ], + "psr-4": { + "Symfony\\Polyfill\\Php85\\": "" + }, "classmap": [ "Resources/stubs" ] @@ -6841,7 +6252,7 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", + "description": "Symfony polyfill backporting some PHP 8.5+ features to lower PHP versions", "homepage": "https://symfony.com", "keywords": [ "compatibility", @@ -6850,7 +6261,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0" + "source": "https://github.com/symfony/polyfill-php85/tree/v1.37.0" }, "funding": [ { @@ -6861,30 +6272,33 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-05-21T13:25:03+00:00" + "time": "2026-04-26T13:10:57+00:00" }, { "name": "symfony/process", - "version": "v4.4.35", + "version": "v7.4.13", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "c2098705326addae6e6742151dfade47ac71da1b" + "reference": "f5804be144caceb570f6747519999636b664f24c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/c2098705326addae6e6742151dfade47ac71da1b", - "reference": "c2098705326addae6e6742151dfade47ac71da1b", + "url": "https://api.github.com/repos/symfony/process/zipball/f5804be144caceb570f6747519999636b664f24c", + "reference": "f5804be144caceb570f6747519999636b664f24c", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.2" }, "type": "library", "autoload": { @@ -6911,6 +6325,9 @@ ], "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/process/tree/v7.4.13" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -6920,51 +6337,52 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-11-22T22:36:24+00:00" + "time": "2026-05-23T16:05:06+00:00" }, { "name": "symfony/psr-http-message-bridge", - "version": "v2.1.2", + "version": "v7.4.8", "source": { "type": "git", "url": "https://github.com/symfony/psr-http-message-bridge.git", - "reference": "22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34" + "reference": "76f1a57719a4a04c0ea18678a6c9305b5dcb9da8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34", - "reference": "22b37c8a3f6b5d94e9cdbd88e1270d96e2f97b34", + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/76f1a57719a4a04c0ea18678a6c9305b5dcb9da8", + "reference": "76f1a57719a4a04c0ea18678a6c9305b5dcb9da8", "shasum": "" }, "require": { - "php": ">=7.1", - "psr/http-message": "^1.0", - "symfony/http-foundation": "^4.4 || ^5.0 || ^6.0" + "php": ">=8.2", + "psr/http-message": "^1.0|^2.0", + "symfony/http-foundation": "^6.4|^7.0|^8.0" + }, + "conflict": { + "php-http/discovery": "<1.15", + "symfony/http-kernel": "<6.4" }, "require-dev": { "nyholm/psr7": "^1.1", - "psr/log": "^1.1 || ^2 || ^3", - "symfony/browser-kit": "^4.4 || ^5.0 || ^6.0", - "symfony/config": "^4.4 || ^5.0 || ^6.0", - "symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0", - "symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0", - "symfony/http-kernel": "^4.4 || ^5.0 || ^6.0", - "symfony/phpunit-bridge": "^5.4@dev || ^6.0" - }, - "suggest": { - "nyholm/psr7": "For a super lightweight PSR-7/17 implementation" + "php-http/discovery": "^1.15", + "psr/log": "^1.1.4|^2|^3", + "symfony/browser-kit": "^6.4|^7.0|^8.0", + "symfony/config": "^6.4|^7.0|^8.0", + "symfony/event-dispatcher": "^6.4|^7.0|^8.0", + "symfony/framework-bundle": "^6.4.13|^7.1.6|^8.0", + "symfony/http-kernel": "^6.4.13|^7.1.6|^8.0", + "symfony/runtime": "^6.4.13|^7.1.6|^8.0" }, "type": "symfony-bridge", - "extra": { - "branch-alias": { - "dev-main": "2.1-dev" - } - }, "autoload": { "psr-4": { "Symfony\\Bridge\\PsrHttpMessage\\": "" @@ -6984,17 +6402,20 @@ }, { "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" + "homepage": "https://symfony.com/contributors" } ], "description": "PSR HTTP message bridge", - "homepage": "http://symfony.com", + "homepage": "https://symfony.com", "keywords": [ "http", "http-message", "psr-17", "psr-7" ], + "support": { + "source": "https://github.com/symfony/psr-http-message-bridge/tree/v7.4.8" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -7004,51 +6425,47 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-11-05T13:13:39+00:00" + "time": "2026-03-24T13:12:05+00:00" }, { "name": "symfony/routing", - "version": "v4.4.34", + "version": "v7.4.13", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "fc9dda0c8496f8ef0a89805c2eabfc43b8cef366" + "reference": "3a162171bb008e5e0f15dce6581373a4c0e8390d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/fc9dda0c8496f8ef0a89805c2eabfc43b8cef366", - "reference": "fc9dda0c8496f8ef0a89805c2eabfc43b8cef366", + "url": "https://api.github.com/repos/symfony/routing/zipball/3a162171bb008e5e0f15dce6581373a4c0e8390d", + "reference": "3a162171bb008e5e0f15dce6581373a4c0e8390d", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3" }, "conflict": { - "symfony/config": "<4.2", - "symfony/dependency-injection": "<3.4", - "symfony/yaml": "<3.4" + "symfony/config": "<6.4", + "symfony/dependency-injection": "<6.4", + "symfony/yaml": "<6.4" }, "require-dev": { - "doctrine/annotations": "^1.10.4", "psr/log": "^1|^2|^3", - "symfony/config": "^4.2|^5.0", - "symfony/dependency-injection": "^3.4|^4.0|^5.0", - "symfony/expression-language": "^3.4|^4.0|^5.0", - "symfony/http-foundation": "^3.4|^4.0|^5.0", - "symfony/yaml": "^3.4|^4.0|^5.0" - }, - "suggest": { - "doctrine/annotations": "For using the annotation loader", - "symfony/config": "For using the all-in-one router or any loader", - "symfony/expression-language": "For using expression matching", - "symfony/http-foundation": "For using a Symfony Request object", - "symfony/yaml": "For using the YAML loader" + "symfony/config": "^6.4|^7.0|^8.0", + "symfony/dependency-injection": "^6.4|^7.0|^8.0", + "symfony/expression-language": "^6.4|^7.0|^8.0", + "symfony/http-foundation": "^6.4|^7.0|^8.0", + "symfony/yaml": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { @@ -7081,6 +6498,9 @@ "uri", "url" ], + "support": { + "source": "https://github.com/symfony/routing/tree/v7.4.13" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -7090,62 +6510,72 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-11-04T12:23:33+00:00" + "time": "2026-05-24T11:20:33+00:00" }, { "name": "symfony/serializer", - "version": "v4.4.35", + "version": "v7.4.10", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "1b2ae02cb1b923987947e013688c51954a80b751" + "reference": "268c5aa6c4bd675eddd89348e7ecac292a843ddd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/1b2ae02cb1b923987947e013688c51954a80b751", - "reference": "1b2ae02cb1b923987947e013688c51954a80b751", + "url": "https://api.github.com/repos/symfony/serializer/zipball/268c5aa6c4bd675eddd89348e7ecac292a843ddd", + "reference": "268c5aa6c4bd675eddd89348e7ecac292a843ddd", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-php80": "^1.16" + "symfony/polyfill-php84": "^1.30" }, "conflict": { - "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2", - "phpdocumentor/type-resolver": "<0.3.0|1.3.*", - "symfony/dependency-injection": "<3.4", - "symfony/property-access": "<3.4", - "symfony/property-info": "<3.4", - "symfony/yaml": "<3.4" + "phpdocumentor/reflection-docblock": "<5.2|>=7", + "phpdocumentor/type-resolver": "<1.5.1", + "symfony/dependency-injection": "<6.4", + "symfony/property-access": "<6.4.31|>=7.0,<7.4.2|>=8.0,<8.0.2", + "symfony/property-info": "<6.4", + "symfony/type-info": "<7.2.5", + "symfony/uid": "<6.4", + "symfony/validator": "<6.4", + "symfony/yaml": "<6.4" }, "require-dev": { - "doctrine/annotations": "^1.10.4", - "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0", - "symfony/cache": "^3.4|^4.0|^5.0", - "symfony/config": "^3.4|^4.0|^5.0", - "symfony/dependency-injection": "^3.4|^4.0|^5.0", - "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-info": "^3.4.13|~4.0|^5.0", - "symfony/validator": "^3.4|^4.0|^5.0", - "symfony/yaml": "^3.4|^4.0|^5.0" - }, - "suggest": { - "doctrine/annotations": "For using the annotation mapping.", - "psr/cache-implementation": "For using the metadata cache.", - "symfony/config": "For using the XML mapping loader.", - "symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.", - "symfony/property-access": "For using the ObjectNormalizer.", - "symfony/property-info": "To deserialize relations.", - "symfony/yaml": "For using the default YAML mapping loader." + "phpdocumentor/reflection-docblock": "^5.2|^6.0", + "phpstan/phpdoc-parser": "^1.0|^2.0", + "seld/jsonlint": "^1.10", + "symfony/cache": "^6.4|^7.0|^8.0", + "symfony/config": "^6.4|^7.0|^8.0", + "symfony/console": "^6.4|^7.0|^8.0", + "symfony/dependency-injection": "^7.2|^8.0", + "symfony/error-handler": "^6.4|^7.0|^8.0", + "symfony/filesystem": "^6.4|^7.0|^8.0", + "symfony/form": "^6.4|^7.0|^8.0", + "symfony/http-foundation": "^6.4|^7.0|^8.0", + "symfony/http-kernel": "^6.4|^7.0|^8.0", + "symfony/messenger": "^6.4|^7.0|^8.0", + "symfony/mime": "^6.4|^7.0|^8.0", + "symfony/property-access": "^6.4.31|^7.4.2|^8.0.2", + "symfony/property-info": "^6.4|^7.0|^8.0", + "symfony/translation-contracts": "^2.5|^3", + "symfony/type-info": "^7.2.5|^8.0", + "symfony/uid": "^6.4|^7.0|^8.0", + "symfony/validator": "^6.4|^7.0|^8.0", + "symfony/var-dumper": "^6.4|^7.0|^8.0", + "symfony/var-exporter": "^6.4|^7.0|^8.0", + "symfony/yaml": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { @@ -7172,6 +6602,9 @@ ], "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/v7.4.10" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -7181,52 +6614,56 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-11-24T08:12:42+00:00" + "time": "2026-05-03T13:03:28+00:00" }, { "name": "symfony/service-contracts", - "version": "v2.5.0", + "version": "v3.7.0", "source": { "type": "git", "url": "https://github.com/symfony/service-contracts.git", - "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc" + "reference": "d25d82433a80eba6aa0e6c24b61d7370d99e444a" }, "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/d25d82433a80eba6aa0e6c24b61d7370d99e444a", + "reference": "d25d82433a80eba6aa0e6c24b61d7370d99e444a", "shasum": "" }, "require": { - "php": ">=7.2.5", - "psr/container": "^1.1", - "symfony/deprecation-contracts": "^2.1" + "php": ">=8.1", + "psr/container": "^1.1|^2.0", + "symfony/deprecation-contracts": "^2.5|^3" }, "conflict": { "ext-psr": "<1.1|>=2" }, - "suggest": { - "symfony/service-implementation": "" - }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "2.5-dev" - }, "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, + "branch-alias": { + "dev-main": "3.7-dev" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Service\\": "" - } + }, + "exclude-from-classmap": [ + "/Test/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -7252,6 +6689,9 @@ "interoperability", "standards" ], + "support": { + "source": "https://github.com/symfony/service-contracts/tree/v3.7.0" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -7261,62 +6701,56 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-11-04T16:48:04+00:00" + "time": "2026-03-28T09:44:51+00:00" }, { - "name": "symfony/translation", - "version": "v4.4.34", + "name": "symfony/string", + "version": "v7.4.13", "source": { "type": "git", - "url": "https://github.com/symfony/translation.git", - "reference": "26d330720627b234803595ecfc0191eeabc65190" + "url": "https://github.com/symfony/string.git", + "reference": "961683010db3b27ec6ebcd7308e6e1ee8fa7ffde" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/26d330720627b234803595ecfc0191eeabc65190", - "reference": "26d330720627b234803595ecfc0191eeabc65190", + "url": "https://api.github.com/repos/symfony/string/zipball/961683010db3b27ec6ebcd7308e6e1ee8fa7ffde", + "reference": "961683010db3b27ec6ebcd7308e6e1ee8fa7ffde", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.16", - "symfony/translation-contracts": "^1.1.6|^2" + "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3.0", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-intl-grapheme": "~1.33", + "symfony/polyfill-intl-normalizer": "~1.0", + "symfony/polyfill-mbstring": "~1.0" }, "conflict": { - "symfony/config": "<3.4", - "symfony/dependency-injection": "<3.4", - "symfony/http-kernel": "<4.4", - "symfony/yaml": "<3.4" - }, - "provide": { - "symfony/translation-implementation": "1.0|2.0" + "symfony/translation-contracts": "<2.5" }, "require-dev": { - "psr/log": "^1|^2|^3", - "symfony/config": "^3.4|^4.0|^5.0", - "symfony/console": "^3.4|^4.0|^5.0", - "symfony/dependency-injection": "^3.4|^4.0|^5.0", - "symfony/finder": "~2.8|~3.0|~4.0|^5.0", - "symfony/http-kernel": "^4.4", - "symfony/intl": "^3.4|^4.0|^5.0", - "symfony/service-contracts": "^1.1.2|^2", - "symfony/yaml": "^3.4|^4.0|^5.0" - }, - "suggest": { - "psr/log-implementation": "To use logging capability in translator", - "symfony/config": "", - "symfony/yaml": "" + "symfony/emoji": "^7.1|^8.0", + "symfony/http-client": "^6.4|^7.0|^8.0", + "symfony/intl": "^6.4|^7.0|^8.0", + "symfony/translation-contracts": "^2.5|^3.0", + "symfony/var-exporter": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { + "files": [ + "Resources/functions.php" + ], "psr-4": { - "Symfony\\Component\\Translation\\": "" + "Symfony\\Component\\String\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -7328,16 +6762,27 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Provides tools to internationalize your application", + "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", "homepage": "https://symfony.com", + "keywords": [ + "grapheme", + "i18n", + "string", + "unicode", + "utf-8", + "utf8" + ], + "support": { + "source": "https://github.com/symfony/string/tree/v7.4.13" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -7347,47 +6792,51 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-11-04T12:23:33+00:00" + "time": "2026-05-23T15:23:29+00:00" }, { "name": "symfony/translation-contracts", - "version": "v2.5.0", + "version": "v3.7.0", "source": { "type": "git", "url": "https://github.com/symfony/translation-contracts.git", - "reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e" + "reference": "0ab302977a952b42fd51475c4ebac81f8da0a95d" }, "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/0ab302977a952b42fd51475c4ebac81f8da0a95d", + "reference": "0ab302977a952b42fd51475c4ebac81f8da0a95d", "shasum": "" }, "require": { - "php": ">=7.2.5" - }, - "suggest": { - "symfony/translation-implementation": "" + "php": ">=8.1" }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "2.5-dev" - }, "thanks": { - "name": "symfony/contracts", - "url": "https://github.com/symfony/contracts" + "url": "https://github.com/symfony/contracts", + "name": "symfony/contracts" + }, + "branch-alias": { + "dev-main": "3.7-dev" } }, "autoload": { "psr-4": { "Symfony\\Contracts\\Translation\\": "" - } + }, + "exclude-from-classmap": [ + "/Test/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -7413,6 +6862,9 @@ "interoperability", "standards" ], + "support": { + "source": "https://github.com/symfony/translation-contracts/tree/v3.7.0" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -7422,74 +6874,71 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-08-17T14:20:01+00:00" + "time": "2026-01-05T13:30:16+00:00" }, { "name": "symfony/validator", - "version": "v4.4.35", + "version": "v7.4.10", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "629f420d8350634fd8ed686d4472c1f10044b265" + "reference": "c76458623af9a3fe3b2e5b09b36453f334c2a361" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/629f420d8350634fd8ed686d4472c1f10044b265", - "reference": "629f420d8350634fd8ed686d4472c1f10044b265", + "url": "https://api.github.com/repos/symfony/validator/zipball/c76458623af9a3fe3b2e5b09b36453f334c2a361", + "reference": "c76458623af9a3fe3b2e5b09b36453f334c2a361", "shasum": "" }, "require": { - "php": ">=7.1.3", + "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.16", - "symfony/translation-contracts": "^1.1|^2" + "symfony/polyfill-php83": "^1.27", + "symfony/translation-contracts": "^2.5|^3" }, "conflict": { - "doctrine/lexer": "<1.0.2", - "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", - "symfony/dependency-injection": "<3.4", - "symfony/http-kernel": "<4.4", - "symfony/intl": "<4.3", - "symfony/translation": ">=5.0", - "symfony/yaml": "<3.4" + "doctrine/lexer": "<1.1", + "symfony/dependency-injection": "<6.4", + "symfony/doctrine-bridge": "<7.0", + "symfony/expression-language": "<6.4", + "symfony/http-kernel": "<6.4", + "symfony/intl": "<6.4", + "symfony/property-info": "<6.4", + "symfony/translation": "<6.4.3|>=7.0,<7.0.3", + "symfony/var-exporter": "<6.4.25|>=7.0,<7.3.3", + "symfony/yaml": "<6.4" }, "require-dev": { - "doctrine/annotations": "^1.10.4", - "doctrine/cache": "^1.0|^2.0", - "egulias/email-validator": "^2.1.10|^3", - "symfony/cache": "^3.4|^4.0|^5.0", - "symfony/config": "^3.4|^4.0|^5.0", - "symfony/dependency-injection": "^3.4|^4.0|^5.0", - "symfony/expression-language": "^3.4|^4.0|^5.0", - "symfony/http-client": "^4.3|^5.0", - "symfony/http-foundation": "^4.1|^5.0", - "symfony/http-kernel": "^4.4", - "symfony/intl": "^4.3|^5.0", - "symfony/mime": "^4.4|^5.0", - "symfony/property-access": "^3.4|^4.0|^5.0", - "symfony/property-info": "^3.4|^4.0|^5.0", - "symfony/translation": "^4.2", - "symfony/yaml": "^3.4|^4.0|^5.0" - }, - "suggest": { - "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", - "doctrine/cache": "For using the default cached annotation reader.", - "egulias/email-validator": "Strict (RFC compliant) email validation", - "psr/cache-implementation": "For using the mapping cache.", - "symfony/config": "", - "symfony/expression-language": "For using the Expression validator", - "symfony/http-foundation": "", - "symfony/intl": "", - "symfony/property-access": "For accessing properties within comparison constraints", - "symfony/property-info": "To automatically add NotNull and Type constraints", - "symfony/translation": "For translating validation errors.", - "symfony/yaml": "" + "egulias/email-validator": "^2.1.10|^3|^4", + "symfony/cache": "^6.4|^7.0|^8.0", + "symfony/config": "^6.4|^7.0|^8.0", + "symfony/console": "^6.4|^7.0|^8.0", + "symfony/dependency-injection": "^6.4|^7.0|^8.0", + "symfony/expression-language": "^6.4|^7.0|^8.0", + "symfony/finder": "^6.4|^7.0|^8.0", + "symfony/http-client": "^6.4|^7.0|^8.0", + "symfony/http-foundation": "^6.4|^7.0|^8.0", + "symfony/http-kernel": "^6.4|^7.0|^8.0", + "symfony/intl": "^6.4|^7.0|^8.0", + "symfony/mime": "^6.4|^7.0|^8.0", + "symfony/process": "^6.4|^7.0|^8.0", + "symfony/property-access": "^6.4|^7.0|^8.0", + "symfony/property-info": "^6.4|^7.0|^8.0", + "symfony/string": "^6.4|^7.0|^8.0", + "symfony/translation": "^6.4.3|^7.0.3|^8.0", + "symfony/type-info": "^7.1.8", + "symfony/yaml": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { @@ -7497,7 +6946,8 @@ "Symfony\\Component\\Validator\\": "" }, "exclude-from-classmap": [ - "/Tests/" + "/Tests/", + "/Resources/bin/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -7516,6 +6966,9 @@ ], "description": "Provides tools to validate values", "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/validator/tree/v7.4.10" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -7525,47 +6978,45 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-11-22T21:43:32+00:00" + "time": "2026-05-05T15:30:56+00:00" }, { "name": "symfony/var-dumper", - "version": "v5.4.0", + "version": "v7.4.8", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "89ab66eaef230c9cd1992de2e9a1b26652b127b9" + "reference": "9510c3966f749a1d1ff0059e1eabef6cc621e7fd" }, "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/9510c3966f749a1d1ff0059e1eabef6cc621e7fd", + "reference": "9510c3966f749a1d1ff0059e1eabef6cc621e7fd", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php80": "^1.16" + "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-mbstring": "~1.0" }, "conflict": { - "phpunit/phpunit": "<5.4.3", - "symfony/console": "<4.4" + "symfony/console": "<6.4" }, "require-dev": { - "ext-iconv": "*", - "symfony/console": "^4.4|^5.0|^6.0", - "symfony/process": "^4.4|^5.0|^6.0", - "symfony/uid": "^5.1|^6.0", - "twig/twig": "^2.13|^3.0.4" - }, - "suggest": { - "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", - "ext-intl": "To show region name in time zone dump", - "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" + "symfony/console": "^6.4|^7.0|^8.0", + "symfony/http-kernel": "^6.4|^7.0|^8.0", + "symfony/process": "^6.4|^7.0|^8.0", + "symfony/uid": "^6.4|^7.0|^8.0", + "twig/twig": "^3.12" }, "bin": [ "Resources/bin/var-dump-server" @@ -7602,6 +7053,9 @@ "debug", "dump" ], + "support": { + "source": "https://github.com/symfony/var-dumper/tree/v7.4.8" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -7611,44 +7065,44 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-11-29T15:30:56+00:00" + "time": "2026-03-30T13:44:50+00:00" }, { - "name": "symfony/yaml", - "version": "v4.4.34", + "name": "symfony/var-exporter", + "version": "v7.4.9", "source": { "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "2c309e258adeb9970229042be39b360d34986fad" + "url": "https://github.com/symfony/var-exporter.git", + "reference": "22e03a49c95ef054a43601cd159b222bfab1c701" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/2c309e258adeb9970229042be39b360d34986fad", - "reference": "2c309e258adeb9970229042be39b360d34986fad", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/22e03a49c95ef054a43601cd159b222bfab1c701", + "reference": "22e03a49c95ef054a43601cd159b222bfab1c701", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-ctype": "~1.8" - }, - "conflict": { - "symfony/console": "<3.4" + "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3" }, "require-dev": { - "symfony/console": "^3.4|^4.0|^5.0" - }, - "suggest": { - "symfony/console": "For validating YAML files using the lint command" + "symfony/property-access": "^6.4|^7.0|^8.0", + "symfony/serializer": "^6.4|^7.0|^8.0", + "symfony/var-dumper": "^6.4|^7.0|^8.0" }, "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\Yaml\\": "" + "Symfony\\Component\\VarExporter\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -7660,16 +7114,29 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Loads and dumps YAML files", + "description": "Allows exporting any serializable PHP data structure to plain PHP code", "homepage": "https://symfony.com", + "keywords": [ + "clone", + "construct", + "export", + "hydrate", + "instantiate", + "lazy-loading", + "proxy", + "serialize" + ], + "support": { + "source": "https://github.com/symfony/var-exporter/tree/v7.4.9" + }, "funding": [ { "url": "https://symfony.com/sponsor", @@ -7679,303 +7146,186 @@ "url": "https://github.com/fabpot", "type": "github" }, + { + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, { "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2021-11-18T18:49:23+00:00" + "time": "2026-04-18T13:18:21+00:00" }, { - "name": "twig/twig", - "version": "v2.14.11", + "name": "symfony/yaml", + "version": "v7.4.13", "source": { "type": "git", - "url": "https://github.com/twigphp/Twig.git", - "reference": "66baa66f29ee30e487e05f1679903e36eb01d727" + "url": "https://github.com/symfony/yaml.git", + "reference": "a7ec3b1156faf8815db7683ec7c1e7338e6f977c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/66baa66f29ee30e487e05f1679903e36eb01d727", - "reference": "66baa66f29ee30e487e05f1679903e36eb01d727", + "url": "https://api.github.com/repos/symfony/yaml/zipball/a7ec3b1156faf8815db7683ec7c1e7338e6f977c", + "reference": "a7ec3b1156faf8815db7683ec7c1e7338e6f977c", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-ctype": "^1.8", - "symfony/polyfill-mbstring": "^1.3", - "symfony/polyfill-php72": "^1.8" + "php": ">=8.2", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-ctype": "^1.8" + }, + "conflict": { + "symfony/console": "<6.4" }, "require-dev": { - "psr/container": "^1.0", - "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0" + "symfony/console": "^6.4|^7.0|^8.0" }, + "bin": [ + "Resources/bin/yaml-lint" + ], "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.14-dev" - } - }, "autoload": { - "psr-0": { - "Twig_": "lib/" - }, "psr-4": { - "Twig\\": "src/" - } + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { "name": "Fabien Potencier", - "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" - }, - { - "name": "Twig Team", - "role": "Contributors" + "email": "fabien@symfony.com" }, { - "name": "Armin Ronacher", - "email": "armin.ronacher@active-4.com", - "role": "Project Founder" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "https://twig.symfony.com", - "keywords": [ - "templating" - ], + "description": "Loads and dumps YAML files", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/yaml/tree/v7.4.13" + }, "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, { "url": "https://github.com/fabpot", "type": "github" }, { - "url": "https://tidelift.com/funding/github/packagist/twig/twig", + "url": "https://github.com/nicolas-grekas", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", "type": "tidelift" } ], - "time": "2022-02-04T06:57:25+00:00" + "time": "2026-05-25T06:06:12+00:00" }, { - "name": "typo3/phar-stream-wrapper", - "version": "v3.1.7", + "name": "twig/twig", + "version": "v3.27.1", "source": { "type": "git", - "url": "https://github.com/TYPO3/phar-stream-wrapper.git", - "reference": "5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c" + "url": "https://github.com/twigphp/Twig.git", + "reference": "ae2071bffb38f04847fc0864d730c94b9cb8ab74" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c", - "reference": "5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/ae2071bffb38f04847fc0864d730c94b9cb8ab74", + "reference": "ae2071bffb38f04847fc0864d730c94b9cb8ab74", "shasum": "" }, "require": { - "ext-json": "*", - "php": "^7.0 || ^8.0" + "php": ">=8.1.0", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-ctype": "^1.8", + "symfony/polyfill-mbstring": "^1.3" }, "require-dev": { - "ext-xdebug": "*", - "phpspec/prophecy": "^1.10", - "symfony/phpunit-bridge": "^5.1" - }, - "suggest": { - "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing" + "php-cs-fixer/shim": "^3.0@stable", + "phpstan/phpstan": "^2.0@stable", + "psr/container": "^1.0|^2.0", + "symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "v3.x-dev" - } - }, "autoload": { + "files": [ + "src/Resources/core.php", + "src/Resources/debug.php", + "src/Resources/escaper.php", + "src/Resources/string_loader.php" + ], "psr-4": { - "TYPO3\\PharStreamWrapper\\": "src/" + "Twig\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "description": "Interceptors for PHP's native phar:// stream handling", - "homepage": "https://typo3.org/", - "keywords": [ - "phar", - "php", - "security", - "stream-wrapper" - ], - "time": "2021-09-20T19:19:13+00:00" - }, - { - "name": "webflo/drupal-finder", - "version": "1.2.2", - "source": { - "type": "git", - "url": "https://github.com/webflo/drupal-finder.git", - "reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/webflo/drupal-finder/zipball/c8e5dbe65caef285fec8057a4c718a0d4138d1ee", - "reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee", - "shasum": "" - }, - "require": { - "ext-json": "*" - }, - "require-dev": { - "mikey179/vfsstream": "^1.6", - "phpunit/phpunit": "^4.8" - }, - "type": "library", - "autoload": { - "classmap": [ - "src/DrupalFinder.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "Florian Weber", - "email": "florian@webflo.org" - } - ], - "description": "Helper class to locate a Drupal installation from a given path.", - "support": { - "issues": "https://github.com/webflo/drupal-finder/issues", - "source": "https://github.com/webflo/drupal-finder/tree/1.2.2" - }, - "time": "2020-10-27T09:42:17+00:00" - }, - { - "name": "webmozart/assert", - "version": "1.10.0", - "source": { - "type": "git", - "url": "https://github.com/webmozarts/assert.git", - "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25", - "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25", - "shasum": "" - }, - "require": { - "php": "^7.2 || ^8.0", - "symfony/polyfill-ctype": "^1.8" - }, - "conflict": { - "phpstan/phpstan": "<0.12.20", - "vimeo/psalm": "<4.6.1 || 4.6.2" - }, - "require-dev": { - "phpunit/phpunit": "^8.5.13" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.10-dev" - } - }, - "autoload": { - "psr-4": { - "Webmozart\\Assert\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + }, + { + "name": "Twig Team", + "role": "Contributors" + }, { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" + "name": "Armin Ronacher", + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" } ], - "description": "Assertions to validate method input/output with nice error messages.", + "description": "Twig, the flexible, fast, and secure template language for PHP", + "homepage": "https://twig.symfony.com", "keywords": [ - "assert", - "check", - "validate" + "templating" ], "support": { - "issues": "https://github.com/webmozarts/assert/issues", - "source": "https://github.com/webmozarts/assert/tree/1.10.0" - }, - "time": "2021-03-09T10:59:23+00:00" - }, - { - "name": "webmozart/path-util", - "version": "2.3.0", - "source": { - "type": "git", - "url": "https://github.com/webmozart/path-util.git", - "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725", - "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725", - "shasum": "" - }, - "require": { - "php": ">=5.3.3", - "webmozart/assert": "~1.0" - }, - "require-dev": { - "phpunit/phpunit": "^4.6", - "sebastian/version": "^1.0.1" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.3-dev" - } - }, - "autoload": { - "psr-4": { - "Webmozart\\PathUtil\\": "src/" - } + "issues": "https://github.com/twigphp/Twig/issues", + "source": "https://github.com/twigphp/Twig/tree/v3.27.1" }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ + "funding": [ + { + "url": "https://github.com/fabpot", + "type": "github" + }, { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" + "url": "https://tidelift.com/funding/github/packagist/twig/twig", + "type": "tidelift" } ], - "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.", - "abandoned": "symfony/filesystem", - "time": "2015-12-17T08:42:14+00:00" + "time": "2026-05-30T17:09:26+00:00" } ], "packages-dev": [], "aliases": [], "minimum-stability": "dev", "stability-flags": { - "drupal/entity_reference_integrity": 5, - "drupal/inline_entity_form": 5, - "drupal/openapi": 5, - "drupal/openapi_jsonapi": 5, "drupal/openapi_ui_redoc": 5 }, "prefer-stable": true, "prefer-lowest": false, - "platform": [], - "platform-dev": [], - "plugin-api-version": "1.1.0" + "platform": {}, + "platform-dev": {}, + "platform-overrides": { + "php": "8.3.0" + }, + "plugin-api-version": "2.6.0" } diff --git a/config/sync/block.block.claro_breadcrumbs.yml b/config/sync/block.block.claro_breadcrumbs.yml index accad31..49b839b 100644 --- a/config/sync/block.block.claro_breadcrumbs.yml +++ b/config/sync/block.block.claro_breadcrumbs.yml @@ -17,6 +17,6 @@ plugin: system_breadcrumb_block settings: id: system_breadcrumb_block label: Brødkrummer - provider: system label_display: '0' + provider: system visibility: { } diff --git a/config/sync/block.block.claro_content.yml b/config/sync/block.block.claro_content.yml index 8c84cbb..bc542a0 100644 --- a/config/sync/block.block.claro_content.yml +++ b/config/sync/block.block.claro_content.yml @@ -17,6 +17,6 @@ plugin: system_main_block settings: id: system_main_block label: 'Primært sideindhold' - provider: system label_display: '0' + provider: system visibility: { } diff --git a/config/sync/block.block.claro_local_actions.yml b/config/sync/block.block.claro_local_actions.yml index 1d240e8..4474b41 100644 --- a/config/sync/block.block.claro_local_actions.yml +++ b/config/sync/block.block.claro_local_actions.yml @@ -15,6 +15,6 @@ plugin: local_actions_block settings: id: local_actions_block label: 'Primære adminsitratorhandlinger' - provider: core label_display: '0' + provider: core visibility: { } diff --git a/config/sync/block.block.claro_messages.yml b/config/sync/block.block.claro_messages.yml index 5157abf..7635440 100644 --- a/config/sync/block.block.claro_messages.yml +++ b/config/sync/block.block.claro_messages.yml @@ -17,6 +17,6 @@ plugin: system_messages_block settings: id: system_messages_block label: Statusmeddelelser - provider: system label_display: '0' + provider: system visibility: { } diff --git a/config/sync/block.block.claro_page_title.yml b/config/sync/block.block.claro_page_title.yml index 99b0882..3764ec7 100644 --- a/config/sync/block.block.claro_page_title.yml +++ b/config/sync/block.block.claro_page_title.yml @@ -15,6 +15,6 @@ plugin: page_title_block settings: id: page_title_block label: Sidetitel - provider: core label_display: '0' + provider: core visibility: { } diff --git a/config/sync/block.block.claro_primary_local_tasks.yml b/config/sync/block.block.claro_primary_local_tasks.yml index d32bec3..9950e71 100644 --- a/config/sync/block.block.claro_primary_local_tasks.yml +++ b/config/sync/block.block.claro_primary_local_tasks.yml @@ -15,8 +15,8 @@ plugin: local_tasks_block settings: id: local_tasks_block label: 'Primære faneblade' - provider: core label_display: '0' + provider: core primary: true secondary: false visibility: { } diff --git a/config/sync/block.block.claro_secondary_local_tasks.yml b/config/sync/block.block.claro_secondary_local_tasks.yml index 3e68a65..b501745 100644 --- a/config/sync/block.block.claro_secondary_local_tasks.yml +++ b/config/sync/block.block.claro_secondary_local_tasks.yml @@ -15,8 +15,8 @@ plugin: local_tasks_block settings: id: local_tasks_block label: 'Sekundære faneblade' - provider: core label_display: '0' + provider: core primary: false secondary: true visibility: { } diff --git a/config/sync/block.block.projectDatabase_breadcrumbs.yml b/config/sync/block.block.projectDatabase_breadcrumbs.yml index c00b592..eeef269 100644 --- a/config/sync/block.block.projectDatabase_breadcrumbs.yml +++ b/config/sync/block.block.projectDatabase_breadcrumbs.yml @@ -17,6 +17,6 @@ plugin: system_breadcrumb_block settings: id: system_breadcrumb_block label: Brødkrummer - provider: system label_display: '0' + provider: system visibility: { } diff --git a/config/sync/block.block.projectDatabase_content.yml b/config/sync/block.block.projectDatabase_content.yml index fd64b5c..5cba0ab 100644 --- a/config/sync/block.block.projectDatabase_content.yml +++ b/config/sync/block.block.projectDatabase_content.yml @@ -17,6 +17,6 @@ plugin: system_main_block settings: id: system_main_block label: 'Primært sideindhold' - provider: system label_display: '0' + provider: system visibility: { } diff --git a/config/sync/block.block.projectDatabase_local_actions.yml b/config/sync/block.block.projectDatabase_local_actions.yml index 734e8b1..0e5b1d2 100644 --- a/config/sync/block.block.projectDatabase_local_actions.yml +++ b/config/sync/block.block.projectDatabase_local_actions.yml @@ -15,6 +15,6 @@ plugin: local_actions_block settings: id: local_actions_block label: 'Primære adminsitratorhandlinger' - provider: core label_display: '0' + provider: core visibility: { } diff --git a/config/sync/block.block.projectDatabase_messages.yml b/config/sync/block.block.projectDatabase_messages.yml index e4b6f16..686e282 100644 --- a/config/sync/block.block.projectDatabase_messages.yml +++ b/config/sync/block.block.projectDatabase_messages.yml @@ -17,6 +17,6 @@ plugin: system_messages_block settings: id: system_messages_block label: Statusmeddelelser - provider: system label_display: '0' + provider: system visibility: { } diff --git a/config/sync/block.block.projectDatabase_page_title.yml b/config/sync/block.block.projectDatabase_page_title.yml index f593364..dceaa4d 100644 --- a/config/sync/block.block.projectDatabase_page_title.yml +++ b/config/sync/block.block.projectDatabase_page_title.yml @@ -15,6 +15,6 @@ plugin: page_title_block settings: id: page_title_block label: Sidetitel - provider: core label_display: '0' + provider: core visibility: { } diff --git a/config/sync/block.block.projectDatabase_primary_local_tasks.yml b/config/sync/block.block.projectDatabase_primary_local_tasks.yml index 8c9b089..e757265 100644 --- a/config/sync/block.block.projectDatabase_primary_local_tasks.yml +++ b/config/sync/block.block.projectDatabase_primary_local_tasks.yml @@ -15,8 +15,8 @@ plugin: local_tasks_block settings: id: local_tasks_block label: 'Primære faneblade' - provider: core label_display: '0' + provider: core primary: true secondary: false visibility: { } diff --git a/config/sync/block.block.projectDatabase_secondary_local_tasks.yml b/config/sync/block.block.projectDatabase_secondary_local_tasks.yml index 6947570..c90fd6a 100644 --- a/config/sync/block.block.projectDatabase_secondary_local_tasks.yml +++ b/config/sync/block.block.projectDatabase_secondary_local_tasks.yml @@ -15,8 +15,8 @@ plugin: local_tasks_block settings: id: local_tasks_block label: 'Sekundære faneblade' - provider: core label_display: '0' + provider: core primary: false secondary: true visibility: { } diff --git a/config/sync/block.block.seven_breadcrumbs.yml b/config/sync/block.block.seven_breadcrumbs.yml deleted file mode 100644 index d28e4ff..0000000 --- a/config/sync/block.block.seven_breadcrumbs.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: 0541898b-eb0f-4542-acab-e57b00be0581 -langcode: en -status: true -dependencies: - module: - - system - theme: - - seven -_core: - default_config_hash: b6mUaCq5YPapRUABXRHfNTT6fxWIj5lgf0Mg4HaRJ_I -id: seven_breadcrumbs -theme: seven -region: breadcrumb -weight: 0 -provider: null -plugin: system_breadcrumb_block -settings: - id: system_breadcrumb_block - label: Breadcrumbs - provider: system - label_display: '0' -visibility: { } diff --git a/config/sync/block.block.seven_content.yml b/config/sync/block.block.seven_content.yml deleted file mode 100644 index 101581d..0000000 --- a/config/sync/block.block.seven_content.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: c393277b-feb6-41c5-bd4d-7d9db8de0761 -langcode: en -status: true -dependencies: - module: - - system - theme: - - seven -_core: - default_config_hash: QTwkfDaGeBUk6aerktJBDXso4fCsqLTQOuWKXE1xMPU -id: seven_content -theme: seven -region: content -weight: 0 -provider: null -plugin: system_main_block -settings: - id: system_main_block - label: 'Main page content' - provider: system - label_display: '0' -visibility: { } diff --git a/config/sync/block.block.seven_local_actions.yml b/config/sync/block.block.seven_local_actions.yml deleted file mode 100644 index bd7414a..0000000 --- a/config/sync/block.block.seven_local_actions.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: 63da15ea-0691-4433-b6f4-7a7c62ce14d3 -langcode: en -status: true -dependencies: - theme: - - seven -_core: - default_config_hash: osZQ9lL2jTdH5am4LJiZ29RaivhzOf6vCpoRy6FZwIE -id: seven_local_actions -theme: seven -region: content -weight: -10 -provider: null -plugin: local_actions_block -settings: - id: local_actions_block - label: 'Primary admin actions' - provider: core - label_display: '0' -visibility: { } diff --git a/config/sync/block.block.seven_messages.yml b/config/sync/block.block.seven_messages.yml deleted file mode 100644 index 21c2378..0000000 --- a/config/sync/block.block.seven_messages.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: 8b29eee0-ce7d-496b-b0d3-996b82064e6a -langcode: en -status: true -dependencies: - module: - - system - theme: - - seven -_core: - default_config_hash: iIy-YIc9d9s1isAtTIKWDBKd6kd2r6LxoYz_-hkLJco -id: seven_messages -theme: seven -region: highlighted -weight: 0 -provider: null -plugin: system_messages_block -settings: - id: system_messages_block - label: 'Status messages' - provider: system - label_display: '0' -visibility: { } diff --git a/config/sync/block.block.seven_page_title.yml b/config/sync/block.block.seven_page_title.yml deleted file mode 100644 index 2d58770..0000000 --- a/config/sync/block.block.seven_page_title.yml +++ /dev/null @@ -1,20 +0,0 @@ -uuid: e535a6b0-ec51-4761-aa14-9ce97f5b72a8 -langcode: en -status: true -dependencies: - theme: - - seven -_core: - default_config_hash: gfXKmThltk6eewwrjAEaxVPxzPEVHV1UfNjjOUQ5A7g -id: seven_page_title -theme: seven -region: header -weight: -30 -provider: null -plugin: page_title_block -settings: - id: page_title_block - label: 'Page title' - provider: core - label_display: '0' -visibility: { } diff --git a/config/sync/block.block.seven_primary_local_tasks.yml b/config/sync/block.block.seven_primary_local_tasks.yml deleted file mode 100644 index d7a37bb..0000000 --- a/config/sync/block.block.seven_primary_local_tasks.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: d13fd786-c922-4ad7-801d-3f4f26d96c11 -langcode: en -status: true -dependencies: - theme: - - seven -_core: - default_config_hash: 7cvXIzw8NabmQCWMPqBz0mvIQZzXUZB3OeOTa5eqbCo -id: seven_primary_local_tasks -theme: seven -region: header -weight: 0 -provider: null -plugin: local_tasks_block -settings: - id: local_tasks_block - label: 'Primary tabs' - provider: core - label_display: '0' - primary: true - secondary: false -visibility: { } diff --git a/config/sync/block.block.seven_secondary_local_tasks.yml b/config/sync/block.block.seven_secondary_local_tasks.yml deleted file mode 100644 index 30acfe2..0000000 --- a/config/sync/block.block.seven_secondary_local_tasks.yml +++ /dev/null @@ -1,22 +0,0 @@ -uuid: 2558a963-27ff-4471-9b57-9b4e27a53e3d -langcode: en -status: true -dependencies: - theme: - - seven -_core: - default_config_hash: D_hUB_AW2IvKbVo3lVG-B2KfTsX6xJ-CxfOcRYUnL3E -id: seven_secondary_local_tasks -theme: seven -region: pre_content -weight: 0 -provider: null -plugin: local_tasks_block -settings: - id: local_tasks_block - label: 'Secondary tabs' - provider: core - label_display: '0' - primary: false - secondary: true -visibility: { } diff --git a/config/sync/block.block.stark_admin.yml b/config/sync/block.block.stark_admin.yml index 5be8bc9..a9c3882 100644 --- a/config/sync/block.block.stark_admin.yml +++ b/config/sync/block.block.stark_admin.yml @@ -19,8 +19,8 @@ plugin: 'system_menu_block:admin' settings: id: 'system_menu_block:admin' label: Administration - provider: system label_display: visible + provider: system level: 1 depth: 0 expand_all_items: false diff --git a/config/sync/block.block.stark_branding.yml b/config/sync/block.block.stark_branding.yml index b0435fa..84af8ca 100644 --- a/config/sync/block.block.stark_branding.yml +++ b/config/sync/block.block.stark_branding.yml @@ -17,8 +17,8 @@ plugin: system_branding_block settings: id: system_branding_block label: 'Site branding' - provider: system label_display: '0' + provider: system use_site_logo: true use_site_name: true use_site_slogan: true diff --git a/config/sync/block.block.stark_local_actions.yml b/config/sync/block.block.stark_local_actions.yml index 23bfba2..3877495 100644 --- a/config/sync/block.block.stark_local_actions.yml +++ b/config/sync/block.block.stark_local_actions.yml @@ -15,6 +15,6 @@ plugin: local_actions_block settings: id: local_actions_block label: 'Primære adminsitratorhandlinger' - provider: core label_display: '0' + provider: core visibility: { } diff --git a/config/sync/block.block.stark_local_tasks.yml b/config/sync/block.block.stark_local_tasks.yml index da34041..264988a 100644 --- a/config/sync/block.block.stark_local_tasks.yml +++ b/config/sync/block.block.stark_local_tasks.yml @@ -15,8 +15,8 @@ plugin: local_tasks_block settings: id: local_tasks_block label: Faner - provider: core label_display: '0' + provider: core primary: true secondary: true visibility: { } diff --git a/config/sync/block.block.stark_messages.yml b/config/sync/block.block.stark_messages.yml index 0759caa..512b7a6 100644 --- a/config/sync/block.block.stark_messages.yml +++ b/config/sync/block.block.stark_messages.yml @@ -17,6 +17,6 @@ plugin: system_messages_block settings: id: system_messages_block label: Statusmeddelelser - provider: system label_display: '0' + provider: system visibility: { } diff --git a/config/sync/block.block.stark_page_title.yml b/config/sync/block.block.stark_page_title.yml index 06c1322..b5d2033 100644 --- a/config/sync/block.block.stark_page_title.yml +++ b/config/sync/block.block.stark_page_title.yml @@ -15,6 +15,6 @@ plugin: page_title_block settings: id: page_title_block label: Sidetitel - provider: core label_display: '0' + provider: core visibility: { } diff --git a/config/sync/block.block.stark_tools.yml b/config/sync/block.block.stark_tools.yml index 8eec8e4..60e01cf 100644 --- a/config/sync/block.block.stark_tools.yml +++ b/config/sync/block.block.stark_tools.yml @@ -19,8 +19,8 @@ plugin: 'system_menu_block:tools' settings: id: 'system_menu_block:tools' label: Værktøjer - provider: system label_display: visible + provider: system level: 1 depth: 0 expand_all_items: false diff --git a/config/sync/core.base_field_override.taxonomy_term.category.description.yml b/config/sync/core.base_field_override.taxonomy_term.category.description.yml index 8e61647..b351893 100644 --- a/config/sync/core.base_field_override.taxonomy_term.category.description.yml +++ b/config/sync/core.base_field_override.taxonomy_term.category.description.yml @@ -16,5 +16,6 @@ required: false translatable: true default_value: { } default_value_callback: '' -settings: { } +settings: + allowed_formats: { } field_type: text_long diff --git a/config/sync/core.base_field_override.taxonomy_term.endorsement_author.description.yml b/config/sync/core.base_field_override.taxonomy_term.endorsement_author.description.yml index 6b7759a..14fd270 100644 --- a/config/sync/core.base_field_override.taxonomy_term.endorsement_author.description.yml +++ b/config/sync/core.base_field_override.taxonomy_term.endorsement_author.description.yml @@ -16,5 +16,6 @@ required: false translatable: true default_value: { } default_value_callback: '' -settings: { } +settings: + allowed_formats: { } field_type: text_long diff --git a/config/sync/core.base_field_override.taxonomy_term.funding.description.yml b/config/sync/core.base_field_override.taxonomy_term.funding.description.yml index 03c60b1..6996311 100644 --- a/config/sync/core.base_field_override.taxonomy_term.funding.description.yml +++ b/config/sync/core.base_field_override.taxonomy_term.funding.description.yml @@ -16,5 +16,6 @@ required: false translatable: true default_value: { } default_value_callback: '' -settings: { } +settings: + allowed_formats: { } field_type: text_long diff --git a/config/sync/core.base_field_override.taxonomy_term.initiative_type.description.yml b/config/sync/core.base_field_override.taxonomy_term.initiative_type.description.yml index 6fb4de9..36beb9a 100644 --- a/config/sync/core.base_field_override.taxonomy_term.initiative_type.description.yml +++ b/config/sync/core.base_field_override.taxonomy_term.initiative_type.description.yml @@ -16,5 +16,6 @@ required: false translatable: true default_value: { } default_value_callback: '' -settings: { } +settings: + allowed_formats: { } field_type: text_long diff --git a/config/sync/core.base_field_override.taxonomy_term.organizational_anchoring.description.yml b/config/sync/core.base_field_override.taxonomy_term.organizational_anchoring.description.yml index 8cfdf2e..1e7ee48 100644 --- a/config/sync/core.base_field_override.taxonomy_term.organizational_anchoring.description.yml +++ b/config/sync/core.base_field_override.taxonomy_term.organizational_anchoring.description.yml @@ -16,5 +16,6 @@ required: false translatable: true default_value: { } default_value_callback: '' -settings: { } +settings: + allowed_formats: { } field_type: text_long diff --git a/config/sync/core.base_field_override.taxonomy_term.stakeholder.description.yml b/config/sync/core.base_field_override.taxonomy_term.stakeholder.description.yml index 8314170..696315a 100644 --- a/config/sync/core.base_field_override.taxonomy_term.stakeholder.description.yml +++ b/config/sync/core.base_field_override.taxonomy_term.stakeholder.description.yml @@ -16,5 +16,6 @@ required: false translatable: true default_value: { } default_value_callback: '' -settings: { } +settings: + allowed_formats: { } field_type: text_long diff --git a/config/sync/core.base_field_override.taxonomy_term.status.description.yml b/config/sync/core.base_field_override.taxonomy_term.status.description.yml index 2518b9c..a0a7dbf 100644 --- a/config/sync/core.base_field_override.taxonomy_term.status.description.yml +++ b/config/sync/core.base_field_override.taxonomy_term.status.description.yml @@ -16,5 +16,6 @@ required: false translatable: true default_value: { } default_value_callback: '' -settings: { } +settings: + allowed_formats: { } field_type: text_long diff --git a/config/sync/core.base_field_override.taxonomy_term.strategy.description.yml b/config/sync/core.base_field_override.taxonomy_term.strategy.description.yml index 2e6b1e9..5784b03 100644 --- a/config/sync/core.base_field_override.taxonomy_term.strategy.description.yml +++ b/config/sync/core.base_field_override.taxonomy_term.strategy.description.yml @@ -16,5 +16,6 @@ required: false translatable: true default_value: { } default_value_callback: '' -settings: { } +settings: + allowed_formats: { } field_type: text_long diff --git a/config/sync/core.base_field_override.taxonomy_term.tag.description.yml b/config/sync/core.base_field_override.taxonomy_term.tag.description.yml index 5952b0b..a3ceee9 100644 --- a/config/sync/core.base_field_override.taxonomy_term.tag.description.yml +++ b/config/sync/core.base_field_override.taxonomy_term.tag.description.yml @@ -16,5 +16,6 @@ required: false translatable: true default_value: { } default_value_callback: '' -settings: { } +settings: + allowed_formats: { } field_type: text_long diff --git a/config/sync/core.entity_form_display.node.contact.default.yml b/config/sync/core.entity_form_display.node.contact.default.yml index a36be97..dedf71f 100644 --- a/config/sync/core.entity_form_display.node.contact.default.yml +++ b/config/sync/core.entity_form_display.node.contact.default.yml @@ -22,28 +22,28 @@ bundle: contact mode: default content: field_department: + type: string_textfield weight: 3 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - type: string_textfield - region: content field_email: + type: email_default weight: 1 + region: content settings: - size: 60 placeholder: '' + size: 60 third_party_settings: { } - type: email_default - region: content field_phone: + type: telephone_default weight: 2 + region: content settings: placeholder: '' third_party_settings: { } - type: telephone_default - region: content title: type: string_textfield weight: 0 @@ -54,9 +54,9 @@ content: third_party_settings: { } translation: weight: 10 + region: content settings: { } third_party_settings: { } - region: content hidden: created: true langcode: true diff --git a/config/sync/core.entity_form_display.node.contact.inline_form.yml b/config/sync/core.entity_form_display.node.contact.inline_form.yml index ac9f9fc..2b798c1 100644 --- a/config/sync/core.entity_form_display.node.contact.inline_form.yml +++ b/config/sync/core.entity_form_display.node.contact.inline_form.yml @@ -23,28 +23,28 @@ bundle: contact mode: inline_form content: field_department: + type: string_textfield weight: 3 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - type: string_textfield - region: content field_email: + type: email_default weight: 1 + region: content settings: - size: 60 placeholder: '' + size: 60 third_party_settings: { } - type: email_default - region: content field_phone: + type: telephone_default weight: 2 + region: content settings: placeholder: '' third_party_settings: { } - type: telephone_default - region: content title: type: string_textfield weight: 0 @@ -55,9 +55,9 @@ content: third_party_settings: { } translation: weight: 10 + region: content settings: { } third_party_settings: { } - region: content hidden: created: true langcode: true diff --git a/config/sync/core.entity_form_display.node.initiative.default.yml b/config/sync/core.entity_form_display.node.initiative.default.yml index ecd1f95..c5686f8 100644 --- a/config/sync/core.entity_form_display.node.initiative.default.yml +++ b/config/sync/core.entity_form_display.node.initiative.default.yml @@ -45,158 +45,158 @@ bundle: initiative mode: default content: field_author: + type: string_textfield weight: 19 + region: content settings: size: 60 placeholder: '' third_party_settings: { } - type: string_textfield - region: content field_budget: + type: number weight: 12 + region: content settings: placeholder: '' third_party_settings: { } - type: number - region: content field_category: + type: options_select weight: 0 + region: content settings: { } third_party_settings: { } - type: options_select - region: content field_contact: + type: inline_entity_form_complex weight: 10 + region: content settings: form_mode: inline_form + override_labels: false label_singular: '' label_plural: '' - collapsible: true allow_new: true allow_existing: true match_operator: CONTAINS - revision: false - override_labels: false - collapsed: false allow_duplicate: false + collapsible: true + collapsed: false + revision: false third_party_settings: { } - type: inline_entity_form_complex - region: content field_description: + type: text_textarea weight: 2 + region: content settings: rows: 5 placeholder: '' third_party_settings: { } - type: text_textarea - region: content field_endorsement: + type: options_buttons weight: 8 + region: content settings: { } third_party_settings: { } - type: options_buttons - region: content field_endorsement_author: + type: options_select weight: 9 + region: content settings: { } third_party_settings: { } - type: options_select - region: content field_file: + type: file_generic weight: 17 + region: content settings: progress_indicator: throbber third_party_settings: { } - type: file_generic - region: content field_funding: + type: entity_reference_autocomplete_tags weight: 13 + region: content settings: match_operator: CONTAINS - size: 60 match_limit: 10 + size: 60 placeholder: '' third_party_settings: { } - type: entity_reference_autocomplete_tags - region: content field_image: + type: image_image weight: 18 + region: content settings: progress_indicator: throbber preview_image_style: thumbnail third_party_settings: { } - type: image_image - region: content field_initiative_type: + type: options_select weight: 4 + region: content settings: { } third_party_settings: { } - type: options_select - region: content field_link: + type: link_default weight: 16 + region: content settings: placeholder_url: '' placeholder_title: '' third_party_settings: { } - type: link_default - region: content field_organizational_anchoring: + type: options_select weight: 7 + region: content settings: { } third_party_settings: { } - type: options_select - region: content field_stakeholder: + type: entity_reference_autocomplete_tags weight: 11 + region: content settings: match_operator: CONTAINS - size: 60 match_limit: 10 + size: 60 placeholder: '' third_party_settings: { } - type: entity_reference_autocomplete_tags - region: content field_status: + type: options_select weight: 5 + region: content settings: { } third_party_settings: { } - type: options_select - region: content field_status_additional: + type: text_textarea weight: 6 + region: content settings: rows: 5 placeholder: '' third_party_settings: { } - type: text_textarea - region: content field_strategy: + type: entity_reference_autocomplete_tags weight: 3 + region: content settings: match_operator: CONTAINS - size: 60 match_limit: 10 + size: 60 placeholder: '' third_party_settings: { } - type: entity_reference_autocomplete_tags - region: content field_tag: + type: entity_reference_autocomplete_tags weight: 14 + region: content settings: match_operator: CONTAINS - size: 60 match_limit: 10 + size: 60 placeholder: '' third_party_settings: { } - type: entity_reference_autocomplete_tags - region: content field_time_period: + type: daterange_default weight: 15 + region: content settings: { } third_party_settings: { } - type: daterange_default - region: content title: type: string_textfield weight: 1 diff --git a/config/sync/core.entity_form_mode.node.inline_form.yml b/config/sync/core.entity_form_mode.node.inline_form.yml index 14174ce..7295874 100644 --- a/config/sync/core.entity_form_mode.node.inline_form.yml +++ b/config/sync/core.entity_form_mode.node.inline_form.yml @@ -6,5 +6,6 @@ dependencies: - node id: node.inline_form label: 'Inline form' +description: null targetEntityType: node cache: true diff --git a/config/sync/core.entity_form_mode.user.register.yml b/config/sync/core.entity_form_mode.user.register.yml index 409fea8..d46eb79 100644 --- a/config/sync/core.entity_form_mode.user.register.yml +++ b/config/sync/core.entity_form_mode.user.register.yml @@ -8,5 +8,6 @@ _core: default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI id: user.register label: 'Opret konto' +description: null targetEntityType: user cache: true diff --git a/config/sync/core.entity_view_display.node.contact.default.yml b/config/sync/core.entity_view_display.node.contact.default.yml index e9a4c02..1470464 100644 --- a/config/sync/core.entity_view_display.node.contact.default.yml +++ b/config/sync/core.entity_view_display.node.contact.default.yml @@ -23,27 +23,27 @@ bundle: contact mode: default content: field_department: - weight: 2 + type: string label: above settings: link_to_entity: false third_party_settings: { } - type: string + weight: 2 region: content field_email: - weight: 0 + type: basic_string label: above settings: { } third_party_settings: { } - type: basic_string + weight: 0 region: content field_phone: - weight: 1 + type: telephone_link label: above settings: title: '' third_party_settings: { } - type: telephone_link + weight: 1 region: content hidden: langcode: true diff --git a/config/sync/core.entity_view_display.node.initiative.default.yml b/config/sync/core.entity_view_display.node.initiative.default.yml index 7f7e1fc..fd32f4c 100644 --- a/config/sync/core.entity_view_display.node.initiative.default.yml +++ b/config/sync/core.entity_view_display.node.initiative.default.yml @@ -44,98 +44,98 @@ bundle: initiative mode: default content: field_author: - weight: 116 + type: string label: above settings: link_to_entity: false third_party_settings: { } - type: string + weight: 116 region: content field_budget: - weight: 117 + type: number_integer label: above settings: thousand_separator: '' prefix_suffix: true third_party_settings: { } - type: number_integer + weight: 117 region: content field_category: - weight: 101 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 101 region: content field_contact: - weight: 107 + type: entity_reference_entity_view label: above settings: view_mode: full link: false third_party_settings: { } - type: entity_reference_entity_view + weight: 107 region: content field_description: - weight: 111 + type: text_default label: above settings: { } third_party_settings: { } - type: text_default + weight: 111 region: content field_endorsement: - weight: 113 + type: boolean label: above settings: format: default format_custom_false: '' format_custom_true: '' third_party_settings: { } - type: boolean + weight: 113 region: content field_endorsement_author: - weight: 106 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 106 region: content field_file: - weight: 114 + type: file_url_plain label: above settings: { } third_party_settings: { } - type: file_url_plain + weight: 114 region: content field_funding: - weight: 118 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 118 region: content field_image: - weight: 120 + type: image label: above settings: - image_style: large image_link: '' + image_style: large third_party_settings: { } - type: image + weight: 120 region: content field_initiative_type: - weight: 103 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 103 region: content field_link: - weight: 115 + type: link label: above settings: trim_length: null @@ -144,69 +144,69 @@ content: rel: '0' target: '0' third_party_settings: { } - type: link + weight: 115 region: content field_organizational_anchoring: - weight: 105 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 105 region: content field_stakeholder: - weight: 108 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 108 region: content field_status: - weight: 104 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 104 region: content field_status_additional: - weight: 112 + type: text_default label: above settings: { } third_party_settings: { } - type: text_default + weight: 112 region: content field_strategy: - weight: 102 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 102 region: content field_tag: - weight: 109 + type: entity_reference_label label: above settings: link: false third_party_settings: { } - type: entity_reference_label + weight: 109 region: content field_time_period: - weight: 119 + type: daterange_default label: above settings: timezone_override: '' format_type: medium separator: '-' third_party_settings: { } - type: daterange_default + weight: 119 region: content links: - weight: 100 - region: content settings: { } third_party_settings: { } + weight: 100 + region: content hidden: langcode: true diff --git a/config/sync/core.entity_view_mode.node.full.yml b/config/sync/core.entity_view_mode.node.full.yml index f501089..54fe875 100644 --- a/config/sync/core.entity_view_mode.node.full.yml +++ b/config/sync/core.entity_view_mode.node.full.yml @@ -8,5 +8,6 @@ _core: default_config_hash: ElrtInxGjZd7GaapJ5O9n-ugi2hG2IxFivtgn0tHOsk id: node.full label: 'Fuldt indhold' +description: null targetEntityType: node cache: true diff --git a/config/sync/core.entity_view_mode.taxonomy_term.full.yml b/config/sync/core.entity_view_mode.taxonomy_term.full.yml index edc28c0..b38e1f4 100644 --- a/config/sync/core.entity_view_mode.taxonomy_term.full.yml +++ b/config/sync/core.entity_view_mode.taxonomy_term.full.yml @@ -8,5 +8,6 @@ _core: default_config_hash: '-PPKjsNQPvoIDjOuUAvlLocYD976MNjb9Zpgyz5_BWE' id: taxonomy_term.full label: Termside +description: null targetEntityType: taxonomy_term cache: true diff --git a/config/sync/core.entity_view_mode.user.full.yml b/config/sync/core.entity_view_mode.user.full.yml index 26338d9..30c52a9 100644 --- a/config/sync/core.entity_view_mode.user.full.yml +++ b/config/sync/core.entity_view_mode.user.full.yml @@ -8,5 +8,6 @@ _core: default_config_hash: mQIF_foYjmnVSr9MpcD4CTaJE_FpO1AyDd_DskztGhM id: user.full label: Brugerkonto +description: null targetEntityType: user cache: true diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index c340e03..a4ac39c 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -1,7 +1,9 @@ +_core: + default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc +langcode: da module: block: 0 breakpoint: 0 - ckeditor: 0 csv_serialization: 0 datetime: 0 datetime_range: 0 @@ -23,6 +25,7 @@ module: layout_discovery: 0 link: 0 locale: 0 + mysql: 0 node: 0 openapi: 0 openapi_jsonapi: 0 @@ -49,10 +52,6 @@ module: minimal: 1000 theme: stark: 0 - seven: 0 claro: 0 projectDatabase: 0 profile: minimal -_core: - default_config_hash: R4IF-ClDHXxblLcG0L7MgsLvfBIMAvi_skumNFQwkDc -langcode: da diff --git a/config/sync/core.menu.static_menu_link_overrides.yml b/config/sync/core.menu.static_menu_link_overrides.yml index e852304..76513e0 100644 --- a/config/sync/core.menu.static_menu_link_overrides.yml +++ b/config/sync/core.menu.static_menu_link_overrides.yml @@ -1,4 +1,4 @@ -definitions: { } _core: default_config_hash: jdY7AU0tU-QsjmiOw3W8vwpYMb-By--_MSFgbqKUTYM langcode: da +definitions: { } diff --git a/config/sync/field.field.node.initiative.field_description.yml b/config/sync/field.field.node.initiative.field_description.yml index df2ae89..3b9e284 100644 --- a/config/sync/field.field.node.initiative.field_description.yml +++ b/config/sync/field.field.node.initiative.field_description.yml @@ -17,5 +17,6 @@ required: false translatable: true default_value: { } default_value_callback: '' -settings: { } +settings: + allowed_formats: { } field_type: text_long diff --git a/config/sync/field.field.node.initiative.field_file.yml b/config/sync/field.field.node.initiative.field_file.yml index 5f9db6e..c55da53 100644 --- a/config/sync/field.field.node.initiative.field_file.yml +++ b/config/sync/field.field.node.initiative.field_file.yml @@ -18,10 +18,10 @@ translatable: false default_value: { } default_value_callback: '' settings: + handler: 'default:file' + handler_settings: { } file_directory: documents file_extensions: 'doc pdf docx xls xlsx' max_filesize: '' description_field: false - handler: 'default:file' - handler_settings: { } field_type: file diff --git a/config/sync/field.field.node.initiative.field_image.yml b/config/sync/field.field.node.initiative.field_image.yml index 1c59bc8..8444de2 100644 --- a/config/sync/field.field.node.initiative.field_image.yml +++ b/config/sync/field.field.node.initiative.field_image.yml @@ -18,6 +18,8 @@ translatable: false default_value: { } default_value_callback: '' settings: + handler: 'default:file' + handler_settings: { } file_directory: images file_extensions: 'png gif jpg jpeg' max_filesize: '' @@ -33,6 +35,4 @@ settings: title: '' width: null height: null - handler: 'default:file' - handler_settings: { } field_type: image diff --git a/config/sync/field.field.node.initiative.field_link.yml b/config/sync/field.field.node.initiative.field_link.yml index a6736d5..63ec440 100644 --- a/config/sync/field.field.node.initiative.field_link.yml +++ b/config/sync/field.field.node.initiative.field_link.yml @@ -18,6 +18,6 @@ translatable: false default_value: { } default_value_callback: '' settings: - link_type: 17 title: 0 + link_type: 17 field_type: link diff --git a/config/sync/field.field.node.initiative.field_status_additional.yml b/config/sync/field.field.node.initiative.field_status_additional.yml index cb876cd..32c7e90 100644 --- a/config/sync/field.field.node.initiative.field_status_additional.yml +++ b/config/sync/field.field.node.initiative.field_status_additional.yml @@ -17,5 +17,6 @@ required: false translatable: true default_value: { } default_value_callback: '' -settings: { } +settings: + allowed_formats: { } field_type: text_long diff --git a/config/sync/field.storage.node.field_author.yml b/config/sync/field.storage.node.field_author.yml index b085ed8..bf9179a 100644 --- a/config/sync/field.storage.node.field_author.yml +++ b/config/sync/field.storage.node.field_author.yml @@ -10,8 +10,8 @@ entity_type: node type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/sync/field.storage.node.field_department.yml b/config/sync/field.storage.node.field_department.yml index e0f1eba..b42e72e 100644 --- a/config/sync/field.storage.node.field_department.yml +++ b/config/sync/field.storage.node.field_department.yml @@ -10,8 +10,8 @@ entity_type: node type: string settings: max_length: 255 - is_ascii: false case_sensitive: false + is_ascii: false module: core locked: false cardinality: 1 diff --git a/config/sync/field.storage.node.field_file.yml b/config/sync/field.storage.node.field_file.yml index 4dce9b4..8d3ed5f 100644 --- a/config/sync/field.storage.node.field_file.yml +++ b/config/sync/field.storage.node.field_file.yml @@ -10,10 +10,10 @@ field_name: field_file entity_type: node type: file settings: + target_type: file display_field: false display_default: false uri_scheme: private - target_type: file module: file locked: false cardinality: -1 diff --git a/config/sync/field.storage.node.field_image.yml b/config/sync/field.storage.node.field_image.yml index 6a537c3..dfbc4d6 100644 --- a/config/sync/field.storage.node.field_image.yml +++ b/config/sync/field.storage.node.field_image.yml @@ -11,6 +11,9 @@ field_name: field_image entity_type: node type: image settings: + target_type: file + display_field: false + display_default: false uri_scheme: private default_image: uuid: '' @@ -18,9 +21,6 @@ settings: title: '' width: null height: null - target_type: file - display_field: false - display_default: false module: image locked: false cardinality: -1 diff --git a/config/sync/filter.format.plain_text.yml b/config/sync/filter.format.plain_text.yml index c4b6a6a..e6835ed 100644 --- a/config/sync/filter.format.plain_text.yml +++ b/config/sync/filter.format.plain_text.yml @@ -8,6 +8,12 @@ name: 'Ren tekst' format: plain_text weight: 10 filters: + filter_autop: + id: filter_autop + provider: filter + status: true + weight: 0 + settings: { } filter_html_escape: id: filter_html_escape provider: filter @@ -21,9 +27,3 @@ filters: weight: 0 settings: filter_url_length: 72 - filter_autop: - id: filter_autop - provider: filter - status: true - weight: 0 - settings: { } diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.action--action.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.action--action.yml index 371efb8..107021f 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.action--action.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.action--action.yml @@ -14,68 +14,68 @@ path: action/action resourceType: action--action resourceFields: uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false dependencies: + disabled: false fieldName: dependencies publicName: dependencies enhancer: id: '' - disabled: false third_party_settings: + disabled: false fieldName: third_party_settings publicName: third_party_settings enhancer: id: '' - disabled: false _core: + disabled: false fieldName: _core publicName: _core enhancer: id: '' - disabled: false id: + disabled: false fieldName: id publicName: id enhancer: id: '' - disabled: false label: + disabled: false fieldName: label publicName: label enhancer: id: '' - disabled: false type: + disabled: false fieldName: type publicName: type enhancer: id: '' - disabled: false plugin: + disabled: false fieldName: plugin publicName: plugin enhancer: id: '' - disabled: false configuration: + disabled: false fieldName: configuration publicName: configuration enhancer: id: '' - disabled: false diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.base_field_override--base_field_override.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.base_field_override--base_field_override.yml index 31e7e84..9ffe839 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.base_field_override--base_field_override.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.base_field_override--base_field_override.yml @@ -13,110 +13,110 @@ path: base_field_override/base_field_override resourceType: base_field_override--base_field_override resourceFields: uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false dependencies: + disabled: false fieldName: dependencies publicName: dependencies enhancer: id: '' - disabled: false third_party_settings: + disabled: false fieldName: third_party_settings publicName: third_party_settings enhancer: id: '' - disabled: false _core: + disabled: false fieldName: _core publicName: _core enhancer: id: '' - disabled: false id: + disabled: false fieldName: id publicName: id enhancer: id: '' - disabled: false field_name: + disabled: false fieldName: field_name publicName: field_name enhancer: id: '' - disabled: false entity_type: + disabled: false fieldName: entity_type publicName: entity_type enhancer: id: '' - disabled: false bundle: + disabled: false fieldName: bundle publicName: bundle enhancer: id: '' - disabled: false label: + disabled: false fieldName: label publicName: label enhancer: id: '' - disabled: false description: + disabled: false fieldName: description publicName: description enhancer: id: '' - disabled: false required: + disabled: false fieldName: required publicName: required enhancer: id: '' - disabled: false translatable: + disabled: false fieldName: translatable publicName: translatable enhancer: id: '' - disabled: false default_value: + disabled: false fieldName: default_value publicName: default_value enhancer: id: '' - disabled: false default_value_callback: + disabled: false fieldName: default_value_callback publicName: default_value_callback enhancer: id: '' - disabled: false settings: + disabled: false fieldName: settings publicName: settings enhancer: id: '' - disabled: false field_type: + disabled: false fieldName: field_type publicName: field_type enhancer: id: '' - disabled: false diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.block--block.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.block--block.yml index ffeafd5..2362fce 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.block--block.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.block--block.yml @@ -14,86 +14,86 @@ path: block/block resourceType: block--block resourceFields: uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false dependencies: + disabled: false fieldName: dependencies publicName: dependencies enhancer: id: '' - disabled: false third_party_settings: + disabled: false fieldName: third_party_settings publicName: third_party_settings enhancer: id: '' - disabled: false _core: + disabled: false fieldName: _core publicName: _core enhancer: id: '' - disabled: false id: + disabled: false fieldName: id publicName: id enhancer: id: '' - disabled: false theme: + disabled: false fieldName: theme publicName: theme enhancer: id: '' - disabled: false region: + disabled: false fieldName: region publicName: region enhancer: id: '' - disabled: false weight: + disabled: false fieldName: weight publicName: weight enhancer: id: '' - disabled: false provider: + disabled: false fieldName: provider publicName: provider enhancer: id: '' - disabled: false plugin: + disabled: false fieldName: plugin publicName: plugin enhancer: id: '' - disabled: false settings: + disabled: false fieldName: settings publicName: settings enhancer: id: '' - disabled: false visibility: + disabled: false fieldName: visibility publicName: visibility enhancer: id: '' - disabled: false diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.configurable_language--configurable_language.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.configurable_language--configurable_language.yml index 6bb5481..954d0da 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.configurable_language--configurable_language.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.configurable_language--configurable_language.yml @@ -14,68 +14,68 @@ path: configurable_language/configurable_language resourceType: configurable_language--configurable_language resourceFields: uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false dependencies: + disabled: false fieldName: dependencies publicName: dependencies enhancer: id: '' - disabled: false third_party_settings: + disabled: false fieldName: third_party_settings publicName: third_party_settings enhancer: id: '' - disabled: false _core: + disabled: false fieldName: _core publicName: _core enhancer: id: '' - disabled: false id: + disabled: false fieldName: id publicName: id enhancer: id: '' - disabled: false label: + disabled: false fieldName: label publicName: label enhancer: id: '' - disabled: false direction: + disabled: false fieldName: direction publicName: direction enhancer: id: '' - disabled: false weight: + disabled: false fieldName: weight publicName: weight enhancer: id: '' - disabled: false locked: + disabled: false fieldName: locked publicName: locked enhancer: id: '' - disabled: false diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.date_format--date_format.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.date_format--date_format.yml index 39d946d..9054c68 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.date_format--date_format.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.date_format--date_format.yml @@ -13,62 +13,62 @@ path: date_format/date_format resourceType: date_format--date_format resourceFields: uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false dependencies: + disabled: false fieldName: dependencies publicName: dependencies enhancer: id: '' - disabled: false third_party_settings: + disabled: false fieldName: third_party_settings publicName: third_party_settings enhancer: id: '' - disabled: false _core: + disabled: false fieldName: _core publicName: _core enhancer: id: '' - disabled: false id: + disabled: false fieldName: id publicName: id enhancer: id: '' - disabled: false label: + disabled: false fieldName: label publicName: label enhancer: id: '' - disabled: false locked: + disabled: false fieldName: locked publicName: locked enhancer: id: '' - disabled: false pattern: + disabled: false fieldName: pattern publicName: pattern enhancer: id: '' - disabled: false diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.editor--editor.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.editor--editor.yml index 43ecab0..e8eb028 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.editor--editor.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.editor--editor.yml @@ -14,62 +14,62 @@ path: editor/editor resourceType: editor--editor resourceFields: uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false dependencies: + disabled: false fieldName: dependencies publicName: dependencies enhancer: id: '' - disabled: false third_party_settings: + disabled: false fieldName: third_party_settings publicName: third_party_settings enhancer: id: '' - disabled: false _core: + disabled: false fieldName: _core publicName: _core enhancer: id: '' - disabled: false format: + disabled: false fieldName: format publicName: format enhancer: id: '' - disabled: false editor: + disabled: false fieldName: editor publicName: editor enhancer: id: '' - disabled: false settings: + disabled: false fieldName: settings publicName: settings enhancer: id: '' - disabled: false image_upload: + disabled: false fieldName: image_upload publicName: image_upload enhancer: id: '' - disabled: false diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.entity_form_display--entity_form_display.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.entity_form_display--entity_form_display.yml index 3601a61..08f207c 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.entity_form_display--entity_form_display.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.entity_form_display--entity_form_display.yml @@ -13,74 +13,74 @@ path: entity_form_display/entity_form_display resourceType: entity_form_display--entity_form_display resourceFields: uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false dependencies: + disabled: false fieldName: dependencies publicName: dependencies enhancer: id: '' - disabled: false third_party_settings: + disabled: false fieldName: third_party_settings publicName: third_party_settings enhancer: id: '' - disabled: false _core: + disabled: false fieldName: _core publicName: _core enhancer: id: '' - disabled: false id: + disabled: false fieldName: id publicName: id enhancer: id: '' - disabled: false targetEntityType: + disabled: false fieldName: targetEntityType publicName: targetEntityType enhancer: id: '' - disabled: false bundle: + disabled: false fieldName: bundle publicName: bundle enhancer: id: '' - disabled: false mode: + disabled: false fieldName: mode publicName: mode enhancer: id: '' - disabled: false content: + disabled: false fieldName: content publicName: content enhancer: id: '' - disabled: false hidden: + disabled: false fieldName: hidden publicName: hidden enhancer: id: '' - disabled: false diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.entity_form_mode--entity_form_mode.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.entity_form_mode--entity_form_mode.yml index 7130735..2044348 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.entity_form_mode--entity_form_mode.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.entity_form_mode--entity_form_mode.yml @@ -13,62 +13,62 @@ path: entity_form_mode/entity_form_mode resourceType: entity_form_mode--entity_form_mode resourceFields: uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false dependencies: + disabled: false fieldName: dependencies publicName: dependencies enhancer: id: '' - disabled: false third_party_settings: + disabled: false fieldName: third_party_settings publicName: third_party_settings enhancer: id: '' - disabled: false _core: + disabled: false fieldName: _core publicName: _core enhancer: id: '' - disabled: false id: + disabled: false fieldName: id publicName: id enhancer: id: '' - disabled: false label: + disabled: false fieldName: label publicName: label enhancer: id: '' - disabled: false targetEntityType: + disabled: false fieldName: targetEntityType publicName: targetEntityType enhancer: id: '' - disabled: false cache: + disabled: false fieldName: cache publicName: cache enhancer: id: '' - disabled: false diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.entity_view_display--entity_view_display.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.entity_view_display--entity_view_display.yml index 9b042f9..2c8e6ea 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.entity_view_display--entity_view_display.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.entity_view_display--entity_view_display.yml @@ -13,74 +13,74 @@ path: entity_view_display/entity_view_display resourceType: entity_view_display--entity_view_display resourceFields: uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false dependencies: + disabled: false fieldName: dependencies publicName: dependencies enhancer: id: '' - disabled: false third_party_settings: + disabled: false fieldName: third_party_settings publicName: third_party_settings enhancer: id: '' - disabled: false _core: + disabled: false fieldName: _core publicName: _core enhancer: id: '' - disabled: false id: + disabled: false fieldName: id publicName: id enhancer: id: '' - disabled: false targetEntityType: + disabled: false fieldName: targetEntityType publicName: targetEntityType enhancer: id: '' - disabled: false bundle: + disabled: false fieldName: bundle publicName: bundle enhancer: id: '' - disabled: false mode: + disabled: false fieldName: mode publicName: mode enhancer: id: '' - disabled: false content: + disabled: false fieldName: content publicName: content enhancer: id: '' - disabled: false hidden: + disabled: false fieldName: hidden publicName: hidden enhancer: id: '' - disabled: false diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.entity_view_mode--entity_view_mode.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.entity_view_mode--entity_view_mode.yml index c4982ad..94190c1 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.entity_view_mode--entity_view_mode.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.entity_view_mode--entity_view_mode.yml @@ -13,62 +13,62 @@ path: entity_view_mode/entity_view_mode resourceType: entity_view_mode--entity_view_mode resourceFields: uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false dependencies: + disabled: false fieldName: dependencies publicName: dependencies enhancer: id: '' - disabled: false third_party_settings: + disabled: false fieldName: third_party_settings publicName: third_party_settings enhancer: id: '' - disabled: false _core: + disabled: false fieldName: _core publicName: _core enhancer: id: '' - disabled: false id: + disabled: false fieldName: id publicName: id enhancer: id: '' - disabled: false label: + disabled: false fieldName: label publicName: label enhancer: id: '' - disabled: false targetEntityType: + disabled: false fieldName: targetEntityType publicName: targetEntityType enhancer: id: '' - disabled: false cache: + disabled: false fieldName: cache publicName: cache enhancer: id: '' - disabled: false diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.field_config--field_config.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.field_config--field_config.yml index 84e56c4..6f61371 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.field_config--field_config.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.field_config--field_config.yml @@ -14,110 +14,110 @@ path: field_config/field_config resourceType: field_config--field_config resourceFields: uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false dependencies: + disabled: false fieldName: dependencies publicName: dependencies enhancer: id: '' - disabled: false third_party_settings: + disabled: false fieldName: third_party_settings publicName: third_party_settings enhancer: id: '' - disabled: false _core: + disabled: false fieldName: _core publicName: _core enhancer: id: '' - disabled: false id: + disabled: false fieldName: id publicName: id enhancer: id: '' - disabled: false field_name: + disabled: false fieldName: field_name publicName: field_name enhancer: id: '' - disabled: false entity_type: + disabled: false fieldName: entity_type publicName: entity_type enhancer: id: '' - disabled: false bundle: + disabled: false fieldName: bundle publicName: bundle enhancer: id: '' - disabled: false label: + disabled: false fieldName: label publicName: label enhancer: id: '' - disabled: false description: + disabled: false fieldName: description publicName: description enhancer: id: '' - disabled: false required: + disabled: false fieldName: required publicName: required enhancer: id: '' - disabled: false translatable: + disabled: false fieldName: translatable publicName: translatable enhancer: id: '' - disabled: false default_value: + disabled: false fieldName: default_value publicName: default_value enhancer: id: '' - disabled: false default_value_callback: + disabled: false fieldName: default_value_callback publicName: default_value_callback enhancer: id: '' - disabled: false settings: + disabled: false fieldName: settings publicName: settings enhancer: id: '' - disabled: false field_type: + disabled: false fieldName: field_type publicName: field_type enhancer: id: '' - disabled: false diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.field_storage_config--field_storage_config.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.field_storage_config--field_storage_config.yml index bdb9eb3..8d8ecef 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.field_storage_config--field_storage_config.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.field_storage_config--field_storage_config.yml @@ -14,110 +14,110 @@ path: field_storage_config/field_storage_config resourceType: field_storage_config--field_storage_config resourceFields: uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false dependencies: + disabled: false fieldName: dependencies publicName: dependencies enhancer: id: '' - disabled: false third_party_settings: + disabled: false fieldName: third_party_settings publicName: third_party_settings enhancer: id: '' - disabled: false _core: + disabled: false fieldName: _core publicName: _core enhancer: id: '' - disabled: false id: + disabled: false fieldName: id publicName: id enhancer: id: '' - disabled: false field_name: + disabled: false fieldName: field_name publicName: field_name enhancer: id: '' - disabled: false entity_type: + disabled: false fieldName: entity_type publicName: entity_type enhancer: id: '' - disabled: false type: + disabled: false fieldName: type publicName: type enhancer: id: '' - disabled: false settings: + disabled: false fieldName: settings publicName: settings enhancer: id: '' - disabled: false module: + disabled: false fieldName: module publicName: module enhancer: id: '' - disabled: false locked: + disabled: false fieldName: locked publicName: locked enhancer: id: '' - disabled: false cardinality: + disabled: false fieldName: cardinality publicName: cardinality enhancer: id: '' - disabled: false translatable: + disabled: false fieldName: translatable publicName: translatable enhancer: id: '' - disabled: false indexes: + disabled: false fieldName: indexes publicName: indexes enhancer: id: '' - disabled: false persist_with_no_fields: + disabled: false fieldName: persist_with_no_fields publicName: persist_with_no_fields enhancer: id: '' - disabled: false custom_storage: + disabled: false fieldName: custom_storage publicName: custom_storage enhancer: id: '' - disabled: false diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.filter_format--filter_format.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.filter_format--filter_format.yml index 40ce285..935a21d 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.filter_format--filter_format.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.filter_format--filter_format.yml @@ -14,68 +14,68 @@ path: filter_format/filter_format resourceType: filter_format--filter_format resourceFields: uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false dependencies: + disabled: false fieldName: dependencies publicName: dependencies enhancer: id: '' - disabled: false third_party_settings: + disabled: false fieldName: third_party_settings publicName: third_party_settings enhancer: id: '' - disabled: false _core: + disabled: false fieldName: _core publicName: _core enhancer: id: '' - disabled: false name: + disabled: false fieldName: name publicName: name enhancer: id: '' - disabled: false format: + disabled: false fieldName: format publicName: format enhancer: id: '' - disabled: false weight: + disabled: false fieldName: weight publicName: weight enhancer: id: '' - disabled: false roles: + disabled: false fieldName: roles publicName: roles enhancer: id: '' - disabled: false filters: + disabled: false fieldName: filters publicName: filters enhancer: id: '' - disabled: false diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.jsonapi_resource_config--jsonapi_resource_config.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.jsonapi_resource_config--jsonapi_resource_config.yml index b8915d4..0dfe9e3 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.jsonapi_resource_config--jsonapi_resource_config.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.jsonapi_resource_config--jsonapi_resource_config.yml @@ -13,68 +13,68 @@ path: jsonapi_resource_config/jsonapi_resource_config resourceType: jsonapi_resource_config--jsonapi_resource_config resourceFields: uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false dependencies: + disabled: false fieldName: dependencies publicName: dependencies enhancer: id: '' - disabled: false third_party_settings: + disabled: false fieldName: third_party_settings publicName: third_party_settings enhancer: id: '' - disabled: false _core: + disabled: false fieldName: _core publicName: _core enhancer: id: '' - disabled: false id: + disabled: false fieldName: id publicName: id enhancer: id: '' - disabled: false disabled: + disabled: false fieldName: disabled publicName: disabled enhancer: id: '' - disabled: false path: + disabled: false fieldName: path publicName: path enhancer: id: '' - disabled: false resourceType: + disabled: false fieldName: resourceType publicName: resourceType enhancer: id: '' - disabled: false resourceFields: + disabled: false fieldName: resourceFields publicName: resourceFields enhancer: id: '' - disabled: false diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.language_content_settings--language_content_settings.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.language_content_settings--language_content_settings.yml index 2ea0883..75441ff 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.language_content_settings--language_content_settings.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.language_content_settings--language_content_settings.yml @@ -14,68 +14,68 @@ path: language_content_settings/language_content_settings resourceType: language_content_settings--language_content_settings resourceFields: uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false dependencies: + disabled: false fieldName: dependencies publicName: dependencies enhancer: id: '' - disabled: false third_party_settings: + disabled: false fieldName: third_party_settings publicName: third_party_settings enhancer: id: '' - disabled: false _core: + disabled: false fieldName: _core publicName: _core enhancer: id: '' - disabled: false id: + disabled: false fieldName: id publicName: id enhancer: id: '' - disabled: false target_entity_type_id: + disabled: false fieldName: target_entity_type_id publicName: target_entity_type_id enhancer: id: '' - disabled: false target_bundle: + disabled: false fieldName: target_bundle publicName: target_bundle enhancer: id: '' - disabled: false default_langcode: + disabled: false fieldName: default_langcode publicName: default_langcode enhancer: id: '' - disabled: false language_alterable: + disabled: false fieldName: language_alterable publicName: language_alterable enhancer: id: '' - disabled: false diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.menu--menu.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.menu--menu.yml index b14ad9c..432e0ad 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.menu--menu.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.menu--menu.yml @@ -14,62 +14,62 @@ path: menu/menu resourceType: menu--menu resourceFields: uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false dependencies: + disabled: false fieldName: dependencies publicName: dependencies enhancer: id: '' - disabled: false third_party_settings: + disabled: false fieldName: third_party_settings publicName: third_party_settings enhancer: id: '' - disabled: false _core: + disabled: false fieldName: _core publicName: _core enhancer: id: '' - disabled: false id: + disabled: false fieldName: id publicName: id enhancer: id: '' - disabled: false label: + disabled: false fieldName: label publicName: label enhancer: id: '' - disabled: false description: + disabled: false fieldName: description publicName: description enhancer: id: '' - disabled: false locked: + disabled: false fieldName: locked publicName: locked enhancer: id: '' - disabled: false diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.node--contact.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.node--contact.yml index c7b0836..6048b29 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.node--contact.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.node--contact.yml @@ -15,17 +15,17 @@ path: node/contact resourceType: node--contact resourceFields: nid: + disabled: false fieldName: nid publicName: nid enhancer: id: '' - disabled: false uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false vid: disabled: true fieldName: vid @@ -33,17 +33,17 @@ resourceFields: enhancer: id: '' langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false type: + disabled: false fieldName: type publicName: type enhancer: id: '' - disabled: false revision_timestamp: disabled: true fieldName: revision_timestamp @@ -63,35 +63,35 @@ resourceFields: enhancer: id: '' status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false uid: + disabled: false fieldName: uid publicName: uid enhancer: id: '' - disabled: false title: + disabled: false fieldName: title publicName: title enhancer: id: '' - disabled: false created: + disabled: false fieldName: created publicName: created enhancer: id: '' - disabled: false changed: + disabled: false fieldName: changed publicName: changed enhancer: id: '' - disabled: false promote: disabled: true fieldName: promote @@ -123,32 +123,32 @@ resourceFields: enhancer: id: '' content_translation_source: + disabled: false fieldName: content_translation_source publicName: content_translation_source enhancer: id: '' - disabled: false content_translation_outdated: + disabled: false fieldName: content_translation_outdated publicName: content_translation_outdated enhancer: id: '' - disabled: false field_department: + disabled: false fieldName: field_department publicName: department enhancer: id: '' - disabled: false field_email: + disabled: false fieldName: field_email publicName: email enhancer: id: '' - disabled: false field_phone: + disabled: false fieldName: field_phone publicName: phone enhancer: id: '' - disabled: false diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.node--initiative.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.node--initiative.yml index 619167a..0ac92d1 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.node--initiative.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.node--initiative.yml @@ -15,17 +15,17 @@ path: node/initiative resourceType: node--initiative resourceFields: nid: + disabled: false fieldName: nid publicName: id enhancer: id: '' - disabled: false uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false vid: disabled: true fieldName: vid @@ -33,17 +33,17 @@ resourceFields: enhancer: id: '' langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false type: + disabled: false fieldName: type publicName: type enhancer: id: '' - disabled: false revision_timestamp: disabled: true fieldName: revision_timestamp @@ -63,35 +63,35 @@ resourceFields: enhancer: id: '' status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false uid: + disabled: false fieldName: uid publicName: uid enhancer: id: '' - disabled: false title: + disabled: false fieldName: title publicName: title enhancer: id: '' - disabled: false created: + disabled: false fieldName: created publicName: created enhancer: id: '' - disabled: false changed: + disabled: false fieldName: changed publicName: changed enhancer: id: '' - disabled: false promote: disabled: true fieldName: promote @@ -123,128 +123,128 @@ resourceFields: enhancer: id: '' content_translation_source: + disabled: false fieldName: content_translation_source publicName: content_translation_source enhancer: id: '' - disabled: false content_translation_outdated: + disabled: false fieldName: content_translation_outdated publicName: content_translation_outdated enhancer: id: '' - disabled: false field_author: + disabled: false fieldName: field_author publicName: author enhancer: id: '' - disabled: false field_budget: + disabled: false fieldName: field_budget publicName: budget enhancer: id: '' - disabled: false field_category: + disabled: false fieldName: field_category publicName: category enhancer: id: '' - disabled: false field_contact: + disabled: false fieldName: field_contact publicName: contact enhancer: id: '' - disabled: false field_description: + disabled: false fieldName: field_description publicName: description enhancer: id: '' - disabled: false field_endorsement: + disabled: false fieldName: field_endorsement publicName: endorsement enhancer: id: '' - disabled: false field_endorsement_author: + disabled: false fieldName: field_endorsement_author publicName: endorsement_author enhancer: id: '' - disabled: false field_file: + disabled: false fieldName: field_file publicName: file enhancer: id: '' - disabled: false field_funding: + disabled: false fieldName: field_funding publicName: funding enhancer: id: '' - disabled: false field_image: + disabled: false fieldName: field_image publicName: image enhancer: id: '' - disabled: false field_initiative_type: + disabled: false fieldName: field_initiative_type publicName: initiative_type enhancer: id: '' - disabled: false field_link: + disabled: false fieldName: field_link publicName: link enhancer: id: '' - disabled: false field_organizational_anchoring: + disabled: false fieldName: field_organizational_anchoring publicName: organizational_anchoring enhancer: id: '' - disabled: false field_stakeholder: + disabled: false fieldName: field_stakeholder publicName: stakeholder enhancer: id: '' - disabled: false field_status: + disabled: false fieldName: field_status publicName: status enhancer: id: '' - disabled: false field_status_additional: + disabled: false fieldName: field_status_additional publicName: status_additional enhancer: id: '' - disabled: false field_strategy: + disabled: false fieldName: field_strategy publicName: strategy enhancer: id: '' - disabled: false field_tag: + disabled: false fieldName: field_tag publicName: tag enhancer: id: '' - disabled: false field_time_period: + disabled: false fieldName: field_time_period publicName: time_period enhancer: id: '' - disabled: false diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.node_type--node_type.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.node_type--node_type.yml index b672b51..80bbba2 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.node_type--node_type.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.node_type--node_type.yml @@ -14,80 +14,80 @@ path: node_type/node_type resourceType: node_type--node_type resourceFields: uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false dependencies: + disabled: false fieldName: dependencies publicName: dependencies enhancer: id: '' - disabled: false third_party_settings: + disabled: false fieldName: third_party_settings publicName: third_party_settings enhancer: id: '' - disabled: false _core: + disabled: false fieldName: _core publicName: _core enhancer: id: '' - disabled: false name: + disabled: false fieldName: name publicName: name enhancer: id: '' - disabled: false type: + disabled: false fieldName: type publicName: type enhancer: id: '' - disabled: false description: + disabled: false fieldName: description publicName: description enhancer: id: '' - disabled: false help: + disabled: false fieldName: help publicName: help enhancer: id: '' - disabled: false new_revision: + disabled: false fieldName: new_revision publicName: new_revision enhancer: id: '' - disabled: false preview_mode: + disabled: false fieldName: preview_mode publicName: preview_mode enhancer: id: '' - disabled: false display_submitted: + disabled: false fieldName: display_submitted publicName: display_submitted enhancer: id: '' - disabled: false diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.path_alias--path_alias.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.path_alias--path_alias.yml index 86cb81c..b8902da 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.path_alias--path_alias.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.path_alias--path_alias.yml @@ -14,50 +14,50 @@ path: path_alias/path_alias resourceType: path_alias--path_alias resourceFields: id: + disabled: false fieldName: id publicName: id enhancer: id: '' - disabled: false uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false revision_id: + disabled: false fieldName: revision_id publicName: revision_id enhancer: id: '' - disabled: false langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false path: + disabled: false fieldName: path publicName: path enhancer: id: '' - disabled: false alias: + disabled: false fieldName: alias publicName: alias enhancer: id: '' - disabled: false status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false revision_default: + disabled: false fieldName: revision_default publicName: revision_default enhancer: id: '' - disabled: false diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.rest_resource_config--rest_resource_config.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.rest_resource_config--rest_resource_config.yml index ec662b2..8ea7c07 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.rest_resource_config--rest_resource_config.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.rest_resource_config--rest_resource_config.yml @@ -14,62 +14,62 @@ path: rest_resource_config/rest_resource_config resourceType: rest_resource_config--rest_resource_config resourceFields: uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false dependencies: + disabled: false fieldName: dependencies publicName: dependencies enhancer: id: '' - disabled: false third_party_settings: + disabled: false fieldName: third_party_settings publicName: third_party_settings enhancer: id: '' - disabled: false _core: + disabled: false fieldName: _core publicName: _core enhancer: id: '' - disabled: false id: + disabled: false fieldName: id publicName: id enhancer: id: '' - disabled: false plugin_id: + disabled: false fieldName: plugin_id publicName: plugin_id enhancer: id: '' - disabled: false granularity: + disabled: false fieldName: granularity publicName: granularity enhancer: id: '' - disabled: false configuration: + disabled: false fieldName: configuration publicName: configuration enhancer: id: '' - disabled: false diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--category.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--category.yml index 9ab0179..e31e7e6 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--category.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--category.yml @@ -15,17 +15,17 @@ path: taxonomy_term/category resourceType: taxonomy_term--category resourceFields: tid: + disabled: false fieldName: tid publicName: tid enhancer: id: '' - disabled: false uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false revision_id: disabled: true fieldName: revision_id @@ -33,11 +33,11 @@ resourceFields: enhancer: id: '' langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false vid: disabled: true fieldName: vid @@ -63,23 +63,23 @@ resourceFields: enhancer: id: '' status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false name: + disabled: false fieldName: name publicName: name enhancer: id: '' - disabled: false description: + disabled: false fieldName: description publicName: description enhancer: id: '' - disabled: false weight: disabled: true fieldName: weight @@ -87,11 +87,11 @@ resourceFields: enhancer: id: '' parent: + disabled: false fieldName: parent publicName: parent enhancer: id: '' - disabled: false changed: disabled: true fieldName: changed diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--endorsement_author.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--endorsement_author.yml index a1be182..c69014e 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--endorsement_author.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--endorsement_author.yml @@ -15,17 +15,17 @@ path: taxonomy_term/endorsement_author resourceType: taxonomy_term--endorsement_author resourceFields: tid: + disabled: false fieldName: tid publicName: tid enhancer: id: '' - disabled: false uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false revision_id: disabled: true fieldName: revision_id @@ -33,11 +33,11 @@ resourceFields: enhancer: id: '' langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false vid: disabled: true fieldName: vid @@ -63,23 +63,23 @@ resourceFields: enhancer: id: '' status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false name: + disabled: false fieldName: name publicName: name enhancer: id: '' - disabled: false description: + disabled: false fieldName: description publicName: description enhancer: id: '' - disabled: false weight: disabled: true fieldName: weight @@ -87,11 +87,11 @@ resourceFields: enhancer: id: '' parent: + disabled: false fieldName: parent publicName: parent enhancer: id: '' - disabled: false changed: disabled: true fieldName: changed diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--funding.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--funding.yml index ff03c25..a42f9be 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--funding.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--funding.yml @@ -15,17 +15,17 @@ path: taxonomy_term/funding resourceType: taxonomy_term--funding resourceFields: tid: + disabled: false fieldName: tid publicName: tid enhancer: id: '' - disabled: false uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false revision_id: disabled: true fieldName: revision_id @@ -33,11 +33,11 @@ resourceFields: enhancer: id: '' langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false vid: disabled: true fieldName: vid @@ -63,23 +63,23 @@ resourceFields: enhancer: id: '' status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false name: + disabled: false fieldName: name publicName: name enhancer: id: '' - disabled: false description: + disabled: false fieldName: description publicName: description enhancer: id: '' - disabled: false weight: disabled: true fieldName: weight @@ -87,11 +87,11 @@ resourceFields: enhancer: id: '' parent: + disabled: false fieldName: parent publicName: parent enhancer: id: '' - disabled: false changed: disabled: true fieldName: changed diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--initiative_type.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--initiative_type.yml index 698c898..6ca2e31 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--initiative_type.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--initiative_type.yml @@ -15,17 +15,17 @@ path: taxonomy_term/initiative_type resourceType: taxonomy_term--initiative_type resourceFields: tid: + disabled: false fieldName: tid publicName: tid enhancer: id: '' - disabled: false uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false revision_id: disabled: true fieldName: revision_id @@ -33,11 +33,11 @@ resourceFields: enhancer: id: '' langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false vid: disabled: true fieldName: vid @@ -63,23 +63,23 @@ resourceFields: enhancer: id: '' status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false name: + disabled: false fieldName: name publicName: name enhancer: id: '' - disabled: false description: + disabled: false fieldName: description publicName: description enhancer: id: '' - disabled: false weight: disabled: true fieldName: weight @@ -87,11 +87,11 @@ resourceFields: enhancer: id: '' parent: + disabled: false fieldName: parent publicName: parent enhancer: id: '' - disabled: false changed: disabled: true fieldName: changed diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--organizational_anchoring.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--organizational_anchoring.yml index a559d63..6d07e8b 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--organizational_anchoring.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--organizational_anchoring.yml @@ -15,17 +15,17 @@ path: taxonomy_term/organizational_anchoring resourceType: taxonomy_term--organizational_anchoring resourceFields: tid: + disabled: false fieldName: tid publicName: tid enhancer: id: '' - disabled: false uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false revision_id: disabled: true fieldName: revision_id @@ -33,11 +33,11 @@ resourceFields: enhancer: id: '' langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false vid: disabled: true fieldName: vid @@ -63,23 +63,23 @@ resourceFields: enhancer: id: '' status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false name: + disabled: false fieldName: name publicName: name enhancer: id: '' - disabled: false description: + disabled: false fieldName: description publicName: description enhancer: id: '' - disabled: false weight: disabled: true fieldName: weight @@ -87,11 +87,11 @@ resourceFields: enhancer: id: '' parent: + disabled: false fieldName: parent publicName: parent enhancer: id: '' - disabled: false changed: disabled: true fieldName: changed diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--stakeholder.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--stakeholder.yml index 3b29c86..808119b 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--stakeholder.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--stakeholder.yml @@ -15,17 +15,17 @@ path: taxonomy_term/stakeholder resourceType: taxonomy_term--stakeholder resourceFields: tid: + disabled: false fieldName: tid publicName: tid enhancer: id: '' - disabled: false uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false revision_id: disabled: true fieldName: revision_id @@ -33,11 +33,11 @@ resourceFields: enhancer: id: '' langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false vid: disabled: true fieldName: vid @@ -63,23 +63,23 @@ resourceFields: enhancer: id: '' status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false name: + disabled: false fieldName: name publicName: name enhancer: id: '' - disabled: false description: + disabled: false fieldName: description publicName: description enhancer: id: '' - disabled: false weight: disabled: true fieldName: weight @@ -87,11 +87,11 @@ resourceFields: enhancer: id: '' parent: + disabled: false fieldName: parent publicName: parent enhancer: id: '' - disabled: false changed: disabled: true fieldName: changed diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--status.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--status.yml index 274a157..2e967af 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--status.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--status.yml @@ -15,17 +15,17 @@ path: taxonomy_term/status resourceType: taxonomy_term--status resourceFields: tid: + disabled: false fieldName: tid publicName: tid enhancer: id: '' - disabled: false uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false revision_id: disabled: true fieldName: revision_id @@ -33,11 +33,11 @@ resourceFields: enhancer: id: '' langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false vid: disabled: true fieldName: vid @@ -63,23 +63,23 @@ resourceFields: enhancer: id: '' status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false name: + disabled: false fieldName: name publicName: name enhancer: id: '' - disabled: false description: + disabled: false fieldName: description publicName: description enhancer: id: '' - disabled: false weight: disabled: true fieldName: weight @@ -87,11 +87,11 @@ resourceFields: enhancer: id: '' parent: + disabled: false fieldName: parent publicName: parent enhancer: id: '' - disabled: false changed: disabled: true fieldName: changed diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--strategy.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--strategy.yml index bbca90f..ad3fd2a 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--strategy.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--strategy.yml @@ -15,17 +15,17 @@ path: taxonomy_term/strategy resourceType: taxonomy_term--strategy resourceFields: tid: + disabled: false fieldName: tid publicName: tid enhancer: id: '' - disabled: false uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false revision_id: disabled: true fieldName: revision_id @@ -33,11 +33,11 @@ resourceFields: enhancer: id: '' langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false vid: disabled: true fieldName: vid @@ -63,23 +63,23 @@ resourceFields: enhancer: id: '' status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false name: + disabled: false fieldName: name publicName: name enhancer: id: '' - disabled: false description: + disabled: false fieldName: description publicName: description enhancer: id: '' - disabled: false weight: disabled: true fieldName: weight @@ -87,11 +87,11 @@ resourceFields: enhancer: id: '' parent: + disabled: false fieldName: parent publicName: parent enhancer: id: '' - disabled: false changed: disabled: true fieldName: changed diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--tag.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--tag.yml index a4da4a9..a06f2c5 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--tag.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_term--tag.yml @@ -15,17 +15,17 @@ path: taxonomy_term/tag resourceType: taxonomy_term--tag resourceFields: tid: + disabled: false fieldName: tid publicName: tid enhancer: id: '' - disabled: false uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false revision_id: disabled: true fieldName: revision_id @@ -33,11 +33,11 @@ resourceFields: enhancer: id: '' langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false vid: disabled: true fieldName: vid @@ -63,23 +63,23 @@ resourceFields: enhancer: id: '' status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false name: + disabled: false fieldName: name publicName: name enhancer: id: '' - disabled: false description: + disabled: false fieldName: description publicName: description enhancer: id: '' - disabled: false weight: disabled: true fieldName: weight @@ -87,11 +87,11 @@ resourceFields: enhancer: id: '' parent: + disabled: false fieldName: parent publicName: parent enhancer: id: '' - disabled: false changed: disabled: true fieldName: changed diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_vocabulary--taxonomy_vocabulary.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_vocabulary--taxonomy_vocabulary.yml index d799e00..9627112 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_vocabulary--taxonomy_vocabulary.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.taxonomy_vocabulary--taxonomy_vocabulary.yml @@ -14,62 +14,62 @@ path: taxonomy_vocabulary/taxonomy_vocabulary resourceType: taxonomy_vocabulary--taxonomy_vocabulary resourceFields: uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false dependencies: + disabled: false fieldName: dependencies publicName: dependencies enhancer: id: '' - disabled: false third_party_settings: + disabled: false fieldName: third_party_settings publicName: third_party_settings enhancer: id: '' - disabled: false _core: + disabled: false fieldName: _core publicName: _core enhancer: id: '' - disabled: false name: + disabled: false fieldName: name publicName: name enhancer: id: '' - disabled: false vid: + disabled: false fieldName: vid publicName: vid enhancer: id: '' - disabled: false description: + disabled: false fieldName: description publicName: description enhancer: id: '' - disabled: false weight: + disabled: false fieldName: weight publicName: weight enhancer: id: '' - disabled: false diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.user--user.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.user--user.yml index 1a5bd4a..7fc8a5c 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.user--user.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.user--user.yml @@ -14,104 +14,104 @@ path: user/user resourceType: user--user resourceFields: uid: + disabled: false fieldName: uid publicName: uid enhancer: id: '' - disabled: false uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false preferred_langcode: + disabled: false fieldName: preferred_langcode publicName: preferred_langcode enhancer: id: '' - disabled: false preferred_admin_langcode: + disabled: false fieldName: preferred_admin_langcode publicName: preferred_admin_langcode enhancer: id: '' - disabled: false name: + disabled: false fieldName: name publicName: name enhancer: id: '' - disabled: false pass: + disabled: false fieldName: pass publicName: pass enhancer: id: '' - disabled: false mail: + disabled: false fieldName: mail publicName: mail enhancer: id: '' - disabled: false timezone: + disabled: false fieldName: timezone publicName: timezone enhancer: id: '' - disabled: false status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false created: + disabled: false fieldName: created publicName: created enhancer: id: '' - disabled: false changed: + disabled: false fieldName: changed publicName: changed enhancer: id: '' - disabled: false access: + disabled: false fieldName: access publicName: access enhancer: id: '' - disabled: false login: + disabled: false fieldName: login publicName: login enhancer: id: '' - disabled: false init: + disabled: false fieldName: init publicName: init enhancer: id: '' - disabled: false roles: + disabled: false fieldName: roles publicName: roles enhancer: id: '' - disabled: false default_langcode: + disabled: false fieldName: default_langcode publicName: default_langcode enhancer: id: '' - disabled: false diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.user_role--user_role.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.user_role--user_role.yml index 73bd6f6..46479aa 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.user_role--user_role.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.user_role--user_role.yml @@ -14,68 +14,68 @@ path: user_role/user_role resourceType: user_role--user_role resourceFields: uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false dependencies: + disabled: false fieldName: dependencies publicName: dependencies enhancer: id: '' - disabled: false third_party_settings: + disabled: false fieldName: third_party_settings publicName: third_party_settings enhancer: id: '' - disabled: false _core: + disabled: false fieldName: _core publicName: _core enhancer: id: '' - disabled: false id: + disabled: false fieldName: id publicName: id enhancer: id: '' - disabled: false label: + disabled: false fieldName: label publicName: label enhancer: id: '' - disabled: false weight: + disabled: false fieldName: weight publicName: weight enhancer: id: '' - disabled: false is_admin: + disabled: false fieldName: is_admin publicName: is_admin enhancer: id: '' - disabled: false permissions: + disabled: false fieldName: permissions publicName: permissions enhancer: id: '' - disabled: false diff --git a/config/sync/jsonapi_extras.jsonapi_resource_config.view--view.yml b/config/sync/jsonapi_extras.jsonapi_resource_config.view--view.yml index 0dd59c6..6304340 100644 --- a/config/sync/jsonapi_extras.jsonapi_resource_config.view--view.yml +++ b/config/sync/jsonapi_extras.jsonapi_resource_config.view--view.yml @@ -14,86 +14,86 @@ path: view/view resourceType: view--view resourceFields: uuid: + disabled: false fieldName: uuid publicName: uuid enhancer: id: '' - disabled: false langcode: + disabled: false fieldName: langcode publicName: langcode enhancer: id: '' - disabled: false status: + disabled: false fieldName: status publicName: status enhancer: id: '' - disabled: false dependencies: + disabled: false fieldName: dependencies publicName: dependencies enhancer: id: '' - disabled: false third_party_settings: + disabled: false fieldName: third_party_settings publicName: third_party_settings enhancer: id: '' - disabled: false _core: + disabled: false fieldName: _core publicName: _core enhancer: id: '' - disabled: false id: + disabled: false fieldName: id publicName: id enhancer: id: '' - disabled: false label: + disabled: false fieldName: label publicName: label enhancer: id: '' - disabled: false module: + disabled: false fieldName: module publicName: module enhancer: id: '' - disabled: false description: + disabled: false fieldName: description publicName: description enhancer: id: '' - disabled: false tag: + disabled: false fieldName: tag publicName: tag enhancer: id: '' - disabled: false base_table: + disabled: false fieldName: base_table publicName: base_table enhancer: id: '' - disabled: false base_field: + disabled: false fieldName: base_field publicName: base_field enhancer: id: '' - disabled: false display: + disabled: false fieldName: display publicName: display enhancer: id: '' - disabled: false diff --git a/config/sync/language.negotiation.yml b/config/sync/language.negotiation.yml index a1e4026..b2d3172 100644 --- a/config/sync/language.negotiation.yml +++ b/config/sync/language.negotiation.yml @@ -1,3 +1,6 @@ +_core: + default_config_hash: uEePITI9tV6WqzmsTb7MfPCi5yPWXSxAN1xeLcYFQbM +langcode: da session: parameter: language url: @@ -6,9 +9,6 @@ url: en: en da: da domains: - en: en.127.0.0.1 - da: da.127.0.0.1 + en: '' + da: '' selected_langcode: site_default -_core: - default_config_hash: uEePITI9tV6WqzmsTb7MfPCi5yPWXSxAN1xeLcYFQbM -langcode: da diff --git a/config/sync/language/en/user.mail.yml b/config/sync/language/en/user.mail.yml index 3f3b733..a627cc5 100644 --- a/config/sync/language/en/user.mail.yml +++ b/config/sync/language/en/user.mail.yml @@ -1,27 +1,113 @@ cancel_confirm: - body: "[user:display-name],\n\nA request to cancel your account has been made at [site:name].\n\nYou may now cancel your account on [site:url-brief] by clicking this link or copying and pasting it into your browser:\n\n[user:cancel-url]\n\nNOTE: The cancellation of your account is not reversible.\n\nThis link expires in one day and nothing will happen if it is not used.\n\n-- [site:name] team" subject: 'Account cancellation request for [user:display-name] at [site:name]' + body: |- + [user:display-name], + + A request to cancel your account has been made at [site:name]. + + You may now cancel your account on [site:url-brief] by clicking this link or copying and pasting it into your browser: + + [user:cancel-url] + + NOTE: The cancellation of your account is not reversible. + + This link expires in one day and nothing will happen if it is not used. + + -- [site:name] team password_reset: - body: "[user:display-name],\n\nA request to reset the password for your account has been made at [site:name].\n\nYou may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password. It expires after one day and nothing will happen if it's not used.\n\n-- [site:name] team" subject: 'Replacement login information for [user:display-name] at [site:name]' + body: |- + [user:display-name], + + A request to reset the password for your account has been made at [site:name]. + + You may now log in by clicking this link or copying and pasting it into your browser: + + [user:one-time-login-url] + + This link can only be used once to log in and will lead you to a page where you can set your password. It expires after one day and nothing will happen if it's not used. + + -- [site:name] team register_admin_created: - body: "[user:display-name],\n\nA site administrator at [site:name] has created an account for you. You may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:name]\npassword: Your password\n\n-- [site:name] team" subject: 'An administrator created an account for you at [site:name]' + body: |- + [user:display-name], + + A site administrator at [site:name] has created an account for you. You may now log in by clicking this link or copying and pasting it into your browser: + + [user:one-time-login-url] + + This link can only be used once to log in and will lead you to a page where you can set your password. + + After setting your password, you will be able to log in at [site:login-url] in the future using: + + username: [user:name] + password: Your password + + -- [site:name] team register_no_approval_required: - body: "[user:display-name],\n\nThank you for registering at [site:name]. You may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:name]\npassword: Your password\n\n-- [site:name] team" subject: 'Account details for [user:display-name] at [site:name]' + body: |- + [user:display-name], + + Thank you for registering at [site:name]. You may now log in by clicking this link or copying and pasting it into your browser: + + [user:one-time-login-url] + + This link can only be used once to log in and will lead you to a page where you can set your password. + + After setting your password, you will be able to log in at [site:login-url] in the future using: + + username: [user:name] + password: Your password + + -- [site:name] team register_pending_approval: - body: "[user:display-name],\n\nThank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details.\n\n-- [site:name] team" subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)' + body: |- + [user:display-name], + + Thank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details. + + -- [site:name] team register_pending_approval_admin: - body: "[user:display-name] has applied for an account.\n\n[user:edit-url]" subject: 'Account details for [user:display-name] at [site:name] (pending admin approval)' + body: |- + [user:display-name] has applied for an account. + + [user:edit-url] status_activated: - body: "[user:display-name],\n\nYour account at [site:name] has been activated.\n\nYou may now log in by clicking this link or copying and pasting it into your browser:\n\n[user:one-time-login-url]\n\nThis link can only be used once to log in and will lead you to a page where you can set your password.\n\nAfter setting your password, you will be able to log in at [site:login-url] in the future using:\n\nusername: [user:account-name]\npassword: Your password\n\n-- [site:name] team" subject: 'Account details for [user:display-name] at [site:name] (approved)' + body: |- + [user:display-name], + + Your account at [site:name] has been activated. + + You may now log in by clicking this link or copying and pasting it into your browser: + + [user:one-time-login-url] + + This link can only be used once to log in and will lead you to a page where you can set your password. + + After setting your password, you will be able to log in at [site:login-url] in the future using: + + username: [user:account-name] + password: Your password + + -- [site:name] team status_blocked: - body: "[user:display-name],\n\nYour account on [site:name] has been blocked.\n\n-- [site:name] team" subject: 'Account details for [user:display-name] at [site:name] (blocked)' + body: |- + [user:display-name], + + Your account on [site:name] has been blocked. + + -- [site:name] team status_canceled: - body: "[user:display-name],\n\nYour account on [site:name] has been canceled.\n\n-- [site:name] team" subject: 'Account details for [user:display-name] at [site:name] (canceled)' + body: |- + [user:display-name], + + Your account on [site:name] has been canceled. + + -- [site:name] team \ No newline at end of file diff --git a/config/sync/language/en/views.view.content.yml b/config/sync/language/en/views.view.content.yml index bc5d156..cfcf581 100644 --- a/config/sync/language/en/views.view.content.yml +++ b/config/sync/language/en/views.view.content.yml @@ -2,6 +2,7 @@ label: Content description: 'Find and manage content.' display: default: + display_title: Master display_options: exposed_form: options: @@ -58,12 +59,11 @@ display: empty: area_text_custom: content: 'No content available.' - display_title: Master page_1: + display_title: Page display_options: menu: title: Content tab_options: title: Content description: 'Find and manage content' - display_title: Page diff --git a/config/sync/language/en/views.view.who_s_new.yml b/config/sync/language/en/views.view.who_s_new.yml index d7607f9..22ec793 100644 --- a/config/sync/language/en/views.view.who_s_new.yml +++ b/config/sync/language/en/views.view.who_s_new.yml @@ -1,4 +1,4 @@ -label: 'Who''s new' +label: "Who's new" description: 'Shows a list of the newest user accounts on the site.' display: default: @@ -11,10 +11,10 @@ display: exposed_sorts_label: 'Sort by' sort_asc_label: Asc sort_desc_label: Desc - title: 'Who''s new' + title: "Who's new" block_1: - display_title: 'Who''s new' + display_title: "Who's new" display_options: display_description: 'A list of new users' - block_description: 'Who''s new' + block_description: "Who's new" block_category: User diff --git a/config/sync/language/en/views.view.who_s_online.yml b/config/sync/language/en/views.view.who_s_online.yml index 5846f44..097d5c1 100644 --- a/config/sync/language/en/views.view.who_s_online.yml +++ b/config/sync/language/en/views.view.who_s_online.yml @@ -1,4 +1,4 @@ -label: 'Who''s online block' +label: "Who's online block" description: 'Shows the user names of the most recently active users, and the total number of active users.' display: default: @@ -16,7 +16,7 @@ display: expose: label: 'Last access' description: 'A user is considered online for this long after they have last viewed a page.' - title: 'Who''s online' + title: "Who's online" header: result: content: 'There are currently @total users online.' @@ -24,7 +24,7 @@ display: area_text_custom: content: 'There are currently 0 users online.' who_s_online_block: - display_title: 'Who''s online' + display_title: "Who's online" display_options: - block_description: 'Who''s online' + block_description: "Who's online" display_description: 'A list of users that are currently logged in.' diff --git a/config/sync/system.cron.yml b/config/sync/system.cron.yml index dfa6117..f16dab5 100644 --- a/config/sync/system.cron.yml +++ b/config/sync/system.cron.yml @@ -1,7 +1,7 @@ -threshold: - requirements_warning: 172800 - requirements_error: 1209600 -logging: 1 _core: default_config_hash: 5Pw921y1EPfFN98wykliBBLArm51pC-SmrXeYCe7d0Y langcode: da +threshold: + requirements_warning: 172800 + requirements_error: 1209600 +logging: true diff --git a/config/sync/system.date.yml b/config/sync/system.date.yml index 2915104..68dd45b 100644 --- a/config/sync/system.date.yml +++ b/config/sync/system.date.yml @@ -1,12 +1,12 @@ +_core: + default_config_hash: V9UurX2GPT05NWKG9f2GWQqFG2TRG8vczidwjpy7Woo +langcode: da +first_day: 1 country: default: DK -first_day: 1 timezone: default: Europe/Copenhagen user: configurable: false - warn: false default: 0 -_core: - default_config_hash: V9UurX2GPT05NWKG9f2GWQqFG2TRG8vczidwjpy7Woo -langcode: da + warn: false diff --git a/config/sync/system.diff.yml b/config/sync/system.diff.yml index c22957b..00b4dea 100644 --- a/config/sync/system.diff.yml +++ b/config/sync/system.diff.yml @@ -1,6 +1,6 @@ -context: - lines_leading: 2 - lines_trailing: 2 _core: default_config_hash: 1WanmaEhxW_vM8_5Ktsdntj8MaO9UBHXg0lN603PsWM langcode: da +context: + lines_leading: 2 + lines_trailing: 2 diff --git a/config/sync/system.file.yml b/config/sync/system.file.yml index 6df7ed1..bae99a7 100644 --- a/config/sync/system.file.yml +++ b/config/sync/system.file.yml @@ -1,6 +1,6 @@ -allow_insecure_uploads: false -default_scheme: public -temporary_maximum_age: 21600 _core: default_config_hash: mguGHCYb9Dw5EcpfjwoShGV1Vjkbz3QuPRCLfxiye-g langcode: da +allow_insecure_uploads: false +default_scheme: public +temporary_maximum_age: 21600 diff --git a/config/sync/system.image.gd.yml b/config/sync/system.image.gd.yml index 738738d..94884b9 100644 --- a/config/sync/system.image.gd.yml +++ b/config/sync/system.image.gd.yml @@ -1,4 +1,4 @@ -jpeg_quality: 75 _core: default_config_hash: eNXaHfkJJUThHeF0nvkoXyPLRrKYGxgHRjORvT4F5rQ langcode: da +jpeg_quality: 75 diff --git a/config/sync/system.image.yml b/config/sync/system.image.yml index 506de6f..89a368f 100644 --- a/config/sync/system.image.yml +++ b/config/sync/system.image.yml @@ -1,4 +1,4 @@ -toolkit: gd _core: default_config_hash: durWHaKeBaq4d9Wpi4RqwADj1OufDepcnJuhVLmKN24 langcode: da +toolkit: gd diff --git a/config/sync/system.logging.yml b/config/sync/system.logging.yml index 400de81..7150a4a 100644 --- a/config/sync/system.logging.yml +++ b/config/sync/system.logging.yml @@ -1,4 +1,4 @@ -error_level: hide _core: default_config_hash: u3-njszl92FaxjrCMiq0yDcjAfcdx72w1zT1O9dx6aA langcode: da +error_level: hide diff --git a/config/sync/system.mail.yml b/config/sync/system.mail.yml index 8ebc468..22f2d71 100644 --- a/config/sync/system.mail.yml +++ b/config/sync/system.mail.yml @@ -1,5 +1,5 @@ -interface: - default: php_mail _core: default_config_hash: rYgt7uhPafP2ngaN_ZUPFuyI4KdE0zU868zLNSlzKoE langcode: da +interface: + default: php_mail diff --git a/config/sync/system.maintenance.yml b/config/sync/system.maintenance.yml index f6f4ade..c8b998f 100644 --- a/config/sync/system.maintenance.yml +++ b/config/sync/system.maintenance.yml @@ -1,4 +1,4 @@ -message: 'Vi er ved at opdatere @site. Vi er snart tilbage. Tak for din tålmodighed.' -langcode: da _core: default_config_hash: Z5MXifrF77GEAgx0GQ6iWT8wStjFuY8BD9OruofWTJ8 +langcode: da +message: 'Vi er ved at opdatere @site. Vi er snart tilbage. Tak for din tålmodighed.' diff --git a/config/sync/system.performance.yml b/config/sync/system.performance.yml index 82247d2..996dd32 100644 --- a/config/sync/system.performance.yml +++ b/config/sync/system.performance.yml @@ -1,3 +1,6 @@ +_core: + default_config_hash: b2cssrj-lOmATIbdehfCqfCFgVR0qCdxxWhwqa2KBVQ +langcode: da cache: page: max_age: 0 @@ -12,7 +15,3 @@ fast_404: js: preprocess: true gzip: true -stale_file_threshold: 2592000 -_core: - default_config_hash: b2cssrj-lOmATIbdehfCqfCFgVR0qCdxxWhwqa2KBVQ -langcode: da diff --git a/config/sync/system.site.yml b/config/sync/system.site.yml index 41735b6..5fd423c 100644 --- a/config/sync/system.site.yml +++ b/config/sync/system.site.yml @@ -1,3 +1,6 @@ +_core: + default_config_hash: yXadRE77Va-G6dxhd2kPYapAvbnSvTF6hO4oXiOEynI +langcode: da uuid: f76344da-77c3-4a8a-900a-d185b55374b4 name: 'Drush Site-Install' mail: admin@example.com @@ -8,7 +11,4 @@ page: front: /user/login admin_compact_mode: false weight_select_max: 100 -langcode: da default_langcode: da -_core: - default_config_hash: yXadRE77Va-G6dxhd2kPYapAvbnSvTF6hO4oXiOEynI diff --git a/config/sync/system.theme.global.yml b/config/sync/system.theme.global.yml index 659f4af..e19a160 100644 --- a/config/sync/system.theme.global.yml +++ b/config/sync/system.theme.global.yml @@ -1,3 +1,6 @@ +_core: + default_config_hash: KHk8rzK2GMRtdfoAeocFrll8Q7gGtiocl2GF5jnX9cY +langcode: da favicon: mimetype: image/vnd.microsoft.icon path: '' @@ -12,6 +15,3 @@ logo: path: '' url: '' use_default: true -_core: - default_config_hash: KHk8rzK2GMRtdfoAeocFrll8Q7gGtiocl2GF5jnX9cY -langcode: da diff --git a/config/sync/system.theme.yml b/config/sync/system.theme.yml index 3d5ae10..b4067dc 100644 --- a/config/sync/system.theme.yml +++ b/config/sync/system.theme.yml @@ -1,5 +1,5 @@ -admin: '' -default: projectDatabase _core: default_config_hash: 6lQ55NXM9ysybMQ6NzJj4dtiQ1dAkOYxdDompa-r_kk langcode: da +admin: '' +default: projectDatabase diff --git a/config/sync/taxonomy.vocabulary.category.yml b/config/sync/taxonomy.vocabulary.category.yml index 1b31e41..a39a0bc 100644 --- a/config/sync/taxonomy.vocabulary.category.yml +++ b/config/sync/taxonomy.vocabulary.category.yml @@ -6,3 +6,4 @@ name: Kategorier vid: category description: '' weight: 0 +new_revision: false diff --git a/config/sync/taxonomy.vocabulary.endorsement_author.yml b/config/sync/taxonomy.vocabulary.endorsement_author.yml index 39199d0..a1bf579 100644 --- a/config/sync/taxonomy.vocabulary.endorsement_author.yml +++ b/config/sync/taxonomy.vocabulary.endorsement_author.yml @@ -6,3 +6,4 @@ name: 'Hvor er det vedtaget' vid: endorsement_author description: '' weight: 0 +new_revision: false diff --git a/config/sync/taxonomy.vocabulary.funding.yml b/config/sync/taxonomy.vocabulary.funding.yml index cc85732..8d273ef 100644 --- a/config/sync/taxonomy.vocabulary.funding.yml +++ b/config/sync/taxonomy.vocabulary.funding.yml @@ -6,3 +6,4 @@ name: Fundingkilder vid: funding description: '' weight: 0 +new_revision: false diff --git a/config/sync/taxonomy.vocabulary.initiative_type.yml b/config/sync/taxonomy.vocabulary.initiative_type.yml index f459f15..aa7a6ad 100644 --- a/config/sync/taxonomy.vocabulary.initiative_type.yml +++ b/config/sync/taxonomy.vocabulary.initiative_type.yml @@ -6,3 +6,4 @@ name: 'Intiativ karakter' vid: initiative_type description: '' weight: 0 +new_revision: false diff --git a/config/sync/taxonomy.vocabulary.organizational_anchoring.yml b/config/sync/taxonomy.vocabulary.organizational_anchoring.yml index a704bb5..197040f 100644 --- a/config/sync/taxonomy.vocabulary.organizational_anchoring.yml +++ b/config/sync/taxonomy.vocabulary.organizational_anchoring.yml @@ -6,3 +6,4 @@ name: 'Organisatorisk forankring' vid: organizational_anchoring description: '' weight: 0 +new_revision: false diff --git a/config/sync/taxonomy.vocabulary.stakeholder.yml b/config/sync/taxonomy.vocabulary.stakeholder.yml index fd8f228..f2f2dab 100644 --- a/config/sync/taxonomy.vocabulary.stakeholder.yml +++ b/config/sync/taxonomy.vocabulary.stakeholder.yml @@ -6,3 +6,4 @@ name: 'Interessenter og samarbejdspartnere' vid: stakeholder description: '' weight: 0 +new_revision: false diff --git a/config/sync/taxonomy.vocabulary.status.yml b/config/sync/taxonomy.vocabulary.status.yml index f3914b8..ae40c08 100644 --- a/config/sync/taxonomy.vocabulary.status.yml +++ b/config/sync/taxonomy.vocabulary.status.yml @@ -6,3 +6,4 @@ name: Status vid: status description: '' weight: 0 +new_revision: false diff --git a/config/sync/taxonomy.vocabulary.strategy.yml b/config/sync/taxonomy.vocabulary.strategy.yml index 34f1ce5..77ce884 100644 --- a/config/sync/taxonomy.vocabulary.strategy.yml +++ b/config/sync/taxonomy.vocabulary.strategy.yml @@ -6,3 +6,4 @@ name: Strategier vid: strategy description: '' weight: 0 +new_revision: false diff --git a/config/sync/taxonomy.vocabulary.tag.yml b/config/sync/taxonomy.vocabulary.tag.yml index a56bdf5..965eba0 100644 --- a/config/sync/taxonomy.vocabulary.tag.yml +++ b/config/sync/taxonomy.vocabulary.tag.yml @@ -6,3 +6,4 @@ name: Tags vid: tag description: '' weight: 0 +new_revision: false diff --git a/config/sync/user.mail.yml b/config/sync/user.mail.yml index 77532d6..b53bba6 100644 --- a/config/sync/user.mail.yml +++ b/config/sync/user.mail.yml @@ -1,20 +1,80 @@ cancel_confirm: - body: "[user:display-name],\n\nVi har modtaget en forespørgsel om at lukke din konto på [site:name].\n\nDu kan lukke din konto på [site:url-brief] ved at klikke på linket eller ved at kopiere det og indsætte det i din browser:\n\n[user:cancel-url]\n\nBEMÆRK: Du kan ikke fortyde lukningen af din konto.\n\nLinket udløber om én dag og der sker ikke noget hvis det ikke bruges.\n\n-- Holdet bag [site:name]" + body: |- + [user:display-name], + + Vi har modtaget en forespørgsel om at lukke din konto på [site:name]. + + Du kan lukke din konto på [site:url-brief] ved at klikke på linket eller ved at kopiere det og indsætte det i din browser: + + [user:cancel-url] + + BEMÆRK: Du kan ikke fortyde lukningen af din konto. + + Linket udløber om én dag og der sker ikke noget hvis det ikke bruges. + + -- Holdet bag [site:name] subject: 'Anmodning om opsigelse af konto for [user:display-name] på [site:name]' password_reset: - body: "[user:display-name],\n\nDer er lavet en forespørgsel om at nulstille adgangskoden til din konto på [site:name].\n\nDu kan logge ind nu ved at klikke på linket eller ved at kopiere og indsætte det i din browser:\n\n[user:one-time-login-url]\n\nDette link kan kun bruges til at logge ind én gang, og det sender dig til en side hvor du kan vælge en adgangskode. Linket udløber efter én dag og der sker ikke noget hvis det ikke bruges.\n\n-- Holdet bag [site:name]" + body: |- + [user:display-name], + + Der er lavet en forespørgsel om at nulstille adgangskoden til din konto på [site:name]. + + Du kan logge ind nu ved at klikke på linket eller ved at kopiere og indsætte det i din browser: + + [user:one-time-login-url] + + Dette link kan kun bruges til at logge ind én gang, og det sender dig til en side hvor du kan vælge en adgangskode. Linket udløber efter én dag og der sker ikke noget hvis det ikke bruges. + + -- Holdet bag [site:name] subject: 'Ny login-information for [user:display-name] på [site:name]' register_admin_created: - body: "[user:display-name],\n\nEn administrator på [site:name] har oprettet en konto til dig. Du kan logge ind ved at klikke på linket eller ved at kopiere og indsætte det i din browser:\n\n[user:one-time-login-url]\n\nDette link kan kun bruges til at logge ind, og det sender dig til en side hvor du kan vælge en adgangskode.\n\nNår du har valgt en adgangskode kan du logge ind på [site:login-url] med:\n\nBrugernavn: [user:name]\nAdgangskode: Din adgangskode\n\n-- Holdet bag [site:name]" + body: |- + [user:display-name], + + En administrator på [site:name] har oprettet en konto til dig. Du kan logge ind ved at klikke på linket eller ved at kopiere og indsætte det i din browser: + + [user:one-time-login-url] + + Dette link kan kun bruges til at logge ind, og det sender dig til en side hvor du kan vælge en adgangskode. + + Når du har valgt en adgangskode kan du logge ind på [site:login-url] med: + + Brugernavn: [user:name] + Adgangskode: Din adgangskode + + -- Holdet bag [site:name] subject: 'En administrator har oprettet en konto til dig på [site:name]' register_no_approval_required: - body: "[user:display-name],\n\nTak fordi du har oprettet dig som bruger på [site:name]. Du kan nu logge ind ved at klikke på linket eller ved at kopiere og indsætte det i din browser:\n\n[user:one-time-login-url]\n\nDette link kan kun bruges til at logge ind, og det sender dig til en side hvor du kan vælge en adgangskode.\n\nNår du har valgt en adgangskode kan du logge ind på [site:login-url] med:\n\nBrugernavn: [user:name]\nAdgangskode: Din adgangskode\n\n-- Holdet bag [site:name]" + body: |- + [user:display-name], + + Tak fordi du har oprettet dig som bruger på [site:name]. Du kan nu logge ind ved at klikke på linket eller ved at kopiere og indsætte det i din browser: + + [user:one-time-login-url] + + Dette link kan kun bruges til at logge ind, og det sender dig til en side hvor du kan vælge en adgangskode. + + Når du har valgt en adgangskode kan du logge ind på [site:login-url] med: + + Brugernavn: [user:name] + Adgangskode: Din adgangskode + + -- Holdet bag [site:name] subject: 'Kontoinformationer for [user:display-name] på [site:name] (blokeret)' register_pending_approval: - body: "[user:display-name],\n\nThank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details.\n\n-- [site:name] team" + body: |- + [user:display-name], + + Thank you for registering at [site:name]. Your application for an account is currently pending approval. Once it has been approved, you will receive another email containing information about how to log in, set your password, and other details. + + -- [site:name] team subject: 'Kontoinformation for [user:display-name] på [site:name] (afventer godkendelse af administrator)' register_pending_approval_admin: - body: "[user:display-name] har anmodet om en konto.\n\n[user:edit-url]" + body: |- + [user:display-name] har anmodet om en konto. + + [user:edit-url] subject: 'Kontoinformation for [user:display-name] på [site:name] (afventer godkendelse af administrator)' status_activated: body: "[user:display-name],\r\n\r\nDin konto på [site:name] er blevet aktiveret.\r\n\r\nDu kan logge ind ved at klikke på følgende link eller ved at kopiere og indsætte det i din browser:\r\n\r\n[user:one-time-login-url]\r\n\r\nLinket kan kun bruges én gang, og det fører dig til en side, hvor du kan vælge din adgangskode.\r\n\r\nNår du har valgt en adgangskode kan du fremover logge ind på [site:login-url] med:\r\n\r\nBrugernavn: [user:account-name]\r\nAdgangskode: Din adgangskode\r\n\r\n-- Holdet bag [site:name]" @@ -23,7 +83,12 @@ status_blocked: body: "[user:display-name],\r\n\r\nDin konto på [site:name] er blevet blokeret.\r\n\r\n-- [site:name] team" subject: 'Kontoinformationer for [user:display-name] på [site:name] (blokeret)' status_canceled: - body: "[user:display-name],\n\nDin konto på [site:name] er blevet lukket.\n\n-- [site:name] holdet" + body: |- + [user:display-name], + + Din konto på [site:name] er blevet lukket. + + -- [site:name] holdet subject: 'Kontoinformationer for [user:display-name] på [site:name] (opsagt)' langcode: da _core: diff --git a/config/sync/user.settings.yml b/config/sync/user.settings.yml index f5d20c4..d315257 100644 --- a/config/sync/user.settings.yml +++ b/config/sync/user.settings.yml @@ -1,3 +1,6 @@ +_core: + default_config_hash: w314Zp7B4NbrlV4KeeZLNSmTTpdJiv-KwZO2E1fSSK0 +langcode: da anonymous: Anonym verify_mail: true notify: @@ -13,6 +16,3 @@ register: visitors_admin_approval cancel_method: user_cancel_block password_reset_timeout: 86400 password_strength: true -langcode: da -_core: - default_config_hash: w314Zp7B4NbrlV4KeeZLNSmTTpdJiv-KwZO2E1fSSK0 diff --git a/config/sync/views.settings.yml b/config/sync/views.settings.yml index b12cf50..8cb0e5a 100644 --- a/config/sync/views.settings.yml +++ b/config/sync/views.settings.yml @@ -1,11 +1,11 @@ +_core: + default_config_hash: RaRd9EIcwA4u3qCSRLL8EnCicbda1kV__ASmVbyehvQ +langcode: da display_extenders: { } -skip_cache: false sql_signature: false ui: show: additional_queries: false - advanced_column: false - master_display: false performance_statistics: false preview_information: true sql_query: @@ -44,6 +44,3 @@ field_rewrite_elements: ins: INS q: Q s: S -_core: - default_config_hash: RaRd9EIcwA4u3qCSRLL8EnCicbda1kV__ASmVbyehvQ -langcode: da diff --git a/config/sync/views.view.content.yml b/config/sync/views.view.content.yml index 7802a19..83d5ca5 100644 --- a/config/sync/views.view.content.yml +++ b/config/sync/views.view.content.yml @@ -16,134 +16,19 @@ base_table: node_field_data base_field: nid display: default: + id: default + display_title: Master + display_plugin: default + position: 0 display_options: - access: - type: perm - options: - perm: 'access content overview' - cache: - type: tag - query: - type: views_query - exposed_form: - type: basic - options: - submit_button: Filter - reset_button: true - reset_button_label: Gendan - exposed_sorts_label: 'Sortér efter' - expose_sort_order: true - sort_asc_label: Stigende - sort_desc_label: Faldende - pager: - type: full - options: - items_per_page: 50 - tags: - previous: '‹ Forrige' - next: 'Næste ›' - first: '« Første' - last: 'Sidste »' - style: - type: table - options: - grouping: { } - row_class: '' - default_row_class: true - override: true - sticky: true - caption: '' - summary: '' - description: '' - columns: - node_bulk_form: node_bulk_form - title: title - type: type - name: name - status: status - changed: changed - edit_node: edit_node - delete_node: delete_node - dropbutton: dropbutton - timestamp: title - info: - node_bulk_form: - align: '' - separator: '' - empty_column: false - responsive: '' - title: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - type: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - name: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: priority-low - status: - 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: priority-low - edit_node: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - delete_node: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - dropbutton: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - timestamp: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - default: changed - empty_table: true - row: - type: fields + title: Indhold fields: node_bulk_form: id: node_bulk_form table: node field: node_bulk_form + entity_type: node + plugin_id: node_bulk_form label: '' exclude: false alter: @@ -154,12 +39,13 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - plugin_id: node_bulk_form - entity_type: node title: id: title table: node_field_data field: title + entity_type: node + entity_field: title + plugin_id: field label: Titel exclude: false alter: @@ -170,12 +56,9 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - entity_type: node - entity_field: title type: string settings: link_to_entity: true - plugin_id: field type: id: type table: node_field_data @@ -183,6 +66,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: node + entity_field: type + plugin_id: field label: Indholdstype exclude: false alter: @@ -238,14 +124,14 @@ display: multi_type: separator separator: ', ' field_api_classes: false - entity_type: node - entity_field: type - plugin_id: field name: id: name table: users_field_data field: name relationship: uid + entity_type: user + entity_field: name + plugin_id: field label: Forfatter exclude: false alter: @@ -256,14 +142,14 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - plugin_id: field type: user_name - entity_type: user - entity_field: name status: id: status table: node_field_data field: status + entity_type: node + entity_field: status + plugin_id: field label: Status exclude: false alter: @@ -277,15 +163,15 @@ display: type: boolean settings: format: custom - format_custom_true: Udgivet format_custom_false: 'Ikke udgivet' - plugin_id: field - entity_type: node - entity_field: status + format_custom_true: Udgivet changed: id: changed table: node_field_data field: changed + entity_type: node + entity_field: changed + plugin_id: field label: Opdateret exclude: false alter: @@ -301,9 +187,6 @@ display: date_format: short custom_date_format: '' timezone: '' - plugin_id: field - entity_type: node - entity_field: changed operations: id: operations table: node @@ -311,6 +194,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: entity_operations label: Handlinger exclude: false alter: @@ -353,7 +237,41 @@ display: empty_zero: false hide_alter_empty: true destination: true - plugin_id: entity_operations + pager: + type: full + options: + items_per_page: 50 + tags: + next: 'Næste ›' + previous: '‹ Forrige' + first: '« Første' + last: 'Sidste »' + exposed_form: + type: basic + options: + submit_button: Filter + reset_button: true + reset_button_label: Gendan + exposed_sorts_label: 'Sortér efter' + expose_sort_order: true + sort_asc_label: Stigende + sort_desc_label: Faldende + access: + type: perm + options: + perm: 'access content overview' + cache: + type: tag + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + plugin_id: text_custom + empty: true + content: 'Der er intet indhold at vise.' + sorts: { } + arguments: { } filters: title: id: title @@ -362,6 +280,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: node + entity_field: title + plugin_id: string operator: contains value: '' group: 1 @@ -372,16 +293,14 @@ display: description: '' use_operator: false operator: title_op + operator_limit_selection: false + operator_list: { } identifier: title required: false remember: false multiple: false remember_roles: authenticated: authenticated - anonymous: '0' - administrator: '0' - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -394,9 +313,6 @@ display: default_group: All default_group_multiple: { } group_items: { } - plugin_id: string - entity_type: node - entity_field: title type: id: type table: node_field_data @@ -404,6 +320,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: node + entity_field: type + plugin_id: bundle operator: in value: { } group: 1 @@ -414,17 +333,15 @@ display: description: '' use_operator: false operator: type_op + operator_limit_selection: false + operator_list: { } identifier: type required: false remember: false multiple: false remember_roles: authenticated: authenticated - anonymous: '0' - administrator: '0' reduce: false - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -437,9 +354,6 @@ display: default_group: All default_group_multiple: { } group_items: { } - plugin_id: bundle - entity_type: node - entity_field: type status: id: status table: node_field_data @@ -447,6 +361,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: node + entity_field: status + plugin_id: boolean operator: '=' value: '1' group: 1 @@ -457,14 +374,14 @@ display: description: '' use_operator: false operator: status_op + operator_limit_selection: false + operator_list: { } identifier: status required: false remember: false multiple: false remember_roles: authenticated: authenticated - operator_limit_selection: false - operator_list: { } is_grouped: true group_info: label: Publiceringsstatus @@ -485,9 +402,6 @@ display: title: 'Ikke udgivet' operator: '=' value: '0' - plugin_id: boolean - entity_type: node - entity_field: status langcode: id: langcode table: node_field_data @@ -495,6 +409,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: node + entity_field: langcode + plugin_id: language operator: in value: { } group: 1 @@ -505,17 +422,15 @@ display: description: '' use_operator: false operator: langcode_op + operator_limit_selection: false + operator_list: { } identifier: langcode required: false remember: false multiple: false remember_roles: authenticated: authenticated - anonymous: '0' - administrator: '0' reduce: false - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -528,51 +443,131 @@ display: default_group: All default_group_multiple: { } group_items: { } - plugin_id: language - entity_type: node - entity_field: langcode status_extra: id: status_extra table: node_field_data field: status_extra + entity_type: node + plugin_id: node_status operator: '=' value: false - plugin_id: node_status group: 1 - entity_type: node expose: operator_limit_selection: false operator_list: { } - sorts: { } - title: Indhold - empty: - area_text_custom: - id: area_text_custom - table: views - field: area_text_custom - empty: true - content: 'Der er intet indhold at vise.' - plugin_id: text_custom - arguments: { } + filter_groups: + operator: AND + groups: + 1: AND + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + columns: + node_bulk_form: node_bulk_form + title: title + type: type + name: name + status: status + changed: changed + edit_node: edit_node + delete_node: delete_node + dropbutton: dropbutton + timestamp: title + default: changed + info: + node_bulk_form: + align: '' + separator: '' + empty_column: false + responsive: '' + title: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + type: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + name: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-low + status: + 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: priority-low + edit_node: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + delete_node: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + dropbutton: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + timestamp: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + override: true + sticky: true + summary: '' + empty_table: true + caption: '' + description: '' + row: + type: fields + query: + type: views_query relationships: uid: id: uid table: node_field_data field: uid admin_label: author - required: true plugin_id: standard + required: true show_admin_links: false - filter_groups: - operator: AND - groups: - 1: AND display_extenders: { } - display_plugin: default - display_title: Master - id: default - position: 0 cache_metadata: + max-age: 0 contexts: - 'languages:language_content' - 'languages:language_interface' @@ -581,30 +576,30 @@ display: - user - 'user.node_grants:view' - user.permissions - max-age: 0 tags: { } page_1: + id: page_1 + display_title: Side + display_plugin: page + position: 1 display_options: + display_extenders: { } path: admin/content/node menu: type: 'default tab' title: Indhold description: '' - menu_name: admin weight: -10 + menu_name: admin context: '' tab_options: type: normal title: Indhold description: 'Find og håndtér indhold' - menu_name: admin weight: -10 - display_extenders: { } - display_plugin: page - display_title: Side - id: page_1 - position: 1 + menu_name: admin cache_metadata: + max-age: 0 contexts: - 'languages:language_content' - 'languages:language_interface' @@ -613,5 +608,4 @@ display: - user - 'user.node_grants:view' - user.permissions - max-age: 0 tags: { } diff --git a/config/sync/views.view.content_recent.yml b/config/sync/views.view.content_recent.yml index b55fff8..5639ad4 100644 --- a/config/sync/views.view.content_recent.yml +++ b/config/sync/views.view.content_recent.yml @@ -16,75 +16,34 @@ base_table: node_field_data base_field: nid display: default: - display_plugin: default id: default display_title: Master + display_plugin: default position: 0 display_options: - access: - type: perm - options: - perm: 'access content' - 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: Udfør - reset_button: false - reset_button_label: Gendan - exposed_sorts_label: 'Sortér efter' - expose_sort_order: true - sort_asc_label: Stigende - sort_desc_label: Faldende - pager: - type: some - options: - items_per_page: 10 - offset: 0 - style: - type: html_list - options: - grouping: { } - row_class: '' - default_row_class: true - type: ul - wrapper_class: item-list - class: '' - row: - type: fields + title: 'Seneste indhold' fields: title: id: title table: node_field_data field: title + relationship: none + group_type: group + admin_label: '' entity_type: node entity_field: title + plugin_id: field label: '' 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 - relationship: none - group_type: group - admin_label: '' element_type: '' element_class: '' element_label_type: '' @@ -94,11 +53,12 @@ display: element_wrapper_class: '' element_default_classes: true empty: '' + hide_empty: false + empty_zero: false hide_alter_empty: true type: string settings: link_to_entity: true - plugin_id: field changed: id: changed table: node_field_data @@ -106,6 +66,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: node + entity_field: changed + plugin_id: field label: '' exclude: false alter: @@ -160,9 +123,57 @@ display: multi_type: separator separator: ', ' field_api_classes: false + pager: + type: some + options: + offset: 0 + items_per_page: 10 + exposed_form: + type: basic + options: + submit_button: Udfør + reset_button: false + reset_button_label: Gendan + exposed_sorts_label: 'Sortér efter' + expose_sort_order: true + sort_asc_label: Stigende + sort_desc_label: Faldende + access: + type: perm + options: + perm: 'access content' + 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: 'Der er intet indhold at vise.' + tokenize: false + sorts: + changed: + id: changed + table: node_field_data + field: changed + relationship: none + group_type: group + admin_label: '' entity_type: node entity_field: changed - plugin_id: field + plugin_id: date + order: DESC + expose: + label: '' + exposed: false + granularity: second + arguments: { } filters: status_extra: id: status_extra @@ -171,6 +182,8 @@ display: relationship: none group_type: group admin_label: '' + entity_type: node + plugin_id: node_status operator: '=' value: false group: 1 @@ -181,14 +194,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: '' @@ -201,8 +214,6 @@ display: default_group: All default_group_multiple: { } group_items: { } - entity_type: node - plugin_id: node_status langcode: id: langcode table: node_field_data @@ -210,6 +221,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: node + entity_field: langcode + plugin_id: language operator: in value: '***LANGUAGE_language_content***': '***LANGUAGE_language_content***' @@ -221,6 +235,8 @@ display: description: '' use_operator: false operator: '' + operator_limit_selection: false + operator_list: { } identifier: '' required: false remember: false @@ -228,8 +244,6 @@ display: remember_roles: authenticated: authenticated reduce: false - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -242,40 +256,25 @@ display: default_group: All default_group_multiple: { } group_items: { } - entity_type: node - entity_field: langcode - plugin_id: language - sorts: - changed: - id: changed - table: node_field_data - field: changed - relationship: none - group_type: group - admin_label: '' - order: DESC - exposed: false - expose: - label: '' - granularity: second - entity_type: node - entity_field: changed - plugin_id: date - title: 'Seneste indhold' - 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: 'Der er intet indhold at vise.' - plugin_id: text_custom + style: + type: html_list + options: + grouping: { } + row_class: '' + default_row_class: true + type: ul + wrapper_class: item-list + class: '' + row: + type: fields + query: + type: views_query + options: + query_comment: '' + disable_sql_rewrite: false + distinct: false + replica: false + query_tags: { } relationships: uid: id: uid @@ -284,39 +283,40 @@ display: relationship: none group_type: group admin_label: author - required: true entity_type: node entity_field: uid plugin_id: standard - arguments: { } - display_extenders: { } + required: true use_more: false use_more_always: false use_more_text: Mere - link_url: '' link_display: '0' + link_url: '' + header: { } + footer: { } + display_extenders: { } cache_metadata: + max-age: -1 contexts: - 'languages:language_content' - 'languages:language_interface' - user - 'user.node_grants:view' - user.permissions - max-age: -1 tags: { } block_1: - display_plugin: block id: block_1 display_title: Blok + display_plugin: block position: 1 display_options: display_extenders: { } cache_metadata: + max-age: -1 contexts: - 'languages:language_content' - 'languages:language_interface' - user - 'user.node_grants:view' - user.permissions - max-age: -1 tags: { } diff --git a/config/sync/views.view.files.yml b/config/sync/views.view.files.yml index ef8f9a6..efd3c34 100644 --- a/config/sync/views.view.files.yml +++ b/config/sync/views.view.files.yml @@ -16,156 +16,34 @@ base_table: file_managed base_field: fid display: default: - display_plugin: default id: default display_title: Master + display_plugin: default position: 0 display_options: - access: - type: perm - options: - perm: 'access files 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: Gendan - exposed_sorts_label: 'Sortér efter' - expose_sort_order: true - sort_asc_label: Stigende - sort_desc_label: Faldende - pager: - type: mini - options: - items_per_page: 50 - offset: 0 - id: 0 - total_pages: 0 - tags: - previous: '‹ Forrige' - next: 'Næste ›' - expose: - items_per_page: false - items_per_page_label: 'Antal elementer' - items_per_page_options: '5, 10, 25, 50' - items_per_page_options_all: false - items_per_page_options_all_label: '- Alle -' - offset: false - offset_label: Forskydning - style: - type: table - options: - grouping: { } - row_class: '' - default_row_class: true - override: true - sticky: false - caption: '' - summary: '' - description: '' - columns: - fid: fid - filename: filename - filemime: filemime - filesize: filesize - status: status - created: created - changed: changed - count: count - info: - fid: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - filename: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - filemime: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: priority-medium - filesize: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: priority-low - status: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: priority-low - created: - sortable: true - default_sort_order: desc - align: '' - separator: '' - empty_column: false - responsive: '' - changed: - sortable: true - default_sort_order: desc - align: '' - separator: '' - empty_column: false - responsive: '' - count: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: priority-medium - default: changed - empty_table: true - row: - type: fields + title: Filer fields: fid: id: fid table: file_managed field: fid + relationship: none + group_type: group + admin_label: '' + entity_type: file + entity_field: fid + plugin_id: field + label: Fid + exclude: true 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 - relationship: none - group_type: group - admin_label: '' - label: Fid - exclude: true element_type: '' element_class: '' element_label_type: '' @@ -175,10 +53,9 @@ display: element_wrapper_class: '' element_default_classes: true empty: '' + hide_empty: false + empty_zero: false hide_alter_empty: true - plugin_id: field - entity_type: file - entity_field: fid filename: id: filename table: file_managed @@ -186,6 +63,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: file + entity_field: filename + plugin_id: field label: Navn exclude: false alter: @@ -239,9 +119,6 @@ display: multi_type: separator separator: ', ' field_api_classes: false - plugin_id: field - entity_type: file - entity_field: filename filemime: id: filemime table: file_managed @@ -249,6 +126,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: file + entity_field: filemime + plugin_id: field label: 'MIME type' exclude: false alter: @@ -291,9 +171,6 @@ display: empty_zero: false hide_alter_empty: true type: file_filemime - plugin_id: field - entity_type: file - entity_field: filemime filesize: id: filesize table: file_managed @@ -301,6 +178,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: file + entity_field: filesize + plugin_id: field label: Størrelse exclude: false alter: @@ -343,9 +223,6 @@ display: empty_zero: false hide_alter_empty: true type: file_size - plugin_id: field - entity_type: file - entity_field: filesize status: id: status table: file_managed @@ -353,6 +230,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: file + entity_field: status + plugin_id: field label: Status exclude: false alter: @@ -399,9 +279,6 @@ display: format: custom format_custom_false: Midlertidig format_custom_true: Permanent - plugin_id: field - entity_type: file - entity_field: status created: id: created table: file_managed @@ -409,6 +286,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: file + entity_field: created + plugin_id: field label: Upload-dato exclude: false alter: @@ -455,9 +335,6 @@ display: date_format: medium custom_date_format: '' timezone: '' - plugin_id: field - entity_type: file - entity_field: created changed: id: changed table: file_managed @@ -465,6 +342,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: file + entity_field: changed + plugin_id: field label: Ændringsdato exclude: false alter: @@ -511,9 +391,6 @@ display: date_format: medium custom_date_format: '' timezone: '' - plugin_id: field - entity_type: file - entity_field: changed count: id: count table: file_usage @@ -521,6 +398,7 @@ display: relationship: fid group_type: sum admin_label: '' + plugin_id: numeric label: 'Brugt i' exclude: false alter: @@ -570,7 +448,51 @@ display: format_plural_string: !!binary MSBwbGFjZQNAY291bnQgcGxhY2Vz prefix: '' suffix: '' - plugin_id: numeric + pager: + type: mini + options: + offset: 0 + items_per_page: 50 + total_pages: 0 + id: 0 + tags: + next: 'Næste ›' + previous: '‹ Forrige' + expose: + items_per_page: false + items_per_page_label: 'Antal elementer' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- Alle -' + offset: false + offset_label: Forskydning + exposed_form: + type: basic + options: + submit_button: Filter + reset_button: false + reset_button_label: Gendan + exposed_sorts_label: 'Sortér efter' + expose_sort_order: true + sort_asc_label: Stigende + sort_desc_label: Faldende + access: + type: perm + options: + perm: 'access files overview' + cache: + type: tag + options: { } + empty: + area_text_custom: + id: area_text_custom + table: views + field: area_text_custom + plugin_id: text_custom + empty: true + content: 'Ingen tilgængelige filer.' + sorts: { } + arguments: { } filters: filename: id: filename @@ -579,6 +501,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: file + entity_field: filename + plugin_id: string operator: word value: '' group: 1 @@ -589,16 +514,14 @@ display: description: '' use_operator: false operator: filename_op + operator_limit_selection: false + operator_list: { } identifier: filename required: false remember: false multiple: false remember_roles: authenticated: authenticated - anonymous: '0' - administrator: '0' - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -611,9 +534,6 @@ display: default_group: All default_group_multiple: { } group_items: { } - plugin_id: string - entity_type: file - entity_field: filename filemime: id: filemime table: file_managed @@ -621,6 +541,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: file + entity_field: filemime + plugin_id: string operator: word value: '' group: 1 @@ -631,16 +554,14 @@ display: description: '' use_operator: false operator: filemime_op + operator_limit_selection: false + operator_list: { } identifier: filemime required: false remember: false multiple: false remember_roles: authenticated: authenticated - anonymous: '0' - administrator: '0' - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -653,9 +574,6 @@ display: default_group: All default_group_multiple: { } group_items: { } - plugin_id: string - entity_type: file - entity_field: filemime status: id: status table: file_managed @@ -663,6 +581,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: file + entity_field: status + plugin_id: file_status operator: in value: { } group: 1 @@ -673,17 +594,15 @@ display: description: '' use_operator: false operator: status_op + operator_limit_selection: false + operator_list: { } identifier: status required: false remember: false multiple: false remember_roles: authenticated: authenticated - anonymous: '0' - administrator: '0' reduce: false - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -696,21 +615,95 @@ display: default_group: All default_group_multiple: { } group_items: { } - plugin_id: file_status - entity_type: file - entity_field: status - sorts: { } - title: Filer - header: { } - footer: { } - empty: - area_text_custom: - id: area_text_custom - table: views - field: area_text_custom - empty: true - content: 'Ingen tilgængelige filer.' - plugin_id: text_custom + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + columns: + fid: fid + filename: filename + filemime: filemime + filesize: filesize + status: status + created: created + changed: changed + count: count + default: changed + info: + fid: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + filename: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + filemime: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-medium + filesize: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-low + status: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-low + created: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: '' + changed: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: '' + count: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-medium + 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: fid: id: fid @@ -720,34 +713,26 @@ display: group_type: group admin_label: 'File usage' required: true - arguments: { } group_by: true show_admin_links: true + header: { } + footer: { } display_extenders: { } cache_metadata: + max-age: -1 contexts: - 'languages:language_content' - 'languages:language_interface' - url - url.query_args - user.permissions - max-age: -1 tags: { } page_1: - display_plugin: page id: page_1 display_title: Filoversigt + display_plugin: page position: 1 display_options: - path: admin/content/files - menu: - type: tab - title: Filer - description: '' - menu_name: admin - weight: 0 - context: '' - display_description: '' defaults: pager: true relationships: false @@ -760,59 +745,32 @@ display: group_type: group admin_label: 'File usage' required: false + display_description: '' display_extenders: { } + path: admin/content/files + menu: + type: tab + title: Filer + description: '' + weight: 0 + menu_name: admin + context: '' cache_metadata: + max-age: -1 contexts: - 'languages:language_content' - 'languages:language_interface' - url - url.query_args - user.permissions - max-age: -1 tags: { } page_2: - display_plugin: page id: page_2 display_title: 'File usage' + display_plugin: page position: 2 display_options: - display_description: '' - path: admin/content/files/usage/% - empty: { } - defaults: - empty: false - pager: false - filters: false - filter_groups: false - fields: false - group_by: false - title: false - arguments: false - style: false - row: false - relationships: false - pager: - type: mini - options: - items_per_page: 10 - offset: 0 - id: 0 - total_pages: 0 - tags: - previous: '‹ Forrige' - next: 'Næste ›' - expose: - items_per_page: false - items_per_page_label: 'Antal elementer' - items_per_page_options: '5, 10, 25, 50' - items_per_page_options_all: false - items_per_page_options_all_label: '- Alle -' - offset: false - offset_label: Forskydning - filters: { } - filter_groups: - operator: AND - groups: { } + title: 'File usage' fields: entity_label: id: entity_label @@ -821,6 +779,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: entity_label label: Entity exclude: false alter: @@ -863,7 +822,6 @@ display: empty_zero: false hide_alter_empty: true link_to_entity: true - plugin_id: entity_label type: id: type table: file_usage @@ -871,6 +829,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: standard label: Entity-type exclude: false alter: @@ -912,7 +871,6 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - plugin_id: standard module: id: module table: file_usage @@ -920,6 +878,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: standard label: 'Registrerer modul' exclude: false alter: @@ -961,7 +920,6 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - plugin_id: standard count: id: count table: file_usage @@ -969,6 +927,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: numeric label: 'Brug antal' exclude: false alter: @@ -1018,9 +977,25 @@ display: format_plural_string: !!binary MQNAY291bnQ= prefix: '' suffix: '' - plugin_id: numeric - group_by: false - title: 'File usage' + pager: + type: mini + options: + offset: 0 + items_per_page: 10 + total_pages: 0 + id: 0 + tags: + next: 'Næste ›' + previous: '‹ Forrige' + expose: + items_per_page: false + items_per_page_label: 'Antal elementer' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- Alle -' + offset: false + offset_label: Forskydning + empty: { } arguments: fid: id: fid @@ -1029,6 +1004,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: file + entity_field: fid + plugin_id: file_fid default_action: 'not found' exception: value: all @@ -1039,12 +1017,11 @@ display: default_argument_type: fixed default_argument_options: argument: '' - default_argument_skip_url: false summary_options: base_path: '' count: true - items_per_page: 25 override: false + items_per_page: 25 summary: sort_order: asc number_of_records: 0 @@ -1056,25 +1033,22 @@ display: validate_options: { } break_phrase: false not: false - plugin_id: file_fid - entity_type: file - entity_field: fid + filters: { } + filter_groups: + operator: AND + groups: { } style: type: table options: grouping: { } row_class: '' default_row_class: true - override: true - sticky: false - caption: '' - summary: '' - description: '' columns: entity_label: entity_label type: type module: module count: count + default: entity_label info: entity_label: sortable: true @@ -1104,11 +1078,27 @@ display: separator: '' empty_column: false responsive: '' - default: entity_label + override: true + sticky: false + summary: '' empty_table: true + caption: '' + description: '' row: type: fields options: { } + defaults: + empty: false + title: false + pager: false + group_by: false + style: false + row: false + relationships: false + fields: false + arguments: false + filters: false + filter_groups: false relationships: fid: id: fid @@ -1118,12 +1108,15 @@ display: group_type: group admin_label: 'File usage' required: true + group_by: false + display_description: '' display_extenders: { } + path: admin/content/files/usage/% cache_metadata: + max-age: -1 contexts: - 'languages:language_interface' - url - url.query_args - user.permissions - max-age: -1 tags: { } diff --git a/config/sync/views.view.glossary.yml b/config/sync/views.view.glossary.yml index a3d22ca..d8244db 100644 --- a/config/sync/views.view.glossary.yml +++ b/config/sync/views.view.glossary.yml @@ -23,59 +23,17 @@ display: display_plugin: default position: 0 display_options: - query: - type: views_query - options: - query_comment: '' - disable_sql_rewrite: false - distinct: false - replica: false - query_tags: { } - use_ajax: true - access: - type: perm - options: - perm: 'access content' - cache: - type: tag - options: { } - exposed_form: - type: basic - options: - submit_button: Udfør - reset_button: false - reset_button_label: Gendan - exposed_sorts_label: 'Sortér efter' - expose_sort_order: true - sort_asc_label: Stigende - sort_desc_label: Faldende - pager: - type: mini - options: - items_per_page: 36 - offset: 0 - id: 0 - total_pages: 0 - expose: - items_per_page: false - items_per_page_label: 'Antal elementer' - items_per_page_options: '5, 10, 25, 50' - items_per_page_options_all: false - items_per_page_options_all_label: '- Alle -' - offset: false - offset_label: Forskydning - tags: - previous: ‹‹ - next: ›› fields: title: id: title table: node_field_data field: title - plugin_id: field relationship: none group_type: group admin_label: '' + entity_type: node + entity_field: title + plugin_id: field label: Titel exclude: false alter: @@ -117,18 +75,17 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - entity_type: node - entity_field: title name: id: name table: users_field_data field: name - label: Forfatter relationship: uid - plugin_id: field - type: user_name group_type: group admin_label: '' + entity_type: user + entity_field: name + plugin_id: field + label: Forfatter exclude: false alter: alter_text: false @@ -169,22 +126,18 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - entity_type: user - entity_field: name + type: user_name changed: id: changed table: node_field_data field: changed - label: 'Seneste opdatering' - type: timestamp - settings: - date_format: long - custom_date_format: '' - timezone: '' - plugin_id: field relationship: none group_type: group admin_label: '' + entity_type: node + entity_field: changed + plugin_id: field + label: 'Seneste opdatering' exclude: false alter: alter_text: false @@ -225,90 +178,81 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - entity_type: node - entity_field: changed + type: timestamp + settings: + date_format: long + custom_date_format: '' + timezone: '' + pager: + type: mini + options: + offset: 0 + items_per_page: 36 + total_pages: 0 + id: 0 + tags: + next: ›› + previous: ‹‹ + expose: + items_per_page: false + items_per_page_label: 'Antal elementer' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- Alle -' + offset: false + offset_label: Forskydning + exposed_form: + type: basic + options: + submit_button: Udfør + reset_button: false + reset_button_label: Gendan + exposed_sorts_label: 'Sortér efter' + expose_sort_order: true + sort_asc_label: Stigende + sort_desc_label: Faldende + access: + type: perm + options: + perm: 'access content' + cache: + type: tag + options: { } + empty: { } + sorts: { } arguments: title: id: title table: node_field_data field: title + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: title + plugin_id: string default_action: default exception: title_enable: true + title_enable: false + title: '' default_argument_type: fixed default_argument_options: argument: a + summary_options: { } summary: format: default_summary specify_validation: true + validate: + type: none + fail: 'not found' + validate_options: { } glossary: true limit: 1 case: upper path_case: lower transform_dash: false - plugin_id: string - relationship: none - group_type: group - admin_label: '' - title_enable: false - title: '' - default_argument_skip_url: false - summary_options: { } - validate: - type: none - fail: 'not found' - validate_options: { } break_phrase: false - entity_type: node - entity_field: title - relationships: - uid: - id: uid - table: node_field_data - field: uid - plugin_id: standard - relationship: none - group_type: group - admin_label: author - required: false - style: - type: table - options: - columns: - title: title - name: name - changed: changed - default: title - info: - title: - sortable: true - separator: '' - name: - sortable: true - separator: '' - changed: - sortable: true - separator: '' - override: true - sticky: false - grouping: { } - row_class: '' - default_row_class: true - uses_fields: false - order: asc - summary: '' - empty_table: false - row: - type: fields - options: - inline: { } - separator: '' - hide_empty: false - default_field_elements: true - header: { } - footer: { } - empty: { } - sorts: { } filters: langcode: id: langcode @@ -317,6 +261,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: node + entity_field: langcode + plugin_id: language operator: in value: '***LANGUAGE_language_content***': '***LANGUAGE_language_content***' @@ -328,6 +275,8 @@ display: description: '' use_operator: false operator: '' + operator_limit_selection: false + operator_list: { } identifier: '' required: false remember: false @@ -335,8 +284,6 @@ display: remember_roles: authenticated: authenticated reduce: false - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -349,11 +296,64 @@ display: default_group: All default_group_multiple: { } group_items: { } - plugin_id: language - entity_type: node - entity_field: langcode + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + uses_fields: false + columns: + title: title + name: name + changed: changed + default: title + info: + title: + sortable: true + separator: '' + name: + sortable: true + separator: '' + changed: + sortable: true + separator: '' + override: true + sticky: false + summary: '' + order: asc + empty_table: false + 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: + uid: + id: uid + table: node_field_data + field: uid + relationship: none + group_type: group + admin_label: author + plugin_id: standard + required: false + use_ajax: true + header: { } + footer: { } display_extenders: { } cache_metadata: + max-age: -1 contexts: - 'languages:language_content' - 'languages:language_interface' @@ -361,7 +361,6 @@ display: - url.query_args - 'user.node_grants:view' - user.permissions - max-age: -1 tags: { } attachment_1: id: attachment_1 @@ -369,59 +368,59 @@ display: display_plugin: attachment position: 2 display_options: - query: - type: views_query - options: { } pager: type: none options: offset: 0 items_per_page: 0 - defaults: - arguments: false arguments: title: id: title table: node_field_data field: title + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: title + plugin_id: string default_action: summary exception: title_enable: true + title_enable: false + title: '' default_argument_type: fixed default_argument_options: argument: a - summary: - format: unformatted_summary summary_options: items_per_page: 25 inline: true separator: ' | ' + summary: + format: unformatted_summary specify_validation: true + validate: + type: none + fail: 'not found' + validate_options: { } glossary: true limit: 1 case: upper path_case: lower transform_dash: false - plugin_id: string - relationship: none - group_type: group - admin_label: '' - title_enable: false - title: '' - default_argument_skip_url: false - validate: - type: none - fail: 'not found' - validate_options: { } break_phrase: false - entity_type: node - entity_field: title + query: + type: views_query + options: { } + defaults: + arguments: false + display_extenders: { } displays: default: default page_1: page_1 inherit_arguments: false - display_extenders: { } cache_metadata: + max-age: -1 contexts: - 'languages:language_content' - 'languages:language_interface' @@ -429,7 +428,6 @@ display: - url.query_args - 'user.node_grants:view' - user.permissions - max-age: -1 tags: { } page_1: id: page_1 @@ -440,6 +438,7 @@ display: query: type: views_query options: { } + display_extenders: { } path: glossary menu: type: normal @@ -447,8 +446,8 @@ display: weight: 0 menu_name: main parent: '' - display_extenders: { } cache_metadata: + max-age: -1 contexts: - 'languages:language_content' - 'languages:language_interface' @@ -456,5 +455,4 @@ display: - url.query_args - 'user.node_grants:view' - user.permissions - max-age: -1 tags: { } diff --git a/config/sync/views.view.initiver.yml b/config/sync/views.view.initiver.yml index 92507e3..ce85c17 100644 --- a/config/sync/views.view.initiver.yml +++ b/config/sync/views.view.initiver.yml @@ -52,233 +52,34 @@ base_table: node_field_data base_field: nid display: default: - display_plugin: default id: default display_title: Master + display_plugin: default position: 0 display_options: - access: - type: perm - options: - perm: 'access content' - 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: Udfør - reset_button: false - reset_button_label: Gendan - exposed_sorts_label: 'Sortér efter' - expose_sort_order: true - sort_asc_label: Stigende - sort_desc_label: Faldende - pager: - type: mini - options: - items_per_page: 10 - offset: 0 - id: 0 - total_pages: null - expose: - items_per_page: false - items_per_page_label: 'Antal elementer' - items_per_page_options: '5, 10, 25, 50' - items_per_page_options_all: false - items_per_page_options_all_label: '- Alle -' - offset: false - offset_label: Forskydning - tags: - previous: ‹‹ - next: ›› - style: - type: table - options: - grouping: { } - row_class: '' - default_row_class: true - override: true - sticky: false - caption: '' - summary: '' - description: '' - columns: - title: title - field_description: field_description - field_strategy: field_strategy - field_initiative_type: field_initiative_type - field_status: field_status - field_status_additional: field_status_additional - field_organizational_anchoring: field_organizational_anchoring - field_endorsement: field_endorsement - field_endorsement_author: field_endorsement_author - field_stakeholder: field_stakeholder - field_contact: field_contact - field_author: field_author - field_image: field_image - field_budget: field_budget - field_file: field_file - field_funding: field_funding - field_link: field_link - field_tag: field_tag - field_time_period: field_time_period - info: - title: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - field_description: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - field_strategy: - align: '' - separator: '' - empty_column: false - responsive: '' - field_initiative_type: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - field_status: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - field_status_additional: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - field_organizational_anchoring: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - field_endorsement: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - field_endorsement_author: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - field_stakeholder: - align: '' - separator: '' - empty_column: false - responsive: '' - field_contact: - align: '' - separator: '' - empty_column: false - responsive: '' - field_author: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - field_image: - align: '' - separator: '' - empty_column: false - responsive: '' - field_budget: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - field_file: - align: '' - separator: '' - empty_column: false - responsive: '' - field_funding: - align: '' - separator: '' - empty_column: false - responsive: '' - field_link: - align: '' - separator: '' - empty_column: false - responsive: '' - field_tag: - align: '' - separator: '' - empty_column: false - responsive: '' - field_time_period: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - default: title - empty_table: false - row: - type: fields + title: Initiativer fields: title: id: title table: node_field_data field: title + relationship: none + group_type: group + admin_label: '' entity_type: node entity_field: title + plugin_id: field + label: Titel + 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: Titel - exclude: false element_type: '' element_class: '' element_label_type: '' @@ -288,9 +89,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 @@ -308,6 +113,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: field label: 'Kort beskrivelse' exclude: false alter: @@ -362,7 +168,6 @@ display: multi_type: separator separator: ', ' field_api_classes: false - plugin_id: field field_strategy: id: field_strategy table: node__field_strategy @@ -370,6 +175,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: field label: 'Hvilke strategier og planer understøtter initiativet' exclude: false alter: @@ -425,7 +231,6 @@ display: multi_type: separator separator: ', ' field_api_classes: false - plugin_id: field field_initiative_type: id: field_initiative_type table: node__field_initiative_type @@ -433,6 +238,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: field label: 'Initiativets karakter' exclude: false alter: @@ -488,7 +294,6 @@ display: multi_type: separator separator: ', ' field_api_classes: false - plugin_id: field field_status: id: field_status table: node__field_status @@ -496,6 +301,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: field label: Status exclude: false alter: @@ -551,7 +357,6 @@ display: multi_type: separator separator: ', ' field_api_classes: false - plugin_id: field field_status_additional: id: field_status_additional table: node__field_status_additional @@ -559,6 +364,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: field label: 'Status supplerende tekst' exclude: false alter: @@ -613,7 +419,6 @@ display: multi_type: separator separator: ', ' field_api_classes: false - plugin_id: field field_organizational_anchoring: id: field_organizational_anchoring table: node__field_organizational_anchoring @@ -621,6 +426,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: field label: 'Organisatorisk forankring' exclude: false alter: @@ -676,7 +482,6 @@ display: multi_type: separator separator: ', ' field_api_classes: false - plugin_id: field field_endorsement: id: field_endorsement table: node__field_endorsement @@ -684,6 +489,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: field label: 'Er initiativet vedtaget' exclude: false alter: @@ -729,8 +535,8 @@ display: type: boolean settings: format: default - format_custom_true: '' format_custom_false: '' + format_custom_true: '' group_column: value group_columns: { } group_rows: true @@ -741,7 +547,6 @@ display: multi_type: separator separator: ', ' field_api_classes: false - plugin_id: field field_endorsement_author: id: field_endorsement_author table: node__field_endorsement_author @@ -749,6 +554,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: field label: 'Hvor er det vedtaget' exclude: false alter: @@ -804,7 +610,6 @@ display: multi_type: separator separator: ', ' field_api_classes: false - plugin_id: field field_stakeholder: id: field_stakeholder table: node__field_stakeholder @@ -812,6 +617,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: field label: 'Interessenter og samarbejdspartnere' exclude: false alter: @@ -867,7 +673,6 @@ display: multi_type: separator separator: ', ' field_api_classes: false - plugin_id: field field_contact: id: field_contact table: node__field_contact @@ -875,6 +680,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: field label: Kontaktperson exclude: false alter: @@ -930,7 +736,6 @@ display: multi_type: separator separator: ', ' field_api_classes: false - plugin_id: field field_author: id: field_author table: node__field_author @@ -938,6 +743,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: field label: 'Udfyldt af' exclude: false alter: @@ -993,7 +799,6 @@ display: multi_type: separator separator: ', ' field_api_classes: false - plugin_id: field field_image: id: field_image table: node__field_image @@ -1001,6 +806,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: field label: Billede exclude: false alter: @@ -1045,8 +851,8 @@ display: click_sort_column: target_id type: image settings: - image_style: '' image_link: '' + image_style: '' group_column: '' group_columns: { } group_rows: true @@ -1057,7 +863,6 @@ display: multi_type: separator separator: ', ' field_api_classes: false - plugin_id: field field_budget: id: field_budget table: node__field_budget @@ -1065,6 +870,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: field label: Budget exclude: false alter: @@ -1121,7 +927,6 @@ display: multi_type: separator separator: ', ' field_api_classes: false - plugin_id: field field_file: id: field_file table: node__field_file @@ -1129,6 +934,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: field label: Filer exclude: false alter: @@ -1184,7 +990,6 @@ display: multi_type: separator separator: ', ' field_api_classes: false - plugin_id: field field_funding: id: field_funding table: node__field_funding @@ -1192,6 +997,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: field label: Fundingkilde exclude: false alter: @@ -1247,7 +1053,6 @@ display: multi_type: separator separator: ', ' field_api_classes: false - plugin_id: field field_link: id: field_link table: node__field_link @@ -1255,6 +1060,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: field label: 'Relevante links' exclude: false alter: @@ -1314,7 +1120,6 @@ display: multi_type: separator separator: ', ' field_api_classes: false - plugin_id: field field_tag: id: field_tag table: node__field_tag @@ -1322,6 +1127,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: field label: Tags exclude: false alter: @@ -1377,7 +1183,6 @@ display: multi_type: separator separator: ', ' field_api_classes: false - plugin_id: field field_time_period: id: field_time_period table: node__field_time_period @@ -1385,6 +1190,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: field label: Tidshorisont exclude: false alter: @@ -1442,30 +1248,82 @@ display: multi_type: separator separator: ', ' field_api_classes: false - plugin_id: field + pager: + type: mini + options: + offset: 0 + items_per_page: 10 + total_pages: null + id: 0 + tags: + next: ›› + previous: ‹‹ + expose: + items_per_page: false + items_per_page_label: 'Antal elementer' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- Alle -' + offset: false + offset_label: Forskydning + exposed_form: + type: basic + options: + submit_button: Udfør + reset_button: false + reset_button_label: Gendan + exposed_sorts_label: 'Sortér efter' + expose_sort_order: true + sort_asc_label: Stigende + sort_desc_label: Faldende + access: + type: perm + options: + perm: 'access content' + cache: + type: tag + options: { } + empty: { } + sorts: + created: + id: created + table: node_field_data + field: created + relationship: none + group_type: group + admin_label: '' + entity_type: node + entity_field: created + plugin_id: date + order: DESC + expose: + label: '' + exposed: false + granularity: second + arguments: { } filters: status: - value: '1' + id: status table: node_field_data field: status - plugin_id: boolean entity_type: node entity_field: status - id: status + plugin_id: boolean + value: '1' + group: 1 expose: operator: '' operator_limit_selection: false operator_list: { } - group: 1 type: id: type table: node_field_data field: type - value: - initiative: initiative entity_type: node entity_field: type plugin_id: bundle + value: + initiative: initiative expose: operator_limit_selection: false operator_list: { } @@ -1476,6 +1334,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: taxonomy_index_tid operator: or value: { } group: 1 @@ -1494,7 +1353,6 @@ display: multiple: false remember_roles: authenticated: authenticated - anonymous: '0' reduce: false is_grouped: false group_info: @@ -1509,12 +1367,11 @@ display: default_group_multiple: { } group_items: { } reduce_duplicates: false - type: select - limit: true vid: status + type: select hierarchy: false + limit: true error_message: true - plugin_id: taxonomy_index_tid field_organizational_anchoring_target_id: id: field_organizational_anchoring_target_id table: node__field_organizational_anchoring @@ -1522,6 +1379,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: taxonomy_index_tid operator: or value: { } group: 1 @@ -1540,7 +1398,6 @@ display: multiple: true remember_roles: authenticated: authenticated - anonymous: '0' reduce: false is_grouped: false group_info: @@ -1558,12 +1415,11 @@ display: 2: { } 3: { } reduce_duplicates: false - type: select - limit: true vid: organizational_anchoring + type: select hierarchy: true + limit: true error_message: true - plugin_id: taxonomy_index_tid field_time_period_value: id: field_time_period_value table: node__field_time_period @@ -1571,6 +1427,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: datetime operator: '>=' value: min: '' @@ -1593,10 +1450,9 @@ display: multiple: false remember_roles: authenticated: authenticated - anonymous: '0' - placeholder: '' min_placeholder: '' max_placeholder: '' + placeholder: '' is_grouped: false group_info: label: '' @@ -1609,7 +1465,6 @@ display: default_group: All default_group_multiple: { } group_items: { } - plugin_id: datetime field_time_period_end_value: id: field_time_period_end_value table: node__field_time_period @@ -1617,6 +1472,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: datetime operator: '<=' value: min: '' @@ -1639,10 +1495,9 @@ display: multiple: false remember_roles: authenticated: authenticated - anonymous: '0' - placeholder: '' min_placeholder: '' max_placeholder: '' + placeholder: '' is_grouped: false group_info: label: '' @@ -1655,7 +1510,6 @@ display: default_group: All default_group_multiple: { } group_items: { } - plugin_id: datetime field_budget_value: id: field_budget_value table: node__field_budget @@ -1663,6 +1517,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: numeric operator: between value: min: '' @@ -1684,10 +1539,9 @@ display: multiple: false remember_roles: authenticated: authenticated - anonymous: '0' - placeholder: '' min_placeholder: 'Min budget' max_placeholder: 'Max budget' + placeholder: '' is_grouped: false group_info: label: '' @@ -1700,7 +1554,6 @@ display: default_group: All default_group_multiple: { } group_items: { } - plugin_id: numeric field_endorsement_value: id: field_endorsement_value table: node__field_endorsement @@ -1708,6 +1561,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: boolean operator: '=' value: All group: 1 @@ -1726,7 +1580,6 @@ display: multiple: false remember_roles: authenticated: authenticated - anonymous: '0' is_grouped: false group_info: label: '' @@ -1739,7 +1592,6 @@ display: default_group: All default_group_multiple: { } group_items: { } - plugin_id: boolean field_endorsement_author_target_id: id: field_endorsement_author_target_id table: node__field_endorsement_author @@ -1747,6 +1599,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: taxonomy_index_tid operator: or value: { } group: 1 @@ -1765,7 +1618,6 @@ display: multiple: true remember_roles: authenticated: authenticated - anonymous: '0' reduce: false is_grouped: false group_info: @@ -1780,12 +1632,11 @@ display: default_group_multiple: { } group_items: { } reduce_duplicates: false - type: textfield - limit: true vid: endorsement_author + type: textfield hierarchy: false + limit: true error_message: true - plugin_id: taxonomy_index_tid field_initiative_type_target_id: id: field_initiative_type_target_id table: node__field_initiative_type @@ -1793,6 +1644,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: taxonomy_index_tid operator: or value: { } group: 1 @@ -1811,7 +1663,6 @@ display: multiple: true remember_roles: authenticated: authenticated - anonymous: '0' reduce: false is_grouped: false group_info: @@ -1826,12 +1677,11 @@ display: default_group_multiple: { } group_items: { } reduce_duplicates: false - type: select - limit: true vid: initiative_type + type: select hierarchy: false + limit: true error_message: true - plugin_id: taxonomy_index_tid field_stakeholder_target_id: id: field_stakeholder_target_id table: node__field_stakeholder @@ -1839,6 +1689,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: taxonomy_index_tid operator: or value: { } group: 1 @@ -1857,7 +1708,6 @@ display: multiple: true remember_roles: authenticated: authenticated - anonymous: '0' reduce: false is_grouped: false group_info: @@ -1872,12 +1722,11 @@ display: default_group_multiple: { } group_items: { } reduce_duplicates: false - type: textfield - limit: true vid: stakeholder + type: textfield hierarchy: false + limit: true error_message: true - plugin_id: taxonomy_index_tid field_contact_target_id: id: field_contact_target_id table: node__field_contact @@ -1885,6 +1734,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: numeric operator: '=' value: min: '' @@ -1906,10 +1756,9 @@ display: multiple: false remember_roles: authenticated: authenticated - anonymous: '0' - placeholder: '' min_placeholder: '' max_placeholder: '' + placeholder: '' is_grouped: false group_info: label: '' @@ -1922,7 +1771,6 @@ display: default_group: All default_group_multiple: { } group_items: { } - plugin_id: numeric field_tag_target_id: id: field_tag_target_id table: node__field_tag @@ -1930,6 +1778,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: taxonomy_index_tid operator: or value: { } group: 1 @@ -1948,7 +1797,6 @@ display: multiple: true remember_roles: authenticated: authenticated - anonymous: '0' reduce: false is_grouped: false group_info: @@ -1963,34 +1811,175 @@ display: default_group_multiple: { } group_items: { } reduce_duplicates: false - type: textfield - limit: true vid: tag + type: textfield hierarchy: false + limit: true error_message: true - plugin_id: taxonomy_index_tid - sorts: - created: - id: created - table: node_field_data - field: created - order: DESC - entity_type: node - entity_field: created - plugin_id: date - relationship: none - group_type: group - admin_label: '' - exposed: false - expose: - label: '' - granularity: second - title: Initiativer + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + columns: + title: title + field_description: field_description + field_strategy: field_strategy + field_initiative_type: field_initiative_type + field_status: field_status + field_status_additional: field_status_additional + field_organizational_anchoring: field_organizational_anchoring + field_endorsement: field_endorsement + field_endorsement_author: field_endorsement_author + field_stakeholder: field_stakeholder + field_contact: field_contact + field_author: field_author + field_image: field_image + field_budget: field_budget + field_file: field_file + field_funding: field_funding + field_link: field_link + field_tag: field_tag + field_time_period: field_time_period + default: title + info: + title: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + field_description: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + field_strategy: + align: '' + separator: '' + empty_column: false + responsive: '' + field_initiative_type: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + field_status: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + field_status_additional: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + field_organizational_anchoring: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + field_endorsement: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + field_endorsement_author: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + field_stakeholder: + align: '' + separator: '' + empty_column: false + responsive: '' + field_contact: + align: '' + separator: '' + empty_column: false + responsive: '' + field_author: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + field_image: + align: '' + separator: '' + empty_column: false + responsive: '' + field_budget: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + field_file: + align: '' + separator: '' + empty_column: false + responsive: '' + field_funding: + align: '' + separator: '' + empty_column: false + responsive: '' + field_link: + align: '' + separator: '' + empty_column: false + responsive: '' + field_tag: + align: '' + separator: '' + empty_column: false + responsive: '' + field_time_period: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + override: true + sticky: false + summary: '' + empty_table: false + 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: { } - relationships: { } - arguments: { } display_extenders: { } cache_metadata: max-age: -1 @@ -2022,20 +2011,11 @@ display: - 'config:field.storage.node.field_tag' - 'config:field.storage.node.field_time_period' data_export_1: - display_plugin: data_export id: data_export_1 display_title: 'Data export' + display_plugin: data_export position: 2 display_options: - display_extenders: { } - path: export - filename: '[view:label]-[date:short].csv' - automatic_download: true - store_in_public_file_directory: false - redirect_to_display: none - custom_redirect_path: false - include_query_params: false - rendering_language: '***LANGUAGE_entity_translation***' style: type: data_export options: @@ -2050,6 +2030,14 @@ display: encoding: utf8 utf8_bom: '0' use_serializer_encode_only: false + rendering_language: '***LANGUAGE_entity_translation***' + display_extenders: { } + path: export + filename: '[view:label]-[date:short].csv' + automatic_download: true + custom_redirect_path: false + redirect_to_display: none + include_query_params: false cache_metadata: max-age: -1 contexts: @@ -2080,9 +2068,9 @@ display: - 'config:field.storage.node.field_tag' - 'config:field.storage.node.field_time_period' page_1: - display_plugin: page id: page_1 display_title: Page + display_plugin: page position: 1 display_options: display_extenders: { } @@ -2091,11 +2079,11 @@ display: type: normal title: Initiativer description: '' + weight: 0 expanded: false + menu_name: main parent: '' - weight: 0 context: '0' - menu_name: main cache_metadata: max-age: -1 contexts: diff --git a/config/sync/views.view.user_admin_people.yml b/config/sync/views.view.user_admin_people.yml index 40015b7..03b444b 100644 --- a/config/sync/views.view.user_admin_people.yml +++ b/config/sync/views.view.user_admin_people.yml @@ -15,131 +15,12 @@ base_table: users_field_data base_field: uid display: default: - display_plugin: default id: default display_title: Master + display_plugin: default position: 0 display_options: - access: - type: perm - options: - perm: 'administer users' - cache: - type: tag - 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: true - reset_button_label: Gendan - exposed_sorts_label: 'Sortér efter' - expose_sort_order: true - sort_asc_label: Stigende - sort_desc_label: Faldende - pager: - type: full - options: - items_per_page: 50 - offset: 0 - id: 0 - total_pages: 0 - tags: - previous: '‹ Forrige' - next: 'Næste ›' - first: '« Første' - last: 'Sidste »' - expose: - items_per_page: false - items_per_page_label: 'Antal elementer' - items_per_page_options: '5, 10, 25, 50' - items_per_page_options_all: false - items_per_page_options_all_label: '- Alle -' - offset: false - offset_label: Forskydning - quantity: 9 - style: - type: table - options: - grouping: { } - row_class: '' - default_row_class: true - override: true - sticky: false - summary: '' - columns: - user_bulk_form: user_bulk_form - name: name - status: status - rid: rid - created: created - access: access - edit_node: edit_node - dropbutton: dropbutton - info: - user_bulk_form: - align: '' - separator: '' - empty_column: false - responsive: '' - name: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - status: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: priority-low - rid: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: priority-low - created: - sortable: true - default_sort_order: desc - align: '' - separator: '' - empty_column: false - responsive: priority-low - access: - sortable: true - default_sort_order: desc - align: '' - separator: '' - empty_column: false - responsive: priority-low - edit_node: - align: '' - separator: '' - empty_column: false - responsive: priority-low - dropbutton: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - default: created - empty_table: true - row: - type: fields + title: Personer fields: user_bulk_form: id: user_bulk_form @@ -148,6 +29,8 @@ display: relationship: none group_type: group admin_label: '' + entity_type: user + plugin_id: user_bulk_form label: Masseopdatering exclude: false alter: @@ -189,8 +72,6 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - plugin_id: user_bulk_form - entity_type: user name: id: name table: users_field_data @@ -198,6 +79,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: user + entity_field: name + plugin_id: field label: Brugernavn exclude: false alter: @@ -239,10 +123,7 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - plugin_id: field type: user_name - entity_type: user - entity_field: name status: id: status table: users_field_data @@ -250,6 +131,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: user + entity_field: status + plugin_id: field label: Status exclude: false alter: @@ -291,14 +175,11 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - plugin_id: field type: boolean settings: format: custom - format_custom_true: Aktiv format_custom_false: Blokeret - entity_type: user - entity_field: status + format_custom_true: Aktiv roles_target_id: id: roles_target_id table: user__roles @@ -306,6 +187,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: user_roles label: Roller exclude: false alter: @@ -349,7 +231,6 @@ display: hide_alter_empty: true type: ul separator: ', ' - plugin_id: user_roles created: id: created table: users_field_data @@ -357,6 +238,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: user + entity_field: created + plugin_id: field label: 'Medlem i' exclude: false alter: @@ -403,9 +287,6 @@ display: future_format: '@interval' past_format: '@interval' granularity: 2 - plugin_id: field - entity_type: user - entity_field: created access: id: access table: users_field_data @@ -413,6 +294,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: user + entity_field: access + plugin_id: field label: 'Seneste tilgang' exclude: false alter: @@ -459,9 +343,6 @@ display: future_format: '@interval hence' past_format: '@interval ago' granularity: 2 - plugin_id: field - entity_type: user - entity_field: access operations: id: operations table: users @@ -469,6 +350,8 @@ display: relationship: none group_type: group admin_label: '' + entity_type: user + plugin_id: entity_operations label: Handlinger exclude: false alter: @@ -511,8 +394,6 @@ display: empty_zero: false hide_alter_empty: true destination: true - entity_type: user - plugin_id: entity_operations mail: id: mail table: users_field_data @@ -520,6 +401,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: user + entity_field: mail + plugin_id: field label: '' exclude: true alter: @@ -574,9 +458,71 @@ display: multi_type: separator separator: ', ' field_api_classes: false - plugin_id: field + pager: + type: full + options: + offset: 0 + items_per_page: 50 + total_pages: 0 + id: 0 + tags: + next: 'Næste ›' + previous: '‹ Forrige' + first: '« Første' + last: 'Sidste »' + expose: + items_per_page: false + items_per_page_label: 'Antal elementer' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- Alle -' + offset: false + offset_label: Forskydning + quantity: 9 + exposed_form: + type: basic + options: + submit_button: Filter + reset_button: true + reset_button_label: Gendan + exposed_sorts_label: 'Sortér efter' + expose_sort_order: true + sort_asc_label: Stigende + sort_desc_label: Faldende + access: + type: perm + options: + perm: 'administer users' + cache: + type: tag + 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: 'Ingen personer til rådighed.' + tokenize: false + sorts: + created: + id: created + table: users_field_data + field: created + relationship: none + group_type: group + admin_label: '' entity_type: user - entity_field: mail + entity_field: created + plugin_id: date + order: DESC + expose: + label: '' + exposed: false + granularity: second filters: combine: id: combine @@ -585,6 +531,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: combine operator: contains value: '' group: 1 @@ -595,16 +542,14 @@ display: description: '' use_operator: false operator: combine_op + operator_limit_selection: false + operator_list: { } identifier: user required: false remember: false multiple: false remember_roles: authenticated: authenticated - anonymous: '0' - administrator: '0' - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -620,7 +565,6 @@ display: fields: name: name mail: mail - plugin_id: combine status: id: status table: users_field_data @@ -628,6 +572,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: user + entity_field: status + plugin_id: boolean operator: '=' value: '1' group: 1 @@ -638,16 +585,14 @@ display: description: '' use_operator: false operator: status_op + operator_limit_selection: false + operator_list: { } identifier: status required: false remember: false multiple: false remember_roles: authenticated: authenticated - anonymous: '0' - administrator: '0' - operator_limit_selection: false - operator_list: { } is_grouped: true group_info: label: Status @@ -668,9 +613,6 @@ display: title: Blokeret operator: '=' value: '0' - plugin_id: boolean - entity_type: user - entity_field: status roles_target_id: id: roles_target_id table: user__roles @@ -678,6 +620,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: user_roles operator: or value: { } group: 1 @@ -688,17 +631,15 @@ display: description: '' use_operator: false operator: roles_target_id_op + operator_limit_selection: false + operator_list: { } identifier: role required: false remember: false multiple: false remember_roles: authenticated: authenticated - anonymous: '0' - administrator: '0' reduce: false - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -712,7 +653,6 @@ display: default_group_multiple: { } group_items: { } reduce_duplicates: false - plugin_id: user_roles permission: id: permission table: user__roles @@ -720,6 +660,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: user_permissions operator: or value: { } group: 1 @@ -730,17 +671,15 @@ display: description: '' use_operator: false operator: permission_op + operator_limit_selection: false + operator_list: { } identifier: permission required: false remember: false multiple: false remember_roles: authenticated: authenticated - anonymous: '0' - administrator: '0' reduce: false - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -754,7 +693,6 @@ display: default_group_multiple: { } group_items: { } reduce_duplicates: false - plugin_id: user_permissions default_langcode: id: default_langcode table: users_field_data @@ -762,6 +700,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: user + entity_field: default_langcode + plugin_id: boolean operator: '=' value: '1' group: 1 @@ -772,14 +713,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: '' @@ -792,9 +733,6 @@ display: default_group: All default_group_multiple: { } group_items: { } - entity_type: user - entity_field: default_langcode - plugin_id: boolean uid_raw: id: uid_raw table: users_field_data @@ -802,6 +740,8 @@ display: relationship: none group_type: group admin_label: '' + entity_type: user + plugin_id: numeric operator: '!=' value: min: '' @@ -815,14 +755,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: '' @@ -835,92 +775,144 @@ display: default_group: All default_group_multiple: { } group_items: { } - plugin_id: numeric - entity_type: user - sorts: - created: - id: created - table: users_field_data - field: created - relationship: none - group_type: group - admin_label: '' - order: DESC - exposed: false - expose: - label: '' - granularity: second - plugin_id: date - entity_type: user - entity_field: created - title: Personer - 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: 'Ingen personer til rådighed.' - plugin_id: text_custom + filter_groups: + operator: AND + groups: + 1: AND + style: + type: table + options: + grouping: { } + row_class: '' + default_row_class: true + columns: + user_bulk_form: user_bulk_form + name: name + status: status + rid: rid + created: created + access: access + edit_node: edit_node + dropbutton: dropbutton + default: created + info: + user_bulk_form: + align: '' + separator: '' + empty_column: false + responsive: '' + name: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + status: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-low + rid: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-low + created: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: priority-low + access: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: priority-low + edit_node: + align: '' + separator: '' + empty_column: false + responsive: priority-low + dropbutton: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + override: true + sticky: false + summary: '' + empty_table: true + row: + type: fields + query: + type: views_query + options: + query_comment: '' + disable_sql_rewrite: false + distinct: false + replica: false + query_tags: { } + css_class: '' + use_ajax: false + group_by: false + show_admin_links: true use_more: false use_more_always: false use_more_text: mere + link_display: page_1 + link_url: '' display_comment: '' - use_ajax: false hide_attachment_summary: false - show_admin_links: true - group_by: false - link_url: '' - link_display: page_1 - css_class: '' - filter_groups: - operator: AND - groups: - 1: AND display_extenders: { } cache_metadata: + max-age: 0 contexts: - 'languages:language_content' - 'languages:language_interface' - url - url.query_args - user.permissions - max-age: 0 tags: { } page_1: - display_plugin: page id: page_1 display_title: Side + display_plugin: page position: 1 display_options: - path: admin/people/list + defaults: + show_admin_links: false show_admin_links: false + display_extenders: { } + path: admin/people/list menu: type: 'default tab' title: Vis description: 'Find og håndtér personer som bruger dit site.' - menu_name: admin weight: -10 + menu_name: admin context: '' tab_options: type: normal title: Personer description: 'Håndtér brugerkonti, roller og tilladelser.' - menu_name: admin weight: 0 - defaults: - show_admin_links: false - display_extenders: { } + menu_name: admin cache_metadata: + max-age: 0 contexts: - 'languages:language_content' - 'languages:language_interface' - url - url.query_args - user.permissions - max-age: 0 tags: { } diff --git a/config/sync/views.view.watchdog.yml b/config/sync/views.view.watchdog.yml index 11446e3..5e65d72 100644 --- a/config/sync/views.view.watchdog.yml +++ b/config/sync/views.view.watchdog.yml @@ -16,133 +16,12 @@ base_table: watchdog base_field: wid display: default: - display_plugin: default id: default display_title: Master + display_plugin: default position: 0 display_options: - access: - type: perm - options: - perm: 'access site reports' - cache: - type: none - 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: true - reset_button_label: Gendan - exposed_sorts_label: 'Sortér efter' - expose_sort_order: false - sort_asc_label: Stigende - sort_desc_label: Faldende - pager: - type: mini - options: - items_per_page: 50 - offset: 0 - id: 0 - total_pages: null - expose: - items_per_page: false - items_per_page_label: 'Antal elementer' - items_per_page_options: '5, 10, 25, 50' - items_per_page_options_all: false - items_per_page_options_all_label: '- Alle -' - offset: false - offset_label: Forskydning - tags: - previous: ‹‹ - next: ›› - style: - type: table - options: - grouping: { } - row_class: '{{ type }} {{ severity }}' - default_row_class: true - override: true - sticky: false - caption: '' - summary: '' - description: '' - columns: - nothing: nothing - wid: wid - severity: severity - type: type - timestamp: timestamp - message: message - name: name - link: link - info: - nothing: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: priority-medium - wid: - sortable: false - default_sort_order: desc - align: '' - separator: '' - empty_column: false - responsive: priority-low - severity: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: priority-low - type: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: priority-medium - timestamp: - sortable: true - default_sort_order: desc - align: '' - separator: '' - empty_column: false - responsive: priority-low - message: - sortable: false - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: '' - name: - sortable: true - default_sort_order: asc - align: '' - separator: '' - empty_column: false - responsive: priority-medium - link: - align: '' - separator: '' - empty_column: false - responsive: priority-low - default: wid - empty_table: false - row: - type: fields + title: 'Seneste logmeddelelser' fields: nothing: id: nothing @@ -151,6 +30,7 @@ display: relationship: none group_type: group admin_label: Ikon + plugin_id: custom label: '' exclude: false alter: @@ -192,7 +72,6 @@ display: hide_empty: false empty_zero: false hide_alter_empty: false - plugin_id: custom wid: id: wid table: watchdog @@ -200,6 +79,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: standard label: WID exclude: true alter: @@ -241,7 +121,6 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - plugin_id: standard severity: id: severity table: watchdog @@ -249,6 +128,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: machine_name label: Grad exclude: true alter: @@ -291,7 +171,6 @@ display: empty_zero: false hide_alter_empty: true machine_name: false - plugin_id: machine_name type: id: type table: watchdog @@ -299,6 +178,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: standard label: Type exclude: false alter: @@ -340,7 +220,6 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - plugin_id: standard timestamp: id: timestamp table: watchdog @@ -348,6 +227,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: date label: Dato exclude: false alter: @@ -392,7 +272,6 @@ display: date_format: short custom_date_format: '' timezone: '' - plugin_id: date message: id: message table: watchdog @@ -400,6 +279,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: dblog_message label: Meddelelse exclude: false alter: @@ -442,7 +322,6 @@ display: empty_zero: false hide_alter_empty: true replace_variables: true - plugin_id: dblog_message name: id: name table: users_field_data @@ -450,6 +329,9 @@ display: relationship: uid group_type: group admin_label: '' + entity_type: user + entity_field: name + plugin_id: field label: Bruger exclude: false alter: @@ -505,9 +387,6 @@ display: multi_type: separator separator: ', ' field_api_classes: false - entity_type: user - entity_field: name - plugin_id: field link: id: link table: watchdog @@ -515,6 +394,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: dblog_operations label: Handlinger exclude: false alter: @@ -556,7 +436,67 @@ display: hide_empty: false empty_zero: false hide_alter_empty: true - plugin_id: dblog_operations + pager: + type: mini + options: + offset: 0 + items_per_page: 50 + total_pages: null + id: 0 + tags: + next: ›› + previous: ‹‹ + expose: + items_per_page: false + items_per_page_label: 'Antal elementer' + items_per_page_options: '5, 10, 25, 50' + items_per_page_options_all: false + items_per_page_options_all_label: '- Alle -' + offset: false + offset_label: Forskydning + exposed_form: + type: basic + options: + submit_button: Filter + reset_button: true + reset_button_label: Gendan + exposed_sorts_label: 'Sortér efter' + expose_sort_order: false + sort_asc_label: Stigende + sort_desc_label: Faldende + access: + type: perm + options: + perm: 'access site reports' + cache: + type: none + options: { } + empty: + area: + id: area_text_custom + table: views + field: area_text_custom + relationship: none + group_type: group + admin_label: 'Ingen logbeskeder til rådighed.' + plugin_id: text_custom + empty: true + content: 'Ingen logbeskeder til rådighed.' + tokenize: false + sorts: + wid: + id: wid + table: watchdog + field: wid + relationship: none + group_type: group + admin_label: '' + plugin_id: standard + order: DESC + expose: + label: '' + exposed: false + arguments: { } filters: type: id: type @@ -565,6 +505,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: dblog_types operator: in value: { } group: 1 @@ -575,17 +516,15 @@ display: description: '' use_operator: false operator: type_op + operator_limit_selection: false + operator_list: { } identifier: type required: false remember: false multiple: true remember_roles: authenticated: authenticated - anonymous: '0' - administrator: '0' reduce: false - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -598,7 +537,6 @@ display: default_group: All default_group_multiple: { } group_items: { } - plugin_id: dblog_types severity: id: severity table: watchdog @@ -606,6 +544,7 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: in_operator operator: in value: { } group: 1 @@ -616,17 +555,15 @@ display: description: '' use_operator: false operator: severity_op + operator_limit_selection: false + operator_list: { } identifier: severity required: false remember: false multiple: true remember_roles: authenticated: authenticated - anonymous: '0' - administrator: '0' reduce: false - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -639,35 +576,97 @@ display: default_group: All default_group_multiple: { } group_items: { } - plugin_id: in_operator - sorts: - wid: - id: wid - table: watchdog - field: wid - relationship: none - group_type: group - admin_label: '' - order: DESC - exposed: false - expose: - label: '' - plugin_id: standard - title: 'Seneste logmeddelelser' - header: { } - footer: { } - empty: - area: - id: area_text_custom - table: views - field: area_text_custom - relationship: none - group_type: group - admin_label: 'Ingen logbeskeder til rådighed.' - empty: true - tokenize: false - content: 'Ingen logbeskeder til rådighed.' - plugin_id: text_custom + filter_groups: + operator: AND + groups: + 1: AND + style: + type: table + options: + grouping: { } + row_class: '{{ type }} {{ severity }}' + default_row_class: true + columns: + nothing: nothing + wid: wid + severity: severity + type: type + timestamp: timestamp + message: message + name: name + link: link + default: wid + info: + nothing: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-medium + wid: + sortable: false + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: priority-low + severity: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-low + type: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-medium + timestamp: + sortable: true + default_sort_order: desc + align: '' + separator: '' + empty_column: false + responsive: priority-low + message: + sortable: false + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: '' + name: + sortable: true + default_sort_order: asc + align: '' + separator: '' + empty_column: false + responsive: priority-medium + link: + align: '' + separator: '' + empty_column: false + responsive: priority-low + override: true + sticky: false + summary: '' + empty_table: false + caption: '' + description: '' + row: + type: fields + query: + type: views_query + options: + query_comment: '' + disable_sql_rewrite: false + distinct: false + replica: false + query_tags: { } relationships: uid: id: uid @@ -676,15 +675,12 @@ display: relationship: none group_type: group admin_label: User - required: false plugin_id: standard - arguments: { } - display_extenders: { } - filter_groups: - operator: AND - groups: - 1: AND + required: false css_class: admin-dblog + header: { } + footer: { } + display_extenders: { } cache_metadata: max-age: -1 contexts: @@ -695,9 +691,9 @@ display: - user.permissions tags: { } page: - display_plugin: page id: page display_title: Side + display_plugin: page position: 1 display_options: display_extenders: { } diff --git a/config/sync/views.view.who_s_new.yml b/config/sync/views.view.who_s_new.yml index 011bc4d..8f41466 100644 --- a/config/sync/views.view.who_s_new.yml +++ b/config/sync/views.view.who_s_new.yml @@ -15,68 +15,34 @@ base_table: users_field_data base_field: uid display: default: - display_plugin: default id: default display_title: Master + display_plugin: default position: 0 display_options: - access: - type: perm - options: - perm: 'access content' - 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: Udfør - reset_button: false - reset_button_label: Gendan - exposed_sorts_label: 'Sortér efter' - expose_sort_order: true - sort_asc_label: Stigende - sort_desc_label: Faldende - pager: - type: some - options: - items_per_page: 5 - offset: 0 - style: - type: html_list - row: - type: fields + title: 'Nye brugere' fields: name: id: name table: users_field_data field: name - label: '' + relationship: none + group_type: group + admin_label: '' + entity_type: user + entity_field: name plugin_id: field - type: user_name + label: '' + 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 - relationship: none - group_type: group - admin_label: '' - exclude: false element_type: '' element_class: '' element_label_type: '' @@ -86,23 +52,64 @@ display: element_wrapper_class: '' element_default_classes: true empty: '' + hide_empty: false + empty_zero: false hide_alter_empty: true + type: user_name + pager: + type: some + options: + offset: 0 + items_per_page: 5 + exposed_form: + type: basic + options: + submit_button: Udfør + reset_button: false + reset_button_label: Gendan + exposed_sorts_label: 'Sortér efter' + expose_sort_order: true + sort_asc_label: Stigende + sort_desc_label: Faldende + access: + type: perm + options: + perm: 'access content' + cache: + type: tag + options: { } + empty: { } + sorts: + created: + id: created + table: users_field_data + field: created + relationship: none + group_type: group + admin_label: '' entity_type: user - entity_field: name + entity_field: created + plugin_id: date + order: DESC + expose: + label: '' + exposed: false + granularity: second + arguments: { } filters: status: - value: '1' + id: status table: users_field_data field: status - id: status + entity_type: user + entity_field: status + plugin_id: boolean + value: '1' + group: 1 expose: operator: '0' operator_limit_selection: false operator_list: { } - group: 1 - plugin_id: boolean - entity_type: user - entity_field: status access: id: access table: users_field_data @@ -110,6 +117,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: user + entity_field: access + plugin_id: date operator: '>' value: min: '' @@ -124,14 +134,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: '' @@ -144,53 +154,43 @@ display: default_group: All default_group_multiple: { } group_items: { } - plugin_id: date - entity_type: user - entity_field: access - sorts: - created: - id: created - table: users_field_data - field: created - relationship: none - group_type: group - admin_label: '' - order: DESC - exposed: false - expose: - label: '' - granularity: second - plugin_id: date - entity_type: user - entity_field: created - title: 'Nye brugere' + style: + type: html_list + row: + type: fields + query: + type: views_query + options: + query_comment: '' + disable_sql_rewrite: false + distinct: false + replica: false + query_tags: { } + relationships: { } header: { } footer: { } - empty: { } - relationships: { } - arguments: { } display_extenders: { } cache_metadata: + max-age: -1 contexts: - 'languages:language_content' - 'languages:language_interface' - user.permissions - max-age: -1 tags: { } block_1: - display_plugin: block id: block_1 display_title: 'Nye brugere' + display_plugin: block position: 1 display_options: display_description: 'En liste af nye brugere' + display_extenders: { } block_description: 'Nye brugere' block_category: Bruger - display_extenders: { } cache_metadata: + max-age: -1 contexts: - 'languages:language_content' - 'languages:language_interface' - user.permissions - max-age: -1 tags: { } diff --git a/config/sync/views.view.who_s_online.yml b/config/sync/views.view.who_s_online.yml index 9de8571..da20443 100644 --- a/config/sync/views.view.who_s_online.yml +++ b/config/sync/views.view.who_s_online.yml @@ -15,75 +15,34 @@ base_table: users_field_data base_field: uid display: default: - display_plugin: default id: default display_title: Master + display_plugin: default position: 0 display_options: - access: - type: perm - options: - perm: 'access user profiles' - 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: Udfør - reset_button: false - reset_button_label: Gendan - exposed_sorts_label: 'Sortér efter' - expose_sort_order: true - sort_asc_label: Stigende - sort_desc_label: Faldende - pager: - type: some - options: - items_per_page: 10 - offset: 0 - style: - type: html_list - options: - grouping: { } - row_class: '' - default_row_class: true - type: ul - wrapper_class: item-list - class: '' - row: - type: fields + title: 'Hvem er online' fields: name: id: name table: users_field_data field: name - label: '' + relationship: none + group_type: group + admin_label: '' + entity_type: user + entity_field: name plugin_id: field - type: user_name + label: '' + 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 - relationship: none - group_type: group - admin_label: '' - exclude: false element_type: '' element_class: '' element_label_type: '' @@ -93,23 +52,75 @@ display: element_wrapper_class: '' element_default_classes: true empty: '' + hide_empty: false + empty_zero: false hide_alter_empty: true + type: user_name + pager: + type: some + options: + offset: 0 + items_per_page: 10 + exposed_form: + type: basic + options: + submit_button: Udfør + reset_button: false + reset_button_label: Gendan + exposed_sorts_label: 'Sortér efter' + expose_sort_order: true + sort_asc_label: Stigende + sort_desc_label: Faldende + access: + type: perm + options: + perm: 'access user profiles' + 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: 'Der er i øjeblikket 0 brugere online.' + tokenize: false + sorts: + access: + id: access + table: users_field_data + field: access + relationship: none + group_type: group + admin_label: '' entity_type: user - entity_field: name + entity_field: access + plugin_id: date + order: DESC + expose: + label: '' + exposed: false + granularity: second + arguments: { } filters: status: - value: '1' + id: status table: users_field_data field: status - id: status + entity_type: user + entity_field: status + plugin_id: boolean + value: '1' + group: 1 expose: operator: '0' operator_limit_selection: false operator_list: { } - group: 1 - plugin_id: boolean - entity_type: user - entity_field: status access: id: access table: users_field_data @@ -117,6 +128,9 @@ display: relationship: none group_type: group admin_label: '' + entity_type: user + entity_field: access + plugin_id: date operator: '>=' value: min: '' @@ -131,16 +145,14 @@ display: description: 'En bruger bliver opfattet som online i dette tidsrum efter hun sidst har set en side.' use_operator: false operator: access_op + operator_limit_selection: false + operator_list: { } identifier: access required: false remember: false multiple: false remember_roles: authenticated: authenticated - anonymous: '0' - administrator: '0' - operator_limit_selection: false - operator_list: { } is_grouped: false group_info: label: '' @@ -153,26 +165,26 @@ display: default_group: All default_group_multiple: { } group_items: { } - plugin_id: date - entity_type: user - entity_field: access - sorts: - access: - id: access - table: users_field_data - field: access - order: DESC - relationship: none - group_type: group - admin_label: '' - exposed: false - expose: - label: '' - granularity: second - plugin_id: date - entity_type: user - entity_field: access - title: 'Hvem er online' + style: + type: html_list + options: + grouping: { } + row_class: '' + default_row_class: true + type: ul + wrapper_class: item-list + class: '' + row: + type: fields + query: + type: views_query + options: + query_comment: '' + disable_sql_rewrite: false + distinct: false + replica: false + query_tags: { } + relationships: { } header: result: id: result @@ -181,45 +193,31 @@ display: relationship: none group_type: group admin_label: '' + plugin_id: result empty: false content: 'Der er i øjeblikket @total brugere online.' - plugin_id: result 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: 'Der er i øjeblikket 0 brugere online.' - plugin_id: text_custom - relationships: { } - arguments: { } display_extenders: { } cache_metadata: + max-age: -1 contexts: - 'languages:language_content' - 'languages:language_interface' - user.permissions - max-age: -1 tags: { } who_s_online_block: - display_plugin: block id: who_s_online_block display_title: 'Hvem er online' + display_plugin: block position: 1 display_options: - block_description: 'Hvem er online' display_description: 'En liste af indloggede brugere.' display_extenders: { } + block_description: 'Hvem er online' cache_metadata: + max-age: -1 contexts: - 'languages:language_content' - 'languages:language_interface' - user.permissions - max-age: -1 tags: { } diff --git a/docker-compose.yml b/docker-compose.yml index 1060d92..a1af8ea 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -25,7 +25,7 @@ services: com.symfony.server.service-prefix: 'DATABASE' phpfpm: - image: itkdev/php7.4-fpm:latest + image: itkdev/php8.3-fpm:latest networks: - app environment: diff --git a/recipes/.gitignore b/recipes/.gitignore new file mode 100644 index 0000000..739a339 --- /dev/null +++ b/recipes/.gitignore @@ -0,0 +1 @@ +/README.txt \ No newline at end of file diff --git a/web/.ht.router.php b/web/.ht.router.php index 054f711..97c517f 100644 --- a/web/.ht.router.php +++ b/web/.ht.router.php @@ -24,6 +24,12 @@ * @see http://php.net/manual/en/features.commandline.webserver.php */ +if (PHP_SAPI !== 'cli-server') { + // Bail out if this is not PHP's Development Server. + header($_SERVER['SERVER_PROTOCOL'] . ' 403 Forbidden'); + exit; +} + $url = parse_url($_SERVER['REQUEST_URI']); if (file_exists(__DIR__ . $url['path'])) { // Serve the requested resource as-is. @@ -33,12 +39,12 @@ // Work around the PHP bug. $path = $url['path']; $script = 'index.php'; -if (strpos($path, '.php') !== FALSE) { +if (str_contains($path, '.php')) { // Work backwards through the path to check if a script exists. Otherwise // fallback to index.php. do { $path = dirname($path); - if (preg_match('/\.php$/', $path) && is_file(__DIR__ . $path)) { + if (str_ends_with($path, '.php') && is_file(__DIR__ . $path)) { // Discovered that the path contains an existing PHP file. Use that as the // script to include. $script = ltrim($path, '/'); diff --git a/web/.htaccess b/web/.htaccess index b1ee36b..1ac01a1 100644 --- a/web/.htaccess +++ b/web/.htaccess @@ -3,7 +3,7 @@ # # Protect files and directories from prying eyes. - + Require all denied @@ -22,13 +22,14 @@ DirectoryIndex index.php index.html index.htm AddType image/svg+xml svg svgz AddEncoding gzip svgz +# Add correct encoding for webp. +AddType image/webp .webp + # Most of the following PHP settings cannot be changed at runtime. See # sites/default/default.settings.php and # Drupal\Core\DrupalKernel::bootEnvironment() for settings that can be # changed at runtime. - -# PHP 7, Apache 1 and 2. - + php_value assert.active 0 @@ -37,8 +38,8 @@ AddEncoding gzip svgz # Enable expirations. ExpiresActive On - # Cache all files for 2 weeks after access (A). - ExpiresDefault A1209600 + # Cache all files for 1 year after access. + ExpiresDefault "access plus 1 year" # Do not allow PHP scripts to be cached unless they explicitly send cache @@ -139,10 +140,6 @@ AddEncoding gzip svgz RewriteCond %{REQUEST_URI} !/core/[^/]*\.php$ # Allow access to test-specific PHP files: RewriteCond %{REQUEST_URI} !/core/modules/system/tests/https?\.php - # Allow access to Statistics module's custom front controller. - # Copy and adapt this rule to directly execute PHP files in contributed or - # custom modules or to run another PHP application in the same directory. - RewriteCond %{REQUEST_URI} !/core/modules/statistics/statistics\.php$ # Deny access to any other PHP files that do not match the rules above. # Specifically, disallow autoload.php from being served directly. RewriteRule "^(.+/.*|autoload)\.php($|/)" - [F] @@ -153,12 +150,12 @@ AddEncoding gzip svgz # Serve gzip compressed CSS files if they exist and the client accepts gzip. RewriteCond %{HTTP:Accept-encoding} gzip RewriteCond %{REQUEST_FILENAME}\.gz -s - RewriteRule ^(.*)\.css $1\.css\.gz [QSA] + RewriteRule ^(.*css_[a-zA-Z0-9-_]+)\.css$ $1\.css\.gz [QSA] # Serve gzip compressed JS files if they exist and the client accepts gzip. RewriteCond %{HTTP:Accept-encoding} gzip RewriteCond %{REQUEST_FILENAME}\.gz -s - RewriteRule ^(.*)\.js $1\.js\.gz [QSA] + RewriteRule ^(.*js_[a-zA-Z0-9-_]+)\.js$ $1\.js\.gz [QSA] # Serve correct content types, and prevent double compression. RewriteRule \.css\.gz$ - [T=text/css,E=no-gzip:1,E=no-brotli:1] @@ -175,7 +172,13 @@ AddEncoding gzip svgz # Various header fixes. - # Disable content sniffing, since it's an attack vector. + # Disable content sniffing for all responses, since it's an attack vector. + # This header is also set in FinishResponseSubscriber, which depending on + # Apache configuration might get placed in the 'onsuccess' table. To prevent + # header duplication, unset that one prior to setting in the 'always' table. + # See "To circumvent this limitation..." in + # https://httpd.apache.org/docs/current/mod/mod_headers.html. + Header onsuccess unset X-Content-Type-Options Header always set X-Content-Type-Options nosniff # Disable Proxy header, since it's an attack vector. RequestHeader unset Proxy diff --git a/web/INSTALL.txt b/web/INSTALL.txt index 3714df0..be9e29d 100644 --- a/web/INSTALL.txt +++ b/web/INSTALL.txt @@ -1,3 +1,3 @@ -Please read core/INSTALL.txt for detailed installation instructions for your -Drupal website. +Read core/INSTALL.txt for detailed installation instructions for your Drupal +website. diff --git a/web/example.gitignore b/web/example.gitignore index 7cc3227..d77a48b 100644 --- a/web/example.gitignore +++ b/web/example.gitignore @@ -25,7 +25,7 @@ sites/*/services*.yml sites/*/files sites/*/private -# Ignore SimpleTest multi-site environment. +# Ignore multi-site test environment. sites/simpletest # If you prefer to store your .gitignore file in the sites/ folder, comment @@ -38,5 +38,5 @@ sites/simpletest # */files # */private -# Ignore SimpleTest multi-site environment. +# Ignore multi-site test environment. # simpletest diff --git a/web/modules/README.txt b/web/modules/README.txt index 529c31b..249e817 100644 --- a/web/modules/README.txt +++ b/web/modules/README.txt @@ -38,5 +38,5 @@ pattern may be used to restrict modules to a specific site instance. MORE INFORMATION ---------------- -Refer to the “Developing for Drupal” section of the README.txt in the Drupal +Refer to the “Developing for Drupal” section of the README.md in the Drupal root directory for further information on extending Drupal with custom modules. diff --git a/web/profiles/README.txt b/web/profiles/README.txt index b0f0c0b..6d11a51 100644 --- a/web/profiles/README.txt +++ b/web/profiles/README.txt @@ -24,5 +24,5 @@ available to all sites during their initial site installation. MORE INFORMATION ---------------- -Refer to the "Installation profiles" section of the README.txt in the Drupal +Refer to the "Installation profiles" section of the README.md in the Drupal root directory for further information on extending Drupal with custom profiles. diff --git a/web/robots.txt b/web/robots.txt index 18f8df8..a1e1d34 100644 --- a/web/robots.txt +++ b/web/robots.txt @@ -37,8 +37,15 @@ Allow: /profiles/*.svg Disallow: /core/ Disallow: /profiles/ # Files -Disallow: /README.txt -Disallow: /web.config +Disallow: /README.md +Disallow: /composer/Metapackage/README.txt +Disallow: /composer/Plugin/ProjectMessage/README.md +Disallow: /composer/Plugin/Scaffold/README.md +Disallow: /composer/Plugin/VendorHardening/README.txt +Disallow: /composer/Template/README.txt +Disallow: /modules/README.txt +Disallow: /sites/README.txt +Disallow: /themes/README.txt # Paths (clean URLs) Disallow: /admin/ Disallow: /comment/reply/ @@ -49,6 +56,8 @@ Disallow: /user/register Disallow: /user/password Disallow: /user/login Disallow: /user/logout +Disallow: /media/oembed +Disallow: /*/media/oembed # Paths (no clean URLs) Disallow: /index.php/admin/ Disallow: /index.php/comment/reply/ @@ -59,3 +68,5 @@ Disallow: /index.php/user/password Disallow: /index.php/user/register Disallow: /index.php/user/login Disallow: /index.php/user/logout +Disallow: /index.php/media/oembed +Disallow: /index.php/*/media/oembed diff --git a/web/sites/default/default.services.yml b/web/sites/default/default.services.yml index ff6797d..3570cfa 100644 --- a/web/sites/default/default.services.yml +++ b/web/sites/default/default.services.yml @@ -1,4 +1,8 @@ parameters: + # Toggles the super user access policy. If your website has at least one user + # with the Administrator role, it is advised to set this to false. This allows + # you to make user 1 a regular user, strengthening the security of your site. + security.enable_super_user: true session.storage.options: # Default ini options for sessions. # @@ -34,25 +38,24 @@ parameters: # To maximize compatibility and normalize the behavior across user agents, # the cookie domain should start with a dot. # + # Sessions themselves will only be synchronized across subdomains if they + # are all served from the same Drupal installation or if some other session + # sharing mechanism is implemented. + # # @default none # cookie_domain: '.example.com' # - # Set the session ID string length. The length can be between 22 to 256. The - # PHP recommended value is 48. See - # https://www.php.net/manual/session.security.ini.php for more information. - # This value should be kept in sync with - # \Drupal\Core\Session\SessionConfiguration::__construct() - # @default 48 - sid_length: 48 - # - # Set the number of bits in encoded session ID character. The possible - # values are '4' (0-9, a-f), '5' (0-9, a-v), and '6' (0-9, a-z, A-Z, "-", - # ","). The PHP recommended value is 6. See - # https://www.php.net/manual/session.security.ini.php for more information. - # This value should be kept in sync with - # \Drupal\Core\Session\SessionConfiguration::__construct() - # @default 6 - sid_bits_per_character: 6 + # Set the SameSite cookie attribute: 'None', 'Lax', or 'Strict'. If set, + # this value will override the server value. See + # https://www.php.net/manual/en/session.security.ini.php for more + # information. + # @default no value + cookie_samesite: Lax + # By default, Drupal generates a session cookie name based on the full + # domain name. Set the name_suffix to a short random string to ensure this + # session cookie name is unique on different installations on the same + # domain and path (for example, when migrating from Drupal 7). + name_suffix: '' twig.config: # Twig debugging: # @@ -93,6 +96,21 @@ parameters: # Disabling the Twig cache is not recommended in production environments. # @default true cache: true + # File extensions: + # + # List of file extensions the Twig system is allowed to load via the + # twig.loader.filesystem service. Files with other extensions will not be + # loaded unless they are added here. For example, to allow a file named + # 'example.partial' to be loaded, add 'partial' to this list. To load files + # with no extension, add an empty string '' to the list. + # + # @default ['css', 'html', 'js', 'svg', 'twig'] + allowed_file_extensions: + - css + - html + - js + - svg + - twig renderer.config: # Renderer required cache contexts: # @@ -132,6 +150,14 @@ parameters: # # @default [] tags: [] + # Renderer cache debug: + # + # Allows cache debugging output for each rendered element. + # + # Enabling render cache debugging is not recommended in production + # environments. + # @default false + debug: false # Cacheability debugging: # # Responses with cacheability metadata (CacheableResponseInterface instances) @@ -146,15 +172,15 @@ parameters: # @default false http.response.debug_cacheability_headers: false factory.keyvalue: {} - # Default key/value storage service to use. - # @default keyvalue.database - # default: keyvalue.database - # Collection-specific overrides. - # state: keyvalue.database + # Default key/value storage service to use. + # @default keyvalue.database + # default: keyvalue.database + # Collection-specific overrides. + # state: keyvalue.database factory.keyvalue.expirable: {} - # Default key/value expirable storage service to use. - # @default keyvalue.database.expirable - # default: keyvalue.database.expirable + # Default key/value expirable storage service to use. + # @default keyvalue.database.expirable + # default: keyvalue.database.expirable # Allowed protocols for URL generation. filter_protocols: - http @@ -177,15 +203,48 @@ parameters: # Note: By default the configuration is disabled. cors.config: enabled: false - # Specify allowed headers, like 'x-allowed-header'. + # Specifies allowed headers and sets the Access-Control-Allow-Headers + # header. For example, ['X-Custom-Header']. See + # https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Headers allowedHeaders: [] - # Specify allowed request methods, specify ['*'] to allow all possible ones. + # Specifies allowed request methods and sets the + # Access-Control-Allow-Methods header. For example, ['POST', 'GET', + # 'OPTIONS'] or ['*'] to allow all. Note the wildcard is not yet implemented + # in all browsers. See + # https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Methods allowedMethods: [] - # Configure requests allowed from specific origins. + # Configure requests allowed from specific origins and sets the + # Access-Control-Allow-Origin header. For example, + # ['https://www.drupal.org'] or ['*'] to allow any origin to access your + # resource. See + # https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin allowedOrigins: ['*'] - # Sets the Access-Control-Expose-Headers header. + # Configure requests allowed from origins, matching against regex patterns. + allowedOriginsPatterns: [] + # Sets the Access-Control-Expose-Headers header. The default is false which + # means the header will not be set. To set the header use a comma delimited + # list within square brackets. For example, ['Content-Type', 'Expires'] or + # ['*'] to expose all headers. Setting exposedHeaders: ['*'] will result in + # a Access-Control-Expose-Headers: * response header. See + # https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Expose-Headers exposedHeaders: false - # Sets the Access-Control-Max-Age header. + # Setting Access-Control-Max-Age header value to '0' or false will omit this + # from the response. However, setting it to '-1' will explicitly disable + # caching. For example, setting the value to 600 will cache results of a + # preflight request for 10 minutes. See + # https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Max-Age maxAge: false - # Sets the Access-Control-Allow-Credentials header. + # Sets the Access-Control-Allow-Credentials header if set to true. See + # https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Credentials supportsCredentials: false + + # The maximum number of entities stored in memory. Lowering this number can + # reduce the amount of memory used in long-running processes like migrations, + # however will also increase requests to the database or entity cache backend. + entity.memory_cache.slots: 1000 + + queue.config: + # The maximum number of seconds to wait if a queue is temporarily suspended. + # This is not applicable when a queue is suspended but does not specify + # how long to wait before attempting to resume. + suspendMaximumWait: 30 diff --git a/web/sites/default/default.settings.php b/web/sites/default/default.settings.php index 7188902..e1c965e 100644 --- a/web/sites/default/default.settings.php +++ b/web/sites/default/default.settings.php @@ -24,18 +24,18 @@ * 'sites/default' will be used. * * For example, for a fictitious site installed at - * https://www.drupal.org:8080/mysite/test/, the 'settings.php' file is searched + * https://www.drupal.org:8080/my-site/test/, the 'settings.php' file is searched * for in the following directories: * - * - sites/8080.www.drupal.org.mysite.test - * - sites/www.drupal.org.mysite.test - * - sites/drupal.org.mysite.test - * - sites/org.mysite.test + * - sites/8080.www.drupal.org.my-site.test + * - sites/www.drupal.org.my-site.test + * - sites/drupal.org.my-site.test + * - sites/org.my-site.test * - * - sites/8080.www.drupal.org.mysite - * - sites/www.drupal.org.mysite - * - sites/drupal.org.mysite - * - sites/org.mysite + * - sites/8080.www.drupal.org.my-site + * - sites/www.drupal.org.my-site + * - sites/drupal.org.my-site + * - sites/org.my-site * * - sites/8080.www.drupal.org * - sites/www.drupal.org @@ -46,8 +46,8 @@ * * Note that if you are installing on a non-standard port number, prefix the * hostname with that number. For example, - * https://www.drupal.org:8080/mysite/test/ could be loaded from - * sites/8080.www.drupal.org.mysite.test/. + * https://www.drupal.org:8080/my-site/test/ could be loaded from + * sites/8080.www.drupal.org.my-site.test/. * * @see example.sites.php * @see \Drupal\Core\DrupalKernel::getSitePath() @@ -67,19 +67,19 @@ * during the same request. * * One example of the simplest connection array is shown below. To use the - * sample settings, copy and uncomment the code below between the @code and - * @endcode lines and paste it after the $databases declaration. You will need - * to replace the database username and password and possibly the host and port - * with the appropriate credentials for your database system. + * sample settings, copy and uncomment the code below and paste it after the + * $databases declaration. You will need to replace the database username and + * password and possibly the host and port with the appropriate credentials for + * your database system. * * The next section describes how to customize the $databases array for more * specific needs. * * @code * $databases['default']['default'] = [ - * 'database' => 'databasename', - * 'username' => 'sqlusername', - * 'password' => 'sqlpassword', + * 'database' => 'database_name', + * 'username' => 'sql_username', + * 'password' => 'sql_password', * 'host' => 'localhost', * 'port' => '3306', * 'driver' => 'mysql', @@ -138,6 +138,21 @@ * request as needed. The fourth line creates a new database with a name of * "extra". * + * For MySQL, MariaDB or equivalent databases the 'isolation_level' option can + * be set. The recommended transaction isolation level for Drupal sites is + * 'READ COMMITTED'. The 'REPEATABLE READ' option is supported but can result + * in deadlocks, the other two options are 'READ UNCOMMITTED' and 'SERIALIZABLE'. + * They are available but not supported; use them at your own risk. For more + * info: + * https://dev.mysql.com/doc/refman/8.0/en/innodb-transaction-isolation-levels.html + * + * On your settings.php, change the isolation level: + * @code + * $databases['default']['default']['init_commands'] = [ + * 'isolation_level' => 'SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED', + * ]; + * @endcode + * * You can optionally set a prefix for all database table names by using the * 'prefix' setting. If a prefix is specified, the table name will be prepended * with its value. Be sure to use valid database characters only, usually @@ -166,21 +181,21 @@ * * WARNING: The above defaults are designed for database portability. Changing * them may cause unexpected behavior, including potential data loss. See - * https://www.drupal.org/developing/api/database/configuration for more - * information on these defaults and the potential issues. + * https://www.drupal.org/docs/8/api/database-api/database-configuration for + * more 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 * $databases['default']['default'] = [ * 'driver' => 'pgsql', - * 'database' => 'databasename', - * 'username' => 'sqlusername', - * 'password' => 'sqlpassword', + * 'database' => 'database_name', + * 'username' => 'sql_username', + * 'password' => 'sql_password', * 'host' => 'localhost', * 'prefix' => '', * ]; @@ -190,7 +205,7 @@ * @code * $databases['default']['default'] = [ * 'driver' => 'sqlite', - * 'database' => '/path/to/databasefilename', + * 'database' => '/path/to/database_filename', * ]; * @endcode * @@ -200,13 +215,34 @@ * 'driver' => 'my_driver', * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver', * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/', - * 'database' => 'databasename', - * 'username' => 'sqlusername', - * 'password' => 'sqlpassword', + * 'database' => 'database_name', + * 'username' => 'sql_username', + * 'password' => 'sql_password', * 'host' => 'localhost', * 'prefix' => '', * ]; * @endcode + * + * Sample Database configuration format for a driver that is extending another + * database driver. + * @code + * $databases['default']['default'] = [ + * 'driver' => 'my_driver', + * 'namespace' => 'Drupal\my_module\Driver\Database\my_driver', + * 'autoload' => 'modules/my_module/src/Driver/Database/my_driver/', + * 'database' => 'database_name', + * 'username' => 'sql_username', + * 'password' => 'sql_password', + * 'host' => 'localhost', + * 'prefix' => '', + * 'dependencies' => [ + * 'parent_module' => [ + * 'namespace' => 'Drupal\parent_module', + * 'autoload' => 'core/modules/parent_module/src/', + * ], + * ], + * ]; + * @endcode */ /** @@ -241,7 +277,8 @@ * variable has the same value on each server. * * For enhanced security, you may set this variable to the contents of a file - * outside your document root; you should also ensure that this file is not + * outside your document root, and vary the value across environments (like + * production and development); you should also ensure that this file is not * stored with backups of your database. * * Example: @@ -275,7 +312,7 @@ $settings['update_free_access'] = FALSE; /** - * Fallback to HTTP for Update Manager and for fetching security advisories. + * Fallback to HTTP for Update Status and for fetching security advisories. * * If your site fails to connect to updates.drupal.org over HTTPS (either when * fetching data on available updates, or when fetching the feed of critical @@ -318,14 +355,13 @@ * security, or encryption benefits. In an environment where Drupal * is behind a reverse proxy, the real IP address of the client should * be determined such that the correct client IP address is available - * to Drupal's logging, statistics, and access management systems. In - * the most simple scenario, the proxy server will add an - * X-Forwarded-For header to the request that contains the client IP - * address. However, HTTP headers are vulnerable to spoofing, where a - * malicious client could bypass restrictions by setting the - * X-Forwarded-For header directly. Therefore, Drupal's proxy - * configuration requires the IP addresses of all remote proxies to be - * specified in $settings['reverse_proxy_addresses'] to work correctly. + * to Drupal's logging and access management systems. In the most simple + * scenario, the proxy server will add an X-Forwarded-For header to the request + * that contains the client IP address. However, HTTP headers are vulnerable to + * spoofing, where a malicious client could bypass restrictions by setting the + * X-Forwarded-For header directly. Therefore, Drupal's proxy configuration + * requires the IP addresses of all remote proxies to be specified in + * $settings['reverse_proxy_addresses'] to work correctly. * * Enable this setting to get Drupal to determine the client IP from the * X-Forwarded-For header. If you are unsure about this setting, do not have a @@ -343,10 +379,13 @@ # $settings['reverse_proxy'] = TRUE; /** - * Specify every reverse proxy IP address in your environment. - * This setting is required if $settings['reverse_proxy'] is TRUE. + * Reverse proxy addresses. + * + * Specify every reverse proxy IP address in your environment, as an array of + * IPv4/IPv6 addresses or subnets in CIDR notation. This setting is required if + * $settings['reverse_proxy'] is TRUE. */ -# $settings['reverse_proxy_addresses'] = ['a.b.c.d', ...]; +# $settings['reverse_proxy_addresses'] = ['a.b.c.d', 'e.f.g.h/24', ...]; /** * Reverse proxy trusted headers. @@ -436,30 +475,6 @@ */ # $settings['class_loader_auto_detect'] = FALSE; -/** - * Authorized file system operations: - * - * The Update Manager module included with Drupal provides a mechanism for - * site administrators to securely install missing updates for the site - * directly through the web user interface. On securely-configured servers, - * the Update manager will require the administrator to provide SSH or FTP - * credentials before allowing the installation to proceed; this allows the - * site to update the new files as the user who owns all the Drupal files, - * instead of as the user the webserver is running as. On servers where the - * webserver user is itself the owner of the Drupal files, the administrator - * will not be prompted for SSH or FTP credentials (note that these server - * setups are common on shared hosting, but are inherently insecure). - * - * Some sites might wish to disable the above functionality, and only update - * the code directly via SSH or FTP themselves. This setting completely - * disables all functionality related to these authorized file operations. - * - * @see https://www.drupal.org/node/244924 - * - * Remove the leading hash signs to disable. - */ -# $settings['allow_authorize_operations'] = FALSE; - /** * Default mode for directories and files written by Drupal. * @@ -468,6 +483,15 @@ # $settings['file_chmod_directory'] = 0775; # $settings['file_chmod_file'] = 0664; +/** + * Optimized assets path: + * + * A local file system path where optimized assets will be stored. This directory + * must exist and be writable by Drupal. This directory must be relative to + * the Drupal installation directory and be accessible over the web. + */ +# $settings['file_assets_path'] = 'sites/default/files'; + /** * Public file base URL: * @@ -490,6 +514,65 @@ */ # $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']; + +/** + * File schemes whose paths should not be normalized: + * + * Normally, Drupal normalizes '/./' and '/../' segments in file URIs in order + * to prevent unintended file access. For example, 'private://css/../image.png' + * is normalized to 'private://image.png' before checking access to the file. + * + * On Windows, Drupal also replaces '\' with '/' in URIs for the local + * filesystem. + * + * If file URIs with one or more scheme should not be normalized like this, then + * list the schemes here. For example, if 'porcelain://china/./plate.png' should + * not be normalized to 'porcelain://china/plate.png', then add 'porcelain' to + * this array. In this case, make sure that the module providing the 'porcelain' + * scheme does not allow unintended file access when using '/../' to move up the + * directory tree. + */ +# $settings['file_sa_core_2023_005_schemes'] = ['porcelain']; + +/** + * Configuration for phpinfo() admin status report. + * + * Drupal's admin UI includes a report at admin/reports/status/php which shows + * the output of phpinfo(). The full output can contain sensitive information + * so by default Drupal removes some sections. + * + * This behavior can be configured by setting this variable to a different + * value corresponding to the flags parameter of phpinfo(). + * + * If you need to expose more information in the report - for example to debug a + * problem - consider doing so temporarily. + * + * @see https://www.php.net/manual/function.phpinfo.php + */ +# $settings['sa_core_2023_004_phpinfo_flags'] = ~ (INFO_VARIABLES | INFO_ENVIRONMENT); + /** * Private file path: * @@ -518,6 +601,18 @@ */ # $settings['file_temp_path'] = '/tmp'; +/** + * Automatically create an Apache HTTP .htaccess file in writable directories. + * + * This setting can be disabled if you are not using Apache HTTP server, or if + * you have a web server configuration that protects the various writable file + * directories. + * + * @see \Drupal\Component\FileSecurity\FileSecurity::writeHtaccess() + * @see https://www.drupal.org/docs/administering-a-drupal-site/security-in-drupal/securing-file-permissions-and-ownership + */ +# $settings['auto_create_htaccess'] = FALSE; + /** * Session write interval: * @@ -539,8 +634,8 @@ * any added language. (eg locale_custom_strings_de for german). */ # $settings['locale_custom_strings_en'][''] = [ -# 'forum' => 'Discussion board', -# '@count min' => '@count minutes', +# 'Home' => 'Front page', +# 'Last run @time ago' => 'Last run was done @time ago', # ]; /** @@ -553,7 +648,7 @@ * * Note: This setting does not apply to installation and update pages. */ -# $settings['maintenance_theme'] = 'bartik'; +# $settings['maintenance_theme'] = 'claro'; /** * PHP settings: @@ -578,21 +673,6 @@ # ini_set('pcre.backtrack_limit', 200000); # ini_set('pcre.recursion_limit', 200000); -/** - * Add Permissions-Policy header to disable Google FLoC. - * - * By default, Drupal sends the 'Permissions-Policy: interest-cohort=()' header - * to disable Google's Federated Learning of Cohorts feature, introduced in - * Chrome 89. - * - * See https://en.wikipedia.org/wiki/Federated_Learning_of_Cohorts for more - * information about FLoC. - * - * If you don't wish to disable FLoC in Chrome, you can set this value - * to FALSE. - */ -# $settings['block_interest_cohort'] = TRUE; - /** * Configuration overrides. * @@ -618,33 +698,6 @@ # $config['system.site']['name'] = 'My Drupal site'; # $config['user.settings']['anonymous'] = 'Visitor'; -/** - * Fast 404 pages: - * - * Drupal can generate fully themed 404 pages. However, some of these responses - * are for images or other resource files that are not displayed to the user. - * This can waste bandwidth, and also generate server load. - * - * The options below return a simple, fast 404 page for URLs matching a - * specific pattern: - * - $config['system.performance']['fast_404']['exclude_paths']: A regular - * expression to match paths to exclude, such as images generated by image - * styles, or dynamically-resized images. The default pattern provided below - * also excludes the private file system. If you need to add more paths, you - * can add '|path' to the expression. - * - $config['system.performance']['fast_404']['paths']: A regular expression to - * match paths that should return a simple 404 page, rather than the fully - * themed 404 page. If you don't have any aliases ending in htm or html you - * can add '|s?html?' to the expression. - * - $config['system.performance']['fast_404']['html']: The html to return for - * simple 404 pages. - * - * Remove the leading hash signs if you would like to alter this functionality. - */ -# $config['system.performance']['fast_404']['exclude_paths'] = '/\/(?:styles)|(?:system\/files)\//'; -# $config['system.performance']['fast_404']['paths'] = '/\.(?:txt|png|gif|jpe?g|css|js|ico|swf|flv|cgi|bat|pl|dll|exe|asp)$/i'; -# $config['system.performance']['fast_404']['html'] = '404 Not Found

Not Found

The requested URL "@path" was not found on this server.

'; - /** * Load services definition file. */ @@ -659,15 +712,6 @@ */ # $settings['container_base_class'] = '\Drupal\Core\DependencyInjection\Container'; -/** - * Override the default yaml parser class. - * - * Provide a fully qualified class name here if you would like to provide an - * alternate implementation YAML parser. The class must implement the - * \Drupal\Component\Serialization\SerializationInterface interface. - */ -# $settings['yaml_parser_class'] = NULL; - /** * Trusted host configuration. * @@ -703,7 +747,10 @@ * @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 */ +# $settings['trusted_host_patterns'] = []; /** * The default list of directories that will be ignored by Drupal's file API. @@ -752,6 +799,49 @@ */ $settings['migrate_node_migrate_type_classic'] = FALSE; +/** + * The default settings for migration sources. + * + * These settings are used as the default settings on the Credential form at + * /upgrade/credentials. + * + * - migrate_source_version - The version of the source database. This can be + * '6' or '7'. Defaults to '7'. + * - migrate_source_connection - The key in the $databases array for the source + * site. + * - migrate_file_public_path - The location of the source Drupal 6 or Drupal 7 + * public files. This can be a local file directory containing the source + * Drupal 6 or Drupal 7 site (e.g /var/www/docroot), or the site address + * (e.g http://example.com). + * - migrate_file_private_path - The location of the source Drupal 7 private + * files. This can be a local file directory containing the source Drupal 7 + * site (e.g /var/www/docroot), or empty to use the same value as Public + * files directory. + * + * Sample configuration for a drupal 6 source site with the source files in a + * local directory. + * + * @code + * $settings['migrate_source_version'] = '6'; + * $settings['migrate_source_connection'] = 'migrate'; + * $settings['migrate_file_public_path'] = '/var/www/drupal6'; + * @endcode + * + * Sample configuration for a drupal 7 source site with public source files on + * the source site and the private files in a local directory. + * + * @code + * $settings['migrate_source_version'] = '7'; + * $settings['migrate_source_connection'] = 'migrate'; + * $settings['migrate_file_public_path'] = 'https://drupal7.com'; + * $settings['migrate_file_private_path'] = '/var/www/drupal7'; + * @endcode + */ +# $settings['migrate_source_connection'] = ''; +# $settings['migrate_source_version'] = ''; +# $settings['migrate_file_public_path'] = ''; +# $settings['migrate_file_private_path'] = ''; + /** * Load local development override configuration, if available. * diff --git a/web/sites/default/services.yaml b/web/sites/default/services.yaml new file mode 100644 index 0000000..e69de29 diff --git a/web/sites/development.services.yml b/web/sites/development.services.yml index d2857c6..f35a52e 100644 --- a/web/sites/development.services.yml +++ b/web/sites/development.services.yml @@ -1,9 +1,30 @@ # Local development services. # +# The development.services.yml file allows the developer to override +# container parameters for debugging. +# # To activate this feature, follow the instructions at the top of the # 'example.settings.local.php' file, which sits next to this file. +# +# Be aware that in Drupal's configuration system, all the files that +# provide container definitions are merged using a shallow merge approach +# within \Drupal\Core\DependencyInjection\YamlFileLoader. +# This means that if you want to override any value of a parameter, the +# whole parameter array needs to be copied from +# sites/default/default.services.yml or from core/core.services.yml file. parameters: http.response.debug_cacheability_headers: true services: cache.backend.null: class: Drupal\Core\Cache\NullBackendFactory + logger.channel.config_schema: + parent: logger.channel_base + arguments: [ 'config_schema' ] + config.schema_checker: + class: Drupal\Core\Config\Development\LenientConfigSchemaChecker + arguments: + - '@config.typed' + - '@messenger' + - '@logger.channel.config_schema' + tags: + - { name: event_subscriber } diff --git a/web/sites/example.settings.local.php b/web/sites/example.settings.local.php index 73671ab..bfe061d 100644 --- a/web/sites/example.settings.local.php +++ b/web/sites/example.settings.local.php @@ -26,14 +26,10 @@ * @see http://php.net/assert * @see https://www.drupal.org/node/2492225 * - * If you are using PHP 7.0 it is strongly recommended that you set - * zend.assertions=1 in the PHP.ini file (It cannot be changed from .htaccess - * or runtime) on development machines and to 0 in production. - * - * @see https://wiki.php.net/rfc/expectations + * It is strongly recommended that you set zend.assertions=1 in the PHP.ini file + * (It cannot be changed from .htaccess or runtime) on development machines and + * to 0 or -1 in production. */ -assert_options(ASSERT_ACTIVE, TRUE); -\Drupal\Component\Assertion\Handle::register(); /** * Enable local development services. diff --git a/web/sites/example.sites.php b/web/sites/example.sites.php index 32dca95..a1955a9 100644 --- a/web/sites/example.sites.php +++ b/web/sites/example.sites.php @@ -7,7 +7,7 @@ * Configuration file for multi-site support and directory aliasing feature. * * This file is required for multi-site support and also allows you to define a - * set of aliases that map hostnames, ports, and pathnames to configuration + * set of aliases that map host names, ports, and path names to configuration * directories in the sites directory. These aliases are loaded prior to * scanning for directories, and they are exempt from the normal discovery * rules. See default.settings.php to view how Drupal discovers the @@ -23,14 +23,14 @@ * * Aliases are defined in an associative array named $sites. The array is * written in the format: '..' => 'directory'. As an - * example, to map https://www.drupal.org:8080/mysite/test to the configuration + * example, to map https://www.drupal.org:8080/my-site/test to the configuration * directory sites/example.com, the array should be defined as: * @code * $sites = [ - * '8080.www.drupal.org.mysite.test' => 'example.com', + * '8080.www.drupal.org.my-site.test' => 'example.com', * ]; * @endcode - * The URL, https://www.drupal.org:8080/mysite/test/, could be a symbolic link + * The URL, https://www.drupal.org:8080/my-site/test/, could be a symbolic link * or an Apache Alias directive that points to the Drupal root containing * index.php. An alias could also be created for a subdomain. See the * @link https://www.drupal.org/documentation/install online Drupal installation guide @endlink @@ -47,11 +47,11 @@ * URL: http://localhost:8080/example * $sites['8080.localhost.example'] = 'example.com'; * - * URL: https://www.drupal.org:8080/mysite/test/ - * $sites['8080.www.drupal.org.mysite.test'] = 'example.com'; + * URL: https://www.drupal.org:8080/my-site/test/ + * $sites['8080.www.drupal.org.my-site.test'] = 'example.com'; * @endcode * * @see default.settings.php * @see \Drupal\Core\DrupalKernel::getSitePath() - * @see https://www.drupal.org/documentation/install/multi-site + * @see https://www.drupal.org/docs/getting-started/multisite-drupal */ diff --git a/web/themes/README.txt b/web/themes/README.txt index 039aaaf..1e00ead 100644 --- a/web/themes/README.txt +++ b/web/themes/README.txt @@ -26,6 +26,6 @@ pattern may be used to restrict themes to a specific site instance. MORE INFORMATION ----------------- -Refer to the "Appearance" section of the README.txt in the Drupal root directory +Refer to the "Appearance" section of the README.md in the Drupal root directory for further information on customizing the appearance of Drupal with custom themes.