tide/functions/_tide_item_php.fish
2021-04-23 14:41:11 -07:00

4 lines
135 B
Fish

function _tide_item_php
test -e composer.json && _tide_print_item php (php --version | string match --regex 'PHP ([\d.]+)')[2]
end