🇮🇳India @djassie

Kolkata
Account created on 20 February 2021, over 3 years ago
#

Recent comments

🇮🇳India djassie Kolkata

#8 works

To use lenient patch( https://www.drupal.org/docs/develop/using-composer/using-drupals-lenient... → )

1. composer config --merge --json extra.drupal-lenient.allowed-list '["drupal/userpoints"]'
2. composer require 'drupal/userpoints:^2.0@beta'

3. Put only the #8 Patch on patches
4. composer update

🇮🇳India djassie Kolkata

Got this warning message - during - writing custom migration

id: custom_migration
label: Custom Migration

but label should be quoted, like `label: 'Custom Migration'

Production build 0.71.5 2024