Skip to content

Commit

Permalink
Bump drupal/allowed_formats from 2.0.0 to 3.0.0
Browse files Browse the repository at this point in the history
Bumps drupal/allowed_formats from 2.0.0 to 3.0.0.

---
updated-dependencies:
- dependency-name: drupal/allowed_formats
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 18, 2024
1 parent c33d8d0 commit aad1f70
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"drupal/admin_toolbar": "^3.3",
"drupal/advancedqueue": "^1.0@RC",
"drupal/allow_only_one": "1.0.2",
"drupal/allowed_formats": "^2.0",
"drupal/allowed_formats": "^3.0",
"drupal/animated_gif": "^2.0",
"drupal/auto_entitylabel": "^3.0",
"drupal/better_exposed_filters": "^6.0",
Expand Down
23 changes: 13 additions & 10 deletions composer.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "d7d79fcec81d79a5fc5ef670d20ad66d",
"content-hash": "d067da18f13a32feba22085aee6166c9",
"packages": [
{
"name": "asm89/stack-cors",
Expand Down Expand Up @@ -2531,26 +2531,29 @@
},
{
"name": "drupal/allowed_formats",
"version": "2.0.0",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/allowed_formats.git",
"reference": "2.0.0"
"reference": "3.0.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/allowed_formats-2.0.0.zip",
"reference": "2.0.0",
"shasum": "ac6c6d398f303608ced7e9cd9d4556a728dc41f0"
"url": "https://ftp.drupal.org/files/projects/allowed_formats-3.0.0.zip",
"reference": "3.0.0",
"shasum": "1dad855db0e12fa3cdef8ca4e3bfc98f89090490"
},
"require": {
"drupal/core": "^9.2 || ^10"
"drupal/core": "^10.1"
},
"conflict": {
"drupal/core": "<10.1.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.0",
"datestamp": "1669170410",
"version": "3.0.0",
"datestamp": "1693983469",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
Expand Down Expand Up @@ -2583,7 +2586,7 @@
"role": "Maintainer"
}
],
"description": "Limit which text formats are available for each field instance.",
"description": "Hides info about the selected text format. The 'allowed formats' functionality has been moved to core since Drupal 10.1.0.",
"homepage": "https://www.drupal.org/project/allowed_formats",
"support": {
"source": "http://cgit.drupalcode.org/allowed_formats",
Expand Down

0 comments on commit aad1f70

Please sign in to comment.