Skip to content

Commit 22a2c2b

Browse files
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"require": {
3030
"php": "^7.2 || ^8.0",
3131
"ext-json": "*",
32-
"marc-mabe/php-enum":"^4.0"
32+
"marc-mabe/php-enum":"^4.4"
3333
},
3434
"require-dev": {
3535
"friendsofphp/php-cs-fixer": "3.3.0",

0 commit comments

Comments
 (0)