magento-hackathon / composer-command-integrator

module to create binaries and scripts which get executed in context of composer so they are able to access content from the composer.json
10 stars 12 forks source link

Avoid PHP direct array access #1

Closed Vinai closed 11 years ago

Vinai commented 11 years ago

In order to make the command integrator work with all Magento installs, avoid PHP 5.3 only direct PHP function array access. Also add a concrete example to the readme.md.