Skip to content

Commit 8aa3201

Browse files
authored
spatie/laravel-permission v6 (#42)
* Upgrade `spatie/laravel-permission` to v6 * Update migrations * Update php.yml
1 parent 9c15c54 commit 8aa3201

File tree

5 files changed

+345
-324
lines changed

5 files changed

+345
-324
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
if: steps.cache-vendor.outputs.cache-hit != 'true'
7979
run: build:test
8080

81-
- name: Setup application
81+
- name: Configure application
8282
run: |
8383
cp .env.testing .env
8484
php artisan key:generate

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"laravel/sanctum": "^3.3",
1414
"laravel/tinker": "^2.8",
1515
"predis/predis": "^2.2",
16-
"spatie/laravel-permission": "^5.11",
16+
"spatie/laravel-permission": "^6.1",
1717
"tightenco/ziggy": "^1.6"
1818
},
1919
"require-dev": {

0 commit comments

Comments
 (0)