Not Support In Laravel 10
im trying to install it on laravel 10 but i found error
Your requirements could not be resolved to an installable set of packages.
Problem 1
lcobucci/jwt[4.2.1, ..., 4.3.0] require ext-sodium * -> it is missing from your system. Install or enable PHP's sodium extension.
kreait/laravel-firebase 5.0.0 requires illuminate/contracts ^9.0 -> found illuminate/contracts[v9.0.0, ..., v9.52.0] but these were
not loaded, likely because it conflicts with another require.
Root composer.json requires laravel-notification-channels/fcm ^3.0 -> satisfiable by laravel-notification-channels/fcm[3.0.0].
To enable extensions, verify that they are enabled in your .ini files:
D:\xampp\php\php.ini
You can also run php --ini in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with --ignore-platform-req=ext-sodium to temporarily ignore these required extensions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require laravel-notification-channels/fcm:*" to figure out if any version is installable, or "composer require laravel-notification-channels/fcm:^2.1" if you know which you need.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Not Support In Laravel 10 im trying to install it on laravel 10 but i found error
Your requirements could not be resolved to an installable set of packages.
Problem 1
To enable extensions, verify that they are enabled in your .ini files:
php --ini
in a terminal to see which files are used by PHP in CLI mode. Alternatively, you can run Composer with--ignore-platform-req=ext-sodium
to temporarily ignore these required extensions. You can also try re-running composer require with an explicit version constraint, e.g. "composer require laravel-notification-channels/fcm:*" to figure out if any version is installable, or "composer require laravel-notification-channels/fcm:^2.1" if you know which you need.Installation failed, reverting ./composer.json and ./composer.lock to their original content.