container icon indicating copy to clipboard operation
container copied to clipboard

Drop PHP 5.3 Support

Open njasm opened this issue 11 years ago • 3 comments

njasm avatar Oct 31 '14 23:10 njasm

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.

njasm avatar Nov 13 '14 20:11 njasm

If you like I can do some updates to php 5.4

prisis avatar Dec 18 '14 06:12 prisis

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

njasm avatar Dec 18 '14 18:12 njasm