Skip to content

Commit

Permalink
Composer: use interdependencies v0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Jul 7, 2019
1 parent a7530f2 commit 7f04783
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Expand Up @@ -20,11 +20,12 @@ Integrate [Apitte](https://github.com/apitte/core) into [nette/routing](https://

## Version

| State | Version | Branch | PHP | Composer |
|-------------|--------------|----------|----------|-------------------------------------------------|
| 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` | |
| State | Version | Branch | Nette | PHP |
|-------------|---------|----------|-------|---------|
| dev | `^0.7` | `master` | 3.0+ | `^7.2` |
| stable | `^0.6` | `master` | 3.0+ | `^7.2` |
| stable | `^0.5` | `master` | 2.4 | `>=7.1` |
| stable | `^0.3` | `master` | 2.4 | `>=5.6` |

## Maintainers

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": "^7.2",
"apitte/core": "^0.6.0",
"apitte/core": "^0.7.0",
"nette/application": "~3.0.0",
"nette/http": "~3.0.1"
},
Expand Down

0 comments on commit 7f04783

Please sign in to comment.