Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/282.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php 添加文件系统会中断自动加载_Php_Composer Php_Amazon Elastic Beanstalk_Guzzle - Fatal编程技术网

Php 添加文件系统会中断自动加载

Php 添加文件系统会中断自动加载,php,composer-php,amazon-elastic-beanstalk,guzzle,Php,Composer Php,Amazon Elastic Beanstalk,Guzzle,添加Leauge S3文件系统适配器后,我在EBS系统上收到以下自动加载错误 composer.json 错误: 无法打开所需的文件 “/var/app/current/vendor/composer/。/guzzlehttp/psr7/src/functions_include.php” (包括_path='/var/app/current/vendor/phpunit/php令牌流:/var/app/current/vendor/phpunit/phpunit模拟对象:/var/app/cu

添加Leauge S3文件系统适配器后,我在EBS系统上收到以下自动加载错误

composer.json

错误:

无法打开所需的文件 “/var/app/current/vendor/composer/。/guzzlehttp/psr7/src/functions_include.php” (包括_path='/var/app/current/vendor/phpunit/php令牌流:/var/app/current/vendor/phpunit/phpunit模拟对象:/var/app/current/vendor/phpunit/php代码覆盖率:/var/app/current/vendor/symfony/yaml::/usr/share/pear7:/usr/share/php7') 在第70行的/var/app/current/vendor/composer/autoload_real.php中


尝试使用更新composer

>作曲家自我更新

您还可以清除启动命令的composer的缓存:

>编写器清除缓存


希望有此帮助

尝试使用更新composer

>作曲家自我更新

您还可以清除启动命令的composer的缓存:

>编写器清除缓存

希望这有帮助

  "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"   },