Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

laravel9 #227

Open
shijie1991 opened this issue Feb 22, 2022 · 2 comments
Open

laravel9 #227

shijie1991 opened this issue Feb 22, 2022 · 2 comments

Comments

@shijie1991
Copy link

Problem 1
- davidhsianturi/laravel-compass[v1.2.0, ..., 1.x-dev] require illuminate/console ^6.0|^7.0|^8.0 -> found illuminate/console[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.
- Root composer.json requires davidhsianturi/laravel-compass ^1.2 -> satisfiable by davidhsianturi/laravel-compass[v1.2.0, v1.2.1, 1.x-dev].

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

@sahinyusuf
Copy link

having same issue.

composer.json required versions "^6.0|^7.0|^8.0" but "^6.0|^7.0|^8.0|^9.0" needed.
"require": {
"php": "^7.3|^8.0",
"illuminate/console": "^6.0|^7.0|^8.0",
"illuminate/routing": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"mpociot/documentarian": "dev-master"
},

@SachinBahukhandi
Copy link

This occurs because the lib: https://github.com/mpociot/documentarian is dead.
To resolve this, we could possibly fork this library, and resolve it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants