Skip to content

Commit

Permalink
update for L10
Browse files Browse the repository at this point in the history
  • Loading branch information
csrui committed Apr 12, 2023
1 parent 5153d40 commit 41ad1ad
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
"description": "Laravel package to manage permissions",
"type": "library",
"require": {
"php": "^7.4 || ^8.0",
"spatie/laravel-package-tools": "^1.11",
"illuminate/config": "^8.0 || ^9.0",
"illuminate/support": "^8.0 || ^9.0",
"livewire/livewire": "^2.5"
"php": "^8.0",
"spatie/laravel-package-tools": "^1.14",
"livewire/livewire": "^2.10"
},
"license": "MIT",
"autoload": {
Expand All @@ -27,5 +25,8 @@
"TwentySixB\\LaravelPermissions\\PermissionsServiceProvider"
]
}
},
"require-dev": {
"orchestra/testbench": "^8.0"
}
}

0 comments on commit 41ad1ad

Please sign in to comment.