Problem/Motivation
When trying to install the module with Drupal 9 it fails
Steps to reproduce
run
composer require 'drupal/commerce_sezzle_pay:^1.12'
Problem 1
- Root composer.json requires drupal/commerce_sezzle_pay == 1.12.0.0 -> satisfiable by drupal/commerce_sezzle_pay[1.12.0].
- drupal/commerce_sezzle_pay 1.12.0 requires drupal/core ~8.0 -> found drupal/core[8.0.0-beta6, ..., 8.9.x-dev] but it conflicts with your root composer.json require (9.2.8).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3250613-prepare-for-update-to-drupal9-2.patch | 632 bytes | ooa33 |
Comments
Comment #2
ooa33 commentedHere is a patch that fixes the issue
Comment #4
marijan gudeljComment #5
marijan gudelj