From 1e1b141911ed0789340c784bc05b539db101eae0 Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen.haas@lakedrops.com> Date: Wed, 7 Aug 2024 12:59:20 +0200 Subject: [PATCH] Fix dependencies for composer.json --- README.md | 2 +- composer.json | 4 ++-- config/eca.model.eca_lib_0001.yml | 2 +- recipe.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d06fdb8..30c21a0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ID: eca_lib_0001 If a node page gets requested and the node is of type "article", a message will be printed. -This is using the event [Controller found to handle request](https://ecaguide.org/plugins/eca/misc/events/kernel_controller/?h=controller+found+handle+request) as thiss is working even if pages are cached. +This is using the event [Controller found to handle request](https://ecaguide.org/plugins/eca/misc/events/kernel_controller/?h=controller+found+handle+request) as this is working even if pages are cached. ### Installation diff --git a/composer.json b/composer.json index 181f536..0624625 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "description": "Route test", "license": "GPL-2.0-or-later", "require": { - "drupal/eca_content": "*", - "drupal/eca_misc": "*" + "drupal/core": ">=10.3", + "drupal/eca": "*" } } diff --git a/config/eca.model.eca_lib_0001.yml b/config/eca.model.eca_lib_0001.yml index b8e3e90..49d1c7d 100644 --- a/config/eca.model.eca_lib_0001.yml +++ b/config/eca.model.eca_lib_0001.yml @@ -13,7 +13,7 @@ tags: documentation: |- If a node page gets requested and the node is of type "article", a message will be printed. - This is using the event [Controller found to handle request](https://ecaguide.org/plugins/eca/misc/events/kernel_controller/?h=controller+found+handle+request) as thiss is working even if pages are cached. + This is using the event [Controller found to handle request](https://ecaguide.org/plugins/eca/misc/events/kernel_controller/?h=controller+found+handle+request) as this is working even if pages are cached. filename: '' modeldata: | <?xml version="1.0" encoding="UTF-8"?> diff --git a/recipe.yml b/recipe.yml index 62235ab..a610347 100644 --- a/recipe.yml +++ b/recipe.yml @@ -2,7 +2,7 @@ name: 'Route test' description: |- If a node page gets requested and the node is of type "article", a message will be printed. - This is using the event [Controller found to handle request](https://ecaguide.org/plugins/eca/misc/events/kernel_controller/?h=controller+found+handle+request) as thiss is working even if pages are cached. + This is using the event [Controller found to handle request](https://ecaguide.org/plugins/eca/misc/events/kernel_controller/?h=controller+found+handle+request) as this is working even if pages are cached. type: ECA install: - eca_content -- GitLab