Please remove the testing packages from the "require" section of composer.json. When I install the module in my Drupal 8 environment using Composer, it adds all the testing packages included in the PbT's composer.json.
AFAIK, those packages should be included in the root composer.json, not the module's composer.json.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2923728-remove-composer-reqs.patch | 714 bytes | trubach |
Comments
Comment #2
trubach commentedPatch for removing requirements.
Comment #4
jepster_Thanks for reporting and the patch! The patch is part of the latest release version 8.x-1.38. See https://www.drupal.org/project/permissions_by_term/releases/8.x-1.38.
Please feel free to re-open this issue, if you have any objections (do not forget to change the issue status).
Comment #5
jepster_