Skip to content
Snippets Groups Projects
Commit 4202c4c7 authored by Jakob P's avatar Jakob P
Browse files

Drupal 9 Compatibility.

parent 429a0488
No related branches found
No related tags found
No related merge requests found
......@@ -12,5 +12,5 @@ This module has absolutely no functionality; it simply disables the warning.
To install:
- Place the module in your modules/contrib directory.
- Enable it from Admin -> Extend (admin/modules).
- You can only enable this by updating core_extensions.yml or enabling it via Drush. It is hidden from the UI.
{
"name": "drupal/update_notifications_disable",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"require": {
"drupal/core": "^8 || ^9"
},
"extra": {
"branch-alias": {
"dev-8.x-1.x": "1.x-dev"
}
}
}
name = Update Notification Disable
description = "Turns off core's update notification and removes warning about the Update status module not being enabled."
core = 8.x
name: 'Update Notification Disable'
type: module
description: "Turns off core's update notification and removes warning about the Update status module not being enabled."
core: 8.x
core_version_requirement: ^8 || ^9
package: Other
hidden: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment