Skip to content

Commit

Permalink
[SRM-1178] Updated info to allow D10. (#2)
Browse files Browse the repository at this point in the history
* [SRM-1178] Updated info to allow D10.
  • Loading branch information
MdNadimHossain authored Nov 17, 2023
1 parent fe67519 commit f0f0533
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bay_monitoring.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: bay_monitoring
description: 'Drupal health check module for the Bay hosting platform.'
type: module
package: Other
core_version_requirement: ^8.9 || ^9
core_version_requirement: ^9 || ^10
dependencies:
- monitoring:monitoring
- drupal:node
2 changes: 1 addition & 1 deletion src/Access/HealthzAccessCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Drupal\bay_monitoring\Access;

use Drupal\Core\Site\Settings;
use Drupal\Core\Access\AccessResult;
use Drupal\Core\Routing\Access\AccessInterface;
use Drupal\Core\Site\Settings;
use Symfony\Component\HttpFoundation\Request;

/**
Expand Down

0 comments on commit f0f0533

Please sign in to comment.