njasm / container

Dependency Container / Service Locator for PHP
20 stars 2 forks source link

Drop PHP 5.3 Support #21

Open njasm opened 9 years ago

njasm commented 9 years ago

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.

prisis commented 9 years ago

If you like I can do some updates to php 5.4

njasm commented 9 years ago

@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.