We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fee65db commit 4023c6dCopy full SHA for 4023c6d
README.md
@@ -39,10 +39,10 @@ All you need to learn to use `Casbin` first.
39
40
## Installation
41
42
-Require this package in the `composer.json` of your CodeIgniter project. This will download the package.
+Require this package in the `composer.json` of your `CodeIgniter 4` project. This will download the package.
43
44
```
45
-composer require casbin/codeigniter-permission:dev-master
+composer require casbin/codeigniter-permission
46
47
48
To migrate the migrations, run the migrate command:
0 commit comments