diff --git a/README.md b/README.md index 00996a4..a4462e0 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,9 @@ This module provides a fulltextsearch configuration, index and search engine for CWP 2.0. -## Requirements - -* CWP ^2 -* Fulltextsearch ^3 - ## Installation -Install using Composer: - -``` +```sh composer require cwp/cwp-search ``` diff --git a/composer.json b/composer.json index 8ed5d8e..a8b98d0 100644 --- a/composer.json +++ b/composer.json @@ -28,4 +28,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} +} \ No newline at end of file