我正在尝试跑步
composer dump-autoload
在此过程中出现此错误
> @php artisan package:discover
In Util.php line 45:
Curl error (code 3): <url> malformed
这是我的依赖
"php": "^7.1.3",
"ext-json": "*",
"abdelrahmanbadr/pipl-laravel": "dev-master",
"fideloper/proxy": "^4.0",
"forxer/gravatar": "^2.1",
"giggsey/libphonenumber-for-php": "^8.10",
"guzzlehttp/guzzle": "^6.3",
"htmlmin/htmlmin": "^5.7",
"laravel/framework": "5.7.*",
"laravel/tinker": "^1.0",
"roykesserwani/piplapis-php7.2": "^1.0",
"sentry/sentry-laravel": "^0.11.0",
"stripe/stripe-php": "^6.28",
"symfony/psr-http-message-bridge": "^1.1"
这里是composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Generating optimized autoload files
Warning: Ambiguous class resolution, "JsonSerializable" was found in both "/var/www/lycus.ch/vendor/nesbot/carbon/src/JsonSerializable.php" and "/var/www/lycus.ch/vendor/roykesserwani/piplapis-php7.2/src/piplapis/data/utils.php", the first will be used.
Warning: Ambiguous class resolution, "JsonSerializable" was found in both "/var/www/lycus.ch/vendor/nesbot/carbon/src/JsonSerializable.php" and "/var/www/lycus.ch/vendor/roykesserwani/piplapis-php7.2/src/piplapis/data/utils.php", the first will be used.
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover
In Util.php line 45:
Curl error (code 3): <url> malformed
我的laravel应用程序怎么了?