Skip to content

Update composer.lock for PHP 8.5 compatibility#196

Closed
romanstingler wants to merge 1 commit intostackkit:masterfrom
romanstingler:fix/php-85-compatibility
Closed

Update composer.lock for PHP 8.5 compatibility#196
romanstingler wants to merge 1 commit intostackkit:masterfrom
romanstingler:fix/php-85-compatibility

Conversation

@romanstingler
Copy link
Copy Markdown

the composer.lock file in master is not up-to-date with the composer,json

❯ composer install
Xdebug: [Step Debug] Could not connect to debugging client. Tried: localhost:9003 (through xdebug.client_host/xdebug.client_port).
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run `composer update` or `composer update <package name>`.
Your lock file does not contain a compatible set of packages. Please run composer update.

  Problem 1
    - nette/schema is locked to version v1.3.2 and an update of this package was not requested.
    - nette/schema v1.3.2 requires php 8.1 - 8.4 -> your php version (8.5.5) does not satisfy that requirement.
  Problem 2
    - nette/utils is locked to version v4.0.5 and an update of this package was not requested.
    - nette/utils v4.0.5 requires php 8.0 - 8.4 -> your php version (8.5.5) does not satisfy that requirement.
  Problem 3
    - league/config is locked to version v1.2.0 and an update of this package was not requested.
    - league/config v1.2.0 requires nette/schema ^1.2 -> satisfiable by nette/schema[v1.3.2].
    - nette/schema v1.3.2 requires php 8.1 - 8.4 -> your php version (8.5.5) does not satisfy that requirement.

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

Successfully merging this pull request may close these issues.

1 participant