Issues with Drupal core 10.1

Created on 22 July 2023, over 1 year ago
Updated 24 July 2023, over 1 year ago

Problem/Motivation

I'm having trouble installing this with Drupal 10.1.

  Problem 1
    - drupal/core-recommended is locked to version 10.1.1 and an update of this package was not requested.
    - guzzlehttp/psr7[2.5.0, ..., 2.6.x-dev] require psr/http-message ^1.1 || ^2.0 -> satisfiable by psr/http-message[1.1, 2.0, 2.0.x-dev].
    - You can only install one version of a package, so only one of these can be installed: psr/http-message[1.0, 1.0.1, 1.1, 2.0, 2.0.x-dev].
    - google/cloud v0.191.0 requires psr/http-message 1.0.* -> satisfiable by psr/http-message[1.0, 1.0.1].
    - drupal/gcsfs[1.0.0-beta1, ..., 1.0.0-beta2] require google/cloud ^0.191 -> satisfiable by google/cloud[v0.191.0].
    - drupal/core-recommended 10.1.1 requires guzzlehttp/psr7 ~2.5.0 -> satisfiable by guzzlehttp/psr7[2.5.0, 2.5.x-dev].
    - Root composer.json requires drupal/gcsfs ^1.0@beta -> satisfiable by drupal/gcsfs[1.0.0-beta1, 1.0.0-beta2].
  • psr/http-message is required by Drupal core, but 1.1 or ^2 is allowed.
  • google/cloud though has a hard dependency on psr/http-message 1..0 or 1.0.
  • The only way to install the module is to alias version 1.1 to 1.0.1.
  • composer require psr/http-message:"1.1 as 1.0.1"

I understand this is really a google/cloud issue, but any advice or tips out there on how to see this through? Commenting in the google github community about installing on a Drupal site seems way more out of context than commenting here.

πŸ› Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States asherry

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024