thedevdojo / voyager

Voyager - The Missing Laravel Admin
https://voyager.devdojo.com
MIT License
11.72k stars 2.67k forks source link

cannot install voyager using composer require #5812

Open cyyeoh opened 8 months ago

cyyeoh commented 8 months ago

Laravel version

10.3

PHP version

8.2

Voyager version

1.6

Database

Na

Description

When I tried to install voyager using composer require tcg/voyager, it returns back to me below.

Problem 1

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

Steps to reproduce

Running command composer require tcg/voyager

Expected behavior

Voyager installed successfully

Screenshots

image

Additional context

No response

graphicom commented 8 months ago

I guess because as the doc says https://voyager-docs.devdojo.com/getting-started/prerequisites it's only compatible with Laravel 8 Laravel 9