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
{{ message }}
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
I have an issue when I try to install Laravel-FCM on Lumen 7.0.5 (Laravel component 7.0). After running this command:
sudo composer require brozot/laravel-fcm
I get a long list of errors. Some of them are:
Problem 1
- Conclusion: don't install illuminate/support 6.x-dev
- Conclusion: don't install brozot/laravel-fcm 1.3.1|install illuminate/support 6.x-dev
- Installation request for illuminate/support (locked at v7.6.2) -> satisfiable by illuminate/support[v7.6.2].
- Conclusion: remove illuminate/contracts v7.6.2
- Installation request for brozot/laravel-fcm ^1.3 -> satisfiable by brozot/laravel-fcm[1.3.0, 1.3.1].
- Conclusion: don't install illuminate/contracts v7.6.2
...
- Can only install one of: illuminate/contracts[v5.2.25, v7.6.2].
- Can only install one of: illuminate/contracts[v5.2.26, v7.6.2].
- Can only install one of: illuminate/contracts[v5.2.27, v7.6.2].
- Can only install one of: illuminate/contracts[v5.2.28, v7.6.2].
- Can only install one of: illuminate/contracts[v5.2.31, v7.6.2].
- Can only install one of: illuminate/contracts[v5.2.32, v7.6.2].
- Can only install one of: illuminate/contracts[v5.2.37, v7.6.2].
- Can only install one of: illuminate/contracts[v5.2.43, v7.6.2].
- Can only install one of: illuminate/contracts[v5.2.45, v7.6.2].
- Can only install one of: illuminate/contracts[v5.2.6, v7.6.2].
- Can only install one of: illuminate/contracts[v5.2.7, v7.6.2].
- Can only install one of: illuminate/contracts[v5.3.0, v7.6.2].
- Can only install one of: illuminate/contracts[v5.3.16, v7.6.2].
- Can only install one of: illuminate/contracts[v5.3.23, v7.6.2].
- Can only install one of: illuminate/contracts[v5.3.4, v7.6.2].
- Installation request for illuminate/contracts (locked at v7.6.2) -> satisfiable by illuminate/contracts[v7.6.2].
The text was updated successfully, but these errors were encountered:
I have an issue when I try to install Laravel-FCM on Lumen 7.0.5 (Laravel component 7.0). After running this command:
sudo composer require brozot/laravel-fcm
I get a long list of errors. Some of them are:
...
The text was updated successfully, but these errors were encountered: