added static php-crud-api
This commit is contained in:
@@ -6,6 +6,6 @@ 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');
|
||||
exec('php composer.phar install');
|
||||
|
||||
include 'patch.php';
|
||||
|
||||
Reference in New Issue
Block a user