In PackageManifest.php line 122: Undefined index: name
$ composer update
Here is what the above code is Doing:
1. We’re creating a new instance of the class.
2. We’re calling the method on the instance.
3. We’re passing the argument to the method.
4. We’re printing the result.