Skip to content

Commit 42df12f

Browse files
committed
Mention backwards compatible version in the readme
Composer takes care of this in most cases, but since we're still using a pre-1.0 version number, it's kinder to mention this here for future travellers.
1 parent d2631a0 commit 42df12f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ If you don't need any custom completion behaviour, you can simply add the comple
6565

6666
Note: The type of shell (ZSH/BASH) is automatically detected using the `SHELL` environment variable at run time. In some circumstances, you may need to explicitly specify the shell type with the `--shell-type` option.
6767

68+
The current version supports Symfony 6 and PHP 8.x only, due to backwards compatibility breaks in Symfony 6. For older versions of Symfony and PHP, use [version 0.11.0](https://github.com/stecman/symfony-console-completion/releases/tag/0.11.0).
69+
6870

6971
## How it works
7072

0 commit comments

Comments
 (0)