Issue #3540400 by maxilein, chrisfromredfin, dydave: Fixed compatibility with...
https://www.drupal.org/project/admin_toolbar/issues/3540400
Fixed compatibility with Project Browser 2.1.x following the latest changes to the its configuration schema:
-
enabled_sourceswas changed from an array of values to an associative array keyed by source IDs. - Added
conflictsection constraint in module'scomposer.jsonfile to enforce compatibility withproject_browserversions greater than2.1.0. - Added basic
Functionalintegration tests class to check the added extra links are displayed in the expect order. - Updated Gitlab CI configuration to download contrib module
project_browserwith composer.
Additional changes:
- Normalized module's
composer.jsonfile with package ergebnis/composer-normalize. - Added active project maintainer @DYdave.
Edited by David Suissa