When running composer require naoray/blueprint-nova-addon I get the following error
_Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires naoray/blueprint-nova-addon ^2.0 -> satisfiable by naoray/blueprint-nova-addon[v2.0.0].
- naoray/blueprint-nova-addon v2.0.0 requires illuminate/pipeline ^6.0 || ^7.0 || ^8.0 -> found illuminate/pipeline[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 naoray/blueprint-nova-addon:*" to figure out if any version is installable, or "composer require naoray/blueprint-nova-addon:^2.1" if you know which you need._
I'm guessing this is related to new PHP, Laravel, Or Nova. Do you have any plans to update the code?
When running composer require naoray/blueprint-nova-addon I get the following error
_Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires naoray/blueprint-nova-addon ^2.0 -> satisfiable by naoray/blueprint-nova-addon[v2.0.0].
- naoray/blueprint-nova-addon v2.0.0 requires illuminate/pipeline ^6.0 || ^7.0 || ^8.0 -> found illuminate/pipeline[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 naoray/blueprint-nova-addon:*" to figure out if any version is installable, or "composer require naoray/blueprint-nova-addon:^2.1" if you know which you need._
I'm guessing this is related to new PHP, Laravel, Or Nova. Do you have any plans to update the code?