1 Star 0 Fork 0

laoha0201/php-crud-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
update.php 298 Bytes
一键复制 编辑 原始数据 按行查看 历史
Maurits van der Schee 提交于 2020-07-31 00:08 . bugfix
<?php
// download composer and update 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 update --ignore-platform-reqs');
include 'patch.php';
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/laoha0201/php-crud-api.git
git@gitee.com:laoha0201/php-crud-api.git
laoha0201
php-crud-api
php-crud-api
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385