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.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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
raise an issue here https://github.com/craigsansam/title/issues and ask the author to release Laravel 9 version.
Or, create a pull request on the package to add Laravel 9 support.
You can see the change for version 8 here https://github.com/craigsansam/title/pull/7/commits/341efab3b3fc639cc59e9b74714cea468cab70c4
Please or to participate in this conversation.