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

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -