Skip to content

Commit

Permalink
docs: note about locking the minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kreyu committed Nov 22, 2023
1 parent 94a64b4 commit 166f7b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@ This bundle can be installed at any moment during a project’s lifecycle.
Use [Composer](https://getcomposer.org/) to install the bundle:

```shell
$ composer require kreyu/data-table-bundle
$ composer require kreyu/data-table-bundle 0.15.*
```

!!! Warning
It is recommended to lock the minor version, as minor versions can provide breaking changes until the stable release!
!!!

If your application is using [Symfony Flex](https://github.com/symfony/flex), you can skip to [installing the front-end dependencies](#install-front-end-dependencies-and-rebuild).

## Enable the bundle
Expand Down
2 changes: 1 addition & 1 deletion docs/retype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ url: https://data-table-bundle.swroblewski.pl/
favicon: static/favicon.png
branding:
title: DataTableBundle
label: v0.14
label: Docs
links:
- text: GitHub
link: https://github.com/Kreyu/data-table-bundle
Expand Down

0 comments on commit 166f7b3

Please sign in to comment.