Skip to content
Snippets Groups Projects
Commit 302f1af6 authored by miriam's avatar miriam
Browse files

Issue #3413507: Fix Drupal 10 compatibility issues

parent c8611c4e
No related branches found
No related tags found
1 merge request!2Issue #3413507: Fix Drupal 10 compatibility issues
......@@ -18,7 +18,7 @@
}
],
"require": {
"drupal/core": "^9.0",
"drupal/core": "^9.0 || ^10",
"drupal/gin_lb": "^1.0",
"drupal/gin_toolbar": "^1.0"
},
......
......@@ -2,7 +2,7 @@ name: Layout Builder routing
description: Allows arbitrary routes to use Layout Builder.
type: module
package: 'Layout Builder'
core_version_requirement: ^9
core_version_requirement: ^9 || ^10
php: 8.0
dependencies:
- drupal:layout_builder
......
......@@ -2,12 +2,12 @@
namespace Drupal\lb_routing\Routing;
use Drupal\Core\Routing\RouteObjectInterface;
use Drupal\Core\Routing\RouteSubscriberBase;
use Drupal\Core\Routing\RoutingEvents;
use Drupal\Core\State\StateInterface;
use Drupal\lb_routing\Controller\LayoutBuilderRoutingController;
use Drupal\lb_routing\LayoutBuilderRoutingServiceInterface;
use Symfony\Cmf\Component\Routing\RouteObjectInterface;
use Symfony\Component\Routing\RouteCollection;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment