psr reformatting for wackyMol

pull/29/head
Daniel Klabbers 2015-12-03 19:15:59 +01:00
parent 6dbdba4201
commit 9dc53c8dbb
1 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,7 @@ if (file_exists('vendor/autoload.php')) {
// prevent extracting composer anew if already exists
if (!is_dir('tmp/composer')) {
// attempt to download the latest composer file
if(ini_get('allow_url_fopen'))
{
if (ini_get('allow_url_fopen')) {
file_put_contents('https://getcomposer.org/installer', 'scripts/composer.phar');
}
$composer = new Phar('scripts/composer.phar');