Commit ca9f5e56 authored by git's avatar git Committed by Nikunj Kotecha
Browse files

Issue #3290217 by Project Update Bot: Automated Drupal 10 compatibility fixes

parent aea7309c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -14,6 +14,10 @@
    "issues": "https://drupal.org/project/issues/unique_logs",
    "source": "https://cgit.drupalcode.org/unique_logs"
  },
  "require": {
    "php": ">=7.4.0",
    "drupal/core": "^9.0 || ^10"
  },
  "license": "GPL-2.0+",
  "minimum-stability": "dev"
}
+1 −2
Original line number Diff line number Diff line
name: Unique Logs
type: module
description: Provides a way to log messages only once per request.
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
package: Logs