lorisleiva / laravel-actions

⚡️ Laravel components that take care of one specific task
https://laravelactions.com
MIT License
2.49k stars 121 forks source link

can't update or install since package ridzhi/docbuilder is not found #253

Closed romaldyminaya closed 1 year ago

romaldyminaya commented 1 year ago

Hi,

I'm trying to update the package but is throwing up errors since the package ridzhi/docbuilder is not found.

image

Wulfheart commented 1 year ago

Which version do you try to install?

romaldyminaya commented 1 year ago

Hi @Wulfheart ,

v2.7.0

image

lorisleiva commented 1 year ago

Hi there, I've never heard of this package before. Are you sure this is coming from Laravel Actions? If so, could you tell me the chain of dependencies that end up installing it?

Wulfheart commented 1 year ago

@lorisleiva I am quite sure that it is from the ide helper package.

@romaldyminaya Could you please give me the output of composer why ridzhi/docbuilder? If it is related to the Laravel Actions IDE Helper then try to upgrade it to the latest version.

romaldyminaya commented 1 year ago

Hi,

Thanks @Wulfheart,

I didn't know about composer why command and it helps me find out that that package was not needed at all, I removed it from my composer.json file, and it works now.

I removed the Laravel Actions IDE Helper and composer update ran smothly.

Thanks guys for your support, Laravel Actions is a top notch package.

Love you guys.