munafio/chatify-demo

doesn't support php 8.3

mokhosh opened this issue · 2 comments

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.

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

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: