2017-06-04 94 views
1

添加Leauge S3文件系统适配器后,我在我的EBS系统上收到以下自动加载错误。添加联盟s3文件系统中断自动加载

composer.json

"require": { 
    "php": ">=5.5.0", 
    "slim/slim": "2.3.2", 
    "slim/extras": "dev-develop", 
    "twig/twig": "1.*", 
    "directus/migrations": "dev-master", 
    "directus/permissions": "0.9.*@dev", 
    "directus/database": "~0.1.3", 
    "league/flysystem": "^1.0", 
    "league/flysystem-aws-s3-v3": "^1.0", 
    "swiftmailer/swiftmailer": "^5.4" }, 

错误:

Failed opening required '/var/app/current/vendor/composer/../guzzlehttp/psr7/src/functions_include.php' (include_path='/var/app/current/vendor/phpunit/php-token-stream:/var/app/current/vendor/phpunit/phpunit-mock-objects:/var/app/current/vendor/phpunit/php-code-coverage:/var/app/current/vendor/phpunit/phpunit:/var/app/current/vendor/symfony/yaml:.:/usr/share/pear7:/usr/share/php7') in /var/app/current/vendor/composer/autoload_real.php on line 70

回答

0

尝试更新作曲家与

>composer self-update

您也可以清除作曲家启动命令的缓存:

>composer clear-cache

希望这有助于