Skip to content

Commit 68c832f

Browse files
committed
Fix dependence on grid view package
1 parent 3a61058 commit 68c832f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.10"`
39+
`composer require itstructure/laravel-rbac "~3.0.11"`
4040

4141
### 3.2 App config
4242

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
### CHANGE LOG:
22

3+
**3.0.11 February 04, 2024:**
4+
- Change dependence on Laravel Grid View.
5+
36
**3.0.10 February 04, 2024:**
47
- Update copyright year and Readme.
58
- Require Laravel Grid View ~1.1.0.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "itstructure/laravel-rbac",
33
"description": "Laravel package for RBAC manage",
44
"type": "library",
5-
"keywords": ["laravel", "rbac", "role", "permission"],
5+
"keywords": ["laravel", "rbac", "role", "permission", "profile"],
66
"license": "MIT",
77
"authors": [
88
{
@@ -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.1.0"
20+
"itstructure/laravel-grid-view": "^1.1.0"
2121
},
2222
"classmap": [
2323
"database/migrations",

0 commit comments

Comments
 (0)