Cotya / magento-composer-installer

Composer installer for Magento modules
212 stars 77 forks source link

fix: avoid crashing on update if the rule does not contain a job #184

Closed m4rw3r closed 4 years ago

m4rw3r commented 4 years ago

In later PHP-versions attempts to access array offsets on nulls result in errors, which prevents any composer update commands from running, this PR fixes that.

Flyingmana commented 4 years ago

thank you for finding this Issue