Skip to content

Commit

Permalink
VACMS-16726: Remove block_content_permissions from composer. (#17033)
Browse files Browse the repository at this point in the history
* VACMS-16726: Remove block_content_permissions from composer.

* VACMS-16726: Update composer.lock.

* VACMS-16726: Update composer.lock.
  • Loading branch information
Becapa authored Jan 26, 2024
1 parent e62a054 commit 2de3835
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 51 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"drupal/animated_gif": "^2.0",
"drupal/auto_entitylabel": "^3.0",
"drupal/better_exposed_filters": "^6.0",
"drupal/block_content_permissions": "^1.6",
"drupal/cer": "^5.0@beta",
"drupal/change_labels": "dev-3326097-remove-dependency-on-drupal-autoservices#7f92f90b456ac2f394dd434257e39e1d9b3086eb",
"drupal/clientside_validation": "^4.0",
Expand Down
51 changes: 1 addition & 50 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": "79e3ff48d246f49f1c3281a4adefe8fc",
"content-hash": "8c29a0eecdb0cb5488b48f3abba81154",
"packages": [
{
"name": "asm89/stack-cors",
Expand Down Expand Up @@ -2787,55 +2787,6 @@
"issues": "https://www.drupal.org/project/issues/better_exposed_filters"
}
},
{
"name": "drupal/block_content_permissions",
"version": "1.11.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/block_content_permissions.git",
"reference": "8.x-1.11"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/block_content_permissions-8.x-1.11.zip",
"reference": "8.x-1.11",
"shasum": "1ecb7330f69be30b6cf05f8682d1957c1aaf605e"
},
"require": {
"drupal/core": "^8 || ^9 || ^10"
},
"suggest": {
"drupal/block_region_permissions": "Block Region Permissions adds permissions for administering 'blocks' based on each theme's regions."
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.11",
"datestamp": "1674237116",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Joshua Roberson",
"homepage": "https://www.drupal.org/u/joshuaroberson",
"role": "Maintainer"
}
],
"description": "Block Content Permissions adds permissions for administering 'block content types' and 'block content'.",
"homepage": "https://www.drupal.org/project/block_content_permissions",
"support": {
"source": "https://git.drupalcode.org/project/block_content_permissions",
"issues": "https://www.drupal.org/project/issues/block_content_permissions"
}
},
{
"name": "drupal/cer",
"version": "5.0.0-beta3",
Expand Down

0 comments on commit 2de3835

Please sign in to comment.