Skip to content

Instantly share code, notes, and snippets.

@marchampson
Created February 24, 2013 21:05
Show Gist options
  • Save marchampson/5025615 to your computer and use it in GitHub Desktop.
Save marchampson/5025615 to your computer and use it in GitHub Desktop.
Install phing with alldeps (i.e. tasks)
$> pear config-set preferred_state alpha
$> pear install --alldeps phing/phing
$> pear config-set preferred_state stable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment