File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Version **2.x** is for laravel **6** or **7**. You can use branch `laravel67-rba
3636
3737Run the composer command:
3838
39- ` composer require itstructure/laravel-rbac "~3.0.9 " `
39+ ` composer require itstructure/laravel-rbac "~3.0.10 " `
4040
4141### 3.2 App config
4242
@@ -279,6 +279,6 @@ Read more in [Laravel gates](https://laravel.com/docs/9.x/authorization#gates)
279279
280280## License
281281
282- Copyright © 2018-2023 Andrey Girnik girnikandrey@gmail.com .
282+ Copyright © 2018-2024 Andrey Girnik girnikandrey@gmail.com .
283283
284284Licensed under the [ MIT license] ( http://opensource.org/licenses/MIT ) . See LICENSE.txt for details.
Original file line number Diff line number Diff line change 11### CHANGE LOG:
22
3+ ** 3.0.10 February 04, 2024:**
4+ - Update copyright year and Readme.
5+ - Require Laravel Grid View ~ 1.1.0.
6+
37** 3.0.9 March 24, 2023:**
48- Improve code. Add base Controller.
59
Original file line number Diff line number Diff line change 1717 "require" : {
1818 "laravel/framework" : " ^8.0|^9.0|^10.0" ,
1919 "php" : " >=7.3.0" ,
20- "itstructure/laravel-grid-view" : " ~1.0.11 "
20+ "itstructure/laravel-grid-view" : " ~1.1.0 "
2121 },
2222 "classmap" : [
2323 " database/migrations" ,
You can’t perform that action at this time.
0 commit comments