composer clear-cache rm -rf vendor/* composer update -vvv
- Installing g9901/yii2-gftp (2.0.1)
Downloading https://api.github.com/repos/G9901/yii2-gftp/zipball/5621e075a25d13b83587f6293ff35c0ee00f1769
Downloading: 100%
Writing /root/.composer/cache/files/g9901/yii2-gftp/5621e075a25d13b83587f6293ff35c0ee00f1769.zip into cache
Extracting archive
Executing command (CWD): unzip '/home/flxx/basic/vendor/g9901/yii2-gftp/74b544ff38bad8cd15f4e57f4fea1bd4' -d '/home/flxx/basic/vendor/composer
/befb67d9' && chmod -R u+w '/home/flxx/basic/vendor/composer/befb67d9'
REASON: Required by root: Install command rule (install g9901/yii2-gftp 2.0|install g9901/yii2-gftp 2.0.1)
很奇怪的现象,下载到目录的 g9901/yii2-gftp 还是旧的,跟 github.com 上的源码不一样!
下载来的源码:
php</code><code>public function login () {
$this->connectIfNeeded(false);
$this->handle->login();
$this->onLogin(new Event(['sender' => $this, 'data' => $user]));
}
github.com 上的源码:
php</code><code>public function login () {
$this->connectIfNeeded(false);
$this->handle->login();
$this->onLogin(new Event(['sender' => $this, 'data' => $this->handle->user]));
}
已经在 packagist.org 上点击了 “update” 按钮很多次了。 https://packagist.org/packages/g9901/yii2-gftp,奇怪的是packagist 显示的最后修改时间还是 2015-07-15 20:04 UTC
composer clear-cache rm -rf vendor/* composer update -vvv
- Installing g9901/yii2-gftp (2.0.1)
Downloading https://api.github.com/repos/G9901/yii2-gftp/zipball/5621e075a25d13b83587f6293ff35c0ee00f1769
Downloading: 100%
Writing /root/.composer/cache/files/g9901/yii2-gftp/5621e075a25d13b83587f6293ff35c0ee00f1769.zip into cache
Extracting archive
Executing command (CWD): unzip '/home/flxx/basic/vendor/g9901/yii2-gftp/74b544ff38bad8cd15f4e57f4fea1bd4' -d '/home/flxx/basic/vendor/composer
/befb67d9' && chmod -R u+w '/home/flxx/basic/vendor/composer/befb67d9'
REASON: Required by root: Install command rule (install g9901/yii2-gftp 2.0|install g9901/yii2-gftp 2.0.1)
很奇怪的现象,下载到目录的 g9901/yii2-gftp 还是旧的,跟 github.com 上的源码不一样!
多奥淘宝客程序免费版拥有淘宝客站点的基本功能,手动更新少,管理简单等优点,适合刚接触网站的淘客们,或者是兼职做淘客们。同样拥有VIP版的模板引擎技 术、强大的文件缓存机制,但没有VIP版的伪原创跟自定义URL等多项创新的搜索引擎优化技术,除此之外也是一款高效的API数据系统实现无人值守全自动 化运行的淘宝客网站程序。4月3日淘宝联盟重新开放淘宝API申请,新用户也可使用了
0
下载来的源码:
php</code><code>public function login () {
$this->connectIfNeeded(false);
$this->handle->login();
$this->onLogin(new Event(['sender' => $this, 'data' => $user]));
}
github.com 上的源码:
php</code><code>public function login () {
$this->connectIfNeeded(false);
$this->handle->login();
$this->onLogin(new Event(['sender' => $this, 'data' => $this->handle->user]));
}
已经在 packagist.org 上点击了 “update” 按钮很多次了。 https://packagist.org/packages/g9901/yii2-gftp,奇怪的是packagist 显示的最后修改时间还是 2015-07-15 20:04 UTC
C++高性能并发应用_C++如何开发性能关键应用
Java AI集成Deep Java Library_Java怎么集成AI模型部署
Golang后端API开发_Golang如何高效开发后端和API
Python异步并发改进_Python异步编程有哪些新改进
C++系统编程内存管理_C++系统编程怎么与Rust竞争内存安全
Java GraalVM原生镜像构建_Java怎么用GraalVM构建高效原生镜像
Python FastAPI异步API开发_Python怎么用FastAPI构建异步API
C++现代C++20/23/26特性_现代C++有哪些新标准特性如modules和coroutines
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号