diff --git a/CHANGELOG.md b/CHANGELOG.md index 44f986e..b41879c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.16.3] - 2019-12-03 +## Changed +- Change `symfony/http-foundation` package minor version + ## [0.16.2] - 2019-11-25 ## Fixed - Fix `JwtAuthorizationFactory::$auth_dtos` usage diff --git a/composer.json b/composer.json index fe31525..8cd8d23 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ "sentry/sentry": "^1.10", "ext-json": "*", "mailgun/mailgun-php": "^2.8.1", - "symfony/http-foundation": "^2.8.0|^3.4|^4.3", + "symfony/http-foundation": "^2.8.50|^3.4.26|^4.3", "firebase/php-jwt": "^4.0|^5.0" }, "autoload": {