Gordon Franke

Results 23 comments of Gordon Franke

sorry i will try to check that PR this week

@tiger-seo codeception v4 is supported since PR https://github.com/tiger-seo/PhpBuiltinServer/pull/43 can you please make a new release?

it works. but it feels hacky. is there a better solution? ``` const validatorMinValueFirstField = validatorMinValue(0) validatorMinValueFirstField.$validator = function (value, vm) { this.rules.firstField.minValue.$params.min = vm.otherField * 2 return value >=...