From d997c4b78b2523a3ab7da5670caa808808abd821 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Dec 2020 14:43:24 +0100 Subject: update to 2.4.0 --- composer.json | 4 ++-- php-paragonie-constant-time-encoding.spec | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index ac78c04..583fe36 100644 --- a/composer.json +++ b/composer.json @@ -40,8 +40,8 @@ "php": "^7|^8" }, "require-dev": { - "phpunit/phpunit": "^6|^7", - "vimeo/psalm": "^1|^2|^3" + "phpunit/phpunit": "^6|^7|^8|^9", + "vimeo/psalm": "^1|^2|^3|^4" }, "autoload": { "psr-4": { diff --git a/php-paragonie-constant-time-encoding.spec b/php-paragonie-constant-time-encoding.spec index 8ab23f0..204a41b 100644 --- a/php-paragonie-constant-time-encoding.spec +++ b/php-paragonie-constant-time-encoding.spec @@ -14,12 +14,12 @@ %global github_owner paragonie %global github_name constant_time_encoding -%global commit0 47a1cedd2e4d52688eb8c96469c05ebc8fd28fa2 +%global commit0 f34c2b11eb9d2c9318e13540a1dbc2a3afbd939c %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: php-%{composer_vendor}-constant-time-encoding -Version: 2.3.0 +Version: 2.4.0 Release: 1%{?dist} Summary: Constant-time Implementations of RFC 4648 Encoding @@ -87,6 +87,9 @@ exit $ret %license LICENSE.txt %changelog +* Mon Dec 7 2020 François Kooman - 2.4.0-1 +- update to 2.4.0 + * Wed Nov 06 2019 François Kooman - 2.3.0-1 - update to 2.3.0 -- cgit