From 964da16896407dda7ec83ff815c851674099ea7b Mon Sep 17 00:00:00 2001 From: Alex Zamponi <562324+alexz707@users.noreply.github.com> Date: Thu, 14 Nov 2024 10:58:53 +0100 Subject: [PATCH] Add requirements --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4914ee661..443fe81aa 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,14 @@ It uses [zircote/swagger-php](https://github.com/zircote/swagger-php) attributes Swagger-ui is available at `/studio/api/docs` and the OpenApi Specification is available at `/studio/api/docs.json`. Every description is translatable and can be found in the `studio_api_docs.en.yaml` folder of the bundle. +## Requirements +This bundle requires the following dependencies: + +* Pimcore Core Framework 11 +* Generic Execution Engine as part of the Pimcore Core Framework +* Generic Data Index +* Mercure (https://mercure.rocks) + ## Documentation Overview - [Installation](./doc/00_Installation.md)