File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## v1.5.0 - 2022-09-30
4+
5+ - Add Symfony 6 compatibility [ #41 ] ( https://github.com/oradwell/covers-validator/pull/41 )
6+
37## v1.4.0 - 2021-12-11
48
59- Add PHP 8.1 to Travis CI testing matrix [ #38 ] ( https://github.com/oradwell/covers-validator/pull/38 )
Original file line number Diff line number Diff line change 99class CoversValidatorSymfony5 extends Application
1010{
1111 const NAME = 'CoversValidator ' ;
12- const VERSION = '1.4 .0 ' ;
12+ const VERSION = '1.5 .0 ' ;
1313
1414 /**
1515 * {@inheritdoc}
Original file line number Diff line number Diff line change 1414class CoversValidatorSymfony6 extends Application
1515{
1616 const NAME = 'CoversValidator ' ;
17- const VERSION = '1.4 .0 ' ;
17+ const VERSION = '1.5 .0 ' ;
1818
1919 /**
2020 * {@inheritdoc}
You can’t perform that action at this time.
0 commit comments