From deab1f192547b7be8dbaea2c696e2a9eabb23412 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 22 Jan 2021 10:25:50 +0100 Subject: update to 3.3.0 raise dependency on PHP 7.3 drop dependency on paragonie/random_compat switch to phpunit9 drop patch merged upstream add patch for PHP 8 from https://github.com/laminas/laminas-math/pull/8 --- 2.patch | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 2.patch (limited to '2.patch') diff --git a/2.patch b/2.patch deleted file mode 100644 index 8557772..0000000 --- a/2.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 3488ee782f69b710ba6231898d9c4e3f78c4c864 Mon Sep 17 00:00:00 2001 -From: Remi Collet -Date: Mon, 6 Jan 2020 16:50:00 +0100 -Subject: [PATCH] fix typo from Laminas move - ---- - test/BigInteger/Adapter/AbstractTestCase.php | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/test/BigInteger/Adapter/AbstractTestCase.php b/test/BigInteger/Adapter/AbstractTestCase.php -index e5f34d0..6f618fc 100644 ---- a/test/BigInteger/Adapter/AbstractTestCase.php -+++ b/test/BigInteger/Adapter/AbstractTestCase.php -@@ -363,7 +363,7 @@ public function binaryConversionProvider() - 'FV31FwuflLcgcehcYduXOp0sUSL/frxiCjv0lGfFOReOCZjSvGUnltTXMgppIO4p2Ij5dSQolfwW9/xby+yLFg6s=', - - // negative binary, two's complement -- '/yMGxfR3xo0T8eZnZTpdMc7x4siOgXJqjkSJ3IznmRnhCKXR2HZ0+oBnbj0dhZxjwNZJ9+un4yxNNcZ5LLaminasI+q' . -+ '/yMGxfR3xo0T8eZnZTpdMc7x4siOgXJqjkSJ3IznmRnhCKXR2HZ0+oBnbj0dhZxjwNZJ9+un4yxNNcZ5LZfI+q' . - 'iCuj0YGtI344Xo54kaMVi067dAIFDnfXEC2uYOsbocfZnLUOa2GkrKM31lt8R1id3Borb12oD6QgDpDQTdOnxV', - ], - ]; -- cgit