Skip to content

Commit

Permalink
Update branch-alias
Browse files Browse the repository at this point in the history
  • Loading branch information
kokororin committed Nov 7, 2017
1 parent bdbe099 commit 5f14a55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Kotori.php is a Tiny Model-View-Controller(MVC) PHP Framework.
You need [Composer](https://getcomposer.org/) to install Kotori.php.

```bash
$ composer require kokororin/kotori-php:dev-master
$ composer require kokororin/kotori-php
```

## Quick Start
Expand Down Expand Up @@ -72,4 +72,4 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds
| :---: | :---: | :---: |
<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
"process-timeout": 0,
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
}
},
"suggest": {
"kasumi/kotori-php-cli": "Scaffold CLI tool for the PHP framework Kotori.php"
}
Expand Down

0 comments on commit 5f14a55

Please sign in to comment.