Skip to content

Commit

Permalink
Drupal 11 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
kepol committed Sep 28, 2023
1 parent a53937b commit efb0b00
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion modules/quant_api/quant_api.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Connect to the hosted Quant service
package: Quant

type: module
core_version_requirement: ^9.3 || ^10
core_version_requirement: ^9.3 || ^10 || ^11
configure: quant_api.settings_form
dependencies:
- drupal:quant
2 changes: 1 addition & 1 deletion modules/quant_cron/quant_cron.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Run Quant tasks during cron
package: Quant

type: module
core_version_requirement: ^9.3 || ^10
core_version_requirement: ^9.3 || ^10 || ^11
configure: quant_cron.settings_form
dependencies:
- quant:quant_api
2 changes: 1 addition & 1 deletion modules/quant_purger/quant_purger.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Cache tag purger for Quant.
package: Quant

type: module
core_version_requirement: ^9.3 || ^10
core_version_requirement: ^9.3 || ^10 || ^11

dependencies:
- quant:quant
Expand Down
2 changes: 1 addition & 1 deletion modules/quant_purger/src/StackMiddleware/UrlRegistrar.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function __construct(HttpKernelInterface $http_kernel, TrafficRegistryInt
/**
* {@inheritdoc}
*/
public function handle(Request $request, $type = self::MASTER_REQUEST, $catch = TRUE) {
public function handle(Request $request, $type = self::MAIN_REQUEST, $catch = TRUE) {
$response = $this->httpKernel->handle($request, $type, $catch);
if ($this->determine($request, $response)) {
$this->registry->add(
Expand Down
2 changes: 1 addition & 1 deletion modules/quant_search/quant_search.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'Allows creation of Quant Search pages.'
package: Quant

type: module
core_version_requirement: ^9.3 || ^10
core_version_requirement: ^9.3 || ^10 || ^11
configure: quant_search.main
dependencies:
- drupal:quant
Expand Down
2 changes: 1 addition & 1 deletion modules/quant_sitemap/quant_sitemap.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Quant simple_sitemap support
package: Quant

type: module
core_version_requirement: ^9.3 || ^10
core_version_requirement: ^9.3 || ^10 || ^11

dependencies:
- quant:quant_api
2 changes: 1 addition & 1 deletion modules/quant_tome/quant_tome.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: 'Deploy Tome static output to Quant.'
package: Quant

type: module
core_version_requirement: ^9.3 || ^10
core_version_requirement: ^9.3 || ^10 || ^11

dependencies:
- tome:tome_static
Expand Down
2 changes: 1 addition & 1 deletion modules/quant_webform/quant_webform.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Quant Form support for Webform
package: Quant

type: module
core_version_requirement: ^9.3 || ^10
core_version_requirement: ^9.3 || ^10 || ^11

dependencies:
- quant:quant
Expand Down
2 changes: 1 addition & 1 deletion quant.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Quant content export
package: Quant

type: module
core_version_requirement: ^9.3 || ^10
core_version_requirement: ^9.3 || ^10 || ^11
configure: quant.config
dependencies:
- quant:quant_api

0 comments on commit efb0b00

Please sign in to comment.