Commit graph

3 commits

Author SHA1 Message Date
Venca Krecl
c9dcd34f33
Add PIE support (GH-56)
Add a composer.json with the `php-ext` type and metadata required by PIE
(https://github.com/php/pie), the modern replacement for PECL, so the
extension can be installed via `pie install php-gnupg/gnupg`.

The `configure-options` mirror the flags exposed by config.m4
(`--with-gnupg`, `--with-gpg`). Windows is excluded via
`os-families-exclude` since GpgME builds supported by PHP are unavailable
there. Document the PIE install method in the README.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-19 17:34:16 +02:00
Jakub Zelenka
5081dab5fc
Remove compatibility with PHP 7.1 and older (#63)
It means minimal PHP version is 7.2
2025-12-06 17:34:02 +01:00
Jakub Zelenka
45897ba6cd
Create a new README and some minor info updates 2021-04-10 19:42:28 +01:00