Files
runner-images/images/macos/provision/core/php.sh
T

7 lines
112 B
Bash
Raw Normal View History

#!/bin/bash -e -o pipefail
2020-09-10 14:34:08 +03:00
echo Installing PHP
brew install php
echo Installing composer
brew install composer