Problem/Motivation
Trying to load the alpha and receive:
`- drupal/event_platform 2.0.0-alpha1 requires views_argument_token ^2.0 -> could not be found in any version, there may be a typo in the package name.`
The composer.json should be updated to "drupal/views_argument_token".
Steps to reproduce
- composer require 'drupal/event_platform:^2.0@alpha'
Proposed resolution
Update composer.json
Issue fork event_platform-3515123
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
markie commentedComment #6
mandclu commentedThanks for identifying this, and for providing a fix. Merged in and I will roll a new release.
Comment #8
mandclu commented