Skip to content

Commit 0493e42

Browse files
authored
fix: update require versions
1 parent 3aea6f3 commit 0493e42

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

composer.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,21 @@
33
"description": "An authorization library that supports access control models like ACL, RBAC, ABAC in Hyperf.",
44
"license": "Apache-2.0",
55
"authors": [
6+
{
7+
"name": "TechLee",
8+
"email": "[email protected]"
9+
},
610
{
711
"name": "yikang",
812
"email": "[email protected]"
913
}
1014
],
1115
"require": {
12-
"php": "^7.2",
16+
"php": ">=7.2",
1317
"ext-swoole": ">=4.5",
1418
"hyperf/db-connection": "^2.0",
1519
"hyperf/config": "~2.0.0",
16-
"casbin/casbin": "^2.2"
20+
"casbin/casbin": "~3.21"
1721
},
1822
"autoload": {
1923
"psr-4": {
@@ -30,4 +34,4 @@
3034
"config": "Hyperf\\Permission\\ConfigProvider"
3135
}
3236
}
33-
}
37+
}

0 commit comments

Comments
 (0)