how to upgrade to php 8

Created on 23 February 2023, about 2 years ago
Updated 24 February 2023, about 2 years ago

Problem/Motivation

I am trying to upgrade to php 8 for the drupal site. But there is a chicken and egg problem. Using php 7 don't allows composer to upgrade the module to 3.2, but with php 8 I am not able to upgrade date_recur because better-reflection needs to be upgraded. If I try to upgrade better-reflection, it fails because date_recur needs to be upgraded.

run composer require 'drupal/date_recur:^3.2'
Problem 1
- roave/better-reflection is locked to version 4.12.2 and an update of this package was not requested.
- roave/better-reflection 4.12.2 requires php >=7.4.1,<7.5.0 -> your php version (8.1.16) does not satisfy that requirement.

run composer require roave/better-reflection:^6
Problem 1
- drupal/date_recur is locked to version 3.1.0 and an update of this package was not requested.
- drupal/date_recur 3.1.0 requires php >=7.4 <8.1 -> your php version (8.1.16) does not satisfy that requirement.
Problem 2
- drupal/date_recur 3.1.0 requires php >=7.4 <8.1 -> your php version (8.1.16) does not satisfy that requirement.
- drupal/date_recur_modular 3.0.2 requires drupal/date_recur ^3 -> satisfiable by drupal/date_recur[3.1.0].
- drupal/date_recur_modular is locked to version 3.0.2 and an update of this package was not requested.

Steps to reproduce

Using php 7 and install date_recur and better_reflection. Change the environment to php 8 and try to update the modules with composer.

💬 Support request
Status

Closed: works as designed

Version

3.1

Component

Documentation

Created by

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

Comments & Activities

  • Issue created by @LLior
  • Status changed to Closed: works as designed about 2 years ago
  • 🇦🇺Australia dpi Perth, Australia

    Upgrade both components simultaneously, explicitly with `composer update both projects here`, with -W, or use ignore platform deps.

    This isnt really a project issue but a general Composer enquiry.

Production build 0.71.5 2024