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

doesn't support php 8.3 #58

Open
mokhosh opened this issue Feb 2, 2024 · 2 comments
Open

doesn't support php 8.3 #58

mokhosh opened this issue Feb 2, 2024 · 2 comments

Comments

@mokhosh
Copy link

mokhosh commented Feb 2, 2024

composer install

  Problem 1
    - nette/schema is locked to version v1.2.3 and an update of this package was not requested.
    - nette/schema v1.2.3 requires php >=7.1 <8.3 -> your php version (8.3.0) does not satisfy that requirement.
  Problem 2
    - nette/utils is locked to version v4.0.0 and an update of this package was not requested.
    - nette/utils v4.0.0 requires php >=8.0 <8.3 -> your php version (8.3.0) does not satisfy that requirement.
  Problem 3
    - nette/schema v1.2.3 requires php >=7.1 <8.3 -> your php version (8.3.0) does not satisfy that requirement.
    - league/config v1.2.0 requires nette/schema ^1.2 -> satisfiable by nette/schema[v1.2.3].
    - league/config is locked to version v1.2.0 and an update of this package was not requested.
@onestdev125
Copy link

delete the composer.lock file, then run composer install command

@usamd
Copy link

usamd commented Jun 18, 2024

composer install

  Problem 1
    - nette/schema is locked to version v1.2.3 and an update of this package was not requested.
    - nette/schema v1.2.3 requires php >=7.1 <8.3 -> your php version (8.3.0) does not satisfy that requirement.
  Problem 2
    - nette/utils is locked to version v4.0.0 and an update of this package was not requested.
    - nette/utils v4.0.0 requires php >=8.0 <8.3 -> your php version (8.3.0) does not satisfy that requirement.
  Problem 3
    - nette/schema v1.2.3 requires php >=7.1 <8.3 -> your php version (8.3.0) does not satisfy that requirement.
    - league/config v1.2.0 requires nette/schema ^1.2 -> satisfiable by nette/schema[v1.2.3].
    - league/config is locked to version v1.2.0 and an update of this package was not requested.

this work for me - delete the composer.lock file, then Run composer update:

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