Skip to content

Commit daf95c6

Browse files
committed
Prevent installation of older marc-mabe/php-enum versions
Ref: https://github.com/Roave/BackwardCompatibilityCheck/actions/runs/18657635613/job/53190540967?pr=929#step:3:590 Helps with: ``` PHP Warning: Private methods cannot be final as they are never overridden by other classes in /github/workspace/vendor/marc-mabe/php-enum/src/Enum.php on line 82 ................................................. Warning: Private methods cannot be final as they are never overridden by other classes in /github/workspace/vendor/marc-mabe/php-enum/src/Enum.php on line 82 ```
1 parent 542d45f commit daf95c6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
},
4040
"conflict": {
4141
"revolt/event-loop": "<0.2.5",
42-
"symfony/process": "<5.3.7"
42+
"symfony/process": "<5.3.7",
43+
"marc-mabe/php-enum": "<4.7.2"
4344
},
4445
"autoload": {
4546
"psr-4": {

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)