/var/www/vhosts/ihelp.ro/httpdocs/vendor/mobiledetect/mobiledetectlib
NameSizeModeActions
docs/-0755rm
export/-0755rm
namespaced/-0755rm
composer.json9960644editdlrm
docker-compose.yml3200644editdlrm
LICENSE11020644editdlrm
Mobile_Detect.json313030644editdlrm
Mobile_Detect.php908800644editdlrm
phpcs.xml7010644editdlrm
README.md180770644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/mobiledetect/mobiledetectlib/docker-compose.yml (320B)
app: restart: 'on-failure' image: php:7 working_dir: /app command: vendor/bin/phpunit -v -c tests/phpunit.xml --coverage-text --strict-coverage --stop-on-risky ports: - "8000:8000" volumes: - .:/app composer: restart: 'no' image: composer/composer:php7 command: install volumes: - .:/app