Commit acb1c54
authored
Update php-enum dependency version to ^4.4 (#854)
## Description
Hi,
Versions of `mark-mabe/php-enum` lower than 4.4 emit a warning on PHP 8:
```
PHP Warning: Private methods cannot be final as they are never overridden by other classes
```
so it would be nice to restrict installs to versions that work fine.
There is no BC breaks with this and no change in dependencies.
## Type of Change
- [x] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing
functionality to not work as expected)
- [ ] Documentation update
- [ ] Code refactoring
- [ ] Other (please describe):
## Checklist
<!-- Mark completed items with an "x" -->
- [x] I have read the [CONTRIBUTING](CONTRIBUTING.md) guidelines
- [x] My code follows the code style of this project
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] All new and existing tests pass
- [ ] I have updated the documentation accordingly
- [x] My changes generate no new warnings1 parent 3c25fe7 commit acb1c54
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments