Files
faveo/vendor/mremi/url-shortener/CHANGELOG.md
2023-01-08 02:21:35 +05:30

40 lines
1.2 KiB
Markdown

# Changelog
## master
* todo...
## 2.4.0 (2021-09-06)
* Add support for PHP 8+
* Add support for Guzzle 7+
* Add support for Symfony 6+
* Modernize tests
## 2.3.0 (2020-03-23)
* Bump minimum required PHP version to 5.6
* Add support for PHP 7.2+
* Drop support for HHVM (composer/composer#8127)
* Update [Bitly API](https://bitly.is/v4ing) version to 4
* Update [phpunit/phpunit](https://packagist.org/packages/phpunit/phpunit) version to ^5.7
* Update [symfony/phpunit-bridge](https://packagist.org/packages/symfony/phpunit-bridge) version to ^5.0
* Replace [fabpot/php-cs-fixer](https://packagist.org/packages/fabpot/php-cs-fixer) with [friendsofphp/php-cs-fixer v2.16](https://packagist.org/packages/friendsofphp/php-cs-fixer) version ^2.16
## 2.2.1 (2018-10-09)
* Update [symfony/console](https://github.com/symfony/console) version to ^4.1 (See [#14](https://github.com/mremi/UrlShortener/issues/14))
## 2.2.0 (2018-09-24)
* Added providers for baidu, sina and wechat
## 2.1.0 (2017-03-29)
* Bumped minimum required Symfony Console version to ^2.7 and allowed Symfony ^3.1
## 2.0.0 (2017-01-27)
* Bumped minimum required PHP version to 5.5
* Replaced deprecated `guzzle/guzzle` with `guzzlehttp/guzzle`