diff --git a/.github/workflows/actions-metrics.yml b/.github/workflows/actions-metrics.yml
index 6054149c83..74ac8979a0 100644
--- a/.github/workflows/actions-metrics.yml
+++ b/.github/workflows/actions-metrics.yml
@@ -11,7 +11,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Send GitHub Actions metrics to DataDog
- uses: int128/datadog-actions-metrics@6c6a657047c0452b33ec3c254009c331e47c1370 # v1.64.0
+ uses: int128/datadog-actions-metrics@12d225bf2f764e5103a994157c1316df39dc3fae # v1.68.0
with:
datadog-api-key: ${{ secrets.DATADOG_API_KEY }}
collect-job-metrics: true
diff --git a/.github/workflows/tugboat-pr-closed.yml b/.github/workflows/tugboat-pr-closed.yml
index 26501bbe2a..fe8e7da617 100644
--- a/.github/workflows/tugboat-pr-closed.yml
+++ b/.github/workflows/tugboat-pr-closed.yml
@@ -14,7 +14,7 @@ jobs:
name: Delete Tugboat Preview
steps:
- name: Restore Preview ID
- uses: actions/cache/restore@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
+ uses: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with:
path: .tugboat_preview.txt
key: ${{ runner.os }}-tugboat-preview-id-pr-${{ github.event.pull_request.number }}
diff --git a/.github/workflows/tugboat-pr-opened.yml b/.github/workflows/tugboat-pr-opened.yml
index 1bc92b7620..25ec18f294 100644
--- a/.github/workflows/tugboat-pr-opened.yml
+++ b/.github/workflows/tugboat-pr-opened.yml
@@ -39,7 +39,7 @@ jobs:
key: `${{ runner.os }}-tugboat-preview-id-pr-${{ github.event.pull_request.number }}`,
});
- name: Save Preview ID
- uses: actions/cache/save@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
+ uses: actions/cache/save@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with:
path: .tugboat_preview.txt
key: ${{ runner.os }}-tugboat-preview-id-pr-${{ github.event.pull_request.number }}
diff --git a/.github/workflows/tugboat-pr-updated.yml b/.github/workflows/tugboat-pr-updated.yml
index 1e0adb4461..44adbe87ec 100644
--- a/.github/workflows/tugboat-pr-updated.yml
+++ b/.github/workflows/tugboat-pr-updated.yml
@@ -14,7 +14,7 @@ jobs:
name: Rebuild Tugboat Preview
steps:
- name: Restore Preview ID
- uses: actions/cache/restore@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
+ uses: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with:
path: .tugboat_preview.txt
key: ${{ runner.os }}-tugboat-preview-id-pr-${{ github.event.pull_request.number }}
diff --git a/.github/workflows/tugboat-refresh-cache-responder.yml b/.github/workflows/tugboat-refresh-cache-responder.yml
index 9186df928a..1e87d3d985 100644
--- a/.github/workflows/tugboat-refresh-cache-responder.yml
+++ b/.github/workflows/tugboat-refresh-cache-responder.yml
@@ -11,7 +11,7 @@ jobs:
if: ${{ github.event.label.name == 'refresh-tugboat-cache' }}
steps:
- name: Refresh Preview ID
- uses: actions/cache/restore@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2
+ uses: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with:
path: .tugboat_preview.txt
key: ${{ runner.os }}-tugboat-preview-id-pr-${{ github.event.pull_request.number }}
diff --git a/READMES/devops/tugboat.md b/READMES/devops/tugboat.md
index bb0ab10c4e..c2446d7615 100644
--- a/READMES/devops/tugboat.md
+++ b/READMES/devops/tugboat.md
@@ -33,3 +33,23 @@ Can only update CPU and memory at a project level, not repository level.
1. `tugboat ls 5fd3b8ee7b465711575722d5 -j | grep memory` # Get current limit
1. `tugboat update 5fd3b8ee7b465711575722d5 memory=16384` # Set limit to 16GB
1. `tugboat ls 5fd3b8ee7b465711575722d5 -j | grep memory` # Verify new limit
+
+## Tugboat Crisis Intervention
+
+### Overload
+
+**Symptoms**: Tugboat is slow, requests to Tugboat dashboard return 502/504 status codes, previews disappear and reappear, etc.
+
+**Diagnosis**: Tugboat might be overloaded; too many previews might be running simultaneously.
+
+**Verification**:
+
+1. Log into the Tugboat server (`ssm-session utility tugboat auto`).
+2. Check system load and free memory (e.g. `top`).
+3. If load is incredibly high, and available memory is very low, then the Tugboat server might be dealing with too many open previews.
+
+**Remediation**:
+
+1. Close unused previews in the CMS/Pull Requests project. Target older previews and those corresponding to closed/merged PRs; these should be closed automatically, but there may be issues somewhere in the system that impair communication and cause these to remain open.
+2. Suspend older previews. This normally happens automatically (for Pull Request-based previews that haven't been touched in some period of time), but a flurry of previews might have been created inadvertently.
+3. Consider upscaling the Tugboat server or migrating to an alternative architecture.
diff --git a/composer.json b/composer.json
index 94cab6d0fc..0b387fffb6 100644
--- a/composer.json
+++ b/composer.json
@@ -49,9 +49,8 @@
"drupal/consumers": "^1.17.0",
"drupal/content_lock": "^2.3",
"drupal/content_model_documentation": "^1.0.19",
- "drupal/core": "10.1.7 as 9.5",
- "drupal/core-composer-scaffold": "10.1.7 as 9.5",
- "drupal/core-recommended": "10.1.7 as 9.5",
+ "drupal/core-composer-scaffold": "^10.2.0",
+ "drupal/core-recommended": "^10.2.0",
"drupal/crop": "^2.0",
"drupal/csv_serialization": "^4.0",
"drupal/ctools_block": "^4.0",
@@ -194,7 +193,7 @@
"drupal/views_local_tasks": "^1.0",
"drupal/workbench_access": "^2.0",
"drupal/workbench_menu_access": "^2.0",
- "drush/drush": "^11",
+ "drush/drush": "^12",
"easyrdf/easyrdf": "1.1.1 as 0.9.1",
"geocoder-php/mapbox-provider": "^1.3",
"gitonomy/gitlib": "^1.2",
@@ -223,7 +222,7 @@
"symfony/phpunit-bridge": "^5.1",
"symfony/process": "^6.3",
"symfony/routing": "^6.3",
- "va-gov/content-build": "^0.0.3418",
+ "va-gov/content-build": "^0.0.3422",
"vlucas/phpdotenv": "^5.3",
"webflo/drupal-finder": "^1.0.0",
"webmozart/path-util": "^2.3",
@@ -390,10 +389,10 @@
"2767243 - Create a theme suggestion for taxonomy terms by view mode": "https://www.drupal.org/files/issues/core-theme-suggestion-for-taxonomy-view-modes-2767243-14.patch",
"2775665 - MenuLinkContent updateLink function generates a PHP Warning for override-able keys that are not present in the loaded entity": "https://www.drupal.org/files/issues/2021-09-17/updateLink-2775665-14.patch",
"Claro claro_preprocess_input()": "patches/drupal-core-claro_preprocess_input.patch",
- "1156338 - Fixed maximum number of field values, but use «add more» similar to when cardinality «unlimited» is used": "https://www.drupal.org/files/issues/2022-01-27/drupal-fix-limited-cardinality-fields-1156338-23.patch",
+ "1156338 - Fixed maximum number of field values, but use «add more» similar to when cardinality «unlimited» is used": "https://www.drupal.org/files/issues/2023-12-20/1156338-31.patch",
"2942404 - Contentinfo landmark" : "https://www.drupal.org/files/issues/2023-06-30/2942404-messages-should-have-role-status.patch",
"3047110 - Add workflow to taxonomy" : "https://www.drupal.org/files/issues/2023-04-14/3047110-45.patch",
- "3106205 - Length of menu_tree.url and menu_tree.route_param_key are too short (255 characters)": "https://www.drupal.org/files/issues/2023-05-24/3106205-length-menu-tree-too-short.patch",
+ "3106205 - Length of menu_tree.url and menu_tree.route_param_key are too short (255 characters)": "https://www.drupal.org/files/issues/2024-01-02/3106205-length-menu-tree-too-short-48.patch",
"3333401 - Pager h4 cause accessibility flag on many pages": "https://www.drupal.org/files/issues/2023-11-01/3333401-64.patch",
"3382759 - Add multiple workflow content moderation filter to Views.": "https://www.drupal.org/files/issues/2023-08-24/3382759-8.patch",
"3241295 - CKEditor 5 isn't respecting field widgets row settings": "https://www.drupal.org/files/issues/2023-11-14/3241295-d10.1.6-114.patch",
@@ -508,7 +507,8 @@
},
"drupal/smart_date": {
"3260965 - Undefined index: #value": "https://www.drupal.org/files/issues/2022-01-27/smart_date_undefined_value_in_validation.patch",
- "3385720 - Implement errorElement() in Widgets": "https://www.drupal.org/files/issues/2023-09-08/smart_date-implement-errorelement-3385720-3.patch"
+ "3385720 - Implement errorElement() in Widgets": "https://www.drupal.org/files/issues/2023-09-08/smart_date-implement-errorelement-3385720-3.patch",
+ "3413612 - The repeat end date should not be allowed to come before the start time": "https://www.drupal.org/files/issues/2024-01-11/smart_date-repeat-end-date-3413612-0.patch"
},
"drupal/tablefield": {
"3100109 - 0 string value in cell throws empty error": "https://www.drupal.org/files/issues/2019-12-10/0-value-throwing-empty-error.patch",
diff --git a/composer.lock b/composer.lock
index 5e96fad2ea..44418084ee 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,35 +4,35 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "21c59271e15bc0551ecc0096ed1c62ff",
+ "content-hash": "92837bef92f64efab3ee312d90e1f52e",
"packages": [
{
"name": "asm89/stack-cors",
- "version": "v2.1.1",
+ "version": "v2.2.0",
"source": {
"type": "git",
"url": "https://github.com/asm89/stack-cors.git",
- "reference": "73e5b88775c64ccc0b84fb60836b30dc9d92ac4a"
+ "reference": "50f57105bad3d97a43ec4a485eb57daf347eafea"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/asm89/stack-cors/zipball/73e5b88775c64ccc0b84fb60836b30dc9d92ac4a",
- "reference": "73e5b88775c64ccc0b84fb60836b30dc9d92ac4a",
+ "url": "https://api.github.com/repos/asm89/stack-cors/zipball/50f57105bad3d97a43ec4a485eb57daf347eafea",
+ "reference": "50f57105bad3d97a43ec4a485eb57daf347eafea",
"shasum": ""
},
"require": {
- "php": "^7.2|^8.0",
- "symfony/http-foundation": "^4|^5|^6",
- "symfony/http-kernel": "^4|^5|^6"
+ "php": "^7.3|^8.0",
+ "symfony/http-foundation": "^5.3|^6|^7",
+ "symfony/http-kernel": "^5.3|^6|^7"
},
"require-dev": {
- "phpunit/phpunit": "^7|^9",
+ "phpunit/phpunit": "^9",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"extra": {
"branch-alias": {
- "dev-master": "2.1-dev"
+ "dev-master": "2.2-dev"
}
},
"autoload": {
@@ -58,9 +58,9 @@
],
"support": {
"issues": "https://github.com/asm89/stack-cors/issues",
- "source": "https://github.com/asm89/stack-cors/tree/v2.1.1"
+ "source": "https://github.com/asm89/stack-cors/tree/v2.2.0"
},
- "time": "2022-01-18T09:12:03+00:00"
+ "time": "2023-11-14T13:51:46+00:00"
},
{
"name": "bjeavons/zxcvbn-php",
@@ -195,49 +195,48 @@
},
{
"name": "chi-teck/drupal-code-generator",
- "version": "2.6.2",
+ "version": "3.3.0",
"source": {
"type": "git",
"url": "https://github.com/Chi-teck/drupal-code-generator.git",
- "reference": "22ed1cc02dc47814e8239de577da541e9b9bd980"
+ "reference": "56da9209b24a5a5b5d27bec9e523f02bdd101770"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/22ed1cc02dc47814e8239de577da541e9b9bd980",
- "reference": "22ed1cc02dc47814e8239de577da541e9b9bd980",
+ "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/56da9209b24a5a5b5d27bec9e523f02bdd101770",
+ "reference": "56da9209b24a5a5b5d27bec9e523f02bdd101770",
"shasum": ""
},
"require": {
"ext-json": "*",
- "php": ">=7.4",
- "psr/log": "^1.1 || ^2.0 || ^3.0",
- "symfony/console": "^4.4.15 || ^5.1 || ^6.0",
- "symfony/filesystem": "^4.4 || ^5.1 || ^6",
- "symfony/polyfill-php80": "^1.23",
- "symfony/string": "^5.1 || ^6",
- "twig/twig": "^2.14.11 || ^3.1"
+ "php": ">=8.1.0",
+ "psr/event-dispatcher": "^1.0",
+ "psr/log": "^3.0",
+ "symfony/console": "^6.3",
+ "symfony/dependency-injection": "^6.3.2",
+ "symfony/filesystem": "^6.3",
+ "symfony/string": "^6.3",
+ "twig/twig": "^3.4"
},
"conflict": {
"squizlabs/php_codesniffer": "<3.6"
},
"require-dev": {
- "chi-teck/drupal-coder-extension": "^1.2",
- "drupal/coder": "^8.3.14",
+ "chi-teck/drupal-coder-extension": "^2.0.0-alpha4",
+ "drupal/coder": "8.3.22",
+ "drupal/core": "10.1.x-dev",
+ "ext-simplexml": "*",
"phpspec/prophecy-phpunit": "^2.0",
- "phpunit/phpunit": "^9.4",
- "squizlabs/php_codesniffer": "^3.5",
- "symfony/var-dumper": "^5.2 || ^6.0",
- "symfony/yaml": "^5.2 || ^6.0"
+ "phpunit/phpunit": "^9.5",
+ "squizlabs/php_codesniffer": "^3.7",
+ "symfony/var-dumper": "^6.3",
+ "symfony/yaml": "^6.3",
+ "vimeo/psalm": "^5.14.0"
},
"bin": [
"bin/dcg"
],
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.x-dev"
- }
- },
"autoload": {
"psr-4": {
"DrupalCodeGenerator\\": "src"
@@ -250,9 +249,9 @@
"description": "Drupal code generator",
"support": {
"issues": "https://github.com/Chi-teck/drupal-code-generator/issues",
- "source": "https://github.com/Chi-teck/drupal-code-generator/tree/2.6.2"
+ "source": "https://github.com/Chi-teck/drupal-code-generator/tree/3.3.0"
},
- "time": "2022-11-11T15:34:04+00:00"
+ "time": "2023-10-21T12:57:05+00:00"
},
{
"name": "clue/stream-filter",
@@ -531,16 +530,16 @@
},
{
"name": "composer/semver",
- "version": "3.3.2",
+ "version": "3.4.0",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
- "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
+ "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
- "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
+ "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32",
+ "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32",
"shasum": ""
},
"require": {
@@ -590,9 +589,9 @@
"versioning"
],
"support": {
- "irc": "irc://irc.freenode.org/composer",
+ "irc": "ircs://irc.libera.chat:6697/composer",
"issues": "https://github.com/composer/semver/issues",
- "source": "https://github.com/composer/semver/tree/3.3.2"
+ "source": "https://github.com/composer/semver/tree/3.4.0"
},
"funding": [
{
@@ -608,20 +607,20 @@
"type": "tidelift"
}
],
- "time": "2022-04-01T19:23:25+00:00"
+ "time": "2023-08-31T09:50:34+00:00"
},
{
"name": "consolidation/annotated-command",
- "version": "4.9.1",
+ "version": "4.9.2",
"source": {
"type": "git",
"url": "https://github.com/consolidation/annotated-command.git",
- "reference": "e01152f698eff4cb5df3ebfe5e097ef335dbd3c9"
+ "reference": "b5255dcbee1de95036185062a103dabc622224de"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/e01152f698eff4cb5df3ebfe5e097ef335dbd3c9",
- "reference": "e01152f698eff4cb5df3ebfe5e097ef335dbd3c9",
+ "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/b5255dcbee1de95036185062a103dabc622224de",
+ "reference": "b5255dcbee1de95036185062a103dabc622224de",
"shasum": ""
},
"require": {
@@ -662,9 +661,9 @@
"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.9.1"
+ "source": "https://github.com/consolidation/annotated-command/tree/4.9.2"
},
- "time": "2023-05-20T04:19:01+00:00"
+ "time": "2023-12-26T14:30:50+00:00"
},
{
"name": "consolidation/config",
@@ -2593,17 +2592,17 @@
},
{
"name": "drupal/animated_gif",
- "version": "2.0.3",
+ "version": "2.0.4",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/animated_gif.git",
- "reference": "2.0.3"
+ "reference": "2.0.4"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/animated_gif-2.0.3.zip",
- "reference": "2.0.3",
- "shasum": "44c3ef0f8b6c0a1d39dc1715013c1f9071938397"
+ "url": "https://ftp.drupal.org/files/projects/animated_gif-2.0.4.zip",
+ "reference": "2.0.4",
+ "shasum": "157277d80d0c9b3a1b25f712bea7e1b9b9227e1e"
},
"require": {
"drupal/core": "^9.3 || ^10"
@@ -2611,8 +2610,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "2.0.3",
- "datestamp": "1682278376",
+ "version": "2.0.4",
+ "datestamp": "1700934453",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -3829,16 +3828,16 @@
},
{
"name": "drupal/core",
- "version": "10.1.7",
+ "version": "10.2.2",
"source": {
"type": "git",
"url": "https://github.com/drupal/core.git",
- "reference": "54415049a721ede65318e3980b402af59bc35913"
+ "reference": "fc9abad1ab687635a5eddec00aa1a5f2a29a23bd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/drupal/core/zipball/54415049a721ede65318e3980b402af59bc35913",
- "reference": "54415049a721ede65318e3980b402af59bc35913",
+ "url": "https://api.github.com/repos/drupal/core/zipball/fc9abad1ab687635a5eddec00aa1a5f2a29a23bd",
+ "reference": "fc9abad1ab687635a5eddec00aa1a5f2a29a23bd",
"shasum": ""
},
"require": {
@@ -3868,23 +3867,26 @@
"php": ">=8.1.0",
"psr/log": "^3.0",
"sebastian/diff": "^4",
- "symfony/console": "^6.3",
- "symfony/dependency-injection": "^6.3",
- "symfony/event-dispatcher": "^6.3",
- "symfony/http-foundation": "^6.3",
- "symfony/http-kernel": "^6.3",
- "symfony/mime": "^6.3",
+ "symfony/console": "^6.4",
+ "symfony/dependency-injection": "^6.4",
+ "symfony/event-dispatcher": "^6.4",
+ "symfony/filesystem": "^6.4",
+ "symfony/finder": "^6.4",
+ "symfony/http-foundation": "^6.4",
+ "symfony/http-kernel": "^6.4",
+ "symfony/mailer": "^6.4",
+ "symfony/mime": "^6.4",
"symfony/polyfill-iconv": "^1.26",
- "symfony/process": "^6.3",
- "symfony/psr-http-message-bridge": "^2.1",
- "symfony/routing": "^6.3",
- "symfony/serializer": "^6.3",
- "symfony/validator": "^6.3",
- "symfony/yaml": "^6.3",
+ "symfony/process": "^6.4",
+ "symfony/psr-http-message-bridge": "^2.1|^6.4",
+ "symfony/routing": "^6.4",
+ "symfony/serializer": "^6.4",
+ "symfony/validator": "^6.4",
+ "symfony/yaml": "^6.4",
"twig/twig": "^3.5.0"
},
"conflict": {
- "drush/drush": "<8.1.10"
+ "drush/drush": "<12.4.3"
},
"replace": {
"drupal/core-annotation": "self.version",
@@ -3983,22 +3985,22 @@
],
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
"support": {
- "source": "https://github.com/drupal/core/tree/10.1.7"
+ "source": "https://github.com/drupal/core/tree/10.2.2"
},
- "time": "2023-12-06T09:22:56+00:00"
+ "time": "2024-01-16T21:10:58+00:00"
},
{
"name": "drupal/core-composer-scaffold",
- "version": "10.1.7",
+ "version": "10.2.2",
"source": {
"type": "git",
"url": "https://github.com/drupal/core-composer-scaffold.git",
- "reference": "6a2d817ccb59fdb7e6b3720a1478b0d00b475445"
+ "reference": "97bd91856535a354e9b1b815f0957893e26b6622"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/6a2d817ccb59fdb7e6b3720a1478b0d00b475445",
- "reference": "6a2d817ccb59fdb7e6b3720a1478b0d00b475445",
+ "url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/97bd91856535a354e9b1b815f0957893e26b6622",
+ "reference": "97bd91856535a354e9b1b815f0957893e26b6622",
"shasum": ""
},
"require": {
@@ -4033,76 +4035,80 @@
"drupal"
],
"support": {
- "source": "https://github.com/drupal/core-composer-scaffold/tree/10.1.7"
+ "source": "https://github.com/drupal/core-composer-scaffold/tree/10.2.2"
},
- "time": "2023-11-15T23:23:43+00:00"
+ "time": "2023-11-15T23:23:28+00:00"
},
{
"name": "drupal/core-recommended",
- "version": "10.1.7",
+ "version": "10.2.2",
"source": {
"type": "git",
"url": "https://github.com/drupal/core-recommended.git",
- "reference": "e4726a4a0173a4b9acdac8cab5d4009d6085fd2e"
+ "reference": "d8cb769d86449af5ad763f3517c7f3c0e226ed60"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/drupal/core-recommended/zipball/e4726a4a0173a4b9acdac8cab5d4009d6085fd2e",
- "reference": "e4726a4a0173a4b9acdac8cab5d4009d6085fd2e",
+ "url": "https://api.github.com/repos/drupal/core-recommended/zipball/d8cb769d86449af5ad763f3517c7f3c0e226ed60",
+ "reference": "d8cb769d86449af5ad763f3517c7f3c0e226ed60",
"shasum": ""
},
"require": {
- "asm89/stack-cors": "~v2.1.1",
- "composer/semver": "~3.3.2",
+ "asm89/stack-cors": "~v2.2.0",
+ "composer/semver": "~3.4.0",
"doctrine/annotations": "~1.14.3",
- "doctrine/deprecations": "~v1.1.1",
+ "doctrine/deprecations": "~1.1.2",
"doctrine/lexer": "~2.1.0",
- "drupal/core": "10.1.7",
- "egulias/email-validator": "~4.0.1",
- "guzzlehttp/guzzle": "~7.7.0",
- "guzzlehttp/psr7": "~2.5.0",
- "masterminds/html5": "~2.8.0",
+ "drupal/core": "10.2.2",
+ "egulias/email-validator": "~4.0.2",
+ "guzzlehttp/guzzle": "~7.8.1",
+ "guzzlehttp/promises": "~2.0.2",
+ "guzzlehttp/psr7": "~2.6.2",
+ "masterminds/html5": "~2.8.1",
"mck89/peast": "~v1.15.4",
"pear/archive_tar": "~1.4.14",
"pear/console_getopt": "~v1.4.3",
- "pear/pear-core-minimal": "~v1.10.13",
+ "pear/pear-core-minimal": "~v1.10.14",
"pear/pear_exception": "~v1.0.2",
"psr/cache": "~3.0.0",
"psr/container": "~2.0.2",
"psr/event-dispatcher": "~1.0.0",
- "psr/http-client": "~1.0.2",
+ "psr/http-client": "~1.0.3",
"psr/http-factory": "~1.0.2",
"psr/log": "~3.0.0",
"ralouphie/getallheaders": "~3.0.3",
"sebastian/diff": "~4.0.5",
- "symfony/console": "~v6.3.0",
- "symfony/dependency-injection": "~v6.3.0",
- "symfony/deprecation-contracts": "~v3.3.0",
- "symfony/error-handler": "~v6.3.0",
- "symfony/event-dispatcher": "~v6.3.0",
- "symfony/event-dispatcher-contracts": "~v3.3.0",
- "symfony/http-foundation": "~v6.3.0",
- "symfony/http-kernel": "~v6.3.0",
- "symfony/mime": "~v6.3.0",
- "symfony/polyfill-ctype": "~v1.27.0",
- "symfony/polyfill-iconv": "~v1.27.0",
- "symfony/polyfill-intl-grapheme": "~v1.27.0",
- "symfony/polyfill-intl-idn": "~v1.27.0",
- "symfony/polyfill-intl-normalizer": "~v1.27.0",
- "symfony/polyfill-mbstring": "~v1.27.0",
- "symfony/polyfill-php83": "~v1.27.0",
- "symfony/process": "~v6.3.0",
- "symfony/psr-http-message-bridge": "~v2.2.0",
- "symfony/routing": "~v6.3.0",
- "symfony/serializer": "~v6.3.0",
- "symfony/service-contracts": "~v3.3.0",
- "symfony/string": "~v6.3.0",
- "symfony/translation-contracts": "~v3.3.0",
- "symfony/validator": "~v6.3.0",
- "symfony/var-dumper": "~v6.3.0",
- "symfony/var-exporter": "~v6.3.0",
- "symfony/yaml": "~v6.3.0",
- "twig/twig": "~v3.6.0"
+ "symfony/console": "~v6.4.1",
+ "symfony/dependency-injection": "~v6.4.1",
+ "symfony/deprecation-contracts": "~v3.4.0",
+ "symfony/error-handler": "~v6.4.0",
+ "symfony/event-dispatcher": "~v6.4.0",
+ "symfony/event-dispatcher-contracts": "~v3.4.0",
+ "symfony/filesystem": "~v6.4.0",
+ "symfony/finder": "~v6.4.0",
+ "symfony/http-foundation": "~v6.4.0",
+ "symfony/http-kernel": "~v6.4.1",
+ "symfony/mailer": "~v6.4.0",
+ "symfony/mime": "~v6.4.0",
+ "symfony/polyfill-ctype": "~v1.28.0",
+ "symfony/polyfill-iconv": "~v1.28.0",
+ "symfony/polyfill-intl-grapheme": "~v1.28.0",
+ "symfony/polyfill-intl-idn": "~v1.28.0",
+ "symfony/polyfill-intl-normalizer": "~v1.28.0",
+ "symfony/polyfill-mbstring": "~v1.28.0",
+ "symfony/polyfill-php83": "~v1.28.0",
+ "symfony/process": "~v6.4.0",
+ "symfony/psr-http-message-bridge": "~v6.4.0",
+ "symfony/routing": "~v6.4.1",
+ "symfony/serializer": "~v6.4.1",
+ "symfony/service-contracts": "~v3.4.0",
+ "symfony/string": "~v6.4.0",
+ "symfony/translation-contracts": "~v3.4.0",
+ "symfony/validator": "~v6.4.0",
+ "symfony/var-dumper": "~v6.4.0",
+ "symfony/var-exporter": "~v6.4.1",
+ "symfony/yaml": "~v6.4.0",
+ "twig/twig": "~v3.8.0"
},
"conflict": {
"webflo/drupal-core-strict": "*"
@@ -4114,25 +4120,25 @@
],
"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/10.1.7"
+ "source": "https://github.com/drupal/core-recommended/tree/10.2.2"
},
- "time": "2023-12-06T09:22:56+00:00"
+ "time": "2024-01-16T21:10:58+00:00"
},
{
"name": "drupal/core_event_dispatcher",
- "version": "3.3.4",
+ "version": "4.0.0-rc1",
"require": {
- "drupal/core": "^9.3",
+ "drupal/core": "^9.3 || ^10",
"drupal/hook_event_dispatcher": "*"
},
"type": "metapackage",
"extra": {
"drupal": {
- "version": "3.3.4",
- "datestamp": "1691759682",
+ "version": "4.0.0-rc1",
+ "datestamp": "1691676068",
"security-coverage": {
- "status": "covered",
- "message": "Covered by Drupal's security advisory policy"
+ "status": "not-covered",
+ "message": "RC releases are not covered by Drupal security advisories."
}
}
},
@@ -4447,17 +4453,17 @@
},
{
"name": "drupal/danse",
- "version": "2.3.0",
+ "version": "2.3.1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/danse.git",
- "reference": "2.3.0"
+ "reference": "2.3.1"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/danse-2.3.0.zip",
- "reference": "2.3.0",
- "shasum": "202b5ec257177bb9e93aaa74f400a4b8581e7dbf"
+ "url": "https://ftp.drupal.org/files/projects/danse-2.3.1.zip",
+ "reference": "2.3.1",
+ "shasum": "cf98e448b2564fdc61991b971548e67685c48c6f"
},
"require": {
"drupal/core": "^10 || ^11",
@@ -4470,8 +4476,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "2.3.0",
- "datestamp": "1702473774",
+ "version": "2.3.1",
+ "datestamp": "1703759808",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -5562,17 +5568,17 @@
},
{
"name": "drupal/entity_reference_revisions",
- "version": "1.10.0",
+ "version": "1.11.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/entity_reference_revisions.git",
- "reference": "8.x-1.10"
+ "reference": "8.x-1.11"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.10.zip",
- "reference": "8.x-1.10",
- "shasum": "edd23b91c4a34db65ea22c4db54b7458edc7513b"
+ "url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.11.zip",
+ "reference": "8.x-1.11",
+ "shasum": "de21cbb0d8a0344dc3496addcad4ed536747cec5"
},
"require": {
"drupal/core": "^9 || ^10"
@@ -5583,8 +5589,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "8.x-1.10",
- "datestamp": "1660664712",
+ "version": "8.x-1.11",
+ "datestamp": "1705140721",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -6235,19 +6241,19 @@
},
{
"name": "drupal/field_event_dispatcher",
- "version": "3.3.4",
+ "version": "4.0.0-rc1",
"require": {
- "drupal/core": "^9.3",
+ "drupal/core": "^9.3 || ^10",
"drupal/hook_event_dispatcher": "*"
},
"type": "metapackage",
"extra": {
"drupal": {
- "version": "3.3.4",
- "datestamp": "1691759682",
+ "version": "4.0.0-rc1",
+ "datestamp": "1691676068",
"security-coverage": {
- "status": "covered",
- "message": "Covered by Drupal's security advisory policy"
+ "status": "not-covered",
+ "message": "RC releases are not covered by Drupal security advisories."
}
}
},
@@ -6566,17 +6572,17 @@
},
{
"name": "drupal/geocoder",
- "version": "4.17.0",
+ "version": "4.18.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/geocoder.git",
- "reference": "8.x-4.17"
+ "reference": "8.x-4.18"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/geocoder-8.x-4.17.zip",
- "reference": "8.x-4.17",
- "shasum": "15d197d1fd76b30999721fbbe820c880103e2acd"
+ "url": "https://ftp.drupal.org/files/projects/geocoder-8.x-4.18.zip",
+ "reference": "8.x-4.18",
+ "shasum": "5ad95a5e6eceecdd32ebb42b3dc5b35487dfda7b"
},
"require": {
"davedevelopment/stiphle": "^0.9.2",
@@ -6621,8 +6627,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "8.x-4.17",
- "datestamp": "1703116289",
+ "version": "8.x-4.18",
+ "datestamp": "1703166690",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -6663,27 +6669,31 @@
},
{
"name": "drupal/geofield",
- "version": "1.56.0",
+ "version": "1.57.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/geofield.git",
- "reference": "8.x-1.56"
+ "reference": "8.x-1.57"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/geofield-8.x-1.56.zip",
- "reference": "8.x-1.56",
- "shasum": "edcb25304edb860d0fe907b8aa2dc73b6fc83f39"
+ "url": "https://ftp.drupal.org/files/projects/geofield-8.x-1.57.zip",
+ "reference": "8.x-1.57",
+ "shasum": "17155834e7abe78b5710907d1f2897f3a01c5702"
},
"require": {
"drupal/core": "^8.8 || ^9 || ^10",
"itamair/geophp": "^1.3"
},
+ "require-dev": {
+ "drupal/diff": "^1.1",
+ "drupal/feeds": "^3.0@beta"
+ },
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "8.x-1.56",
- "datestamp": "1698017493",
+ "version": "8.x-1.57",
+ "datestamp": "1701039529",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -6956,7 +6966,7 @@
},
{
"name": "drupal/graphql_core",
- "version": "3.3.0",
+ "version": "3.4.0",
"require": {
"drupal/core": "^9 || ^10",
"drupal/graphql": "*"
@@ -6964,8 +6974,8 @@
"type": "metapackage",
"extra": {
"drupal": {
- "version": "8.x-3.3",
- "datestamp": "1694177393",
+ "version": "8.x-3.4",
+ "datestamp": "1699463394",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -7521,17 +7531,17 @@
},
{
"name": "drupal/inline_entity_form",
- "version": "1.0.0-rc15",
+ "version": "1.0.0-rc17",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/inline_entity_form.git",
- "reference": "8.x-1.0-rc15"
+ "reference": "8.x-1.0-rc17"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-rc15.zip",
- "reference": "8.x-1.0-rc15",
- "shasum": "7702801f7e599956fc3d10cff8257809f53ac3ec"
+ "url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-rc17.zip",
+ "reference": "8.x-1.0-rc17",
+ "shasum": "626622e01cf7a2d2977fdc06ae09afd5a814e09b"
},
"require": {
"drupal/core": "^8.8 || ^9 || ^10",
@@ -7543,8 +7553,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "8.x-1.0-rc15",
- "datestamp": "1678126675",
+ "version": "8.x-1.0-rc17",
+ "datestamp": "1703020130",
"security-coverage": {
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
@@ -9311,12 +9321,12 @@
"homepage": "https://www.drupal.org/user/57511"
},
{
- "name": "Grayside",
- "homepage": "https://www.drupal.org/user/346868"
+ "name": "bluegeek9",
+ "homepage": "https://www.drupal.org/user/1286304"
},
{
- "name": "itamar",
- "homepage": "https://www.drupal.org/user/1757910"
+ "name": "Grayside",
+ "homepage": "https://www.drupal.org/user/346868"
},
{
"name": "jhedstrom",
@@ -10648,17 +10658,17 @@
},
{
"name": "drupal/paragraphs",
- "version": "1.16.0",
+ "version": "1.17.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/paragraphs.git",
- "reference": "8.x-1.16"
+ "reference": "8.x-1.17"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.16.zip",
- "reference": "8.x-1.16",
- "shasum": "48f60810fd8086a52d56e84af8b212cce7a270e8"
+ "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.17.zip",
+ "reference": "8.x-1.17",
+ "shasum": "81c05f6a1eb59ab957c9ac97b2e79d6c9837bd72"
},
"require": {
"drupal/core": "^9.3 || ^10",
@@ -10673,7 +10683,7 @@
"drupal/inline_entity_form": "1.x-dev",
"drupal/paragraphs-paragraphs_library": "*",
"drupal/replicate": "1.x-dev",
- "drupal/search_api": "1.x-dev",
+ "drupal/search_api": "^1",
"drupal/search_api_db": "*"
},
"suggest": {
@@ -10682,8 +10692,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "8.x-1.16",
- "datestamp": "1694007797",
+ "version": "8.x-1.17",
+ "datestamp": "1705234146",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -10785,17 +10795,17 @@
},
{
"name": "drupal/paragraphs_features",
- "version": "2.0.0-beta3",
+ "version": "2.0.0-beta4",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/paragraphs_features.git",
- "reference": "2.0.0-beta3"
+ "reference": "2.0.0-beta4"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/paragraphs_features-2.0.0-beta3.zip",
- "reference": "2.0.0-beta3",
- "shasum": "b040ba0048101f578752050bc55cc039939a649c"
+ "url": "https://ftp.drupal.org/files/projects/paragraphs_features-2.0.0-beta4.zip",
+ "reference": "2.0.0-beta4",
+ "shasum": "c3137491ba5f73e8395d9c2178beac3a10e33f7d"
},
"require": {
"drupal/core": "^9.2 || ^10",
@@ -10807,8 +10817,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "2.0.0-beta3",
- "datestamp": "1692697161",
+ "version": "2.0.0-beta4",
+ "datestamp": "1705329204",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
@@ -12100,17 +12110,17 @@
},
{
"name": "drupal/simple_oauth",
- "version": "5.2.4",
+ "version": "5.2.5",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/simple_oauth.git",
- "reference": "5.2.4"
+ "reference": "5.2.5"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/simple_oauth-5.2.4.zip",
- "reference": "5.2.4",
- "shasum": "19e6a7842855aa1ea1d632e91cceaba29d21a515"
+ "url": "https://ftp.drupal.org/files/projects/simple_oauth-5.2.5.zip",
+ "reference": "5.2.5",
+ "shasum": "3517d07e4896a32eddda7446b85a2afa945321a2"
},
"require": {
"drupal/consumers": "^1.14",
@@ -12126,8 +12136,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "5.2.4",
- "datestamp": "1697698824",
+ "version": "5.2.5",
+ "datestamp": "1700206902",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -12602,17 +12612,17 @@
},
{
"name": "drupal/subrequests",
- "version": "3.0.7",
+ "version": "3.0.10",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/subrequests.git",
- "reference": "3.0.7"
+ "reference": "3.0.10"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/subrequests-3.0.7.zip",
- "reference": "3.0.7",
- "shasum": "f78f5a382583007b8844fc26b9f4ba7b58f9fa3d"
+ "url": "https://ftp.drupal.org/files/projects/subrequests-3.0.10.zip",
+ "reference": "3.0.10",
+ "shasum": "52d176f5fc813f7a11dbb42e4aaf654a9232e4c0"
},
"require": {
"drupal/core": "^8 || ^9 || ^10",
@@ -12624,8 +12634,8 @@
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "3.0.7",
- "datestamp": "1682600732",
+ "version": "3.0.10",
+ "datestamp": "1703173149",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -13572,33 +13582,33 @@
},
{
"name": "drupal/views_bulk_operations",
- "version": "4.2.5",
+ "version": "4.2.6",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/views_bulk_operations.git",
- "reference": "4.2.5"
+ "reference": "4.2.6"
},
"dist": {
"type": "zip",
- "url": "https://ftp.drupal.org/files/projects/views_bulk_operations-4.2.5.zip",
- "reference": "4.2.5",
- "shasum": "220479c5187b1619d5703f64c6f8c272afecf897"
+ "url": "https://ftp.drupal.org/files/projects/views_bulk_operations-4.2.6.zip",
+ "reference": "4.2.6",
+ "shasum": "20c6f77c0cebda75edfa570a8dc53fb133d6283a"
},
"require": {
"drupal/core": "^9.4 || ^10",
"php": ">=7.4.0"
},
"require-dev": {
- "drush/drush": "^11"
+ "drush/drush": "^12"
},
"suggest": {
- "drush/drush": "^10 || ^11"
+ "drush/drush": "^11 || ^12"
},
"type": "drupal-module",
"extra": {
"drupal": {
- "version": "4.2.5",
- "datestamp": "1691066184",
+ "version": "4.2.6",
+ "datestamp": "1704281842",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
@@ -13912,57 +13922,55 @@
},
{
"name": "drush/drush",
- "version": "11.6.0",
+ "version": "12.4.3",
"source": {
"type": "git",
"url": "https://github.com/drush-ops/drush.git",
- "reference": "f301df5dec8d2aacb03d3e01e0ffc6d98e10ae78"
+ "reference": "8245acede57ecc62a90aa0f19ff3b29e5f11f971"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/drush-ops/drush/zipball/f301df5dec8d2aacb03d3e01e0ffc6d98e10ae78",
- "reference": "f301df5dec8d2aacb03d3e01e0ffc6d98e10ae78",
+ "url": "https://api.github.com/repos/drush-ops/drush/zipball/8245acede57ecc62a90aa0f19ff3b29e5f11f971",
+ "reference": "8245acede57ecc62a90aa0f19ff3b29e5f11f971",
"shasum": ""
},
"require": {
- "chi-teck/drupal-code-generator": "^2.4",
+ "chi-teck/drupal-code-generator": "^3.0",
+ "composer-runtime-api": "^2.2",
"composer/semver": "^1.4 || ^3",
- "consolidation/annotated-command": "^4.8.2",
- "consolidation/config": "^2",
- "consolidation/filter-via-dot-access-data": "^2",
- "consolidation/robo": "^3.0.9 || ^4.0.1",
- "consolidation/site-alias": "^3.1.6 || ^4",
- "consolidation/site-process": "^4.1.3 || ^5",
- "enlightn/security-checker": "^1",
+ "consolidation/annotated-command": "^4.9.1",
+ "consolidation/config": "^2.1.2",
+ "consolidation/filter-via-dot-access-data": "^2.0.2",
+ "consolidation/output-formatters": "^4.3.2",
+ "consolidation/robo": "^4.0.6",
+ "consolidation/site-alias": "^4",
+ "consolidation/site-process": "^5.2.0",
"ext-dom": "*",
- "guzzlehttp/guzzle": "^6.5 || ^7.0",
- "league/container": "^3.4 || ^4",
- "php": ">=7.4",
+ "grasmash/yaml-cli": "^3.1",
+ "guzzlehttp/guzzle": "^7.0",
+ "league/container": "^4",
+ "php": ">=8.1",
"psy/psysh": "~0.11",
- "symfony/event-dispatcher": "^4.0 || ^5.0 || ^6.0",
- "symfony/filesystem": "^4.4 || ^5.4 || ^6.1",
- "symfony/finder": "^4.0 || ^5 || ^6",
- "symfony/polyfill-php80": "^1.23",
- "symfony/var-dumper": "^4.0 || ^5.0 || ^6.0",
- "symfony/yaml": "^4.0 || ^5.0 || ^6.0",
+ "symfony/event-dispatcher": "^6",
+ "symfony/filesystem": "^6.1",
+ "symfony/finder": "^6",
+ "symfony/var-dumper": "^6.0",
+ "symfony/yaml": "^6.0",
"webflo/drupal-finder": "^1.2"
},
"conflict": {
- "drupal/core": "< 9.2",
+ "drupal/core": "< 10.0",
"drupal/migrate_run": "*",
"drupal/migrate_tools": "<= 5"
},
"require-dev": {
- "composer/installers": "^1.7",
+ "composer/installers": "^2",
"cweagans/composer-patches": "~1.0",
- "david-garcia/phpwhois": "4.3.0",
- "drupal/core-recommended": "^9 || ^10",
+ "drupal/core-recommended": "^10",
"drupal/semver_example": "2.3.0",
- "phpunit/phpunit": ">=7.5.20",
+ "phpunit/phpunit": "^9",
"rector/rector": "^0.12",
- "squizlabs/php_codesniffer": "^3.6",
- "vlucas/phpdotenv": "^2.4",
- "yoast/phpunit-polyfills": "^0.2.0"
+ "squizlabs/php_codesniffer": "^3.7"
},
"bin": [
"drush"
@@ -14044,8 +14052,9 @@
"support": {
"forum": "http://drupal.stackexchange.com/questions/tagged/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/11.6.0"
+ "source": "https://github.com/drush-ops/drush/tree/12.4.3"
},
"funding": [
{
@@ -14053,7 +14062,7 @@
"type": "github"
}
],
- "time": "2023-06-06T18:46:18+00:00"
+ "time": "2023-11-16T22:57:24+00:00"
},
{
"name": "e0ipso/shaper",
@@ -14243,88 +14252,22 @@
],
"time": "2023-10-06T06:47:41+00:00"
},
- {
- "name": "enlightn/security-checker",
- "version": "v1.10.0",
- "source": {
- "type": "git",
- "url": "https://github.com/enlightn/security-checker.git",
- "reference": "196bacc76e7a72a63d0e1220926dbb190272db97"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/enlightn/security-checker/zipball/196bacc76e7a72a63d0e1220926dbb190272db97",
- "reference": "196bacc76e7a72a63d0e1220926dbb190272db97",
- "shasum": ""
- },
- "require": {
- "ext-json": "*",
- "guzzlehttp/guzzle": "^6.3|^7.0",
- "php": ">=5.6",
- "symfony/console": "^3.4|^4|^5|^6",
- "symfony/finder": "^3|^4|^5|^6",
- "symfony/process": "^3.4|^4|^5|^6",
- "symfony/yaml": "^3.4|^4|^5|^6"
- },
- "require-dev": {
- "ext-zip": "*",
- "friendsofphp/php-cs-fixer": "^2.18|^3.0",
- "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.10.0"
- },
- "time": "2022-02-21T22:40:16+00:00"
- },
{
"name": "ezyang/htmlpurifier",
- "version": "v4.16.0",
+ "version": "v4.17.0",
"source": {
"type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git",
- "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
+ "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
- "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
+ "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c",
+ "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c",
"shasum": ""
},
"require": {
- "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
+ "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
},
"require-dev": {
"cerdic/css-tidy": "^1.7 || ^2.0",
@@ -14366,9 +14309,9 @@
],
"support": {
"issues": "https://github.com/ezyang/htmlpurifier/issues",
- "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
+ "source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0"
},
- "time": "2022-09-18T07:06:19+00:00"
+ "time": "2023-11-17T15:01:25+00:00"
},
{
"name": "galbar/jsonpath",
@@ -14424,16 +14367,16 @@
},
{
"name": "geocoder-php/common-http",
- "version": "dev-master",
+ "version": "4.6.0",
"source": {
"type": "git",
"url": "https://github.com/geocoder-php/php-common-http.git",
- "reference": "15629fd7bf771f525282ad1b60d2106bcf630ce9"
+ "reference": "d8c22a66120daed35ba8017467bc1ebfec28a63e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/geocoder-php/php-common-http/zipball/15629fd7bf771f525282ad1b60d2106bcf630ce9",
- "reference": "15629fd7bf771f525282ad1b60d2106bcf630ce9",
+ "url": "https://api.github.com/repos/geocoder-php/php-common-http/zipball/d8c22a66120daed35ba8017467bc1ebfec28a63e",
+ "reference": "d8c22a66120daed35ba8017467bc1ebfec28a63e",
"shasum": ""
},
"require": {
@@ -14450,7 +14393,6 @@
"phpunit/phpunit": "^9.5",
"symfony/stopwatch": "~2.5 || ~5.0"
},
- "default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
@@ -14483,7 +14425,7 @@
"support": {
"source": "https://github.com/geocoder-php/php-common-http/tree/4.6.0"
},
- "time": "2023-07-31T20:07:24+00:00"
+ "time": "2023-12-28T10:51:54+00:00"
},
{
"name": "geocoder-php/mapbox-provider",
@@ -14768,34 +14710,30 @@
},
{
"name": "gitonomy/gitlib",
- "version": "v1.3.8",
+ "version": "v1.4.0",
"source": {
"type": "git",
"url": "https://github.com/gitonomy/gitlib.git",
- "reference": "9fea656e75ad6e3452feb2cac46a6c1239cd7f74"
+ "reference": "2c7fbbd9814178474d0bb1b6292701cb4ab508f9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/gitonomy/gitlib/zipball/9fea656e75ad6e3452feb2cac46a6c1239cd7f74",
- "reference": "9fea656e75ad6e3452feb2cac46a6c1239cd7f74",
+ "url": "https://api.github.com/repos/gitonomy/gitlib/zipball/2c7fbbd9814178474d0bb1b6292701cb4ab508f9",
+ "reference": "2c7fbbd9814178474d0bb1b6292701cb4ab508f9",
"shasum": ""
},
"require": {
"ext-pcre": "*",
- "php": "^5.6 || ^7.0 || ^8.0",
+ "php": "^8.0",
"symfony/polyfill-mbstring": "^1.7",
- "symfony/process": "^3.4 || ^4.4 || ^5.0 || ^6.0"
+ "symfony/process": "^5.4 || ^6.0 || ^7.0"
},
"require-dev": {
"ext-fileinfo": "*",
- "phpspec/prophecy": "^1.10.2",
- "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.20 || ^9.5.9",
+ "phpspec/prophecy-phpunit": "^2.0",
+ "phpunit/phpunit": "^7.5.20 || ^8.5.20 || ^9.5.9",
"psr/log": "^1.0"
},
- "suggest": {
- "ext-fileinfo": "Required to determine the mimetype of a blob",
- "psr/log": "Required to use loggers for reporting of execution"
- },
"type": "library",
"autoload": {
"psr-4": {
@@ -14831,7 +14769,7 @@
"description": "Library for accessing git",
"support": {
"issues": "https://github.com/gitonomy/gitlib/issues",
- "source": "https://github.com/gitonomy/gitlib/tree/v1.3.8"
+ "source": "https://github.com/gitonomy/gitlib/tree/v1.4.0"
},
"funding": [
{
@@ -14839,7 +14777,7 @@
"type": "tidelift"
}
],
- "time": "2023-05-11T08:29:06+00:00"
+ "time": "2023-12-20T13:02:08+00:00"
},
{
"name": "graham-campbell/result-type",
@@ -14955,24 +14893,80 @@
},
"time": "2022-05-10T13:14:49+00:00"
},
+ {
+ "name": "grasmash/yaml-cli",
+ "version": "3.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/grasmash/yaml-cli.git",
+ "reference": "00f3fd775f6abbfacd44432f1999c3c3b02791f0"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/grasmash/yaml-cli/zipball/00f3fd775f6abbfacd44432f1999c3c3b02791f0",
+ "reference": "00f3fd775f6abbfacd44432f1999c3c3b02791f0",
+ "shasum": ""
+ },
+ "require": {
+ "dflydev/dot-access-data": "^3",
+ "php": ">=8.0",
+ "symfony/console": "^6",
+ "symfony/filesystem": "^6",
+ "symfony/yaml": "^6"
+ },
+ "require-dev": {
+ "php-coveralls/php-coveralls": "^2",
+ "phpunit/phpunit": "^9",
+ "squizlabs/php_codesniffer": "^3.0"
+ },
+ "bin": [
+ "bin/yaml-cli"
+ ],
+ "type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "3.x-dev"
+ }
+ },
+ "autoload": {
+ "psr-4": {
+ "Grasmash\\YamlCli\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Matthew Grasmick"
+ }
+ ],
+ "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.1.0"
+ },
+ "time": "2022-05-09T20:22:34+00:00"
+ },
{
"name": "guzzlehttp/guzzle",
- "version": "7.7.1",
+ "version": "7.8.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
- "reference": "085b026db54d4b5012f727c80c9958e8b8cbc454"
+ "reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/guzzle/zipball/085b026db54d4b5012f727c80c9958e8b8cbc454",
- "reference": "085b026db54d4b5012f727c80c9958e8b8cbc454",
+ "url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
+ "reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
"shasum": ""
},
"require": {
"ext-json": "*",
- "guzzlehttp/promises": "^1.5.3 || ^2.0",
- "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
+ "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
+ "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0",
"symfony/deprecation-contracts": "^2.2 || ^3.0"
@@ -14981,11 +14975,11 @@
"psr/http-client-implementation": "1.0"
},
"require-dev": {
- "bamarni/composer-bin-plugin": "^1.8.1",
+ "bamarni/composer-bin-plugin": "^1.8.2",
"ext-curl": "*",
"php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
"php-http/message-factory": "^1.1",
- "phpunit/phpunit": "^8.5.29 || ^9.5.23",
+ "phpunit/phpunit": "^8.5.36 || ^9.6.15",
"psr/log": "^1.1 || ^2.0 || ^3.0"
},
"suggest": {
@@ -15063,7 +15057,7 @@
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
- "source": "https://github.com/guzzle/guzzle/tree/7.7.1"
+ "source": "https://github.com/guzzle/guzzle/tree/7.8.1"
},
"funding": [
{
@@ -15079,7 +15073,7 @@
"type": "tidelift"
}
],
- "time": "2023-08-27T10:02:06+00:00"
+ "time": "2023-12-03T20:35:24+00:00"
},
{
"name": "guzzlehttp/promises",
@@ -15166,16 +15160,16 @@
},
{
"name": "guzzlehttp/psr7",
- "version": "2.5.1",
+ "version": "2.6.2",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
- "reference": "a0b3a03e8e8005257fbc408ce5f0fd0a8274dc7f"
+ "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/a0b3a03e8e8005257fbc408ce5f0fd0a8274dc7f",
- "reference": "a0b3a03e8e8005257fbc408ce5f0fd0a8274dc7f",
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
+ "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
"shasum": ""
},
"require": {
@@ -15189,9 +15183,9 @@
"psr/http-message-implementation": "1.0"
},
"require-dev": {
- "bamarni/composer-bin-plugin": "^1.8.1",
+ "bamarni/composer-bin-plugin": "^1.8.2",
"http-interop/http-factory-tests": "^0.9",
- "phpunit/phpunit": "^8.5.29 || ^9.5.23"
+ "phpunit/phpunit": "^8.5.36 || ^9.6.15"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
@@ -15262,7 +15256,7 @@
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
- "source": "https://github.com/guzzle/psr7/tree/2.5.1"
+ "source": "https://github.com/guzzle/psr7/tree/2.6.2"
},
"funding": [
{
@@ -15278,7 +15272,7 @@
"type": "tidelift"
}
],
- "time": "2023-08-03T15:02:42+00:00"
+ "time": "2023-12-03T20:05:35+00:00"
},
{
"name": "http-interop/http-factory-guzzle",
@@ -15340,16 +15334,16 @@
},
{
"name": "itamair/geophp",
- "version": "1.5",
+ "version": "1.6",
"source": {
"type": "git",
"url": "https://github.com/itamair/geoPHP.git",
- "reference": "645f3262ebaa7443d58910207c65f386c733f614"
+ "reference": "f210e37ab3d4706b7e8cfe3183fec2f5be8a85e6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/itamair/geoPHP/zipball/645f3262ebaa7443d58910207c65f386c733f614",
- "reference": "645f3262ebaa7443d58910207c65f386c733f614",
+ "url": "https://api.github.com/repos/itamair/geoPHP/zipball/f210e37ab3d4706b7e8cfe3183fec2f5be8a85e6",
+ "reference": "f210e37ab3d4706b7e8cfe3183fec2f5be8a85e6",
"shasum": ""
},
"require-dev": {
@@ -15380,9 +15374,9 @@
"description": "GeoPHP is a open-source native PHP library for doing geometry operations. It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (including EWKT), WKB (including EWKB), GeoJSON, KML, GPX, GeoRSS). It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.) and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful information.",
"homepage": "https://github.com/itamair/geoPHP",
"support": {
- "source": "https://github.com/itamair/geoPHP/tree/1.5"
+ "source": "https://github.com/itamair/geoPHP/tree/1.6"
},
- "time": "2023-04-26T23:16:44+00:00"
+ "time": "2023-12-23T23:28:59+00:00"
},
{
"name": "jean85/pretty-package-versions",
@@ -16256,16 +16250,16 @@
},
{
"name": "league/uri",
- "version": "7.3.0",
+ "version": "7.4.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri.git",
- "reference": "36743c3961bb82bf93da91917b6bced0358a8d45"
+ "reference": "bf414ba956d902f5d98bf9385fcf63954f09dce5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/uri/zipball/36743c3961bb82bf93da91917b6bced0358a8d45",
- "reference": "36743c3961bb82bf93da91917b6bced0358a8d45",
+ "url": "https://api.github.com/repos/thephpleague/uri/zipball/bf414ba956d902f5d98bf9385fcf63954f09dce5",
+ "reference": "bf414ba956d902f5d98bf9385fcf63954f09dce5",
"shasum": ""
},
"require": {
@@ -16334,7 +16328,7 @@
"docs": "https://uri.thephpleague.com",
"forum": "https://thephpleague.slack.com",
"issues": "https://github.com/thephpleague/uri-src/issues",
- "source": "https://github.com/thephpleague/uri/tree/7.3.0"
+ "source": "https://github.com/thephpleague/uri/tree/7.4.0"
},
"funding": [
{
@@ -16342,20 +16336,20 @@
"type": "github"
}
],
- "time": "2023-09-09T17:21:43+00:00"
+ "time": "2023-12-01T06:24:25+00:00"
},
{
"name": "league/uri-interfaces",
- "version": "7.3.0",
+ "version": "7.4.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri-interfaces.git",
- "reference": "c409b60ed2245ff94c965a8c798a60166db53361"
+ "reference": "bd8c487ec236930f7bbc42b8d374fa882fbba0f3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/c409b60ed2245ff94c965a8c798a60166db53361",
- "reference": "c409b60ed2245ff94c965a8c798a60166db53361",
+ "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/bd8c487ec236930f7bbc42b8d374fa882fbba0f3",
+ "reference": "bd8c487ec236930f7bbc42b8d374fa882fbba0f3",
"shasum": ""
},
"require": {
@@ -16418,7 +16412,7 @@
"docs": "https://uri.thephpleague.com",
"forum": "https://thephpleague.slack.com",
"issues": "https://github.com/thephpleague/uri-src/issues",
- "source": "https://github.com/thephpleague/uri-interfaces/tree/7.3.0"
+ "source": "https://github.com/thephpleague/uri-interfaces/tree/7.4.0"
},
"funding": [
{
@@ -16426,7 +16420,7 @@
"type": "github"
}
],
- "time": "2023-09-09T17:21:43+00:00"
+ "time": "2023-11-24T15:40:42+00:00"
},
{
"name": "masterminds/html5",
@@ -16597,21 +16591,21 @@
},
{
"name": "mglaman/phpstan-drupal",
- "version": "1.2.4",
+ "version": "1.2.6",
"source": {
"type": "git",
"url": "https://github.com/mglaman/phpstan-drupal.git",
- "reference": "57b2cc67fb4416e8484db37a3d8502ac8fb3c0d6"
+ "reference": "ba8678f8cbea42cc41022c21751004eb677cf5a4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/57b2cc67fb4416e8484db37a3d8502ac8fb3c0d6",
- "reference": "57b2cc67fb4416e8484db37a3d8502ac8fb3c0d6",
+ "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/ba8678f8cbea42cc41022c21751004eb677cf5a4",
+ "reference": "ba8678f8cbea42cc41022c21751004eb677cf5a4",
"shasum": ""
},
"require": {
"php": "^7.4 || ^8.0",
- "phpstan/phpstan": "^1.10.1",
+ "phpstan/phpstan": "^1.10.56",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"symfony/finder": "^4.2 || ^5.0 || ^6.0 || ^7.0",
"symfony/yaml": "^4.2|| ^5.0 || ^6.0 || ^7.0",
@@ -16681,7 +16675,7 @@
"description": "Drupal extension and rules for PHPStan",
"support": {
"issues": "https://github.com/mglaman/phpstan-drupal/issues",
- "source": "https://github.com/mglaman/phpstan-drupal/tree/1.2.4"
+ "source": "https://github.com/mglaman/phpstan-drupal/tree/1.2.6"
},
"funding": [
{
@@ -16697,7 +16691,7 @@
"type": "tidelift"
}
],
- "time": "2023-11-14T22:47:32+00:00"
+ "time": "2024-01-16T00:42:10+00:00"
},
{
"name": "michelf/php-markdown",
@@ -17066,16 +17060,16 @@
},
{
"name": "nikic/php-parser",
- "version": "v4.17.1",
+ "version": "v4.18.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
- "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d"
+ "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
- "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
+ "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999",
+ "reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999",
"shasum": ""
},
"require": {
@@ -17116,9 +17110,9 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
- "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1"
+ "source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0"
},
- "time": "2023-08-13T19:53:39+00:00"
+ "time": "2023-12-10T21:03:43+00:00"
},
{
"name": "npm-asset/dropzone",
@@ -17818,16 +17812,16 @@
},
{
"name": "php-http/cache-plugin",
- "version": "1.8.0",
+ "version": "1.8.1",
"source": {
"type": "git",
"url": "https://github.com/php-http/cache-plugin.git",
- "reference": "6bf9fbf66193f61d90c2381b75eb1fa0202fd314"
+ "reference": "b3e6c25d89ee5e4ac82115ed23b21ba87986d614"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-http/cache-plugin/zipball/6bf9fbf66193f61d90c2381b75eb1fa0202fd314",
- "reference": "6bf9fbf66193f61d90c2381b75eb1fa0202fd314",
+ "url": "https://api.github.com/repos/php-http/cache-plugin/zipball/b3e6c25d89ee5e4ac82115ed23b21ba87986d614",
+ "reference": "b3e6c25d89ee5e4ac82115ed23b21ba87986d614",
"shasum": ""
},
"require": {
@@ -17835,7 +17829,7 @@
"php-http/client-common": "^1.9 || ^2.0",
"php-http/message-factory": "^1.0",
"psr/cache": "^1.0 || ^2.0 || ^3.0",
- "symfony/options-resolver": "^2.6 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
+ "symfony/options-resolver": "^2.6 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"require-dev": {
"phpspec/phpspec": "^5.1 || ^6.0 || ^7.0"
@@ -17866,9 +17860,9 @@
],
"support": {
"issues": "https://github.com/php-http/cache-plugin/issues",
- "source": "https://github.com/php-http/cache-plugin/tree/1.8.0"
+ "source": "https://github.com/php-http/cache-plugin/tree/1.8.1"
},
- "time": "2023-04-28T10:56:55+00:00"
+ "time": "2023-11-21T08:52:56+00:00"
},
{
"name": "php-http/client-common",
@@ -18480,16 +18474,16 @@
},
{
"name": "phpdocumentor/type-resolver",
- "version": "1.7.3",
+ "version": "1.8.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
- "reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419"
+ "reference": "fad452781b3d774e3337b0c0b245dd8e5a4455fc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419",
- "reference": "3219c6ee25c9ea71e3d9bbaf39c67c9ebd499419",
+ "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fad452781b3d774e3337b0c0b245dd8e5a4455fc",
+ "reference": "fad452781b3d774e3337b0c0b245dd8e5a4455fc",
"shasum": ""
},
"require": {
@@ -18532,9 +18526,9 @@
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
- "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.7.3"
+ "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.0"
},
- "time": "2023-08-12T11:01:26+00:00"
+ "time": "2024-01-11T11:49:22+00:00"
},
{
"name": "phpmailer/phpmailer",
@@ -18914,16 +18908,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.10.55",
+ "version": "1.10.56",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "9a88f9d18ddf4cf54c922fbeac16c4cb164c5949"
+ "reference": "27816a01aea996191ee14d010f325434c0ee76fa"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9a88f9d18ddf4cf54c922fbeac16c4cb164c5949",
- "reference": "9a88f9d18ddf4cf54c922fbeac16c4cb164c5949",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/27816a01aea996191ee14d010f325434c0ee76fa",
+ "reference": "27816a01aea996191ee14d010f325434c0ee76fa",
"shasum": ""
},
"require": {
@@ -18972,7 +18966,7 @@
"type": "tidelift"
}
],
- "time": "2024-01-08T12:32:40+00:00"
+ "time": "2024-01-15T10:43:00+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",
@@ -19024,23 +19018,23 @@
},
{
"name": "phpunit/php-code-coverage",
- "version": "9.2.29",
+ "version": "9.2.30",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
- "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76"
+ "reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6a3a87ac2bbe33b25042753df8195ba4aa534c76",
- "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ca2bd87d2f9215904682a9cb9bb37dda98e76089",
+ "reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"ext-xmlwriter": "*",
- "nikic/php-parser": "^4.15",
+ "nikic/php-parser": "^4.18 || ^5.0",
"php": ">=7.3",
"phpunit/php-file-iterator": "^3.0.3",
"phpunit/php-text-template": "^2.0.2",
@@ -19090,7 +19084,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
- "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.29"
+ "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.30"
},
"funding": [
{
@@ -19098,7 +19092,7 @@
"type": "github"
}
],
- "time": "2023-09-19T04:57:46+00:00"
+ "time": "2023-12-22T06:47:57+00:00"
},
{
"name": "phpunit/php-file-iterator",
@@ -19942,25 +19936,25 @@
},
{
"name": "psy/psysh",
- "version": "v0.11.22",
+ "version": "v0.12.0",
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
- "reference": "128fa1b608be651999ed9789c95e6e2a31b5802b"
+ "reference": "750bf031a48fd07c673dbe3f11f72362ea306d0d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/bobthecow/psysh/zipball/128fa1b608be651999ed9789c95e6e2a31b5802b",
- "reference": "128fa1b608be651999ed9789c95e6e2a31b5802b",
+ "url": "https://api.github.com/repos/bobthecow/psysh/zipball/750bf031a48fd07c673dbe3f11f72362ea306d0d",
+ "reference": "750bf031a48fd07c673dbe3f11f72362ea306d0d",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-tokenizer": "*",
- "nikic/php-parser": "^4.0 || ^3.1",
- "php": "^8.0 || ^7.0.8",
- "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4",
- "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4"
+ "nikic/php-parser": "^5.0 || ^4.0",
+ "php": "^8.0 || ^7.4",
+ "symfony/console": "^7.0 || ^6.0 || ^5.0 || ^4.0 || ^3.4",
+ "symfony/var-dumper": "^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"
@@ -19971,8 +19965,7 @@
"suggest": {
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
"ext-pdo-sqlite": "The doc command requires SQLite to work.",
- "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
- "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
+ "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well."
},
"bin": [
"bin/psysh"
@@ -19980,7 +19973,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-0.11": "0.11.x-dev"
+ "dev-main": "0.12.x-dev"
},
"bamarni-bin": {
"bin-links": false,
@@ -20016,9 +20009,9 @@
],
"support": {
"issues": "https://github.com/bobthecow/psysh/issues",
- "source": "https://github.com/bobthecow/psysh/tree/v0.11.22"
+ "source": "https://github.com/bobthecow/psysh/tree/v0.12.0"
},
- "time": "2023-10-14T21:56:36+00:00"
+ "time": "2023-12-20T15:28:09+00:00"
},
{
"name": "querypath/querypath",
@@ -20395,20 +20388,20 @@
},
{
"name": "sebastian/complexity",
- "version": "2.0.2",
+ "version": "2.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/complexity.git",
- "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
+ "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
- "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
+ "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a",
+ "reference": "25f207c40d62b8b7aa32f5ab026c53561964053a",
"shasum": ""
},
"require": {
- "nikic/php-parser": "^4.7",
+ "nikic/php-parser": "^4.18 || ^5.0",
"php": ">=7.3"
},
"require-dev": {
@@ -20440,7 +20433,7 @@
"homepage": "https://github.com/sebastianbergmann/complexity",
"support": {
"issues": "https://github.com/sebastianbergmann/complexity/issues",
- "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
+ "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.3"
},
"funding": [
{
@@ -20448,7 +20441,7 @@
"type": "github"
}
],
- "time": "2020-10-26T15:52:27+00:00"
+ "time": "2023-12-22T06:19:30+00:00"
},
{
"name": "sebastian/diff",
@@ -20722,20 +20715,20 @@
},
{
"name": "sebastian/lines-of-code",
- "version": "1.0.3",
+ "version": "1.0.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
- "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
+ "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
- "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
+ "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5",
+ "reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5",
"shasum": ""
},
"require": {
- "nikic/php-parser": "^4.6",
+ "nikic/php-parser": "^4.18 || ^5.0",
"php": ">=7.3"
},
"require-dev": {
@@ -20767,7 +20760,7 @@
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
"support": {
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
- "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
+ "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.4"
},
"funding": [
{
@@ -20775,7 +20768,7 @@
"type": "github"
}
],
- "time": "2020-11-28T06:42:11+00:00"
+ "time": "2023-12-22T06:20:34+00:00"
},
{
"name": "sebastian/object-enumerator",
@@ -21493,16 +21486,16 @@
},
{
"name": "simplesamlphp/simplesamlphp-assets-base",
- "version": "v2.1.6",
+ "version": "v2.1.8",
"source": {
"type": "git",
"url": "https://github.com/simplesamlphp/simplesamlphp-assets-base.git",
- "reference": "ab7fdad861877ab439860ec5f77727ff2dc99327"
+ "reference": "16ce8123311b93af783858eccf7ce01eceded84e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-assets-base/zipball/ab7fdad861877ab439860ec5f77727ff2dc99327",
- "reference": "ab7fdad861877ab439860ec5f77727ff2dc99327",
+ "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-assets-base/zipball/16ce8123311b93af783858eccf7ce01eceded84e",
+ "reference": "16ce8123311b93af783858eccf7ce01eceded84e",
"shasum": ""
},
"require": {
@@ -21523,9 +21516,9 @@
"description": "Assets for the SimpleSAMLphp main repository",
"support": {
"issues": "https://github.com/simplesamlphp/simplesamlphp-assets-base/issues",
- "source": "https://github.com/simplesamlphp/simplesamlphp-assets-base/tree/v2.1.6"
+ "source": "https://github.com/simplesamlphp/simplesamlphp-assets-base/tree/v2.1.8"
},
- "time": "2023-10-26T09:03:43+00:00"
+ "time": "2023-12-24T00:59:54+00:00"
},
{
"name": "simshaun/recurr",
@@ -21711,16 +21704,16 @@
},
{
"name": "squizlabs/php_codesniffer",
- "version": "3.8.0",
+ "version": "3.8.1",
"source": {
"type": "git",
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
- "reference": "5805f7a4e4958dbb5e944ef1e6edae0a303765e7"
+ "reference": "14f5fff1e64118595db5408e946f3a22c75807f7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/5805f7a4e4958dbb5e944ef1e6edae0a303765e7",
- "reference": "5805f7a4e4958dbb5e944ef1e6edae0a303765e7",
+ "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/14f5fff1e64118595db5408e946f3a22c75807f7",
+ "reference": "14f5fff1e64118595db5408e946f3a22c75807f7",
"shasum": ""
},
"require": {
@@ -21730,11 +21723,11 @@
"php": ">=5.4.0"
},
"require-dev": {
- "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
+ "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
},
"bin": [
- "bin/phpcs",
- "bin/phpcbf"
+ "bin/phpcbf",
+ "bin/phpcs"
],
"type": "library",
"extra": {
@@ -21787,7 +21780,7 @@
"type": "open_collective"
}
],
- "time": "2023-12-08T12:32:31+00:00"
+ "time": "2024-01-11T20:47:48+00:00"
},
{
"name": "steverhoades/oauth2-openid-connect-server",
@@ -21965,16 +21958,16 @@
},
{
"name": "symfony/cache",
- "version": "v6.4.0",
+ "version": "v6.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
- "reference": "ac2d25f97b17eec6e19760b6b9962a4f7c44356a"
+ "reference": "14a75869bbb41cb35bc5d9d322473928c6f3f978"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/cache/zipball/ac2d25f97b17eec6e19760b6b9962a4f7c44356a",
- "reference": "ac2d25f97b17eec6e19760b6b9962a4f7c44356a",
+ "url": "https://api.github.com/repos/symfony/cache/zipball/14a75869bbb41cb35bc5d9d322473928c6f3f978",
+ "reference": "14a75869bbb41cb35bc5d9d322473928c6f3f978",
"shasum": ""
},
"require": {
@@ -22041,7 +22034,7 @@
"psr6"
],
"support": {
- "source": "https://github.com/symfony/cache/tree/v6.4.0"
+ "source": "https://github.com/symfony/cache/tree/v6.4.2"
},
"funding": [
{
@@ -22057,7 +22050,7 @@
"type": "tidelift"
}
],
- "time": "2023-11-24T19:28:07+00:00"
+ "time": "2023-12-29T15:34:34+00:00"
},
{
"name": "symfony/cache-contracts",
@@ -22212,16 +22205,16 @@
},
{
"name": "symfony/console",
- "version": "v6.3.11",
+ "version": "v6.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
- "reference": "ca73e92b0ab86d3c5347f58ec6d822cce6ded1b0"
+ "reference": "0254811a143e6bc6c8deea08b589a7e68a37f625"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/ca73e92b0ab86d3c5347f58ec6d822cce6ded1b0",
- "reference": "ca73e92b0ab86d3c5347f58ec6d822cce6ded1b0",
+ "url": "https://api.github.com/repos/symfony/console/zipball/0254811a143e6bc6c8deea08b589a7e68a37f625",
+ "reference": "0254811a143e6bc6c8deea08b589a7e68a37f625",
"shasum": ""
},
"require": {
@@ -22229,7 +22222,7 @@
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/service-contracts": "^2.5|^3",
- "symfony/string": "^5.4|^6.0"
+ "symfony/string": "^5.4|^6.0|^7.0"
},
"conflict": {
"symfony/dependency-injection": "<5.4",
@@ -22243,12 +22236,16 @@
},
"require-dev": {
"psr/log": "^1|^2|^3",
- "symfony/config": "^5.4|^6.0",
- "symfony/dependency-injection": "^5.4|^6.0",
- "symfony/event-dispatcher": "^5.4|^6.0",
- "symfony/lock": "^5.4|^6.0",
- "symfony/process": "^5.4|^6.0",
- "symfony/var-dumper": "^5.4|^6.0"
+ "symfony/config": "^5.4|^6.0|^7.0",
+ "symfony/dependency-injection": "^5.4|^6.0|^7.0",
+ "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
+ "symfony/http-foundation": "^6.4|^7.0",
+ "symfony/http-kernel": "^6.4|^7.0",
+ "symfony/lock": "^5.4|^6.0|^7.0",
+ "symfony/messenger": "^5.4|^6.0|^7.0",
+ "symfony/process": "^5.4|^6.0|^7.0",
+ "symfony/stopwatch": "^5.4|^6.0|^7.0",
+ "symfony/var-dumper": "^5.4|^6.0|^7.0"
},
"type": "library",
"autoload": {
@@ -22282,7 +22279,7 @@
"terminal"
],
"support": {
- "source": "https://github.com/symfony/console/tree/v6.3.11"
+ "source": "https://github.com/symfony/console/tree/v6.4.2"
},
"funding": [
{
@@ -22298,20 +22295,20 @@
"type": "tidelift"
}
],
- "time": "2023-12-10T14:03:40+00:00"
+ "time": "2023-12-10T16:15:48+00:00"
},
{
"name": "symfony/dependency-injection",
- "version": "v6.3.11",
+ "version": "v6.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
- "reference": "891c195b2aa6beed145adf2c9cf0dcbdb58f71b4"
+ "reference": "226ea431b1eda6f0d9f5a4b278757171960bb195"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/891c195b2aa6beed145adf2c9cf0dcbdb58f71b4",
- "reference": "891c195b2aa6beed145adf2c9cf0dcbdb58f71b4",
+ "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/226ea431b1eda6f0d9f5a4b278757171960bb195",
+ "reference": "226ea431b1eda6f0d9f5a4b278757171960bb195",
"shasum": ""
},
"require": {
@@ -22319,7 +22316,7 @@
"psr/container": "^1.1|^2.0",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/service-contracts": "^2.5|^3.0",
- "symfony/var-exporter": "^6.2.10"
+ "symfony/var-exporter": "^6.2.10|^7.0"
},
"conflict": {
"ext-psr": "<1.1|>=2",
@@ -22333,9 +22330,9 @@
"symfony/service-implementation": "1.1|2.0|3.0"
},
"require-dev": {
- "symfony/config": "^6.1",
- "symfony/expression-language": "^5.4|^6.0",
- "symfony/yaml": "^5.4|^6.0"
+ "symfony/config": "^6.1|^7.0",
+ "symfony/expression-language": "^5.4|^6.0|^7.0",
+ "symfony/yaml": "^5.4|^6.0|^7.0"
},
"type": "library",
"autoload": {
@@ -22363,7 +22360,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/dependency-injection/tree/v6.3.11"
+ "source": "https://github.com/symfony/dependency-injection/tree/v6.4.2"
},
"funding": [
{
@@ -22379,11 +22376,11 @@
"type": "tidelift"
}
],
- "time": "2023-12-28T19:16:47+00:00"
+ "time": "2023-12-28T19:16:56+00:00"
},
{
"name": "symfony/deprecation-contracts",
- "version": "v3.3.0",
+ "version": "v3.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
@@ -22430,7 +22427,7 @@
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0"
+ "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
},
"funding": [
{
@@ -22517,30 +22514,31 @@
},
{
"name": "symfony/error-handler",
- "version": "v6.3.5",
+ "version": "v6.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
- "reference": "1f69476b64fb47105c06beef757766c376b548c4"
+ "reference": "c873490a1c97b3a0a4838afc36ff36c112d02788"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/error-handler/zipball/1f69476b64fb47105c06beef757766c376b548c4",
- "reference": "1f69476b64fb47105c06beef757766c376b548c4",
+ "url": "https://api.github.com/repos/symfony/error-handler/zipball/c873490a1c97b3a0a4838afc36ff36c112d02788",
+ "reference": "c873490a1c97b3a0a4838afc36ff36c112d02788",
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/log": "^1|^2|^3",
- "symfony/var-dumper": "^5.4|^6.0"
+ "symfony/var-dumper": "^5.4|^6.0|^7.0"
},
"conflict": {
- "symfony/deprecation-contracts": "<2.5"
+ "symfony/deprecation-contracts": "<2.5",
+ "symfony/http-kernel": "<6.4"
},
"require-dev": {
"symfony/deprecation-contracts": "^2.5|^3",
- "symfony/http-kernel": "^5.4|^6.0",
- "symfony/serializer": "^5.4|^6.0"
+ "symfony/http-kernel": "^6.4|^7.0",
+ "symfony/serializer": "^5.4|^6.0|^7.0"
},
"bin": [
"Resources/bin/patch-type-declarations"
@@ -22571,7 +22569,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/error-handler/tree/v6.3.5"
+ "source": "https://github.com/symfony/error-handler/tree/v6.4.0"
},
"funding": [
{
@@ -22587,20 +22585,20 @@
"type": "tidelift"
}
],
- "time": "2023-09-12T06:57:20+00:00"
+ "time": "2023-10-18T09:43:34+00:00"
},
{
"name": "symfony/event-dispatcher",
- "version": "v6.3.11",
+ "version": "v6.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
- "reference": "4b4738c49f4dc2f6cf750301c7781dd0d715c0b8"
+ "reference": "e95216850555cd55e71b857eb9d6c2674124603a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/4b4738c49f4dc2f6cf750301c7781dd0d715c0b8",
- "reference": "4b4738c49f4dc2f6cf750301c7781dd0d715c0b8",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/e95216850555cd55e71b857eb9d6c2674124603a",
+ "reference": "e95216850555cd55e71b857eb9d6c2674124603a",
"shasum": ""
},
"require": {
@@ -22617,13 +22615,13 @@
},
"require-dev": {
"psr/log": "^1|^2|^3",
- "symfony/config": "^5.4|^6.0",
- "symfony/dependency-injection": "^5.4|^6.0",
- "symfony/error-handler": "^5.4|^6.0",
- "symfony/expression-language": "^5.4|^6.0",
- "symfony/http-foundation": "^5.4|^6.0",
+ "symfony/config": "^5.4|^6.0|^7.0",
+ "symfony/dependency-injection": "^5.4|^6.0|^7.0",
+ "symfony/error-handler": "^5.4|^6.0|^7.0",
+ "symfony/expression-language": "^5.4|^6.0|^7.0",
+ "symfony/http-foundation": "^5.4|^6.0|^7.0",
"symfony/service-contracts": "^2.5|^3",
- "symfony/stopwatch": "^5.4|^6.0"
+ "symfony/stopwatch": "^5.4|^6.0|^7.0"
},
"type": "library",
"autoload": {
@@ -22651,7 +22649,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/event-dispatcher/tree/v6.3.11"
+ "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.2"
},
"funding": [
{
@@ -22667,11 +22665,11 @@
"type": "tidelift"
}
],
- "time": "2023-12-27T22:16:07+00:00"
+ "time": "2023-12-27T22:16:42+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
- "version": "v3.3.0",
+ "version": "v3.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
@@ -22727,7 +22725,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.3.0"
+ "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.4.0"
},
"funding": [
{
@@ -22874,34 +22872,34 @@
},
{
"name": "symfony/framework-bundle",
- "version": "v6.3.9",
+ "version": "v6.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/framework-bundle.git",
- "reference": "f83d20092e98c3ae8b5874b8f0787546c5c61cda"
+ "reference": "c26a221e0462027d1f9d4a802ed63f8ab07a43d0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/f83d20092e98c3ae8b5874b8f0787546c5c61cda",
- "reference": "f83d20092e98c3ae8b5874b8f0787546c5c61cda",
+ "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/c26a221e0462027d1f9d4a802ed63f8ab07a43d0",
+ "reference": "c26a221e0462027d1f9d4a802ed63f8ab07a43d0",
"shasum": ""
},
"require": {
"composer-runtime-api": ">=2.1",
"ext-xml": "*",
"php": ">=8.1",
- "symfony/cache": "^5.4|^6.0",
- "symfony/config": "^6.1",
- "symfony/dependency-injection": "^6.3.1",
+ "symfony/cache": "^5.4|^6.0|^7.0",
+ "symfony/config": "^6.1|^7.0",
+ "symfony/dependency-injection": "^6.4|^7.0",
"symfony/deprecation-contracts": "^2.5|^3",
- "symfony/error-handler": "^6.1",
- "symfony/event-dispatcher": "^5.4|^6.0",
- "symfony/filesystem": "^5.4|^6.0",
- "symfony/finder": "^5.4|^6.0",
- "symfony/http-foundation": "^6.3",
- "symfony/http-kernel": "^6.3",
+ "symfony/error-handler": "^6.1|^7.0",
+ "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
+ "symfony/filesystem": "^5.4|^6.0|^7.0",
+ "symfony/finder": "^5.4|^6.0|^7.0",
+ "symfony/http-foundation": "^6.4|^7.0",
+ "symfony/http-kernel": "^6.4",
"symfony/polyfill-mbstring": "~1.0",
- "symfony/routing": "^5.4|^6.0"
+ "symfony/routing": "^6.4|^7.0"
},
"conflict": {
"doctrine/annotations": "<1.13.1",
@@ -22909,67 +22907,71 @@
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
"symfony/asset": "<5.4",
+ "symfony/asset-mapper": "<6.4",
"symfony/clock": "<6.3",
- "symfony/console": "<5.4",
- "symfony/dom-crawler": "<6.3",
+ "symfony/console": "<5.4|>=7.0",
+ "symfony/dom-crawler": "<6.4",
"symfony/dotenv": "<5.4",
"symfony/form": "<5.4",
"symfony/http-client": "<6.3",
"symfony/lock": "<5.4",
"symfony/mailer": "<5.4",
"symfony/messenger": "<6.3",
- "symfony/mime": "<6.2",
+ "symfony/mime": "<6.4",
"symfony/property-access": "<5.4",
"symfony/property-info": "<5.4",
+ "symfony/scheduler": "<6.4",
"symfony/security-core": "<5.4",
"symfony/security-csrf": "<5.4",
- "symfony/serializer": "<6.3",
+ "symfony/serializer": "<6.4",
"symfony/stopwatch": "<5.4",
- "symfony/translation": "<6.2.8",
+ "symfony/translation": "<6.4",
"symfony/twig-bridge": "<5.4",
"symfony/twig-bundle": "<5.4",
- "symfony/validator": "<6.3",
- "symfony/web-profiler-bundle": "<5.4",
- "symfony/workflow": "<5.4"
+ "symfony/validator": "<6.4",
+ "symfony/web-profiler-bundle": "<6.4",
+ "symfony/workflow": "<6.4"
},
"require-dev": {
"doctrine/annotations": "^1.13.1|^2",
"doctrine/persistence": "^1.3|^2|^3",
+ "dragonmantank/cron-expression": "^3.1",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
- "symfony/asset": "^5.4|^6.0",
- "symfony/asset-mapper": "^6.3",
- "symfony/browser-kit": "^5.4|^6.0",
- "symfony/clock": "^6.2",
- "symfony/console": "^5.4.9|^6.0.9",
- "symfony/css-selector": "^5.4|^6.0",
- "symfony/dom-crawler": "^6.3",
- "symfony/dotenv": "^5.4|^6.0",
- "symfony/expression-language": "^5.4|^6.0",
- "symfony/form": "^5.4|^6.0",
- "symfony/html-sanitizer": "^6.1",
- "symfony/http-client": "^6.3",
- "symfony/lock": "^5.4|^6.0",
- "symfony/mailer": "^5.4|^6.0",
- "symfony/messenger": "^6.3",
- "symfony/mime": "^6.2",
- "symfony/notifier": "^5.4|^6.0",
+ "seld/jsonlint": "^1.10",
+ "symfony/asset": "^5.4|^6.0|^7.0",
+ "symfony/asset-mapper": "^6.4|^7.0",
+ "symfony/browser-kit": "^5.4|^6.0|^7.0",
+ "symfony/clock": "^6.2|^7.0",
+ "symfony/console": "^5.4.9|^6.0.9|^7.0",
+ "symfony/css-selector": "^5.4|^6.0|^7.0",
+ "symfony/dom-crawler": "^6.4|^7.0",
+ "symfony/dotenv": "^5.4|^6.0|^7.0",
+ "symfony/expression-language": "^5.4|^6.0|^7.0",
+ "symfony/form": "^5.4|^6.0|^7.0",
+ "symfony/html-sanitizer": "^6.1|^7.0",
+ "symfony/http-client": "^6.3|^7.0",
+ "symfony/lock": "^5.4|^6.0|^7.0",
+ "symfony/mailer": "^5.4|^6.0|^7.0",
+ "symfony/messenger": "^6.3|^7.0",
+ "symfony/mime": "^6.4|^7.0",
+ "symfony/notifier": "^5.4|^6.0|^7.0",
"symfony/polyfill-intl-icu": "~1.0",
- "symfony/process": "^5.4|^6.0",
- "symfony/property-info": "^5.4|^6.0",
- "symfony/rate-limiter": "^5.4|^6.0",
- "symfony/scheduler": "^6.3",
- "symfony/security-bundle": "^5.4|^6.0",
- "symfony/semaphore": "^5.4|^6.0",
- "symfony/serializer": "^6.3",
- "symfony/stopwatch": "^5.4|^6.0",
- "symfony/string": "^5.4|^6.0",
- "symfony/translation": "^6.2.8",
- "symfony/twig-bundle": "^5.4|^6.0",
- "symfony/uid": "^5.4|^6.0",
- "symfony/validator": "^6.3",
- "symfony/web-link": "^5.4|^6.0",
- "symfony/workflow": "^5.4|^6.0",
- "symfony/yaml": "^5.4|^6.0",
+ "symfony/process": "^5.4|^6.0|^7.0",
+ "symfony/property-info": "^5.4|^6.0|^7.0",
+ "symfony/rate-limiter": "^5.4|^6.0|^7.0",
+ "symfony/scheduler": "^6.4|^7.0",
+ "symfony/security-bundle": "^5.4|^6.0|^7.0",
+ "symfony/semaphore": "^5.4|^6.0|^7.0",
+ "symfony/serializer": "^6.4|^7.0",
+ "symfony/stopwatch": "^5.4|^6.0|^7.0",
+ "symfony/string": "^5.4|^6.0|^7.0",
+ "symfony/translation": "^6.4|^7.0",
+ "symfony/twig-bundle": "^5.4|^6.0|^7.0",
+ "symfony/uid": "^5.4|^6.0|^7.0",
+ "symfony/validator": "^6.4|^7.0",
+ "symfony/web-link": "^5.4|^6.0|^7.0",
+ "symfony/workflow": "^6.4|^7.0",
+ "symfony/yaml": "^5.4|^6.0|^7.0",
"twig/twig": "^2.10|^3.0"
},
"type": "symfony-bundle",
@@ -22998,7 +23000,7 @@
"description": "Provides a tight integration between Symfony components and the Symfony full-stack framework",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/framework-bundle/tree/v6.3.9"
+ "source": "https://github.com/symfony/framework-bundle/tree/v6.4.2"
},
"funding": [
{
@@ -23014,20 +23016,20 @@
"type": "tidelift"
}
],
- "time": "2023-11-24T10:25:33+00:00"
+ "time": "2023-12-29T15:34:34+00:00"
},
{
"name": "symfony/http-foundation",
- "version": "v6.3.11",
+ "version": "v6.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
- "reference": "63a2041d055f17cdbd454838e2fbb822e2abc266"
+ "reference": "172d807f9ef3fc3fbed8377cc57c20d389269271"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-foundation/zipball/63a2041d055f17cdbd454838e2fbb822e2abc266",
- "reference": "63a2041d055f17cdbd454838e2fbb822e2abc266",
+ "url": "https://api.github.com/repos/symfony/http-foundation/zipball/172d807f9ef3fc3fbed8377cc57c20d389269271",
+ "reference": "172d807f9ef3fc3fbed8377cc57c20d389269271",
"shasum": ""
},
"require": {
@@ -23042,12 +23044,12 @@
"require-dev": {
"doctrine/dbal": "^2.13.1|^3|^4",
"predis/predis": "^1.1|^2.0",
- "symfony/cache": "^6.3",
- "symfony/dependency-injection": "^5.4|^6.0",
- "symfony/expression-language": "^5.4|^6.0",
- "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
- "symfony/mime": "^5.4|^6.0",
- "symfony/rate-limiter": "^5.2|^6.0"
+ "symfony/cache": "^6.3|^7.0",
+ "symfony/dependency-injection": "^5.4|^6.0|^7.0",
+ "symfony/expression-language": "^5.4|^6.0|^7.0",
+ "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4|^7.0",
+ "symfony/mime": "^5.4|^6.0|^7.0",
+ "symfony/rate-limiter": "^5.4|^6.0|^7.0"
},
"type": "library",
"autoload": {
@@ -23075,7 +23077,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-foundation/tree/v6.3.11"
+ "source": "https://github.com/symfony/http-foundation/tree/v6.4.2"
},
"funding": [
{
@@ -23091,29 +23093,29 @@
"type": "tidelift"
}
],
- "time": "2023-12-27T22:16:07+00:00"
+ "time": "2023-12-27T22:16:42+00:00"
},
{
"name": "symfony/http-kernel",
- "version": "v6.3.11",
+ "version": "v6.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
- "reference": "9e9966d27dfe612898ffb3c507a1db2f29faefd1"
+ "reference": "13e8387320b5942d0dc408440c888e2d526efef4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9e9966d27dfe612898ffb3c507a1db2f29faefd1",
- "reference": "9e9966d27dfe612898ffb3c507a1db2f29faefd1",
+ "url": "https://api.github.com/repos/symfony/http-kernel/zipball/13e8387320b5942d0dc408440c888e2d526efef4",
+ "reference": "13e8387320b5942d0dc408440c888e2d526efef4",
"shasum": ""
},
"require": {
"php": ">=8.1",
"psr/log": "^1|^2|^3",
"symfony/deprecation-contracts": "^2.5|^3",
- "symfony/error-handler": "^6.3",
- "symfony/event-dispatcher": "^5.4|^6.0",
- "symfony/http-foundation": "^6.3.4",
+ "symfony/error-handler": "^6.4|^7.0",
+ "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
+ "symfony/http-foundation": "^6.4|^7.0",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
@@ -23121,7 +23123,7 @@
"symfony/cache": "<5.4",
"symfony/config": "<6.1",
"symfony/console": "<5.4",
- "symfony/dependency-injection": "<6.3.4",
+ "symfony/dependency-injection": "<6.4",
"symfony/doctrine-bridge": "<5.4",
"symfony/form": "<5.4",
"symfony/http-client": "<5.4",
@@ -23131,7 +23133,7 @@
"symfony/translation": "<5.4",
"symfony/translation-contracts": "<2.5",
"symfony/twig-bridge": "<5.4",
- "symfony/validator": "<5.4",
+ "symfony/validator": "<6.4",
"symfony/var-dumper": "<6.3",
"twig/twig": "<2.13"
},
@@ -23140,26 +23142,26 @@
},
"require-dev": {
"psr/cache": "^1.0|^2.0|^3.0",
- "symfony/browser-kit": "^5.4|^6.0",
- "symfony/clock": "^6.2",
- "symfony/config": "^6.1",
- "symfony/console": "^5.4|^6.0",
- "symfony/css-selector": "^5.4|^6.0",
- "symfony/dependency-injection": "^6.3.4",
- "symfony/dom-crawler": "^5.4|^6.0",
- "symfony/expression-language": "^5.4|^6.0",
- "symfony/finder": "^5.4|^6.0",
+ "symfony/browser-kit": "^5.4|^6.0|^7.0",
+ "symfony/clock": "^6.2|^7.0",
+ "symfony/config": "^6.1|^7.0",
+ "symfony/console": "^5.4|^6.0|^7.0",
+ "symfony/css-selector": "^5.4|^6.0|^7.0",
+ "symfony/dependency-injection": "^6.4|^7.0",
+ "symfony/dom-crawler": "^5.4|^6.0|^7.0",
+ "symfony/expression-language": "^5.4|^6.0|^7.0",
+ "symfony/finder": "^5.4|^6.0|^7.0",
"symfony/http-client-contracts": "^2.5|^3",
- "symfony/process": "^5.4|^6.0",
- "symfony/property-access": "^5.4.5|^6.0.5",
- "symfony/routing": "^5.4|^6.0",
- "symfony/serializer": "^6.3",
- "symfony/stopwatch": "^5.4|^6.0",
- "symfony/translation": "^5.4|^6.0",
+ "symfony/process": "^5.4|^6.0|^7.0",
+ "symfony/property-access": "^5.4.5|^6.0.5|^7.0",
+ "symfony/routing": "^5.4|^6.0|^7.0",
+ "symfony/serializer": "^6.3|^7.0",
+ "symfony/stopwatch": "^5.4|^6.0|^7.0",
+ "symfony/translation": "^5.4|^6.0|^7.0",
"symfony/translation-contracts": "^2.5|^3",
- "symfony/uid": "^5.4|^6.0",
- "symfony/validator": "^6.3",
- "symfony/var-exporter": "^6.2",
+ "symfony/uid": "^5.4|^6.0|^7.0",
+ "symfony/validator": "^6.4|^7.0",
+ "symfony/var-exporter": "^6.2|^7.0",
"twig/twig": "^2.13|^3.0.4"
},
"type": "library",
@@ -23188,7 +23190,7 @@
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/http-kernel/tree/v6.3.11"
+ "source": "https://github.com/symfony/http-kernel/tree/v6.4.2"
},
"funding": [
{
@@ -23204,20 +23206,20 @@
"type": "tidelift"
}
],
- "time": "2023-12-30T13:09:13+00:00"
+ "time": "2023-12-30T15:31:44+00:00"
},
{
"name": "symfony/intl",
- "version": "v6.4.0",
+ "version": "v6.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/intl.git",
- "reference": "41d16f0294b9ca6e5540728580c65cfa3848fbf5"
+ "reference": "4f45148f7eb984ef12b1f7e123205ab904828839"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/intl/zipball/41d16f0294b9ca6e5540728580c65cfa3848fbf5",
- "reference": "41d16f0294b9ca6e5540728580c65cfa3848fbf5",
+ "url": "https://api.github.com/repos/symfony/intl/zipball/4f45148f7eb984ef12b1f7e123205ab904828839",
+ "reference": "4f45148f7eb984ef12b1f7e123205ab904828839",
"shasum": ""
},
"require": {
@@ -23270,7 +23272,7 @@
"localization"
],
"support": {
- "source": "https://github.com/symfony/intl/tree/v6.4.0"
+ "source": "https://github.com/symfony/intl/tree/v6.4.2"
},
"funding": [
{
@@ -23286,20 +23288,100 @@
"type": "tidelift"
}
],
- "time": "2023-10-28T23:12:08+00:00"
+ "time": "2023-12-26T18:38:00+00:00"
+ },
+ {
+ "name": "symfony/mailer",
+ "version": "v6.4.2",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/symfony/mailer.git",
+ "reference": "6da89e5c9202f129717a770a03183fb140720168"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/symfony/mailer/zipball/6da89e5c9202f129717a770a03183fb140720168",
+ "reference": "6da89e5c9202f129717a770a03183fb140720168",
+ "shasum": ""
+ },
+ "require": {
+ "egulias/email-validator": "^2.1.10|^3|^4",
+ "php": ">=8.1",
+ "psr/event-dispatcher": "^1",
+ "psr/log": "^1|^2|^3",
+ "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
+ "symfony/mime": "^6.2|^7.0",
+ "symfony/service-contracts": "^2.5|^3"
+ },
+ "conflict": {
+ "symfony/http-client-contracts": "<2.5",
+ "symfony/http-kernel": "<5.4",
+ "symfony/messenger": "<6.2",
+ "symfony/mime": "<6.2",
+ "symfony/twig-bridge": "<6.2.1"
+ },
+ "require-dev": {
+ "symfony/console": "^5.4|^6.0|^7.0",
+ "symfony/http-client": "^5.4|^6.0|^7.0",
+ "symfony/messenger": "^6.2|^7.0",
+ "symfony/twig-bridge": "^6.2|^7.0"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "Symfony\\Component\\Mailer\\": ""
+ },
+ "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 sending emails",
+ "homepage": "https://symfony.com",
+ "support": {
+ "source": "https://github.com/symfony/mailer/tree/v6.4.2"
+ },
+ "funding": [
+ {
+ "url": "https://symfony.com/sponsor",
+ "type": "custom"
+ },
+ {
+ "url": "https://github.com/fabpot",
+ "type": "github"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+ "type": "tidelift"
+ }
+ ],
+ "time": "2023-12-19T09:12:31+00:00"
},
{
"name": "symfony/mime",
- "version": "v6.3.5",
+ "version": "v6.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
- "reference": "d5179eedf1cb2946dbd760475ebf05c251ef6a6e"
+ "reference": "ca4f58b2ef4baa8f6cecbeca2573f88cd577d205"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/mime/zipball/d5179eedf1cb2946dbd760475ebf05c251ef6a6e",
- "reference": "d5179eedf1cb2946dbd760475ebf05c251ef6a6e",
+ "url": "https://api.github.com/repos/symfony/mime/zipball/ca4f58b2ef4baa8f6cecbeca2573f88cd577d205",
+ "reference": "ca4f58b2ef4baa8f6cecbeca2573f88cd577d205",
"shasum": ""
},
"require": {
@@ -23313,16 +23395,16 @@
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
"symfony/mailer": "<5.4",
- "symfony/serializer": "<6.2.13|>=6.3,<6.3.2"
+ "symfony/serializer": "<6.3.2"
},
"require-dev": {
"egulias/email-validator": "^2.1.10|^3.1|^4",
"league/html-to-markdown": "^5.0",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
- "symfony/dependency-injection": "^5.4|^6.0",
- "symfony/property-access": "^5.4|^6.0",
- "symfony/property-info": "^5.4|^6.0",
- "symfony/serializer": "~6.2.13|^6.3.2"
+ "symfony/dependency-injection": "^5.4|^6.0|^7.0",
+ "symfony/property-access": "^5.4|^6.0|^7.0",
+ "symfony/property-info": "^5.4|^6.0|^7.0",
+ "symfony/serializer": "^6.3.2|^7.0"
},
"type": "library",
"autoload": {
@@ -23354,7 +23436,7 @@
"mime-type"
],
"support": {
- "source": "https://github.com/symfony/mime/tree/v6.3.5"
+ "source": "https://github.com/symfony/mime/tree/v6.4.0"
},
"funding": [
{
@@ -23370,7 +23452,7 @@
"type": "tidelift"
}
],
- "time": "2023-09-29T06:59:36+00:00"
+ "time": "2023-10-17T11:49:05+00:00"
},
{
"name": "symfony/options-resolver",
@@ -23441,16 +23523,16 @@
},
{
"name": "symfony/phpunit-bridge",
- "version": "v5.4.26",
+ "version": "v5.4.34",
"source": {
"type": "git",
"url": "https://github.com/symfony/phpunit-bridge.git",
- "reference": "d04639b395e25efa4260fc5b12a9fa1eafb38a64"
+ "reference": "b3f772189bfc52e870233a040e888fc3b64c2a22"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/d04639b395e25efa4260fc5b12a9fa1eafb38a64",
- "reference": "d04639b395e25efa4260fc5b12a9fa1eafb38a64",
+ "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/b3f772189bfc52e870233a040e888fc3b64c2a22",
+ "reference": "b3f772189bfc52e870233a040e888fc3b64c2a22",
"shasum": ""
},
"require": {
@@ -23504,7 +23586,7 @@
"description": "Provides utilities for PHPUnit, especially user deprecation notices management",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.26"
+ "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.34"
},
"funding": [
{
@@ -23520,20 +23602,20 @@
"type": "tidelift"
}
],
- "time": "2023-07-12T15:44:31+00:00"
+ "time": "2023-12-18T14:56:06+00:00"
},
{
"name": "symfony/polyfill-ctype",
- "version": "v1.27.0",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
- "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
+ "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
- "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
+ "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
"shasum": ""
},
"require": {
@@ -23548,7 +23630,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.27-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -23586,7 +23668,7 @@
"portable"
],
"support": {
- "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
+ "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
},
"funding": [
{
@@ -23602,20 +23684,20 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2023-01-26T09:26:14+00:00"
},
{
"name": "symfony/polyfill-iconv",
- "version": "v1.27.0",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
- "reference": "927013f3aac555983a5059aada98e1907d842695"
+ "reference": "6de50471469b8c9afc38164452ab2b6170ee71c1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/927013f3aac555983a5059aada98e1907d842695",
- "reference": "927013f3aac555983a5059aada98e1907d842695",
+ "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6de50471469b8c9afc38164452ab2b6170ee71c1",
+ "reference": "6de50471469b8c9afc38164452ab2b6170ee71c1",
"shasum": ""
},
"require": {
@@ -23630,7 +23712,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.27-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -23669,7 +23751,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-iconv/tree/v1.27.0"
+ "source": "https://github.com/symfony/polyfill-iconv/tree/v1.28.0"
},
"funding": [
{
@@ -23685,20 +23767,20 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2023-01-26T09:26:14+00:00"
},
{
"name": "symfony/polyfill-intl-grapheme",
- "version": "v1.27.0",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
- "reference": "511a08c03c1960e08a883f4cffcacd219b758354"
+ "reference": "875e90aeea2777b6f135677f618529449334a612"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/511a08c03c1960e08a883f4cffcacd219b758354",
- "reference": "511a08c03c1960e08a883f4cffcacd219b758354",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
+ "reference": "875e90aeea2777b6f135677f618529449334a612",
"shasum": ""
},
"require": {
@@ -23710,7 +23792,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.27-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -23750,7 +23832,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.27.0"
+ "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0"
},
"funding": [
{
@@ -23766,7 +23848,7 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2023-01-26T09:26:14+00:00"
},
{
"name": "symfony/polyfill-intl-icu",
@@ -23857,16 +23939,16 @@
},
{
"name": "symfony/polyfill-intl-idn",
- "version": "v1.27.0",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
- "reference": "639084e360537a19f9ee352433b84ce831f3d2da"
+ "reference": "ecaafce9f77234a6a449d29e49267ba10499116d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
- "reference": "639084e360537a19f9ee352433b84ce831f3d2da",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d",
+ "reference": "ecaafce9f77234a6a449d29e49267ba10499116d",
"shasum": ""
},
"require": {
@@ -23880,7 +23962,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.27-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -23924,7 +24006,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0"
+ "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.28.0"
},
"funding": [
{
@@ -23940,20 +24022,20 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2023-01-26T09:30:37+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
- "version": "v1.27.0",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
- "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
+ "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
- "reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
+ "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
"shasum": ""
},
"require": {
@@ -23965,7 +24047,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.27-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -24008,7 +24090,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
+ "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
},
"funding": [
{
@@ -24024,20 +24106,20 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2023-01-26T09:26:14+00:00"
},
{
"name": "symfony/polyfill-mbstring",
- "version": "v1.27.0",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
- "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
+ "reference": "42292d99c55abe617799667f454222c54c60e229"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
- "reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
+ "reference": "42292d99c55abe617799667f454222c54c60e229",
"shasum": ""
},
"require": {
@@ -24052,7 +24134,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.27-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -24091,7 +24173,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
},
"funding": [
{
@@ -24107,7 +24189,7 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2023-07-28T09:04:16+00:00"
},
{
"name": "symfony/polyfill-php72",
@@ -24349,16 +24431,16 @@
},
{
"name": "symfony/polyfill-php83",
- "version": "v1.27.0",
+ "version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php83.git",
- "reference": "508c652ba3ccf69f8c97f251534f229791b52a57"
+ "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/508c652ba3ccf69f8c97f251534f229791b52a57",
- "reference": "508c652ba3ccf69f8c97f251534f229791b52a57",
+ "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
+ "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
"shasum": ""
},
"require": {
@@ -24368,7 +24450,7 @@
"type": "library",
"extra": {
"branch-alias": {
- "dev-main": "1.27-dev"
+ "dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
@@ -24381,7 +24463,10 @@
],
"psr-4": {
"Symfony\\Polyfill\\Php83\\": ""
- }
+ },
+ "classmap": [
+ "Resources/stubs"
+ ]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -24406,7 +24491,7 @@
"shim"
],
"support": {
- "source": "https://github.com/symfony/polyfill-php83/tree/v1.27.0"
+ "source": "https://github.com/symfony/polyfill-php83/tree/v1.28.0"
},
"funding": [
{
@@ -24422,20 +24507,20 @@
"type": "tidelift"
}
],
- "time": "2022-11-03T14:55:06+00:00"
+ "time": "2023-08-16T06:22:46+00:00"
},
{
"name": "symfony/process",
- "version": "v6.3.11",
+ "version": "v6.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
- "reference": "0a4e8fac947b0f1720b0f634a13a2273cc4cc1ad"
+ "reference": "c4b1ef0bc80533d87a2e969806172f1c2a980241"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/process/zipball/0a4e8fac947b0f1720b0f634a13a2273cc4cc1ad",
- "reference": "0a4e8fac947b0f1720b0f634a13a2273cc4cc1ad",
+ "url": "https://api.github.com/repos/symfony/process/zipball/c4b1ef0bc80533d87a2e969806172f1c2a980241",
+ "reference": "c4b1ef0bc80533d87a2e969806172f1c2a980241",
"shasum": ""
},
"require": {
@@ -24467,7 +24552,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/process/tree/v6.3.11"
+ "source": "https://github.com/symfony/process/tree/v6.4.2"
},
"funding": [
{
@@ -24483,7 +24568,7 @@
"type": "tidelift"
}
],
- "time": "2023-12-02T12:48:42+00:00"
+ "time": "2023-12-22T16:42:54+00:00"
},
{
"name": "symfony/property-access",
@@ -24564,34 +24649,34 @@
},
{
"name": "symfony/property-info",
- "version": "v6.3.9",
+ "version": "v6.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/property-info.git",
- "reference": "664ae7ad443d7cc591ff3e15496b954e4cefe729"
+ "reference": "288be71bae2ebc88676f5d3a03d23f70b278fcc1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/property-info/zipball/664ae7ad443d7cc591ff3e15496b954e4cefe729",
- "reference": "664ae7ad443d7cc591ff3e15496b954e4cefe729",
+ "url": "https://api.github.com/repos/symfony/property-info/zipball/288be71bae2ebc88676f5d3a03d23f70b278fcc1",
+ "reference": "288be71bae2ebc88676f5d3a03d23f70b278fcc1",
"shasum": ""
},
"require": {
"php": ">=8.1",
- "symfony/string": "^5.4|^6.0"
+ "symfony/string": "^5.4|^6.0|^7.0"
},
"conflict": {
"phpdocumentor/reflection-docblock": "<5.2",
"phpdocumentor/type-resolver": "<1.5.1",
- "symfony/dependency-injection": "<5.4"
+ "symfony/dependency-injection": "<5.4",
+ "symfony/serializer": "<6.4"
},
"require-dev": {
- "doctrine/annotations": "^1.10.4|^2",
"phpdocumentor/reflection-docblock": "^5.2",
"phpstan/phpdoc-parser": "^1.0",
- "symfony/cache": "^5.4|^6.0",
- "symfony/dependency-injection": "^5.4|^6.0",
- "symfony/serializer": "^5.4|^6.0"
+ "symfony/cache": "^5.4|^6.0|^7.0",
+ "symfony/dependency-injection": "^5.4|^6.0|^7.0",
+ "symfony/serializer": "^6.4|^7.0"
},
"type": "library",
"autoload": {
@@ -24627,7 +24712,7 @@
"validator"
],
"support": {
- "source": "https://github.com/symfony/property-info/tree/v6.3.9"
+ "source": "https://github.com/symfony/property-info/tree/v6.4.0"
},
"funding": [
{
@@ -24643,46 +24728,42 @@
"type": "tidelift"
}
],
- "time": "2023-11-24T11:57:32+00:00"
+ "time": "2023-11-25T16:57:46+00:00"
},
{
"name": "symfony/psr-http-message-bridge",
- "version": "v2.2.0",
+ "version": "v6.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/psr-http-message-bridge.git",
- "reference": "28a732c05bbad801304ad5a5c674cf2970508993"
+ "reference": "d32f5898f163266230182432b877ab7623ff252d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/28a732c05bbad801304ad5a5c674cf2970508993",
- "reference": "28a732c05bbad801304ad5a5c674cf2970508993",
+ "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/d32f5898f163266230182432b877ab7623ff252d",
+ "reference": "d32f5898f163266230182432b877ab7623ff252d",
"shasum": ""
},
"require": {
- "php": ">=7.2.5",
- "psr/http-message": "^1.0 || ^2.0",
- "symfony/http-foundation": "^5.4 || ^6.0"
+ "php": ">=8.1",
+ "psr/http-message": "^1.0|^2.0",
+ "symfony/http-foundation": "^5.4|^6.0|^7.0"
+ },
+ "conflict": {
+ "php-http/discovery": "<1.15",
+ "symfony/http-kernel": "<6.2"
},
"require-dev": {
"nyholm/psr7": "^1.1",
- "psr/log": "^1.1 || ^2 || ^3",
- "symfony/browser-kit": "^5.4 || ^6.0",
- "symfony/config": "^5.4 || ^6.0",
- "symfony/event-dispatcher": "^5.4 || ^6.0",
- "symfony/framework-bundle": "^5.4 || ^6.0",
- "symfony/http-kernel": "^5.4 || ^6.0",
- "symfony/phpunit-bridge": "^6.2"
- },
- "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": "^5.4|^6.0|^7.0",
+ "symfony/config": "^5.4|^6.0|^7.0",
+ "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
+ "symfony/framework-bundle": "^6.2|^7.0",
+ "symfony/http-kernel": "^6.2|^7.0"
},
"type": "symfony-bridge",
- "extra": {
- "branch-alias": {
- "dev-main": "2.2-dev"
- }
- },
"autoload": {
"psr-4": {
"Symfony\\Bridge\\PsrHttpMessage\\": ""
@@ -24702,11 +24783,11 @@
},
{
"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",
@@ -24714,8 +24795,7 @@
"psr-7"
],
"support": {
- "issues": "https://github.com/symfony/psr-http-message-bridge/issues",
- "source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.2.0"
+ "source": "https://github.com/symfony/psr-http-message-bridge/tree/v6.4.2"
},
"funding": [
{
@@ -24731,20 +24811,20 @@
"type": "tidelift"
}
],
- "time": "2023-04-21T08:40:19+00:00"
+ "time": "2023-12-28T07:55:26+00:00"
},
{
"name": "symfony/routing",
- "version": "v6.3.11",
+ "version": "v6.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
- "reference": "5f1b4eb8e7b7d8487389bd774fb76f51dba57452"
+ "reference": "98eab13a07fddc85766f1756129c69f207ffbc21"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/routing/zipball/5f1b4eb8e7b7d8487389bd774fb76f51dba57452",
- "reference": "5f1b4eb8e7b7d8487389bd774fb76f51dba57452",
+ "url": "https://api.github.com/repos/symfony/routing/zipball/98eab13a07fddc85766f1756129c69f207ffbc21",
+ "reference": "98eab13a07fddc85766f1756129c69f207ffbc21",
"shasum": ""
},
"require": {
@@ -24760,11 +24840,11 @@
"require-dev": {
"doctrine/annotations": "^1.12|^2",
"psr/log": "^1|^2|^3",
- "symfony/config": "^6.2",
- "symfony/dependency-injection": "^5.4|^6.0",
- "symfony/expression-language": "^5.4|^6.0",
- "symfony/http-foundation": "^5.4|^6.0",
- "symfony/yaml": "^5.4|^6.0"
+ "symfony/config": "^6.2|^7.0",
+ "symfony/dependency-injection": "^5.4|^6.0|^7.0",
+ "symfony/expression-language": "^5.4|^6.0|^7.0",
+ "symfony/http-foundation": "^5.4|^6.0|^7.0",
+ "symfony/yaml": "^5.4|^6.0|^7.0"
},
"type": "library",
"autoload": {
@@ -24798,7 +24878,7 @@
"url"
],
"support": {
- "source": "https://github.com/symfony/routing/tree/v6.3.11"
+ "source": "https://github.com/symfony/routing/tree/v6.4.2"
},
"funding": [
{
@@ -24814,20 +24894,20 @@
"type": "tidelift"
}
],
- "time": "2023-12-29T15:20:22+00:00"
+ "time": "2023-12-29T15:34:34+00:00"
},
{
"name": "symfony/serializer",
- "version": "v6.3.11",
+ "version": "v6.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
- "reference": "83a2e5ec60dddfb227b28ef9bffb7da073e50cfc"
+ "reference": "f87ea9d7bfd4cf2f7b72be554607e6c96e6664af"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/serializer/zipball/83a2e5ec60dddfb227b28ef9bffb7da073e50cfc",
- "reference": "83a2e5ec60dddfb227b28ef9bffb7da073e50cfc",
+ "url": "https://api.github.com/repos/symfony/serializer/zipball/f87ea9d7bfd4cf2f7b72be554607e6c96e6664af",
+ "reference": "f87ea9d7bfd4cf2f7b72be554607e6c96e6664af",
"shasum": ""
},
"require": {
@@ -24843,28 +24923,32 @@
"symfony/property-access": "<5.4",
"symfony/property-info": "<5.4.24|>=6,<6.2.11",
"symfony/uid": "<5.4",
+ "symfony/validator": "<6.4",
"symfony/yaml": "<5.4"
},
"require-dev": {
"doctrine/annotations": "^1.12|^2",
"phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
- "symfony/cache": "^5.4|^6.0",
- "symfony/config": "^5.4|^6.0",
- "symfony/console": "^5.4|^6.0",
- "symfony/dependency-injection": "^5.4|^6.0",
- "symfony/error-handler": "^5.4|^6.0",
- "symfony/filesystem": "^5.4|^6.0",
- "symfony/form": "^5.4|^6.0",
- "symfony/http-foundation": "^5.4|^6.0",
- "symfony/http-kernel": "^5.4|^6.0",
- "symfony/mime": "^5.4|^6.0",
- "symfony/property-access": "^5.4|^6.0",
- "symfony/property-info": "^5.4.24|^6.2.11",
- "symfony/uid": "^5.4|^6.0",
- "symfony/validator": "^5.4|^6.0",
- "symfony/var-dumper": "^5.4|^6.0",
- "symfony/var-exporter": "^5.4|^6.0",
- "symfony/yaml": "^5.4|^6.0"
+ "seld/jsonlint": "^1.10",
+ "symfony/cache": "^5.4|^6.0|^7.0",
+ "symfony/config": "^5.4|^6.0|^7.0",
+ "symfony/console": "^5.4|^6.0|^7.0",
+ "symfony/dependency-injection": "^5.4|^6.0|^7.0",
+ "symfony/error-handler": "^5.4|^6.0|^7.0",
+ "symfony/filesystem": "^5.4|^6.0|^7.0",
+ "symfony/form": "^5.4|^6.0|^7.0",
+ "symfony/http-foundation": "^5.4|^6.0|^7.0",
+ "symfony/http-kernel": "^5.4|^6.0|^7.0",
+ "symfony/messenger": "^5.4|^6.0|^7.0",
+ "symfony/mime": "^5.4|^6.0|^7.0",
+ "symfony/property-access": "^5.4|^6.0|^7.0",
+ "symfony/property-info": "^5.4.24|^6.2.11|^7.0",
+ "symfony/translation-contracts": "^2.5|^3",
+ "symfony/uid": "^5.4|^6.0|^7.0",
+ "symfony/validator": "^6.4|^7.0",
+ "symfony/var-dumper": "^5.4|^6.0|^7.0",
+ "symfony/var-exporter": "^5.4|^6.0|^7.0",
+ "symfony/yaml": "^5.4|^6.0|^7.0"
},
"type": "library",
"autoload": {
@@ -24892,7 +24976,7 @@
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/serializer/tree/v6.3.11"
+ "source": "https://github.com/symfony/serializer/tree/v6.4.2"
},
"funding": [
{
@@ -24908,25 +24992,25 @@
"type": "tidelift"
}
],
- "time": "2023-12-29T15:20:22+00:00"
+ "time": "2023-12-29T15:34:34+00:00"
},
{
"name": "symfony/service-contracts",
- "version": "v3.3.0",
+ "version": "v3.4.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
- "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4"
+ "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/service-contracts/zipball/40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
- "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
+ "url": "https://api.github.com/repos/symfony/service-contracts/zipball/fe07cbc8d837f60caf7018068e350cc5163681a0",
+ "reference": "fe07cbc8d837f60caf7018068e350cc5163681a0",
"shasum": ""
},
"require": {
"php": ">=8.1",
- "psr/container": "^2.0"
+ "psr/container": "^1.1|^2.0"
},
"conflict": {
"ext-psr": "<1.1|>=2"
@@ -24974,7 +25058,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/service-contracts/tree/v3.3.0"
+ "source": "https://github.com/symfony/service-contracts/tree/v3.4.1"
},
"funding": [
{
@@ -24990,20 +25074,20 @@
"type": "tidelift"
}
],
- "time": "2023-05-23T14:45:45+00:00"
+ "time": "2023-12-26T14:02:43+00:00"
},
{
"name": "symfony/string",
- "version": "v6.3.11",
+ "version": "v6.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
- "reference": "6a4b1e7b315cf420c814c8e29d8af1e96ae4b674"
+ "reference": "7cb80bc10bfcdf6b5492741c0b9357dac66940bc"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/string/zipball/6a4b1e7b315cf420c814c8e29d8af1e96ae4b674",
- "reference": "6a4b1e7b315cf420c814c8e29d8af1e96ae4b674",
+ "url": "https://api.github.com/repos/symfony/string/zipball/7cb80bc10bfcdf6b5492741c0b9357dac66940bc",
+ "reference": "7cb80bc10bfcdf6b5492741c0b9357dac66940bc",
"shasum": ""
},
"require": {
@@ -25017,11 +25101,11 @@
"symfony/translation-contracts": "<2.5"
},
"require-dev": {
- "symfony/error-handler": "^5.4|^6.0",
- "symfony/http-client": "^5.4|^6.0",
- "symfony/intl": "^6.2",
+ "symfony/error-handler": "^5.4|^6.0|^7.0",
+ "symfony/http-client": "^5.4|^6.0|^7.0",
+ "symfony/intl": "^6.2|^7.0",
"symfony/translation-contracts": "^2.5|^3.0",
- "symfony/var-exporter": "^5.4|^6.0"
+ "symfony/var-exporter": "^5.4|^6.0|^7.0"
},
"type": "library",
"autoload": {
@@ -25060,7 +25144,7 @@
"utf8"
],
"support": {
- "source": "https://github.com/symfony/string/tree/v6.3.11"
+ "source": "https://github.com/symfony/string/tree/v6.4.2"
},
"funding": [
{
@@ -25076,20 +25160,20 @@
"type": "tidelift"
}
],
- "time": "2023-12-10T14:03:40+00:00"
+ "time": "2023-12-10T16:15:48+00:00"
},
{
"name": "symfony/translation-contracts",
- "version": "v3.3.0",
+ "version": "v3.4.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
- "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86"
+ "reference": "06450585bf65e978026bda220cdebca3f867fde7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/02c24deb352fb0d79db5486c0c79905a85e37e86",
- "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86",
+ "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/06450585bf65e978026bda220cdebca3f867fde7",
+ "reference": "06450585bf65e978026bda220cdebca3f867fde7",
"shasum": ""
},
"require": {
@@ -25138,7 +25222,7 @@
"standards"
],
"support": {
- "source": "https://github.com/symfony/translation-contracts/tree/v3.3.0"
+ "source": "https://github.com/symfony/translation-contracts/tree/v3.4.1"
},
"funding": [
{
@@ -25154,20 +25238,20 @@
"type": "tidelift"
}
],
- "time": "2023-05-30T17:17:10+00:00"
+ "time": "2023-12-26T14:02:43+00:00"
},
{
"name": "symfony/validator",
- "version": "v6.3.11",
+ "version": "v6.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
- "reference": "e35e841744bc8d3c54ffd35f06e22e02b36d6209"
+ "reference": "15fe2c6ed815b06b6b8636d8ba3ef9807ee1a75c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/validator/zipball/e35e841744bc8d3c54ffd35f06e22e02b36d6209",
- "reference": "e35e841744bc8d3c54ffd35f06e22e02b36d6209",
+ "url": "https://api.github.com/repos/symfony/validator/zipball/15fe2c6ed815b06b6b8636d8ba3ef9807ee1a75c",
+ "reference": "15fe2c6ed815b06b6b8636d8ba3ef9807ee1a75c",
"shasum": ""
},
"require": {
@@ -25192,21 +25276,21 @@
"require-dev": {
"doctrine/annotations": "^1.13|^2",
"egulias/email-validator": "^2.1.10|^3|^4",
- "symfony/cache": "^5.4|^6.0",
- "symfony/config": "^5.4|^6.0",
- "symfony/console": "^5.4|^6.0",
- "symfony/dependency-injection": "^5.4|^6.0",
- "symfony/expression-language": "^5.4|^6.0",
- "symfony/finder": "^5.4|^6.0",
- "symfony/http-client": "^5.4|^6.0",
- "symfony/http-foundation": "^5.4|^6.0",
- "symfony/http-kernel": "^5.4|^6.0",
- "symfony/intl": "^5.4|^6.0",
- "symfony/mime": "^5.4|^6.0",
- "symfony/property-access": "^5.4|^6.0",
- "symfony/property-info": "^5.4|^6.0",
- "symfony/translation": "^5.4|^6.0",
- "symfony/yaml": "^5.4|^6.0"
+ "symfony/cache": "^5.4|^6.0|^7.0",
+ "symfony/config": "^5.4|^6.0|^7.0",
+ "symfony/console": "^5.4|^6.0|^7.0",
+ "symfony/dependency-injection": "^5.4|^6.0|^7.0",
+ "symfony/expression-language": "^5.4|^6.0|^7.0",
+ "symfony/finder": "^5.4|^6.0|^7.0",
+ "symfony/http-client": "^5.4|^6.0|^7.0",
+ "symfony/http-foundation": "^5.4|^6.0|^7.0",
+ "symfony/http-kernel": "^5.4|^6.0|^7.0",
+ "symfony/intl": "^5.4|^6.0|^7.0",
+ "symfony/mime": "^5.4|^6.0|^7.0",
+ "symfony/property-access": "^5.4|^6.0|^7.0",
+ "symfony/property-info": "^5.4|^6.0|^7.0",
+ "symfony/translation": "^5.4|^6.0|^7.0",
+ "symfony/yaml": "^5.4|^6.0|^7.0"
},
"type": "library",
"autoload": {
@@ -25234,7 +25318,7 @@
"description": "Provides tools to validate values",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/validator/tree/v6.3.11"
+ "source": "https://github.com/symfony/validator/tree/v6.4.2"
},
"funding": [
{
@@ -25250,20 +25334,20 @@
"type": "tidelift"
}
],
- "time": "2023-12-29T16:33:47+00:00"
+ "time": "2023-12-29T16:34:12+00:00"
},
{
"name": "symfony/var-dumper",
- "version": "v6.3.11",
+ "version": "v6.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
- "reference": "376d3c652c17c33d88db7a7e2e5288ecf3e327dc"
+ "reference": "68d6573ec98715ddcae5a0a85bee3c1c27a4c33f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-dumper/zipball/376d3c652c17c33d88db7a7e2e5288ecf3e327dc",
- "reference": "376d3c652c17c33d88db7a7e2e5288ecf3e327dc",
+ "url": "https://api.github.com/repos/symfony/var-dumper/zipball/68d6573ec98715ddcae5a0a85bee3c1c27a4c33f",
+ "reference": "68d6573ec98715ddcae5a0a85bee3c1c27a4c33f",
"shasum": ""
},
"require": {
@@ -25276,10 +25360,11 @@
},
"require-dev": {
"ext-iconv": "*",
- "symfony/console": "^5.4|^6.0",
- "symfony/http-kernel": "^5.4|^6.0",
- "symfony/process": "^5.4|^6.0",
- "symfony/uid": "^5.4|^6.0",
+ "symfony/console": "^5.4|^6.0|^7.0",
+ "symfony/error-handler": "^6.3|^7.0",
+ "symfony/http-kernel": "^5.4|^6.0|^7.0",
+ "symfony/process": "^5.4|^6.0|^7.0",
+ "symfony/uid": "^5.4|^6.0|^7.0",
"twig/twig": "^2.13|^3.0.4"
},
"bin": [
@@ -25318,7 +25403,7 @@
"dump"
],
"support": {
- "source": "https://github.com/symfony/var-dumper/tree/v6.3.11"
+ "source": "https://github.com/symfony/var-dumper/tree/v6.4.2"
},
"funding": [
{
@@ -25334,27 +25419,28 @@
"type": "tidelift"
}
],
- "time": "2023-12-28T15:37:35+00:00"
+ "time": "2023-12-28T19:16:56+00:00"
},
{
"name": "symfony/var-exporter",
- "version": "v6.3.11",
+ "version": "v6.4.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
- "reference": "a8a93f02c528066a3ee66ed823dff839b602e1c1"
+ "reference": "5fe9a0021b8d35e67d914716ec8de50716a68e7e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-exporter/zipball/a8a93f02c528066a3ee66ed823dff839b602e1c1",
- "reference": "a8a93f02c528066a3ee66ed823dff839b602e1c1",
+ "url": "https://api.github.com/repos/symfony/var-exporter/zipball/5fe9a0021b8d35e67d914716ec8de50716a68e7e",
+ "reference": "5fe9a0021b8d35e67d914716ec8de50716a68e7e",
"shasum": ""
},
"require": {
- "php": ">=8.1"
+ "php": ">=8.1",
+ "symfony/deprecation-contracts": "^2.5|^3"
},
"require-dev": {
- "symfony/var-dumper": "^5.4|^6.0"
+ "symfony/var-dumper": "^5.4|^6.0|^7.0"
},
"type": "library",
"autoload": {
@@ -25392,7 +25478,7 @@
"serialize"
],
"support": {
- "source": "https://github.com/symfony/var-exporter/tree/v6.3.11"
+ "source": "https://github.com/symfony/var-exporter/tree/v6.4.2"
},
"funding": [
{
@@ -25408,20 +25494,20 @@
"type": "tidelift"
}
],
- "time": "2023-12-26T12:32:59+00:00"
+ "time": "2023-12-27T08:18:35+00:00"
},
{
"name": "symfony/yaml",
- "version": "v6.3.8",
+ "version": "v6.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
- "reference": "3493af8a8dad7fa91c77fa473ba23ecd95334a92"
+ "reference": "4f9237a1bb42455d609e6687d2613dde5b41a587"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/yaml/zipball/3493af8a8dad7fa91c77fa473ba23ecd95334a92",
- "reference": "3493af8a8dad7fa91c77fa473ba23ecd95334a92",
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/4f9237a1bb42455d609e6687d2613dde5b41a587",
+ "reference": "4f9237a1bb42455d609e6687d2613dde5b41a587",
"shasum": ""
},
"require": {
@@ -25433,7 +25519,7 @@
"symfony/console": "<5.4"
},
"require-dev": {
- "symfony/console": "^5.4|^6.0"
+ "symfony/console": "^5.4|^6.0|^7.0"
},
"bin": [
"Resources/bin/yaml-lint"
@@ -25464,7 +25550,7 @@
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/yaml/tree/v6.3.8"
+ "source": "https://github.com/symfony/yaml/tree/v6.4.0"
},
"funding": [
{
@@ -25480,7 +25566,7 @@
"type": "tidelift"
}
],
- "time": "2023-11-06T10:58:05+00:00"
+ "time": "2023-11-06T11:00:25+00:00"
},
{
"name": "theseer/tokenizer",
@@ -25704,26 +25790,27 @@
},
{
"name": "twig/twig",
- "version": "v3.6.1",
+ "version": "v3.8.0",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
- "reference": "7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd"
+ "reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/twigphp/Twig/zipball/7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd",
- "reference": "7e7d5839d4bec168dfeef0ac66d5c5a2edbabffd",
+ "url": "https://api.github.com/repos/twigphp/Twig/zipball/9d15f0ac07f44dc4217883ec6ae02fd555c6f71d",
+ "reference": "9d15f0ac07f44dc4217883ec6ae02fd555c6f71d",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-ctype": "^1.8",
- "symfony/polyfill-mbstring": "^1.3"
+ "symfony/polyfill-mbstring": "^1.3",
+ "symfony/polyfill-php80": "^1.22"
},
"require-dev": {
"psr/container": "^1.0|^2.0",
- "symfony/phpunit-bridge": "^4.4.9|^5.0.9|^6.0"
+ "symfony/phpunit-bridge": "^5.4.9|^6.3|^7.0"
},
"type": "library",
"autoload": {
@@ -25759,7 +25846,7 @@
],
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
- "source": "https://github.com/twigphp/Twig/tree/v3.6.1"
+ "source": "https://github.com/twigphp/Twig/tree/v3.8.0"
},
"funding": [
{
@@ -25771,20 +25858,20 @@
"type": "tidelift"
}
],
- "time": "2023-06-08T12:52:13+00:00"
+ "time": "2023-11-21T18:54:41+00:00"
},
{
"name": "va-gov/content-build",
- "version": "v0.0.3418",
+ "version": "v0.0.3422",
"source": {
"type": "git",
"url": "https://github.com/department-of-veterans-affairs/content-build.git",
- "reference": "31943d821cadcb209e7c051ad45cebc88e3d7195"
+ "reference": "6c82218da1661c090d2883b26f40cf18e173ff98"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/department-of-veterans-affairs/content-build/zipball/31943d821cadcb209e7c051ad45cebc88e3d7195",
- "reference": "31943d821cadcb209e7c051ad45cebc88e3d7195",
+ "url": "https://api.github.com/repos/department-of-veterans-affairs/content-build/zipball/6c82218da1661c090d2883b26f40cf18e173ff98",
+ "reference": "6c82218da1661c090d2883b26f40cf18e173ff98",
"shasum": ""
},
"type": "node-project",
@@ -25811,9 +25898,9 @@
"description": "Front-end for VA.gov. This repository contains the code that generates the www.va.gov website. It contains a Metalsmith static site builder that uses a Drupal CMS for content. This file is here to publish releases to https://packagist.org/packages/va-gov/content-build, so that the CMS CI system can install it and update it using standard composer processes, and so that we can run tests across both systems. See https://github.com/department-of-veterans-affairs/va.gov-cms for the CMS repo, and stand by for more documentation.",
"support": {
"issues": "https://github.com/department-of-veterans-affairs/content-build/issues",
- "source": "https://github.com/department-of-veterans-affairs/content-build/tree/v0.0.3418"
+ "source": "https://github.com/department-of-veterans-affairs/content-build/tree/v0.0.3422"
},
- "time": "2024-01-10T19:00:37+00:00"
+ "time": "2024-01-17T18:59:30+00:00"
},
{
"name": "vlucas/phpdotenv",
@@ -26771,24 +26858,6 @@
}
],
"aliases": [
- {
- "package": "drupal/core",
- "version": "10.1.7.0",
- "alias": "9.5",
- "alias_normalized": "9.5.0.0"
- },
- {
- "package": "drupal/core-composer-scaffold",
- "version": "10.1.7.0",
- "alias": "9.5",
- "alias_normalized": "9.5.0.0"
- },
- {
- "package": "drupal/core-recommended",
- "version": "10.1.7.0",
- "alias": "9.5",
- "alias_normalized": "9.5.0.0"
- },
{
"package": "easyrdf/easyrdf",
"version": "1.1.1.0",
diff --git a/config/sync/core.entity_form_display.node.health_care_local_facility.default.yml b/config/sync/core.entity_form_display.node.health_care_local_facility.default.yml
index d8b3a76b70..55a7e6fcc4 100644
--- a/config/sync/core.entity_form_display.node.health_care_local_facility.default.yml
+++ b/config/sync/core.entity_form_display.node.health_care_local_facility.default.yml
@@ -15,6 +15,7 @@ dependencies:
- field.field.node.health_care_local_facility.field_location_services
- field.field.node.health_care_local_facility.field_main_location
- field.field.node.health_care_local_facility.field_media
+ - field.field.node.health_care_local_facility.field_mental_health_contact_phon
- field.field.node.health_care_local_facility.field_mental_health_phone
- field.field.node.health_care_local_facility.field_meta_tags
- field.field.node.health_care_local_facility.field_mobile
@@ -30,7 +31,6 @@ dependencies:
- workflows.workflow.editorial
module:
- address
- - allowed_formats
- content_moderation
- field_group
- geofield
@@ -49,7 +49,7 @@ third_party_settings:
label: 'Section settings'
region: content
parent_name: ''
- weight: 8
+ weight: 9
format_type: details_sidebar
format_settings:
classes: ''
@@ -65,7 +65,7 @@ third_party_settings:
label: 'Editorial Workflow'
region: content
parent_name: ''
- weight: 9
+ weight: 10
format_type: fieldset
format_settings:
classes: ''
@@ -78,7 +78,7 @@ third_party_settings:
label: '"Prepare for your visit"'
region: content
parent_name: ''
- weight: 6
+ weight: 7
format_type: details
format_settings:
classes: ''
@@ -119,7 +119,7 @@ third_party_settings:
label: 'Social Media'
region: content
parent_name: ''
- weight: 5
+ weight: 6
format_type: fieldset
format_settings:
classes: ''
@@ -158,6 +158,7 @@ third_party_settings:
group_locations_and_contact_info:
children:
- group_facility_data_from_vast
+ - field_mental_health_contact_phon
label: 'Locations and contact information'
region: content
parent_name: ''
@@ -204,7 +205,7 @@ third_party_settings:
label: 'COVID-19 health protection guidelines'
region: hidden
parent_name: ''
- weight: 19
+ weight: 21
format_type: html_element
format_settings:
classes: ''
@@ -246,6 +247,7 @@ content:
maxlength: 300
counter_position: after
js_prevent_submit: false
+ count_only_mode: false
count_html_characters: false
textcount_status_message: '@remaining_count characters remaining'
third_party_settings: { }
@@ -280,12 +282,13 @@ content:
maxlength: 600
counter_position: after
js_prevent_submit: false
+ count_only_mode: false
count_html_characters: false
textcount_status_message: '@remaining_count characters remaining'
third_party_settings: { }
field_last_saved_by_an_editor:
type: datetime_timestamp
- weight: 10
+ weight: 11
region: content
settings: { }
third_party_settings: { }
@@ -315,6 +318,13 @@ content:
settings:
media_types: { }
third_party_settings: { }
+ field_mental_health_contact_phon:
+ type: telephone_default
+ weight: 21
+ region: content
+ settings:
+ placeholder: ''
+ third_party_settings: { }
field_mental_health_phone:
type: telephone_default
weight: 28
@@ -333,7 +343,8 @@ content:
type: office_hours_default
weight: 29
region: content
- settings: { }
+ settings:
+ collapsed: false
third_party_settings: { }
field_operating_status_facility:
type: options_buttons
@@ -351,6 +362,7 @@ content:
maxlength: 300
counter_position: after
js_prevent_submit: true
+ count_only_mode: false
count_html_characters: true
textcount_status_message: '@remaining_count characters remaining'
third_party_settings: { }
@@ -386,7 +398,7 @@ content:
third_party_settings: { }
path:
type: path
- weight: 7
+ weight: 8
region: content
settings: { }
third_party_settings: { }
@@ -401,6 +413,7 @@ content:
maxlength: 150
counter_position: after
js_prevent_submit: false
+ count_only_mode: false
count_html_characters: true
textcount_status_message: '@remaining_count characters remaining'
third_party_settings: { }
diff --git a/config/sync/core.entity_form_display.node.health_care_local_facility.inline_entity_form.yml b/config/sync/core.entity_form_display.node.health_care_local_facility.inline_entity_form.yml
index e8f2e84b49..bb8face28e 100644
--- a/config/sync/core.entity_form_display.node.health_care_local_facility.inline_entity_form.yml
+++ b/config/sync/core.entity_form_display.node.health_care_local_facility.inline_entity_form.yml
@@ -16,6 +16,7 @@ dependencies:
- field.field.node.health_care_local_facility.field_location_services
- field.field.node.health_care_local_facility.field_main_location
- field.field.node.health_care_local_facility.field_media
+ - field.field.node.health_care_local_facility.field_mental_health_contact_phon
- field.field.node.health_care_local_facility.field_mental_health_phone
- field.field.node.health_care_local_facility.field_meta_tags
- field.field.node.health_care_local_facility.field_mobile
@@ -150,6 +151,7 @@ hidden:
field_location_services: true
field_main_location: true
field_media: true
+ field_mental_health_contact_phon: true
field_mental_health_phone: true
field_meta_tags: true
field_mobile: true
diff --git a/config/sync/core.entity_view_display.node.health_care_local_facility.default.yml b/config/sync/core.entity_view_display.node.health_care_local_facility.default.yml
index a1ddf0e569..8a2ea63ceb 100644
--- a/config/sync/core.entity_view_display.node.health_care_local_facility.default.yml
+++ b/config/sync/core.entity_view_display.node.health_care_local_facility.default.yml
@@ -15,6 +15,7 @@ dependencies:
- field.field.node.health_care_local_facility.field_location_services
- field.field.node.health_care_local_facility.field_main_location
- field.field.node.health_care_local_facility.field_media
+ - field.field.node.health_care_local_facility.field_mental_health_contact_phon
- field.field.node.health_care_local_facility.field_mental_health_phone
- field.field.node.health_care_local_facility.field_meta_tags
- field.field.node.health_care_local_facility.field_mobile
@@ -94,6 +95,7 @@ third_party_settings:
group_locations_and_contact_info:
children:
- group_facility_data_from_vast
+ - field_mental_health_contact_phon
label: 'Locations and contact information'
parent_name: ''
region: content
@@ -155,7 +157,7 @@ content:
label: above
settings: { }
third_party_settings: { }
- weight: 17
+ weight: 16
region: content
field_description:
type: string
@@ -200,7 +202,7 @@ content:
third_party_settings: { }
weight: 0
region: content
- field_mental_health_phone:
+ field_mental_health_contact_phon:
type: telephone_link
label: inline
settings:
@@ -208,6 +210,14 @@ content:
third_party_settings: { }
weight: 20
region: content
+ field_mental_health_phone:
+ type: telephone_link
+ label: inline
+ settings:
+ title: ''
+ third_party_settings: { }
+ weight: 19
+ region: content
field_mobile:
type: boolean
label: inline
@@ -216,7 +226,7 @@ content:
format_custom_false: ''
format_custom_true: ''
third_party_settings: { }
- weight: 19
+ weight: 18
region: content
field_office_hours:
type: office_hours
@@ -249,7 +259,7 @@ content:
schema:
enabled: false
third_party_settings: { }
- weight: 21
+ weight: 20
region: content
field_operating_status_facility:
type: list_default
@@ -271,14 +281,14 @@ content:
settings:
title: ''
third_party_settings: { }
- weight: 18
+ weight: 17
region: content
field_timezone:
type: basic_string
label: above
settings: { }
third_party_settings: { }
- weight: 22
+ weight: 21
region: content
flag_email_node:
settings: { }
diff --git a/config/sync/core.entity_view_display.node.health_care_local_facility.external_content.yml b/config/sync/core.entity_view_display.node.health_care_local_facility.external_content.yml
index 166c5fe7a6..c148f6326c 100644
--- a/config/sync/core.entity_view_display.node.health_care_local_facility.external_content.yml
+++ b/config/sync/core.entity_view_display.node.health_care_local_facility.external_content.yml
@@ -16,6 +16,7 @@ dependencies:
- field.field.node.health_care_local_facility.field_location_services
- field.field.node.health_care_local_facility.field_main_location
- field.field.node.health_care_local_facility.field_media
+ - field.field.node.health_care_local_facility.field_mental_health_contact_phon
- field.field.node.health_care_local_facility.field_mental_health_phone
- field.field.node.health_care_local_facility.field_meta_tags
- field.field.node.health_care_local_facility.field_mobile
@@ -219,7 +220,6 @@ content:
grouped: false
show_closed: all
closed_format: Closed
- all_day_format: 'All day open'
separator:
days: '
'
grouped_days: ' - '
@@ -230,11 +230,6 @@ content:
position: ''
open_text: 'Currently open!'
closed_text: 'Currently closed'
- exceptions:
- title: 'Exception hours'
- restrict_exceptions_to_num_days: 7
- date_format: long
- all_day_format: 'All day open'
timezone_field: ''
office_hours_first_day: ''
schema:
@@ -273,6 +268,7 @@ hidden:
field_location_services: true
field_main_location: true
field_media: true
+ field_mental_health_contact_phon: true
field_meta_tags: true
field_meta_title: true
field_operating_status_facility: true
diff --git a/config/sync/core.entity_view_display.node.health_care_local_facility.ief_table.yml b/config/sync/core.entity_view_display.node.health_care_local_facility.ief_table.yml
index d978097d78..54d54c1bd5 100644
--- a/config/sync/core.entity_view_display.node.health_care_local_facility.ief_table.yml
+++ b/config/sync/core.entity_view_display.node.health_care_local_facility.ief_table.yml
@@ -16,6 +16,7 @@ dependencies:
- field.field.node.health_care_local_facility.field_location_services
- field.field.node.health_care_local_facility.field_main_location
- field.field.node.health_care_local_facility.field_media
+ - field.field.node.health_care_local_facility.field_mental_health_contact_phon
- field.field.node.health_care_local_facility.field_mental_health_phone
- field.field.node.health_care_local_facility.field_meta_tags
- field.field.node.health_care_local_facility.field_mobile
@@ -119,6 +120,7 @@ hidden:
field_local_health_care_service_: true
field_location_services: true
field_main_location: true
+ field_mental_health_contact_phon: true
field_mental_health_phone: true
field_meta_tags: true
field_mobile: true
diff --git a/config/sync/core.entity_view_display.node.health_care_local_facility.teaser.yml b/config/sync/core.entity_view_display.node.health_care_local_facility.teaser.yml
index 23950b24f1..45398d6261 100644
--- a/config/sync/core.entity_view_display.node.health_care_local_facility.teaser.yml
+++ b/config/sync/core.entity_view_display.node.health_care_local_facility.teaser.yml
@@ -16,6 +16,7 @@ dependencies:
- field.field.node.health_care_local_facility.field_location_services
- field.field.node.health_care_local_facility.field_main_location
- field.field.node.health_care_local_facility.field_media
+ - field.field.node.health_care_local_facility.field_mental_health_contact_phon
- field.field.node.health_care_local_facility.field_mental_health_phone
- field.field.node.health_care_local_facility.field_meta_tags
- field.field.node.health_care_local_facility.field_mobile
@@ -95,6 +96,7 @@ hidden:
field_location_services: true
field_main_location: true
field_media: true
+ field_mental_health_contact_phon: true
field_mental_health_phone: true
field_meta_tags: true
field_mobile: true
diff --git a/config/sync/field.field.node.health_care_local_facility.field_mental_health_contact_phon.yml b/config/sync/field.field.node.health_care_local_facility.field_mental_health_contact_phon.yml
new file mode 100644
index 0000000000..f62a8a60d6
--- /dev/null
+++ b/config/sync/field.field.node.health_care_local_facility.field_mental_health_contact_phon.yml
@@ -0,0 +1,25 @@
+uuid: 85b46732-b695-42f5-be09-413287698196
+langcode: en
+status: true
+dependencies:
+ config:
+ - field.storage.node.field_mental_health_contact_phon
+ - node.type.health_care_local_facility
+ module:
+ - telephone
+ - tmgmt_content
+third_party_settings:
+ tmgmt_content:
+ excluded: false
+id: node.health_care_local_facility.field_mental_health_contact_phon
+field_name: field_mental_health_contact_phon
+entity_type: node
+bundle: health_care_local_facility
+label: 'Mental health contact phone number'
+description: 'Enter the number Veterans should call to access mental health services at your facility, for example 202-555-1234, ext. 23. If your facility doesn''t offer these services, enter the most appropriate system number. This number will be displayed everywhere your facility appears across VA.gov. View guidelines for editing VAMC facilities (opens in a new tab)'
+required: false
+translatable: false
+default_value: { }
+default_value_callback: ''
+settings: { }
+field_type: telephone
diff --git a/config/sync/field.field.node.health_care_local_facility.field_mental_health_phone.yml b/config/sync/field.field.node.health_care_local_facility.field_mental_health_phone.yml
index bb2fc3160a..ff107baf8e 100644
--- a/config/sync/field.field.node.health_care_local_facility.field_mental_health_phone.yml
+++ b/config/sync/field.field.node.health_care_local_facility.field_mental_health_phone.yml
@@ -7,11 +7,15 @@ dependencies:
- node.type.health_care_local_facility
module:
- telephone
+ - tmgmt_content
+third_party_settings:
+ tmgmt_content:
+ excluded: false
id: node.health_care_local_facility.field_mental_health_phone
field_name: field_mental_health_phone
entity_type: node
bundle: health_care_local_facility
-label: 'Mental Health Phone'
+label: 'Mental health phone number'
description: ''
required: false
translatable: false
diff --git a/config/sync/field.field.node.health_care_local_facility.field_phone_number.yml b/config/sync/field.field.node.health_care_local_facility.field_phone_number.yml
index 0859ff7da1..45b797bbb9 100644
--- a/config/sync/field.field.node.health_care_local_facility.field_phone_number.yml
+++ b/config/sync/field.field.node.health_care_local_facility.field_phone_number.yml
@@ -7,11 +7,15 @@ dependencies:
- node.type.health_care_local_facility
module:
- telephone
+ - tmgmt_content
+third_party_settings:
+ tmgmt_content:
+ excluded: false
id: node.health_care_local_facility.field_phone_number
field_name: field_phone_number
entity_type: node
bundle: health_care_local_facility
-label: 'Phone Number'
+label: 'Phone number'
description: ''
required: false
translatable: false
diff --git a/config/sync/field.field.node.vba_facility.field_banner_types_description.yml b/config/sync/field.field.node.vba_facility.field_banner_types_description.yml
index f111a20eb3..54465c6f51 100644
--- a/config/sync/field.field.node.vba_facility.field_banner_types_description.yml
+++ b/config/sync/field.field.node.vba_facility.field_banner_types_description.yml
@@ -24,6 +24,6 @@ default_value:
default_value_callback: ''
settings:
markup:
- value: "
Two types of Banner alerts are supported:
\r\n\r\nYou can read more about these banner types on the site in the VA Design System (opens in a new window), or learn how to create them in the CMS in the Knowledge Base (opens in a new window).
" + value: "Two types of Banner alerts are supported:
\r\n\r\nYou can read more about these banner types on the site in the VA Design System (opens in a new window), or learn how to create them in the CMS in the Knowledge Base (opens in a new window).
" format: rich_text field_type: markup diff --git a/config/sync/field.field.paragraph.audience_topics.field_markup.yml b/config/sync/field.field.paragraph.audience_topics.field_markup.yml index 7bf6f6d514..f514c78b77 100644 --- a/config/sync/field.field.paragraph.audience_topics.field_markup.yml +++ b/config/sync/field.field.paragraph.audience_topics.field_markup.yml @@ -20,6 +20,6 @@ default_value: default_value_callback: '' settings: markup: - value: "Select tags for your article (minimum of 1, max of 4).
\r\nTags allow users to see more articles for that tag.
\r\nSelect one to four tags that are most relevant for this article.
\r\nYou can select a combination of Topics and Audiences.
Select tags for your article.
\r\nTags allow users to see more articles for that tag.
\r\nYou can select a combination of Topics and Audiences.