We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a862675 commit c5fc0cfCopy full SHA for c5fc0cf
2 files changed
README.md
@@ -86,3 +86,4 @@ You must update files manually if files in `application` folder or `index.php` c
86
## Related
87
88
* [Cli for CodeIgniter 3.0](https://github.com/kenjis/codeigniter-cli)
89
+* [CI PHPUnit Test for CodeIgniter 3.0](https://github.com/kenjis/ci-phpunit-test)
composer.json
@@ -32,5 +32,9 @@
32
"branch-alias": {
33
"dev-master": "1.0.x-dev"
34
}
35
+ },
36
+ "suggest": {
37
+ "kenjis/codeigniter-cli": "A command-line tool for CodeIgniter 3.0",
38
+ "kenjis/ci-phpunit-test": "An easier way to use PHPUnit with CodeIgniter 3.0"
39
40
0 commit comments