Vinelab / http

A smart, simple and fault-tolerant HTTP client for sending and receiving JSON and XML
57 stars 30 forks source link

Requirements could not be resolved to an installable set of packages. #23

Closed messi89 closed 7 years ago

messi89 commented 7 years ago

Hi

I can't install the package on the latest laravel version `Your requirements could not be resolved to an installable set of packages.

Problem 1

Installation failed, reverting ./composer.json to its original content. `

Laravel 5.3.*

harris21 commented 7 years ago

Hello @messi89,

I just used a fresh Laravel installation v5.3.28, which is the latest version at the moment, and then with the composer require vinelab/http command I was able to install the Http package without any errors.

messi89 commented 7 years ago

reinstalled new version solved the issue

thanks

harris21 commented 7 years ago

Cheers!