Skip to content

Commit 5063840

Browse files
committed
Bump dependencies for Laravel 12
1 parent 2df3d03 commit 5063840

File tree

1 file changed

+60
-60
lines changed

1 file changed

+60
-60
lines changed

composer.json

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
1-
{
2-
"name": "casbin/laravel-authz",
3-
"keywords": [
4-
"laravel",
5-
"casbin",
6-
"permission",
7-
"access-control",
8-
"authorization",
9-
"rbac",
10-
"acl",
11-
"abac",
12-
"authz"
13-
],
14-
"description": "An authorization library that supports access control models like ACL, RBAC, ABAC in Laravel. ",
15-
"authors": [
16-
{
17-
"name": "TechLee",
18-
"email": "[email protected]"
19-
}
20-
],
21-
"license": "Apache-2.0",
22-
"require": {
23-
"php": ">=8.0",
24-
"illuminate/support": "~8.0|~9.0|~10.0|~11.0",
25-
"illuminate/database": "~8.0|~9.0|~10.0|~11.0",
26-
"illuminate/console": "~8.0|~9.0|~10.0|~11.0",
27-
"casbin/casbin": "~4.0"
28-
},
29-
"require-dev": {
30-
"phpunit/phpunit": "~9.0|~10.5",
31-
"php-coveralls/php-coveralls": "^2.7",
32-
"mockery/mockery": "^1.0",
33-
"laravel/laravel": "~9.0|~10.0|~11.0"
34-
},
35-
"autoload": {
36-
"psr-4": {
37-
"Lauthz\\": "src/"
38-
}
39-
},
40-
"autoload-dev": {
41-
"psr-4": {
42-
"Lauthz\\Tests\\": "tests/"
43-
}
44-
},
45-
"extra": {
46-
"laravel": {
47-
"providers": [
48-
"Lauthz\\LauthzServiceProvider"
49-
],
50-
"aliases": {
51-
"Enforcer": "Lauthz\\Facades\\Enforcer"
52-
}
53-
}
54-
},
55-
"config": {
56-
"allow-plugins": {
57-
"kylekatarnls/update-helper": true
58-
}
59-
}
60-
}
1+
{
2+
"name": "casbin/laravel-authz",
3+
"keywords": [
4+
"laravel",
5+
"casbin",
6+
"permission",
7+
"access-control",
8+
"authorization",
9+
"rbac",
10+
"acl",
11+
"abac",
12+
"authz"
13+
],
14+
"description": "An authorization library that supports access control models like ACL, RBAC, ABAC in Laravel. ",
15+
"authors": [
16+
{
17+
"name": "TechLee",
18+
"email": "[email protected]"
19+
}
20+
],
21+
"license": "Apache-2.0",
22+
"require": {
23+
"php": ">=8.0",
24+
"illuminate/support": "~8.0|~9.0|~10.0|~11.0|^12.0",
25+
"illuminate/database": "~8.0|~9.0|~10.0|~11.0|^12.0",
26+
"illuminate/console": "~8.0|~9.0|~10.0|~11.0|^12.0",
27+
"casbin/casbin": "~4.0"
28+
},
29+
"require-dev": {
30+
"phpunit/phpunit": "~9.0|~10.5",
31+
"php-coveralls/php-coveralls": "^2.7",
32+
"mockery/mockery": "^1.0",
33+
"laravel/laravel": "~9.0|~10.0|~11.0"
34+
},
35+
"autoload": {
36+
"psr-4": {
37+
"Lauthz\\": "src/"
38+
}
39+
},
40+
"autoload-dev": {
41+
"psr-4": {
42+
"Lauthz\\Tests\\": "tests/"
43+
}
44+
},
45+
"extra": {
46+
"laravel": {
47+
"providers": [
48+
"Lauthz\\LauthzServiceProvider"
49+
],
50+
"aliases": {
51+
"Enforcer": "Lauthz\\Facades\\Enforcer"
52+
}
53+
}
54+
},
55+
"config": {
56+
"allow-plugins": {
57+
"kylekatarnls/update-helper": true
58+
}
59+
}
60+
}

0 commit comments

Comments
 (0)