Skip to content

Issue on installing on a Laravel 12 project #9

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

Open
alexmanase opened this issue Mar 19, 2025 · 0 comments
Open

Issue on installing on a Laravel 12 project #9

alexmanase opened this issue Mar 19, 2025 · 0 comments

Comments

@alexmanase
Copy link

I tried to install laravel-playwright,

composer require web-id/laravel-playwright --dev

but I get the following error:

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires web-id/laravel-playwright * -> satisfiable by web-id/laravel-playwright[dev-main].
    - web-id/laravel-playwright dev-main requires illuminate/support ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0 -> found illuminate/support[v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev, v10.0.0, ..., 10.x-dev, v11.0.0, ..., 11.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 web-id/laravel-playwright:*" to figure out if any version is installable, or "composer require web-id/laravel-playwright:^2.1" if you know which you need.
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

1 participant