Skip to content

Commit fee65db

Browse files
committed
Release 1.0.0
1 parent 7538450 commit fee65db

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Diff for: composer.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
],
1010
"license": "Apache-2.0",
11-
"keywords": [
11+
"keywords": [
1212
"casbin",
1313
"rbac",
1414
"acl",
@@ -18,8 +18,12 @@
1818
"access control",
1919
"codeigniter"
2020
],
21+
"scripts": {
22+
"test": "vendor/bin/phpunit"
23+
},
2124
"require": {
22-
"codeigniter4/framework": "^4@rc",
25+
"php": ">=7.2",
26+
"codeigniter4/framework": "^4",
2327
"casbin/casbin": "^2.0",
2428
"casbin/psr3-bridge": "^1.1"
2529
},
@@ -37,4 +41,4 @@
3741
"Casbin\\CodeIgniter\\Tests\\": "tests/"
3842
}
3943
}
40-
}
44+
}

0 commit comments

Comments
 (0)