Skip to content

Commit

Permalink
Merge pull request #10 from johnkary/patch-1
Browse files Browse the repository at this point in the history
Update symfony PEAR channel
  • Loading branch information
msonnabaum committed Nov 28, 2012
2 parents 8379017 + 133d394 commit 1a8dddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
include_recipe "php"

# phpunit/PHPUnit depends on symfony/YAML
channels = %w{pear.phpunit.de pear.symfony-project.com}
channels = %w{pear.phpunit.de pear.symfony.com}
channels.each do |chan|
php_pear_channel chan do
action [:discover, :update]
Expand Down

0 comments on commit 1a8dddf

Please sign in to comment.