Skip to content

Instantly share code, notes, and snippets.

@mavimo
Created March 28, 2013 13:51
Show Gist options
  • Save mavimo/5263260 to your computer and use it in GitHub Desktop.
Save mavimo/5263260 to your computer and use it in GitHub Desktop.
tasks:
- include: tasks/php/pear_channel.yml
with_items:
- pear.phing.info
- pear.phpmd.org
- pear.phpdoc.org
- pear.pdepend.org
- pear.phpunit.de
---
- name: PHP | Install PEAR channel ${item}
command: pear channel-discover ${item} creates=/usr/share/php/.channels/${item}.reg
notify: pear update channel
tags:
- php
- php-extra
- drush
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment