Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Update: Using "composer require drupal/shariff" to download the module doesn't work, as the Shariff library is defined as custom package now, that is not available outside of the shariff drupal module. I have no solution for this so far, as long the Shariff library is not available on a public packagist Composer repository.
But running "composer install" inside the shariff Drupal module is working as expected.
Comments
Comment #3
crizTodo: Document usage.
Comment #4
crizComment #7
crizUpdate: Using "composer require drupal/shariff" to download the module doesn't work, as the Shariff library is defined as custom package now, that is not available outside of the shariff drupal module. I have no solution for this so far, as long the Shariff library is not available on a public packagist Composer repository.
But running "composer install" inside the shariff Drupal module is working as expected.
Comment #8
crizMoved the library folder location to Drupal root. Now downloading the library using composer_manager works.
See #2702275: Remove composer.json for misbehaving with Composer Manager.