sabre-io / sabre.io

sabre.io website
http://sabre.io
26 stars 30 forks source link

Update composer dependencies #150

Closed phil-davis closed 1 year ago

phil-davis commented 1 year ago

When running composer install it tells me:

Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.

  Problem 1
    - robloach/component-installer is locked to version 0.2.3 and an update of this package was not requested.
    - robloach/component-installer 0.2.3 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.3.0] but it does not match the constraint.
  Problem 2
    - sculpin/sculpin-theme-composer-plugin is locked to version v1.0.1 and an update of this package was not requested.
    - sculpin/sculpin-theme-composer-plugin v1.0.1 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.3.0] but it does not match the constraint.
  Problem 3
    - robloach/component-installer 0.2.3 requires composer-plugin-api ^1.0 -> found composer-plugin-api[2.3.0] but it does not match the constraint.
    - components/normalize.css 2.1.2 requires robloach/component-installer * -> satisfiable by robloach/component-installer[0.2.3].
    - components/normalize.css is locked to version 2.1.2 and an update of this package was not requested.

Things have got out-of-date.

I did composer update

Loading composer repositories with package information
Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies
Lock file operations: 7 installs, 39 updates, 4 removals
  - Removing guzzle/guzzle (v3.0.7)
  - Removing seld/cli-prompt (1.0.2)
  - Removing symfony/class-loader (v2.8.6)
  - Removing symfony/polyfill-apcu (v1.2.0)
  - Upgrading composer/ca-bundle (1.0.2 => 1.3.6)
  - Upgrading composer/composer (1.1.1 => 1.10.26)
  - Upgrading composer/semver (1.4.0 => 1.7.2)
  - Upgrading composer/spdx-licenses (1.1.4 => 1.5.7)
  - Locking composer/xdebug-handler (1.4.6)
  - Upgrading dflydev/ant-path-matcher (v1.0.3 => v1.0.4)
  - Upgrading dflydev/dot-access-configuration (v1.0.1 => v1.0.2)
  - Upgrading dflydev/dot-access-data (v1.0.1 => v1.1.0)
  - Upgrading dflydev/placeholder-resolver (v1.0.2 => v1.0.3)
  - Upgrading evenement/evenement (v1.0.0 => v2.1.0)
  - Upgrading justinrainbow/json-schema (1.6.1 => 5.2.12)
  - Upgrading kriswallsmith/assetic (v1.3.2 => v1.4.0)
  - Upgrading michelf/php-markdown (1.5.0 => 1.9.1)
  - Upgrading netcarver/textile (v3.5.5 => v3.5.6)
  - Locking psr/http-message (1.1)
  - Upgrading psr/log (1.0.0 => 1.1.4)
  - Upgrading react/event-loop (v0.2.7 => v0.4.3)
  - Upgrading react/http (v0.2.6 => v0.4.4)
  - Locking react/promise (v2.10.0)
  - Upgrading react/socket (v0.2.6 => v0.4.6)
  - Upgrading react/stream (v0.2.6 => v0.4.6)
  - Locking ringcentral/psr7 (1.3.0)
  - Downgrading robloach/component-installer (0.2.3 => 0.0.12)
  - Downgrading sculpin/sculpin (dev-master 4b4df8d => 2.1.x-dev d5d4123)
  - Upgrading sculpin/sculpin-theme-composer-plugin (v1.0.1 => 1.0.3)
  - Upgrading seld/jsonlint (1.4.0 => 1.10.0)
  - Upgrading seld/phar-utils (1.0.1 => 1.2.1)
  - Upgrading symfony/config (v2.8.6 => v2.8.52)
  - Upgrading symfony/console (v2.8.6 => v2.8.52)
  - Upgrading symfony/debug (v2.8.6 => v2.8.52)
  - Upgrading symfony/event-dispatcher (v2.8.6 => v2.8.52)
  - Upgrading symfony/filesystem (v2.8.6 => v2.8.52)
  - Upgrading symfony/finder (v2.8.6 => v2.8.52)
  - Upgrading symfony/http-foundation (v3.0.6 => v3.1.10)
  - Upgrading symfony/http-kernel (v2.8.6 => v2.8.52)
  - Locking symfony/polyfill-ctype (v1.27.0)
  - Upgrading symfony/polyfill-mbstring (v1.2.0 => v1.27.0)
  - Locking symfony/polyfill-php56 (v1.20.0)
  - Upgrading symfony/process (v2.8.6 => v2.8.52)
  - Upgrading symfony/yaml (v2.8.6 => v2.8.52)
  - Upgrading twig/extensions (v1.3.0 => v1.5.4)
  - Upgrading twig/twig (v1.24.0 => v1.44.7)
  - Locking webignition/disallowed-character-terminated-string (2.0)
  - Upgrading webignition/internet-media-type (0.4.7 => 0.4.8)
  - Upgrading webignition/quoted-string (0.1 => 0.2.1)
  - Upgrading webignition/string-parser (0.2.2 => 0.2.3)
Writing lock file
...

This is the result.

phil-davis commented 1 year ago

@DominikTo I will merge this. If you have any problem updating the web site, then I guess that you revert this and go back to whatever old dependencies were previously being used.