This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "phpunit", | |
"description": "PHPUnit Composer Package", | |
"require": { | |
"phpunit/phpunit": "3.7.*" | |
}, | |
"config": { | |
"bin-dir": "/usr/local/bin/" | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -euo pipefail | |
# via https://github.com/docker/for-mac/issues/668#issuecomment-284028148 | |
cd ~/Library/Containers/com.docker.docker/Data/database | |
git config --global user.useconfigonly false | |
git reset --hard > /dev/null | |
mkdir -p ./com.docker.driver.amd64-linux/disk | |
touch ./com.docker.driver.amd64-linux/disk/full-sync-on-flush |