- 🇨🇦Canada Liam Morland Ontario, CA 🇨🇦
The 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?
Hi
I have tried to install the module to Drupal 9 using Composer and it reports s follows:
$ composer require drupal/views_ical
[InvalidArgumentException]
Could not find a version of package drupal/views_ical matching your minimum
-stability (stable). Require it with an explicit version constraint allowin
g its desired stability.
I have also tried explicitly loading version 8.x-1.0-alpha8 but get:
$ composer require 'drupal/views_ical:^8.x-1.0-alpha8'
[UnexpectedValueException]
Could not parse version constraint ^8.x-1.0-alpha8: Invalid version string
"^8.x-1.0-alpha8"
Postponed: needs info
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
The 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?