Skip to content

Commit

Permalink
Update manifests/composer.pp
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak authored Apr 19, 2020
1 parent 3ef7452 commit d62b217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/composer.pp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
Stdlib::Absolutepath $path = $php::params::composer_path,
$proxy_type = undef,
$proxy_server = undef,
Php::ComposerChannel $channel = 'stable',
Php::ComposerChannel $channel = 'stable',
Boolean $auto_update = true,
Integer $max_age = $php::params::composer_max_age,
Variant[Integer, String] $root_group = $php::params::root_group,
Expand Down

0 comments on commit d62b217

Please sign in to comment.