php - Laravel 4.0.9 error when run composer install -


Laravel 4 was never in the past for me when it was deployed. Version 4.0.9 is to be accurate. There is an error when running Composer

  root @ server1 [/ home / testapp / www] # Composer install alert: This composer's development can last for more than 30 days Is old Updating it by running "/ usr / local / bin / composer self-update" to get the latest version is recommended Loading composer stores with package information Installing dependencies (including Requirement-Dev) Your Requirements can not be resolved in the installable set of packages Problem 1 - Installation request for Laravel / Framework 4.0.9 - & gt; Satisfied with Laravel / Framework [v4.0.9] - Road / Generator Dev-Master needs illumination / support ~ 5.0 - & gt; Satisfactory by Roswell / Framework [5.0.x-dev], Illumination / Support [5.0.x-dev]. - Only one of them can install: Laravel / Structure [v4.0.9, 5.0.x-dev]. - Do not install brightness / support 5.0.x-dev | Do not install laravel / framework v4.0.9 - installation request / generator dev-master - & gt; Satisfied with the route / generator [Dev-Master]   

Why is this happening to anyone?

Edit

composer.json

   

You are trying to install the dev-master version of the path / generator and this It is necessary to illuminate the Dev-Master. Update of version 5.0 where you are installing Larval 4.0.9, hence the error is coming.

  Please change the "Route / Generator": "Dev -Master "with this" route / generator ":" 2.6.1 "  

and you'll be fine.

Have fun coding;)

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -