I get a problem message from the composer when running php -d allow_url_fopen=On composer.phar installon mediatemple.
This is stated in the message laravel/framework v4.2.6 requires php >=5.4.0 -> no matching package found.
I upgraded the php version to 5.5, but I'm not sure if the above problem applies to my php version or to the laravel / framework package when it says “no matching package was found”.
when I run the above command, it shows that it is "installing dependencies (including require-dev)", but I get the problem described above.
my minimum stability is set to stable
can anyone help clarify?
source
share