dyld:库未加载,版本不存在

I have valet install in my mac (Mojave 10.14.5), and
php referenced to /usr/local/Cellar/valet-php@7.2/7.2.13/bin/php

It was working fine, after installing node (12.4.0) I get an error

dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.63.dylib
  Referenced from: /usr/local/bin/php
  Reason: image not found
Abort trap: 6

icu4c 63 now is not available in Homebrew, current version is 64!

Can someone help to fix the problem?