laravel-notify icon indicating copy to clipboard operation
laravel-notify copied to clipboard

Laravel 9.0.2 installation error

Open martijnschuman opened this issue 3 years ago • 4 comments

I'm trying to install Notify v2 on Laravel 9.0.2 but I'm getting the following error: Your requirements could not be resolved to an installable set of packages. Problem 1 - mckenziearts/laravel-notify[v1.0, ..., 1.x-dev] require illuminate/support ~5.0|~6.0|~7.0 -> found illuminate/support[v5.0.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev] but these were not loaded, likely because it conflicts with another require. - Root composer.json requires mckenziearts/laravel-notify 1.* -> satisfiable by mckenziearts/laravel-notify[v1.0, ..., 1.x-dev].

I already ran composer update, composer install and both composer require mckenziearts/laravel-notify and composer require mckenziearts/laravel-notify 1.* but no success

martijnschuman avatar Mar 05 '22 11:03 martijnschuman

Yes, I get that error too. I think we should wait until the dev update it to a new version

Mansjoer avatar Mar 08 '22 16:03 Mansjoer

Yes, I get that error too. I think we should wait until the dev update it to a new version

Yeah I think so, but the weird thing is that if you look at the Pull Requests you can see a pull request from 22 days ago that should have added Laravel 9 support

martijnschuman avatar Mar 08 '22 16:03 martijnschuman

Yeah I didnt even know if the developer is still active or not

Mansjoer avatar Mar 08 '22 16:03 Mansjoer

Yep, getting the same error

gregmsanderson avatar Mar 22 '22 21:03 gregmsanderson