gnello / php-openfire-restapi

A complete PHP client for the Openfire REST API Plugin.
Apache License 2.0
30 stars 14 forks source link

Failed to install through Composer in Laravel #14

Closed ForGuru closed 4 years ago

ForGuru commented 4 years ago

I am trying to add in laravel 8 project and got this error.

`Problem 1

Screenshot 2020-10-07 at 1 23 33 PM

gnello commented 4 years ago

Hi, the problem is that php-openfire-restapi uses the ^6.2 version of guzzle, but your project requires the ^7.0 one.

I'm going to update the guzzle dependency to the ^7.0, thanks for pointing this out!

I'll keep you updated.

ForGuru commented 4 years ago

@gnello Thanks. I appreciate this

gnello commented 4 years ago

Hi, I've updated the guzzle dependency, thanks again for pointing that out!

Feel free to reopen this issue if you encounter any problems with this mod.

Thank you.