composer-asset-plugin: 'Undefined index: name' on v1.2.0
After update plugin to version v1.2.0
I got error:
$ php composer.phar
[ErrorException]
Undefined index: name
Version 1.1.4 works fine.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 1
- Comments: 21 (8 by maintainers)
Fixed by fb19e04bab8f6cbca46e9f12b00ce9fa5054b4f5.
The same here. Hopefully my test will help. composer.json:
Tinkering with PHP 5.6.24, Composer 1.2.0, composer-asset-plugin 1.1.4, 1.2.0, 1.2.1
//EDIT: Same ouput wirh
Composer version 1.1.3 2016-06-26 15:42:08
//EDIT2:
Yes, suggestion of @holtkamp helped, but in documentation the field
name
is not necessarily…