Hmm, getting a few errors on install on laravel 8.7, php 8.0.14, not using nova (is nova an unlisted requirement?). Also, shouldnt it be installing its own dependencies like tipoff/support?
❯ composer require tipoff/laravel-serpapi
Using version ^2.0 for tipoff/laravel-serpapi
./composer.json has been updated
Running composer update tipoff/laravel-serpapi
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- tipoff/laravel-serpapi 2.0.1 requires tipoff/support ^2.1.5 -> satisfiable by tipoff/support[2.1.5, 2.1.6, 2.2.0].
- tipoff/laravel-serpapi 2.0.0 requires tipoff/support ^2.0.0 -> satisfiable by tipoff/support[2.0.0, ..., 2.2.0].
- tipoff/support[2.0.0, ..., 2.2.0] require laravel/nova ^3.22 -> could not be found in any version, there may be a typo in the package name.
- Root composer.json requires tipoff/laravel-serpapi ^2.0 -> satisfiable by tipoff/laravel-serpapi[2.0.0, 2.0.1].
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
- It's a private package and you forgot to add a custom repository to find it
Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
Installation failed, reverting ./composer.json and ./composer.lock to their original content. ```
Hmm, getting a few errors on install on laravel 8.7, php 8.0.14, not using nova (is nova an unlisted requirement?). Also, shouldnt it be installing its own dependencies like tipoff/support?