Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

thenaim's avatar

jakub-onderka package abandoned warnings

Hi, I'm getting this warning when I try to create a Laravel project.

Can anyone help me to resolve jakub-onderka package abandoned warning? Thanks.

  • Laravel Version: 6.x / 7.x
  • PHP Version: 7.3
  • Database Driver & Version: 8.0
0 likes
6 replies
bobbybouwmann's avatar
Level 88

Both those packages are used by nunomaduro/collision which is a dependency of the Laravel framework. You can't really do anything about this at this point. The nunomaduro/collision needs to be updated with the new dependencies or updated dependencies.

Also, it's a warning, so you shouldn't be scared about it at all. Everything still works ;)

2 likes
jbnv's avatar

This isn't an acceptable answer. The standard at my shop is that all composer updates should run clean, without errors or warnings. I cannot confirm that our Laravel development is free of bugs as long as composer is throwing warnings.

bobbybouwmann's avatar

@jbnv That should indeed be a better approach. However, you don't always have this in the hand. This is now a package that is 4th inline based on Laravel dependencies. People are already taking action against it. That's why I showed the link of the tweet.

Please or to participate in this conversation.