Skip to content

Commit

Permalink
Merge pull request vyuldashev#154 from SiebeVE/master
Browse files Browse the repository at this point in the history
Allow spatie/laravel-permission 4.0
  • Loading branch information
vyuldashev authored Jan 30, 2021
2 parents 2941315 + 64b3f9b commit fdec1ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"require": {
"php": "^7.2|^8.0",
"spatie/laravel-permission": "^3.0"
"spatie/laravel-permission": "^3.0|^4.0"
},
"autoload": {
"psr-4": {
Expand Down
1 change: 1 addition & 0 deletions resources/lang/nl/permissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
'guard_name' => 'Guard Naam',
'created_at' => 'Aangemaakt op',
'updated_at' => 'Bijgewerkt op',
'roles' => 'Rollen',
];
1 change: 1 addition & 0 deletions resources/lang/nl/roles.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@
'guard_name' => 'Guard Naam',
'created_at' => 'Aangemaakt op',
'updated_at' => 'Bijgewerkt op',
'permissions' => 'Permissies',
];

0 comments on commit fdec1ac

Please sign in to comment.