brew tap homebrew/dupes
brew tap josegonzalez/homebrew-php
brew install php53 php-cs-fixer php-md php-code-sniffer
php-cs-fixer self-update
Wanted: Talented Web Application Developers with a keen interest in product development and a solid background in PHP, Ruby, Python or Go.
For this position, you'll need:
- 3+ years industry experience
- lots of experience with object-oriented techniques
- experience with git, or equivelent dvcs
- passion for writing code the right way
Working for 99designs, you'll get
This file contains hidden or 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
#!/usr/bin/env bash | |
file="composer.lock" | |
if [[ $(git diff HEAD@{1}..HEAD@{0} -- "${file}" | wc -l) -gt 0 ]]; then | |
echo | |
echo -e "======> \033[33m${file}\033[0m has changed! Execute \033[32mcomposer install --dev\033[0m" | |
echo | |
fi |
NewerOlder