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
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Screenshot 2022-10-06 180827.jpg | 82.61 KB | Pracheth |
Comments
Comment #2
Pracheth commentedHello 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.
Comment #4
jurriaanroelofs commentedI made sure the core version requirement is now ^9.3 || ^10 on both the 9.0.x branch and the 10.0.x branch.