@@ -8,15 +8,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
8
8
9
9
### Changed
10
10
11
- - Composer: update allowed version for various dependencies from [ @jrfnl ] .
11
+ - Composer: update allowed version for various dependencies [ # 12 ] from [ @jrfnl ] .
12
12
- Use PHP Console Color to version 1.0 [ #17 ] from [ @jrfnl ] .
13
13
14
14
### Internal
15
15
16
16
- Travis: add build against PHP 8.0 [ #18 ] from [ @jrfnl ] .
17
- - Added EOF (end of file) for some PHP files from [ @peter279k ] .
18
- - To be compatible with future PHPUnit version, using the ^4.8.36 version at least from [ @peter279k ] .
19
- - Changed namespace to PHPunit\Framework\TestCase class namespace from [ @peter279k ] .
17
+ - Added EOF (end of file) for some PHP files [ # 10 ] from [ @peter279k ] .
18
+ - To be compatible with future PHPUnit version, using the ^4.8.36 version at least [ # 10 ] from [ @peter279k ] .
19
+ - Changed namespace to PHPunit\Framework\TestCase class namespace [ # 10 ] from [ @peter279k ] .
20
20
- Travis: improve caching between builds [ #14 ] from [ @jrfnl ] .
21
21
- Travis: change from "trusty" to "xenial" [ #16 ] from [ @jrfnl ] .
22
22
- PHPUnit: use a type-safe assertion [ #15 ] from [ @jrfnl ] .
@@ -28,6 +28,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
28
28
- CI: switch to ghactions [ #23 ] from [ @jrfnl ] .
29
29
- GH Actions: set error reporting to E_ALL [ #24 ] from [ @jrfnl ] .
30
30
31
+ [ #10 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/10
32
+ [ #12 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/12
31
33
[ #14 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/14
32
34
[ #15 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/15
33
35
[ #16 ] : https://github.com/php-parallel-lint/PHP-Console-Highlighter/pull/16
0 commit comments