diff --git a/CHANGELOG.md b/CHANGELOG.md index 944ba70e..bd7380c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ All Notable changes to `League\Uri` will be documented in this file +## Next - TBD + +### Added + +- Nothing + +### Fixed + +- Nothing + +### Deprecated + +- Nothing + +### Remove + +- Nothing + ## 6.1.0 - 2020-01-29 ### Added diff --git a/composer.json b/composer.json index 8a9b9312..e519de3d 100644 --- a/composer.json +++ b/composer.json @@ -7,6 +7,7 @@ "uri", "rfc3986", "rfc3987", + "rfc6570", "psr-7", "parse_url", "http", @@ -19,7 +20,8 @@ "parse_str", "query-string", "querystring", - "hostname" + "hostname", + "uri-template" ], "license": "MIT", "homepage": "http://uri.thephpleague.com", @@ -91,7 +93,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.x-dev" + "dev-master": "6.x-dev" } }, "config": {