hostnet / form-handler-bundle

Provide an easier way of handling forms in actions
MIT License
71 stars 15 forks source link

fix composer memory limit by setting COMPOSER_MEMORY_LIMIT for all composer steps #67

Closed nutama closed 5 years ago

nutama commented 5 years ago

Issue occures when removing the symfony-framework-bundle, where no memory limit is set for composer. The memory limit is only set for the install step.

Moved the COMPOSER_MEMORY_LIMIT to a global environment variable, so it will only be overwritten by the matrix when explicitly set.