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

Laravel 10 install problem #136

Open
sado729 opened this issue Sep 20, 2023 · 1 comment
Open

Laravel 10 install problem #136

sado729 opened this issue Sep 20, 2023 · 1 comment

Comments

@sado729
Copy link

sado729 commented Sep 20, 2023

Please add Laravel 10 support

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

Problem 1
- larsjanssen6/underconstruction 1.2 requires illuminate/support ~5.6.0 -> found illuminate/support[v5.6.0, ..., v5.6.3
9] but these were not loaded, likely because it conflicts with another require.
- larsjanssen6/underconstruction[1, ..., 1.3, 2.0, ..., 2.9.3, 3.0, 4.0] require php ^7.0 -> your php version (8.1.10)
does not satisfy that requirement.
- larsjanssen6/underconstruction[5.0, ..., 5.2, 6.0, ..., 6.1] require php ^7.1.3 -> your php version (8.1.10) does not
satisfy that requirement.
- larsjanssen6/underconstruction[7.0, ..., 7.1] require php ^7.4 -> your php version (8.1.10) does not satisfy that req
uirement.
- larsjanssen6/underconstruction 7.2 requires illuminate/support ^6.18|^7.0|^8.0 -> found illuminate/support[v6.18.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 anot
her require.
- larsjanssen6/underconstruction 8.1 requires illuminate/support ^6.18|^7.0|^8.0|^9.0 -> found illuminate/support[v6.18
.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 be
cause it conflicts with another require.
- Root composer.json requires larsjanssen6/underconstruction * -> satisfiable by larsjanssen6/underconstruction[1, 1.1,
1.2, 1.3, 2.0, ..., 2.9.3, 3.0, 4.0, 5.0, 5.1, 5.2, 6.0, 6.1, 7.0, 7.1, 7.2, 8.1].

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

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

@vesper8
Copy link
Contributor

vesper8 commented Jan 27, 2024

As there hasn't been a new released tagged when L10 support was added, you have to install the dev-master

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