From 74c0cdd49966c8f333dce9cf62db0fef60f23ca4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 26 Jan 2021 18:02:43 +0100 Subject: update to 2.13.0 raise dependency on PHP 7.3 add patch for PHP 8 from https://github.com/laminas/laminas-mail/pull/134 switch to phpunit9 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1ab5c4f..01f0400 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ +clog package-*.xml *.tgz +*.tar.bz2 *.tar.gz *.tar.xz *.tar.xz.asc -- cgit