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

How to use on inertiajs laravel #288

Open
beiaduo opened this issue Apr 10, 2024 · 2 comments
Open

How to use on inertiajs laravel #288

beiaduo opened this issue Apr 10, 2024 · 2 comments

Comments

@beiaduo
Copy link

beiaduo commented Apr 10, 2024

How to use on inertiajs laravel

@Xanyone
Copy link

Xanyone commented Apr 13, 2024

Use Composer

@beiaduo
Copy link
Author

beiaduo commented Apr 17, 2024

composer require mews/captcha

./composer.json has been updated
Running composer update mews/captcha
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1
- mews/captcha[1.0.1, ..., 1.0.2] require illuminate/support ~4 -> found illuminate/support[v4.0.0, ..., v4.2.17] but these were not loaded, likely because it conflicts with another require.
- mews/captcha[2.0.0, ..., 2.3.0] require illuminate/config ~5.0 -> found illuminate/config[v5.0.0, ..., v5.8.36] but these were not loaded, likely because it conflicts with another require.
- mews/captcha[3.0.0, ..., 3.2.4] require php ^7.2 -> your php version (8.3.3) does not satisfy that requirement.
- mews/captcha[3.2.5, ..., 3.3.1] require illuminate/config ~5|^6|^7|^8 -> found illuminate/config[v5.0.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27] but these were not loaded, likely because it conflicts with another require.
- mews/captcha[3.2.7, ..., 3.2.10] require illuminate/config ~5|^6|^7|^8|^9 -> found illuminate/config[v5.0.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16] but these were not loaded, likely because it conflicts with another require.
- mews/captcha 3.3.0 requires illuminate/config ~5|^6|^7|^8|^9|^10.0 -> found illuminate/config[v5.0.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.8] but these were not loaded, likely because it conflicts with another require.
- mews/captcha 3.3.2 requires illuminate/config ~5|^6|^7|^8|^9|^10 -> found illuminate/config[v5.0.0, ..., v5.8.36, v6.0.0, ..., v6.20.44, v7.0.0, ..., v7.30.6, v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.16, v10.0.0, ..., v10.48.8] but these were not loaded, likely because it conflicts with another require.
- mews/captcha 3.3.3 requires intervention/image ~2.5 -> found intervention/image[2.5.0, ..., 2.7.2] but the package is fixed to 3.5.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- Root composer.json requires mews/captcha * -> satisfiable by mews/captcha[1.0.1, 1.0.2, 2.0.0, ..., 2.3.0, 3.0.0, ..., 3.3.3].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
You can also try re-running composer require with an explicit version constraint, e.g. "composer require mews/captcha:*" to figure out if any version is installable, or "composer require mews/captcha:^2.1" if you know which you need.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.

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

2 participants