masmerise / livewire-toaster

Beautiful toast notifications for Laravel / Livewire.
MIT License
374 stars 22 forks source link

php 8.1 & laravel 10 error #8

Closed aldozumaran closed 1 year ago

aldozumaran commented 1 year ago

Your requirements could not be resolved to an installable set of packages.

Problem 1

mabdullahsari commented 1 year ago

Toaster requires PHP 8.2. Please upgrade your PHP version.

aldozumaran commented 1 year ago

Hi @mabdullahsari i can't upgrade php, can you fix that? "php": "^8.1|^8.2" or 8.*

mabdullahsari commented 1 year ago

Hi @mabdullahsari i can't upgrade php, can you fix that? "php": "^8.1|^8.2" or 8.*

Sorry, no. This package uses features only available as of PHP 8.2. You can consider using a fork in the meantime, until you are able to upgrade your PHP version.