container
container copied to clipboard
Drop PHP 5.3 Support
we provide aura/di adapter to work as a sub-container... aura/di 1.0.0 requires php >= 5.4.0 according to it's composer.json required settings.
If you like I can do some updates to php 5.4
@prisis the issue here is with composer require-dev aura di package.
Instalation for development can never be done, cos aura require php 5.4, on environment with 5.3
I would like to find a way in composer (preferebly) to install aura/di only if PHP 5.4 or above, or maybe force install everything despite dependencies in packages?
what you think about it?, cos right now installing through composer for development on 5.3 can't be done.