Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jiripudil committed Aug 21, 2020
1 parent 09a3efd commit 65a5d17
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@ Symfony/Validator component integration to Nette Framework.

## Version

| State | Version | Branch | Nette | PHP | Composer |
|-------------|--------------|----------|----------|----------|-------------------------------------------------|
| development | `dev-master` | `master` | `3.0+` | `>= 7.2` | `minimum-stability: dev`, `prefer-stable: true` |
| State | Version | Branch | Nette | PHP |
|-------------|--------------|----------|----------|----------|
| stable | `^1.0` | `master` | `3.0+` | `>= 7.2` |
| development | `dev-master` | `master` | `3.0+` | `>= 7.2` |

## Maintainers

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

0 comments on commit 65a5d17

Please sign in to comment.