You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library is broken right now due to the dependency tightenco/collect.
In composer.json, the version required is ^5.2. Unfortunately guys maintaining tightenco/collect in some way break the compatibility in the latest versions they released.
It means if you load right now dropbox-php-sdk with composer, you will get tightenco/collect version 5.7 which breaks dropbox-php-sdk.
The library probably needs to be updated to the latest version of tightenco/collect.
Meanwhile you can force in your composer.json the version of tightenco/collect to 5.2.* :-)
The text was updated successfully, but these errors were encountered:
de5car7es
added a commit
to de5car7es/dropbox-php-sdk
that referenced
this issue
Oct 15, 2024
The library is broken right due to the dependency tightenco/collect.
In composer.json, the version required is ^5.2 but unfortunately the guys maintaining tightenco/collect in some way break the compatibility in the latest versions they released.
It means if you load right now dropbox-php-sdk with composer, you will get tightenco/collect version < 5.2 which breaks dropbox-php-sdk.
The library probably needs to be updated in the future to the latest version of tightenco/collect.
Meanwhile i'm forcing composer.json the version of tightenco/collect to 5.2.*
Thanks to @jbarbede for this information here:
kunalvarma05#142
The library is broken right now due to the dependency tightenco/collect.
In composer.json, the version required is ^5.2. Unfortunately guys maintaining tightenco/collect in some way break the compatibility in the latest versions they released.
It means if you load right now dropbox-php-sdk with composer, you will get tightenco/collect version 5.7 which breaks dropbox-php-sdk.
The library probably needs to be updated to the latest version of tightenco/collect.
Meanwhile you can force in your composer.json the version of tightenco/collect to 5.2.* :-)
The text was updated successfully, but these errors were encountered: