Skip to content

Commit c5fc0cf

Browse files
committed
Update README and composer.json
1 parent a862675 commit c5fc0cf

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,4 @@ You must update files manually if files in `application` folder or `index.php` c
8686
## Related
8787

8888
* [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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,9 @@
3232
"branch-alias": {
3333
"dev-master": "1.0.x-dev"
3434
}
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"
3539
}
3640
}

0 commit comments

Comments
 (0)