lubusIN / laravel-decomposer

⚙️ A Laravel package to decompose your installed packages, their dependencies, your app & server environment
MIT License
523 stars 42 forks source link

Undefined index: require #5

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hi. ErrorException (E_NOTICE) Undefined index: require in file DecomposerController.php line 24 $dependencies = $dependenciesArray['require']; with package caouecs/laravel-lang

this correct example: $dependencies = $dependenciesArray['require'] ?? ['Dependency' => 'none'];

introwit commented 7 years ago

@trixanapp Fixed in b760626839f2d113c1896b4f972b1357d9bb0b4b and released with the v0.1.4 , thank you for pointing it out :)