Skip to content

Commit f0f0533

Browse files
[SRM-1178] Updated info to allow D10. (#2)
* [SRM-1178] Updated info to allow D10.
1 parent fe67519 commit f0f0533

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bay_monitoring.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: bay_monitoring
22
description: 'Drupal health check module for the Bay hosting platform.'
33
type: module
44
package: Other
5-
core_version_requirement: ^8.9 || ^9
5+
core_version_requirement: ^9 || ^10
66
dependencies:
77
- monitoring:monitoring
88
- drupal:node

src/Access/HealthzAccessCheck.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
namespace Drupal\bay_monitoring\Access;
44

5-
use Drupal\Core\Site\Settings;
65
use Drupal\Core\Access\AccessResult;
76
use Drupal\Core\Routing\Access\AccessInterface;
7+
use Drupal\Core\Site\Settings;
88
use Symfony\Component\HttpFoundation\Request;
99

1010
/**

0 commit comments

Comments
 (0)