Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove az_google_tag's dependency on ctools and remove ctools from az_quickstart. #3481

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions az_quickstart.install
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ function az_quickstart_requirements($phase) {
// Gather all deprecated modules that are enabled.
$azqs_deprecated_modules = [
'block_content_permissions',
'ctools',
];
$enabled_deprecated_modules = [];
$enabled_modules = \Drupal::moduleHandler()->getModuleList();
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"drupal/config_update": "2.0.0-alpha3",
"drupal/core-recommended": "10.2.7",
"drupal/crop": "2.3.0",
"drupal/ctools": "3.14.0",
"drupal/ctools": "*",
"drupal/date_ap_style": "2.0.0",
"drupal/draggableviews": "2.1.4",
"drupal/easy_breadcrumb": "2.0.6",
Expand Down
1 change: 0 additions & 1 deletion modules/custom/az_google_tag/az_google_tag.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ type: module
core_version_requirement: ^9 || ^10
package: The University of Arizona
dependencies:
- ctools:ctools
- google_tag:google_tag