Problem/Motivation

Hello! I tried to install it to D9. it was unsuccessful while I didn't figure out:
inside of
~/web/profiles/contrib/dxpr_simple/modules/demo_content/dxpr_simple_demo_content/dxpr_simple_demo_content.info.yml

you have typo, to my mind.

line5: core_version_requirement: ^10

Steps to reproduce

Proposed resolution

I solved it by change to:
core_version_requirement: ^9 || ^10

Remaining tasks

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
#2 Screenshot 2022-10-06 180827.jpg82.61 KBPracheth

Comments

VitaliiDubinin created an issue. See original summary.

Pracheth’s picture

StatusFileSize
new82.61 KB

Hello VitaliiDubinin,

After checking the info file of the module ,The core_version_requirement is ^9.3 not ^10 as you have mentioned in the issue page(screenshot of info file attached) for Version: 9.0.0-beta1.
I think no change in core_version_requirement of the info file is required, It is correct for the released version.

jurriaanroelofs’s picture

Status: Active » Fixed

I made sure the core version requirement is now ^9.3 || ^10 on both the 9.0.x branch and the 10.0.x branch.

Status: Fixed » Closed (fixed)

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