Commit 3e473130 authored by Rajab Natshah's avatar Rajab Natshah
Browse files

Issue #3277440: Support Drupal 10 and update all use of deprecations in the...

Issue #3277440: Support Drupal 10 and update all use of deprecations in the Admin Audit Trail module
parent 95202ec4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
name: "Admin Audit Trail"
description: "Logs general CUD events performed by the user (using the forms) on the website."
type: module
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
package: Administration
configure: admin_audit_trail.report_form
+1 −1
Original line number Diff line number Diff line
@@ -23,6 +23,6 @@
    }
  },
  "require": {
    "drupal/core": "^8 || ^9"
    "drupal/core": "^8 || ^9 || ^10"
  }
}
 No newline at end of file