WP File Manager
Current Path:
/
home
/
argothem
/
www
/
organecyberpresse
/
vendor
/
algo26-matthias
/
idna-convert
/
Name
Action
..
.gitattributes
Edit
.github
.gitignore
Edit
CODE_OF_CONDUCT.md
Edit
LICENSE
Edit
README.md
Edit
UPGRADING.md
Edit
composer.json
Edit
docker-compose.yml
Edit
phpunit.xml
Edit
src
tests
Editing: docker-compose.yml
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