laravel-exponent-push-notifications icon indicating copy to clipboard operation
laravel-exponent-push-notifications copied to clipboard

is there any way to install this package in Laravel 8 project

Open oussamanm opened this issue 2 years ago • 1 comments

Hi , i need some help on installing "Alymosul/laravel-exponent-push-notifications" Package on my project .

this is the versions of package used :

"php": "^7.3|^8.0",
"laravel/framework": "^8.75",

after Execute this command to install it :

composer require alymosul/laravel-exponent-push-notifications:3.0.0 --ignore-platform-reqs

** i Got this Error : **

  Problem 1
    - Root composer.json requires alymosul/laravel-exponent-push-notifications 3.0.0 -> satisfiable by alymosul/laravel-exponent-push-notifications[v3.0.0].
    - alymosul/laravel-exponent-push-notifications v3.0.0 requires laravel/framework ^9.0 -> found laravel/framework[v9.0.0-beta.1, ..., 9.x-dev] but it conflicts with your root composer.json require (^8.75).

**is it Really necessary to Upgrade Laravel to ^9.0 , i'm worry to have problem if i did that **

oussamanm avatar Aug 17 '22 23:08 oussamanm

Use 2.4.0 version of this package.

Naktibalda avatar Jun 01 '23 15:06 Naktibalda