Your requirements could not be resolved to an installable set of packages.
Problem 1
- illuminate/pagination[v8.0.0, ..., v8.11.2] require php ^7.3 -> your php version (8.0.30) does not satisfy that requirement.
- Only one of these can be installed: illuminate/pagination[v8.0.0, ..., 8.x-dev], laravel/framework[v9.0.0-beta.1, ..., 9.x-dev]. laravel/framework replaces illuminate/pagination and thus cannot coexist with it.
- laravel/scout v9.0.0 requires illuminate/pagination ^8.0 -> satisfiable by illuminate/pagination[v8.0.0, ..., 8.x-dev].
- Root composer.json requires laravel/scout 9 -> satisfiable by laravel/scout[v9.0.0].
- Root composer.json requires laravel/framework 9.* -> satisfiable by laravel/framework[v9.0.0-beta.1, ..., 9.x-dev].