Skip to content

Commit

Permalink
Merge pull request #5 from ubc/master
Browse files Browse the repository at this point in the history
Update version for PHP_Depend and Phing
  • Loading branch information
rafaelfelix committed Mar 18, 2014
2 parents b842190 + b9e8e7c commit 9e812e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

# Pdepend
pear::package { "PHP_Depend":
version => "beta",
version => "latest",
repository => "pear.pdepend.org",
require => Pear::Package["PEAR"],
}
Expand Down Expand Up @@ -90,7 +90,7 @@

# PHP_CodeSniffer
pear::package { "PHP_CodeSniffer":
version => "1.4.6",
version => "latest",
repository => "pear.php.net",
require => Pear::Package["PEAR"],
}
Expand All @@ -103,8 +103,8 @@
}

# Phing
pear::package { "Phing":
version => "2.5.0",
pear::package { "phing":
version => "latest",
repository => "pear.phing.info",
require => Pear::Package["PEAR"],
}
Expand Down

0 comments on commit 9e812e3

Please sign in to comment.