❮ R yaml
❯
PHP Twig
$ git clone git@github.com:twigphp/Twig.git $ docker run -it --rm --workdir /opt -v$(pwd):/opt ubuntu:22.10 bash # apt-get update # DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata # apt-get install -y php-cli composer php-curl phpunit # composer install # phpunit