Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mevdschee committed Oct 26, 2018
1 parent 8c90a41 commit 784b02b
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions requirements.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,4 @@
echo "ERROR: Could not write 'vendor/mindaphp/tools/latest.php'\n";
exit(1);
}
if (!file_exists('composer.phar')) {
echo "INFO: Composer not found, downloading...\n";
file_put_contents('composer.phar', file_get_contents('https://getcomposer.org/composer.phar'));
}
if (!file_exists('composer.phar')) {
echo "ERROR: Could not write 'composer.phar'\n";
exit(1);
}
if (!file_exists('phpunit.phar')) {
echo "INFO: PHPUnit not found, downloading...\n";
file_put_contents('phpunit.phar', file_get_contents('https://phar.phpunit.de/phpunit.phar'));
}
if (!file_exists('phpunit.phar')) {
echo "ERROR: Could not write 'phpunit.phar'\n";
exit(1);
}
exit(0);

0 comments on commit 784b02b

Please sign in to comment.