Php versions – composer cache not working on bitbucket pipeline build
I got this in my bitbucket pipeline: pipelines: branches: develop: - step: caches: - composer name: unit tests - Delivery image: totersapp/laravel-docker:phpredis script: - echo "memory_limit=512M" > /usr/local/etc/php/conf.d/memory-limit-php.ini - ln -f -s .env.pipelines .env - composer install services: - postgres…