Repository URL to install this package:
|
Version:
1.0.0 ▾
|
#!/usr/bin/env bash
# configure composer
cat > ${HOME}/.composer/config.json <<EOF
{
"repositories": [
{
"type": "composer",
"url": "https://php.fury.io/${GEMFURY_KEY}/crazyfactory/"
}
]
}
EOF