Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Jun 28, 2019
1 parent b74ec06 commit a4ac63f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ We have a many solutions and prepared libraries in PHP world.

## Versions

| State | Version | Branch | PHP |
|-------------|-----------|----------|----------|
| development | `^0.8.0` | `master` | `>= 7.1` |
| stable | `^0.7.0` | `master` | `>= 7.1` |
| stable | `^0.5.0` | `master` | `>= 5.6` |
| State | Version | Branch | Nette | PHP |
|--------|--------------|----------|--------|---------|
| dev | `^0.10.0` | `master` | `3.0+` | `^7.2` |
| stable | `^0.9.0` | `master` | `3.0+` | `^7.2` |
| stable | `^0.8.0` | `master` | `2.4` | `>=7.1` |
| stable | `^0.5.0` | `master` | `2.4` | `>=5.6` |

## Design

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.9.x-dev"
"dev-master": "0.10.x-dev"
}
}
}

0 comments on commit a4ac63f

Please sign in to comment.