Skip to content
Snippets Groups Projects
Commit 536fa1f7 authored by Michael Fairchild's avatar Michael Fairchild
Browse files

Fix vagrant

parent d1823203
Branches
No related tags found
No related merge requests found
......@@ -127,9 +127,9 @@ php:
- intl
- gd
- mbstring
- xml
pear: { }
pecl:
- pecl_http
pecl: { }
ini:
display_errors: On
error_reporting: '-1'
......
......@@ -31,11 +31,10 @@ class puphpet::php::composer (
class { '::composer':
target_dir => '/usr/local/bin',
composer_file => 'composer',
download_method => 'curl',
download_method => 'wget',
logoutput => false,
tmp_path => '/tmp',
php_package => $php_package,
curl_package => 'curl',
suhosin_enabled => false,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment