PHP 8.3.31
Preview: docker-compose.yml Size: 667 B
/proc/thread-self/root/home/getspomw/itechservicellc.com/vendor/mobiledetect/mobiledetectlib/docker-compose.yml

# This is for local development. NOT WORKING ATM!
# Docker image of PHP 5.3 lacks ssl module and composer requires it
# Also this image lacks git which is at some point required during installation of phpunit deps.
services:
  app:
    image: php:7-alpine3.16
    working_dir: /app
    command: >
      /bin/sh -c "
      rm -rf vendor && 
      rm -f composer.lock composer.phar &&
      curl -s https://getcomposer.org/download/2.0.0/composer.phar -o composer.phar &&
      php composer.phar update --no-interaction --prefer-dist -vvv &&
      vendor/bin/phpunit -v -c tests/phpunit.xml --coverage-text --strict-coverage --stop-on-risky"
    volumes:
      - .:/app

Directory Contents

Dirs: 2 × Files: 7

Name Size Perms Modified Actions
- drwxr-xr-x 2025-11-18 19:23:58
Edit Download
tests DIR
- drwxr-xr-x 2025-11-18 19:23:58
Edit Download
990 B lrw-r--r-- 2025-10-28 20:22:44
Edit Download
667 B lrw-r--r-- 2025-10-28 20:22:44
Edit Download
1.08 KB lrw-r--r-- 2025-10-28 20:22:44
Edit Download
30.74 KB lrw-r--r-- 2025-10-28 20:22:44
Edit Download
89.05 KB lrw-r--r-- 2025-10-28 20:22:44
Edit Download
701 B lrw-r--r-- 2025-10-28 20:22:44
Edit Download
18.68 KB lrw-r--r-- 2025-10-28 20:22:44
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).