Problem/Motivation

Not able to use on PHP 8

Steps to reproduce

Run composer install on PHP 8 environment

drupal/smart_date 3.1.0 requires php ^7.1 -> your php version (8.0.0) does not satisfy that requirement

Proposed resolution

Change the requirement in composer from "php": "^7.1" to "php": ">=7.1".

Issue fork smart_date-3193096

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

dwkitchen created an issue. See original summary.

dwkitchen’s picture

Status: Active » Needs review

MR submitted, I see no issues running with Drupal 9 on PHP 8

mandclu’s picture

Status: Needs review » Fixed
Issue tags: +ContributionWeekend2021

Thanks for identifying this, and for providing a fix.

dwkitchen’s picture

Great thanks.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.