Skip to content

Commit

Permalink
Prepare 6.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Mar 17, 2020
1 parent f82af2d commit 6998530
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All Notable changes to `League\Uri` will be documented in this file

## Next - TBD
## 6.2.1 - 2020-03-17

### Added

Expand All @@ -11,14 +11,15 @@ All Notable changes to `League\Uri` will be documented in this file
### Fixed

- Bugfix `UriTemplate::expand` to comply with expansion rules for undefined variables [#161](https://github.com/thephpleague/uri/pull/161) thanks [Gabe Sullice](https://github.com/gabesullice)
- Improve package testing settings and environment.

### Deprecated

- Nothing

### Remove

- Hard dependencies on the `ext-mbstring` and the `ext-fileinfo` PHP extensions [#154](https://github.com/thephpleague/uri/pull/154) thanks [Nicolas Grekas](https://github.com/nicolas-grekas)
- None

## 6.2.0 - 2020-02-08

Expand Down
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,16 @@
}
],
"support": {
"forum": "https://groups.google.com/forum/#!forum/thephpleague",
"forum": "https://thephpleague.slack.com",
"docs": "https://uri.thephpleague.com",
"issues": "https://github.com/thephpleague/uri/issues"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/nyamsprod"
}
],
"require": {
"php": "^7.2",
"ext-json": "*",
Expand Down

0 comments on commit 6998530

Please sign in to comment.