hexadog / laravel-themes-manager

Bring multi themes support to your Laravel application with a full-featured Themes Manager
https://laravel-themes-manager.netlify.app
MIT License
152 stars 31 forks source link

Installation Error #21

Closed codetestmg closed 3 years ago

codetestmg commented 3 years ago

composer require hexadog/laravel-themes-manager Using version ^1.7 for hexadog/laravel-themes-manager ./composer.json has been updated Running composer update hexadog/laravel-themes-manager Loading composer repositories with package information Updating dependencies Your requirements could not be resolved to an installable set of packages.

Problem 1

You are using Composer 2, which some of your plugins seem to be incompatible wit h. Make sure you update your plugins or report a plugin-issue to ask them to sup port Composer 2.

Installation failed, reverting ./composer.json and ./composer.lock to their orig inal content.

gaetan-hexadog commented 3 years ago

Hi,

the issue does not seems to be related to Composer 2 (packages are ready to work with Composer 2 : in v1.05 for `laravel-theme-installer) but the PHP version you use.

- hexadog/laravel-theme-installer v1.0.5 requires php ^7.3 -> your php versi
on (8.0.1) does not satisfy that requirement.

I will update them to be compatible with PHP 8 very quickly.

codetestmg commented 3 years ago

@gaetan-hexadog .Thanks for the quick reply .thanks for the library

gaetan-hexadog commented 3 years ago

@codetestmg : laravel-theme-installer v1.0.6 has been released with PHP8 compatibilty. Can you confirm me it's ok for you now.

codetestmg commented 3 years ago

@gaetan-hexadog .Thanks works fine .