···26262727 ini = writeText "wp-cli.ini" ''
2828 [PHP]
2929- memory_limit = 512M ; composer can be a bit of a memory pig
2929+ memory_limit = -1 ; composer uses a lot of memory
30303131 [Phar]
3232 phar.readonly = Off
···40404141 ln -s ${bin} $out/bin/wp
4242 install -Dm644 ${completion} $out/share/bash-completion/completions/wp
4343+4444+ # this is a very basic run test
4545+ $out/bin/wp --info
4346 '';
44474548 meta = with stdenv.lib; {