dkd / php-cmis-client

This is a PHP CMIS Client implementation based on OpenCMIS. It has been retired and put in to archive mode.
Apache License 2.0
54 stars 34 forks source link

Doesn't work for laravel > 8 #82

Closed kevinivek13 closed 2 days ago

kevinivek13 commented 2 years ago

In Laravel version > 9 we have to use guzzlehttp with minimum version : 7. In the dev-master branch of this project, guzzlehttp is specified for version ^6 .

I have installed the project in local, upadte guzzlehttp version and all seems ok.

We have just to change the guzzlehttp version of composer.json file, and all people who want use this package in laravel project or other will can install it..