-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
vendor/jackiedo/dotenv-editor/src/DotenvEditor.php:805
803▕ $dotenvPackage = array_values(array_filter($arrayContent['packages'], function ($packageInfo, $index) {
804▕ return 'vlucas/phpdotenv' === $packageInfo['name'];
➜ 805▕ }, ARRAY_FILTER_USE_BOTH))[0];I need to build a Laravel Zero (https://github.com/laravel-zero/laravel-zero) application and every Composer dependencies must be in require-dev (except PHP version), as per documentation (https://laravel-zero.com/docs/build-a-standalone-application#distribute-via-packagist).
This way, $arrayContent['packages'] is empty.
@JackieDo Can you please fix this? Thank you very much
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels