guzzle - Can't install guzzlehttp for Laravel -


i using php 5.4 , have laravel 5.1 development. when try install guzzlehttp through composer laravel error php 5.4 doesn't specify requirements. tried install lowering version

composer require "guzzlehttp/guzzle": "5.0"

but still no luck. thank you.

try,

composer require "guzzlehttp/guzzle:~5.3" 

Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -