coderello / laraflash

⚡ Flash messages on steroids.
MIT License
157 stars 18 forks source link

Laravel 6? #15

Closed WimDeMeester closed 5 years ago

WimDeMeester commented 5 years ago

Any plans on a laravel 6 version of this package?

hivokas commented 5 years ago

I've published the release with Laravel 6.0 support.

WimDeMeester commented 5 years ago

Thanks a lot!

WimDeMeester commented 5 years ago

I still can not install it in laravel 6... I get the following error:

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

  Problem 1
    - Installation request for coderello/laraflash ^2.1 -> satisfiable by coderello/laraflash[2.1.0].
    - Can only install one of: laravel/framework[v6.0.3, 5.8.x-dev].
    - Can only install one of: laravel/framework[5.8.x-dev, v6.0.3].
    - Can only install one of: laravel/framework[5.8.x-dev, v6.0.3].
    - Conclusion: install laravel/framework 5.8.x-dev
    - Installation request for laravel/framework (locked at v6.0.3, required as ^6.0) -> satisfiable by laravel/framework[v6.0.3].

I think the problem is that you need laravelium/sitemap ^6.0 to make laraflash installable.

eberkund commented 5 years ago

I have the same issue

eberkund commented 5 years ago

@hivokas do you think you could take a look at my PR? I'm eager to use this package with Laravel 6!! :)

hivokas commented 5 years ago

Guys, sorry for this issue. I've accidentally added unneeded package to the list of dependencies. I've just removed it. So the package should work now.

WimDeMeester commented 5 years ago

Thanks, installs without problems now!