Commit 22a2c2b
authored
Update php-enum dependency version to ^4.4
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.1 parent 3c25fe7 commit 22a2c2b
1 file changed
+1
-1
lines changed| 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