Recommend this page to a friend! |
Classes of Matthias Sommerfeld | > | IDNA Convert | > | docker-compose.yml | > | Download |
|
![]() |
version: '3.1' services: idna-convert-test: image: epcallan/php7-testing-phpunit:7.2-phpunit7 container_name: idna-convert-test working_dir: /project command: bash -c "composer install && phpunit -vvv" volumes: - ./:/project |