Commit a3c4ef89 authored by git's avatar git Committed by Michael Strelan
Browse files

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

parent 46e5eee0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,6 +4,6 @@
  "type": "drupal-module",
  "license": "GPL-2.0-or-later",
  "require": {
      "drupal/core": "^8.8 || ^9"
    "drupal/core": "^9.3 || ^10"
  }
}
+1 −1
Original line number Diff line number Diff line
name: Review date
type: module
description: 'Provides a review date field and related functionality.'
core_version_requirement: ^8.8 || ^9
core_version_requirement: ^9.3 || ^10
dependencies:
  - drupal:datetime
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ function review_date_theme($existing, $type, $theme, $path) {
        'reviewed' => NULL,
      ],
      'template' => 'review_date',
      'path' => drupal_get_path('module', 'review_date') . '/templates',
      'path' => \Drupal::service('extension.list.module')->getPath('review_date') . '/templates',
    ],
  ];
}