- PHP (>= 7.1)
- Composer
- Clone this repository and
cd
into it. - Run
composer install --prefer-dist
to install the project's dependencies.
- Run
./run_tests.sh
to run the tests.
- Follow the instructions for setting environment variables
HOST_UID
,HOST_GID
andDOCKER_HOST_IP
. - Clone this repository and
cd
into it. - Run
docker-compose pull
. - Run
bin/composer.sh install --prefer-dist
to install the project's dependencies. - Optionally, configure PhpStorm for debugging.
- Run
docker/composer.sh
to use Composer (e.g.docker/composer.sh require --dev symfony/var-dumper
). - Run
docker/run_tests.sh
to run the tests.