diff --git a/README.md b/README.md index 1b14b8c7..9ee9edb0 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ To install Site API first add it as a dependency to your project: ```sh -composer require netgen/ezplatform-site-api:^2.4 +composer require netgen/ezplatform-site-api:^2.5 ``` Once Site API is installed, activate the bundle in `app/AppKernel.php` file by adding it to the `$bundles` array in `registerBundles()` method, together with other required bundles: