@@ -16,22 +16,22 @@ Laravel Binput was created by, and is maintained by [Graham Campbell](https://gi
1616
1717## Installation
1818
19- This version requires [ PHP] ( https://www.php.net/ ) 8.0-8.3 and supports [ Laravel] ( https://laravel.com/ ) 9-10 .
20-
21- | Binput | L5.5 | L5.6 | L5.7 | L5.8 | L6 | L7 | L8 | L9 | L10 |
22- | --------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------|
23- | 5.1 | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :x : | :x : | :x : | :x : | :x : |
24- | 6.2 | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :x : | :x : | :x : |
25- | 7.1 | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :x : | :x : |
26- | 8.0 | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : | :x : | :x : | :x : |
27- | 9.1 | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : |
28- | 10.0 | :x : | :x : | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : | :x : |
29- | 11.0 | :x : | :x : | :x : | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : |
19+ This version requires [ PHP] ( https://www.php.net/ ) 8.0-8.3 and supports [ Laravel] ( https://laravel.com/ ) 9-11 .
20+
21+ | Binput | L5.5 | L5.6 | L5.7 | L5.8 | L6 | L7 | L8 | L9 | L10 | L11 |
22+ | --------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| --------------------| -------------------- |
23+ | 5.1 | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :x : | :x : | :x : | :x : | :x : | : x : |
24+ | 6.2 | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :x : | :x : | :x : | : x : |
25+ | 7.1 | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | :x : | :x : | : x : |
26+ | 8.0 | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : | :x : | :x : | :x : | : x : |
27+ | 9.1 | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :white_check_mark : | :x : | : x : |
28+ | 10.0 | :x : | :x : | :x : | :x : | :x : | :x : | :white_check_mark : | :white_check_mark : | :x : | : x : |
29+ | 11.1 | :x : | :x : | :x : | :x : | :x : | :x : | :x : | : white_check_mark : | :white_check_mark : | :white_check_mark : |
3030
3131To get the latest version, simply require the project using [ Composer] ( https://getcomposer.org/ ) :
3232
3333``` bash
34- $ composer require " graham-campbell/binput:^11.0 "
34+ $ composer require " graham-campbell/binput:^11.1 "
3535```
3636
3737Once 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