Problem/Motivation
Can not install the 2.x branch on a Drupal 9 site. There should be a composer.json defining that we only allow 8.9 and 9.
drupal/cloudflare_stream dev-2.x requires drupal/core ~8.0
Steps to reproduce
Try to install the 2.x branch on a Drupal 9 site.
Proposed resolution
Add a composer.json file
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | can_not_install_2.x-3223926-4.patch | 1023 bytes | tim-diels |
Comments
Comment #2
pjbaertI added a default composer.json file.
Comment #3
tim-dielsThis not needed.
Comment #4
tim-dielsNew patch.
Comment #5
pjbaertComment #7
pjbaertThanks for reviewing.
Pushed to the 8.x-2.x branch