File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,23 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
13
13
14
14
## [ 2.3.0]
15
15
### 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 )
18
28
19
29
### 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 )
21
33
22
34
## [ 2.2.0]
23
35
### Added
You can’t perform that action at this time.
0 commit comments