Fixes: ef57da23b9 Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
ef57da23b9
cpe:2.3:a:getcomposer:composer is a valid identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=getcomposer Signed-off-by: Clément Ramirez <clement.ramirez@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Although composer has host-php as build dependency, we use php in the extract step, so it needs to be listed as an extract dependency, otherwise host-php might not been built/installed before the extract step of host-composer. Fixes: http://autobuild.buildroot.net/results/50658c50fde8145fac320e3b17004e98c78c6c4d/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
composer describes itself as a dependency manager for PHP, it is used by projects such as CakePHP. Signed-off-by: Nicolas Carrier <carrier.nicolas0@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>