Skip to content

Commit

Permalink
doc: Use stable version constraint for sylius-search-plugin
Browse files Browse the repository at this point in the history
Changed the composer require command in the README file to suggest using the stable version of the monsieurbiz/sylius-search-plugin.
  • Loading branch information
panakour authored Mar 21, 2024
1 parent 00e9fb6 commit d7d5c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A search plugin for Sylius using [Elastically](https://github.com/jolicode/elast

Require the plugin :
```
composer require monsieurbiz/sylius-search-plugin="^2.0@RC"
composer require monsieurbiz/sylius-search-plugin="^2"
```

If you are using Symfony Flex, the recipe will automatically do some actions.
Expand Down

0 comments on commit d7d5c1f

Please sign in to comment.