mauricius / laravel-htmx

Laravel helper library for Htmx
MIT License
301 stars 14 forks source link

composer require not working #9

Closed HidayatLahabu closed 9 months ago

HidayatLahabu commented 1 year ago

composer require mauricius/laravel-htmx Using version ^0.4.0 for mauricius/laravel-htmx Root package 'mauricius/laravel-htmx' cannot require itself in its composer.json

mauricius commented 1 year ago

Are you sure that you're not trying to install the package from a fork of the package itself? I've just tested the command composer require mauricius/laravel-htmx in one of my applications and it works perfectly fine.

HidayatLahabu commented 1 year ago

I'll testing again