Merge commit '1392bd3a96045302b60d845a90901a4b2234c475' as 'seatmap-webapi'
This commit is contained in:
11
seatmap-webapi/install.php
Normal file
11
seatmap-webapi/install.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
// download composer and install dependencies
|
||||
|
||||
if (!file_exists('composer.phar')) {
|
||||
$composer = file_get_contents('https://getcomposer.org/composer.phar');
|
||||
file_put_contents('composer.phar', $composer);
|
||||
}
|
||||
exec('php composer.phar install --ignore-platform-reqs');
|
||||
|
||||
include 'patch.php';
|
||||
Reference in New Issue
Block a user