Loading views_ical using composer to Drupal 9

Created on 27 November 2021, over 3 years ago
Updated 12 January 2025, 4 months ago

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"

💬 Support request
Status

Postponed: needs info

Component

Code

Created by

🇬🇧United Kingdom cebab54

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇨🇦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?

Production build 0.71.5 2024