singpolyma / openpgp-php

OpenPGP.php is a pure-PHP implementation of the OpenPGP Message Format (RFC 4880).
http://singpolyma.github.io/openpgp-php/
The Unlicense
179 stars 69 forks source link

Fix PHP 8.2 deprecation errors #128

Closed ishanvyas22 closed 1 year ago

ishanvyas22 commented 1 year ago

This PR:

  1. Fixes deprecation errors related to PHP 8.2
  2. Adds PHP 8.1, 8.2 in travis CI matrix Looks like travis is not running(last run was about a year ago). In that case it is good idea to merge this open PR and get rid of travis related files altogether.
ishanvyas22 commented 1 year ago

@singpolyma Can we get this merged please?

singpolyma commented 1 year ago

I thought I had merged this one, but I guess I had not.