Skip to content

Commit 986430a

Browse files
authored
Merge pull request #208 from sharafat/patch-1
Compatibility with Laravel 11
2 parents c8b2a56 + 287d4d9 commit 986430a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jeremykenedy/laravel-roles",
3-
"description": "A Powerful package for handling roles and permissions in Laravel. Supports Laravel 5.3, 5.4, 5.5, 5.6, 5.7, 5.8, 6.0, 7.0, 8.0 and 9.0.",
3+
"description": "A Powerful package for handling roles and permissions in Laravel. Supports Laravel 5.3 up to 11.",
44
"keywords": [
55
"laravel-roles",
66
"laravel-permissions",
@@ -24,16 +24,16 @@
2424
}
2525
],
2626
"require": {
27-
"php": "^7.2|^8.0.2|^8.1",
28-
"laravel/framework": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|^9.0|^10.0",
29-
"eklundkristoffer/seedster": "^7.0",
30-
"laravel/helpers": "^1.5"
27+
"php": "^7.2|^8.0|^8.1|^8.2|^8.3",
28+
"laravel/framework": "5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*|^9.0|^10.0|^11.0",
29+
"eklundkristoffer/seedster": "^8.0",
30+
"laravel/helpers": "^1.7"
3131
},
3232
"require-dev": {
33-
"orchestra/testbench": "^6.0|^7.0|^8.0",
34-
"laravel/tinker": "^2.7",
35-
"illuminate/support": "^8.5|^9.0|^10.0",
36-
"laravel/laravel": "^8.0|^9.0|^10.0"
33+
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
34+
"laravel/tinker": "^2.9",
35+
"illuminate/support": "^8.5|^9.0|^10.0|^11.0",
36+
"laravel/laravel": "^8.0|^9.0|^10.0|^11.0"
3737
},
3838
"autoload": {
3939
"psr-4": {

0 commit comments

Comments
 (0)