Skip to content

Commit

Permalink
Closes #3335: Remove modules deprecated in 2.9.x. (#3510)
Browse files Browse the repository at this point in the history
* Remove modules deprecated as of 2.9.x from composer.json

* Remove block_content_permissions from deprecated modules list.
  • Loading branch information
joeparsons authored Jun 28, 2024
1 parent 109e8dd commit db4230b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion az_quickstart.install
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ function az_quickstart_requirements($phase) {

// Gather all deprecated modules that are enabled.
$azqs_deprecated_modules = [
'block_content_permissions',
'ctools',
];
$enabled_deprecated_modules = [];
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"drupal/better_exposed_filters": "6.0.6",
"drupal/blazy": "3.0.8",
"drupal/block_class": "2.0.11",
"drupal/block_content_permissions": "*",
"drupal/block_field": "1.0.0-rc4",
"drupal/bootstrap_barrio": "5.1.10",
"drupal/bootstrap_utilities": "2.0.0",
Expand Down

0 comments on commit db4230b

Please sign in to comment.