Postponed (maintainer needs more info)
Project:
Views iCal
Version:
8.x-1.0-alpha8
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2021 at 10:28 UTC
Updated:
12 Jan 2025 at 14:24 UTC
Jump to comment: Most recent
Comments
Comment #2
cebab54 commentedComment #3
cebab54 commentedI think this may be because the views_ical.info.yml file still has the 'core: 8.x' line present as well as the newer 'core_version_requirement: ^8 || ^9'
causing the load error with Composer and more particularly Drupal 9?
Comment #4
bburgIt looks like your composer configuration doesn't want to install an alpha release of a module, but it could be the "core" option. I thought that was ignored now in favor of the "core_version_requirement".
I have a few issues I had been waiting on before I made a 1.0 release, but I'll try removing that core line first. Will do that this week. If that doesn't work, I can make a full release.
Comment #5
cebab54 commentedRemoving the Core line seems to work here now.
I have found some other issues, but will raise them separately
Comment #6
liam morlandThe project page suggests using:
composer require 'drupal/views_ical:^1.0@alpha'That is likely to work since it declares the stability in the
require. Does this work?core_version_requirementor anything else in the info file should not matter. Composer doesn't use that.