We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7538450 commit fee65dbCopy full SHA for fee65db
composer.json
@@ -8,7 +8,7 @@
8
}
9
],
10
"license": "Apache-2.0",
11
- "keywords": [
+ "keywords": [
12
"casbin",
13
"rbac",
14
"acl",
@@ -18,8 +18,12 @@
18
"access control",
19
"codeigniter"
20
21
+ "scripts": {
22
+ "test": "vendor/bin/phpunit"
23
+ },
24
"require": {
- "codeigniter4/framework": "^4@rc",
25
+ "php": ">=7.2",
26
+ "codeigniter4/framework": "^4",
27
"casbin/casbin": "^2.0",
28
"casbin/psr3-bridge": "^1.1"
29
},
@@ -37,4 +41,4 @@
37
41
"Casbin\\CodeIgniter\\Tests\\": "tests/"
38
42
39
43
40
-}
44
+}
0 commit comments