Skip to content

Commit 46760f2

Browse files
committed
Update changelog
1 parent 1483c76 commit 46760f2

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,23 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1313

1414
## [2.3.0]
1515
### Added
16-
- Builds support for PHP 7.4
17-
- Various code cleaning (phpstan, psr12, docblock removal)
16+
- Add support for PHP 7.4 (#164)
17+
- Docblock cleanup (#166)
18+
- Added phpstan on maximum level and improved type coverage (#167)
19+
20+
### Changed
21+
- Use symfony/phpunit-bridge to test on more versions of PHP then phpunit allows (#164)
22+
- Coding standards checks updated to use PSR-12 (#165)
23+
- Updated php-school/cli-menu (#169)
24+
- Swapped zendframework/zend-diactoros for guzzlehttp/guzzle (#172)
25+
- Updated internal composer to 2.0 (#173)
26+
- Switch to PSR-11 (#177)
27+
- Updated symfony components (#178)
1828

1929
### Removed
20-
- Removed support for PHP 7.1
30+
- Removed support for PHP < 7.2 (#164)
31+
- Dropped beberlei/assert (#171)
32+
- All usages of prophecy (#174)
2133

2234
## [2.2.0]
2335
### Added

0 commit comments

Comments
 (0)