- Issue created by @kylebehse
- 🇨🇦Canada kylebehse
Bueller? ... I've tested version 0.7.0 of singpolyma/openpgp-php and it seems to work great for php versio 8.2 and probably for 8.3. It's just hard to use composer to patch this, because composer likes to patch after module dependencies have been installed. There are work arounds but updating a single character in this module would be much more helpful for most people. Cheers, team! Great work!!
ie:
{
"name": "drupal/openpgp_encryption",
"description": "Provides an OpenPGP encryption method.",
"type": "drupal-module",
"license": "GPL-2.0-or-later",
"homepage": " https://www.drupal.org/project/openpgp_encryption → ",
"repositories": [
{
"type": "composer",
"url": "https://packages.drupal.org/8"
}
],
"require": {
"drupal/encrypt": "^3.0",
"singpolyma/openpgp-php": "^0.7.0"
}
} - First commit to issue fork.