Skip to content

Commit 3a61058

Browse files
committed
Require Laravel Grid View ~1.1.0
1 parent de30bfc commit 3a61058

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Version **2.x** is for laravel **6** or **7**. You can use branch `laravel67-rba
3636

3737
Run 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 [email protected].
282+
Copyright © 2018-2024 Andrey Girnik [email protected].
283283

284284
Licensed under the [MIT license](http://opensource.org/licenses/MIT). See LICENSE.txt for details.

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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",

0 commit comments

Comments
 (0)