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

Daniel-Pablo's avatar

need to upgrade radiula/title but got this error - HELP

I am trying to install this pack in the new version of Laravel 9 BUT I cant, I got this error and I dont understand how to tackle that

https://packagist.org/packages/radiula/title

this is the error I and facing now

  Problem 1
    - Root composer.json requires radiula/title ^2.0 -> satisfiable by radiula/title[2.0].
    - radiula/title 2.0 requires illuminate/support ^5.0|^6.0|^7.0|^8.0 -> found illuminate/support[v5.0.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev] but these were not loaded, likely because it conflicts with another require.

You can also try re-running composer require with an explicit version constraint, e.g. "composer require radiula/title:*" to figure out if any version is installable, or "composer require radiula/title:^2.1" if you know which you need.

Any help is more than welcome , thanks in advance

0 likes
3 replies
jlrdw's avatar

Right now it's:

"illuminate/support": "^5.0|^6.0|^7.0|^8.0"

Ask author when laravel 9 support is available. Or sometimes adding in:

^9.0

will work, copy project and you could try. Backup first in case.

1 like
Daniel-Pablo's avatar

@jlrdw Hi, thanks for your response, How I can do this = Or sometimes by adding in: ^9.0 how I can add that? In what file I should paste that code? Thank you

Please or to participate in this conversation.