Skip to content

Commit

Permalink
Composer: open v0.4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Dec 3, 2018
1 parent 38e43ff commit 4707c32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -24,10 +24,11 @@ composer require nettrine/fixtures

## Versions

| State | Version | Branch | PHP |
|----------|---------------|----------|----------|
| stable | `^0.3` | `master` | `>= 7.1` |
| stable | `^0.2` | `master` | `>= 5.6` |
| State | Version | Branch | PHP |
|-------------|---------------|----------|----------|
| development | `^0.4` | `master` | `>= 7.1` |
| stable | `^0.3` | `master` | `>= 7.1` |
| stable | `^0.2` | `master` | `>= 5.6` |

## Overview

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -61,7 +61,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.3.x-dev"
"dev-master": "0.4.x-dev"
}
}
}
Expand Down

0 comments on commit 4707c32

Please sign in to comment.