Skip to content

Commit

Permalink
Open v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed May 13, 2019
1 parent 476d91c commit d271c7b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ and add [Swagger UI](https://petstore.swagger.io) as [Tracy](https://github.com/

| State | Version | Branch | PHP | Composer |
|-------------|--------------|----------|----------|-------------------------------------------------|
| development | `^0.5.0` | `master` | `>= 7.1` | `minimum-stability: dev`, `prefer-stable: true` |
| stable | `^0.4.0` | `master` | `>= 7.1` | |
| development | `^0.6.0` | `master` | `>= 7.1` | `minimum-stability: dev`, `prefer-stable: true` |
| stable | `^0.5.0` | `master` | `>= 7.1` | |
| stable | `^0.3.0` | `master` | `>= 5.6` | |

## Documentation
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"require": {
"php": ">= 7.1",
"apitte/core": "^0.5.0",
"apitte/core": "^0.6.0",
"nette/utils": "~2.5.3",
"tracy/tracy": "~2.4.14 || ~2.5.0 || ~2.6.0"
},
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.5.x-dev"
"dev-master": "0.6.x-dev"
}
}
}

0 comments on commit d271c7b

Please sign in to comment.