Skip to content

Commit 26b762a

Browse files
Update README.md
1 parent 1014613 commit 26b762a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ This version requires [PHP](https://www.php.net/) 8.0-8.3 and supports [Laravel]
2626
| 8.0 | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: |
2727
| 9.1 | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: |
2828
| 10.0 | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: | :x: |
29-
| 11.1 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: |
29+
| 11.0 | :x: | :x: | :x: | :x: | :x: | :x: | :x: | :white_check_mark: | :white_check_mark: |
3030

3131
To get the latest version, simply require the project using [Composer](https://getcomposer.org/):
3232

3333
```bash
34-
$ composer require "graham-campbell/binput:^11.1"
34+
$ composer require "graham-campbell/binput:^11.0"
3535
```
3636

3737
Once installed, if you are not using automatic package discovery, then you need to register the `GrahamCampbell\Security\SecurityServiceProvider` and `GrahamCampbell\Binput\BinputServiceProvider` service providers in your `config/app.php`.

0 commit comments

Comments
 (0)