Skip to content
Snippets Groups Projects
Commit 1e1b1419 authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix dependencies for composer.json

parent b2eaa53e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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": "*"
}
}
......@@ -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"?>
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment