Skip to content

Commit 25c10f0

Browse files
committed
wip
1 parent f466a33 commit 25c10f0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<?php
22

3+
// download composer and install dependencies
4+
35
if (!file_exists('composer.phar')) {
46
$composer = file_get_contents('https://getcomposer.org/composer.phar');
57
file_put_contents('composer.phar', $composer);
@@ -8,6 +10,8 @@
810
exec('php composer.phar install');
911
}
1012

13+
// patch files for PHP 7.0 compatibility
14+
1115
function patchDir(string $base, string $dir): int
1216
{
1317
$count = 0;

0 commit comments

Comments
 (0)