[PHP配置]项目依赖安装之composer install

wangyetao@linux_u1604:~/LinuxRoom/PROJECT_CODE_PHP/icf8_sub/cfzx$ composer install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. Run update to update them.
Package operations: 8 installs, 0 updates, 0 removals
  - Installing guzzlehttp/promises (dev-master 2e48ae6): Cloning 2e48ae638d from cache
  - Installing psr/http-message (dev-master f6561bf): Cloning f6561bf28d from cache
  - Installing guzzlehttp/psr7 (dev-master d2537c8): Cloning d2537c86fa from cache
  - Installing phpmailer/phpmailer (dev-master 44d49ba): Cloning 44d49bab5a from cache
  - Installing qiniu/php-sdk (dev-master 34aba14): Cloning 34aba14b94 from cache
  - Installing workerman/gatewayclient (dev-master 22f5a18): Cloning 22f5a18af8 from cache
  - Installing guzzlehttp/guzzle (6.3.0): Loading from cache
  - Installing yunpian/yunpian-php-sdk (1.0.2): Loading from cache
phpmailer/phpmailer suggests installing ext-mbstring (Needed to send email in multibyte encoding charset)
phpmailer/phpmailer suggests installing hayageek/oauth2-yahoo (Needed for Yahoo XOAUTH2 authentication)
phpmailer/phpmailer suggests installing league/oauth2-google (Needed for Google XOAUTH2 authentication)
phpmailer/phpmailer suggests installing psr/log (For optional PSR-3 debug logging)
phpmailer/phpmailer suggests installing stevenmaguire/oauth2-microsoft (Needed for Microsoft XOAUTH2 authentication)
phpmailer/phpmailer suggests installing symfony/polyfill-mbstring (To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2))
guzzlehttp/guzzle suggests installing psr/log (Required for using the Log middleware)
Generating autoload files
wangyetao@linux_u1604:~/LinuxRoom/PROJECT_CODE_PHP/icf8_sub/cfzx$ 


目录 [ ./Application/Runtime/ ] 不可写!
wangyetao@linux_u1604:~/LinuxRoom/PROJECT_CODE_PHP/icf8_sub/cfzx$ chmod 777 Application/Runtime/
wangyetao@linux_u1604:~/LinuxRoom/PROJECT_CODE_PHP/icf8_sub/cfzx$ ^





你可能感兴趣的:([Php])