From 914eae1d56c4830d9c30785a6f8c1d4d688eeea8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Sep 2020 10:00:50 +0200 Subject: update to 1.0.6 (no change) --- composer.json | 4 ++-- php-sebastian-code-unit.spec | 13 ++++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index d12811b..5b86ec5 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,10 @@ }, "prefer-stable": true, "require": { - "php": "^7.3 || ^8.0" + "php": ">=7.3" }, "require-dev": { - "phpunit/phpunit": "^9.0" + "phpunit/phpunit": "^9.3" }, "config": { "platform": { diff --git a/php-sebastian-code-unit.spec b/php-sebastian-code-unit.spec index 741395f..22978c9 100644 --- a/php-sebastian-code-unit.spec +++ b/php-sebastian-code-unit.spec @@ -8,7 +8,7 @@ # %global bootstrap 0 # Sources -%global gh_commit c1e2df332c905079980b119c4db103117e5e5c90 +%global gh_commit d3a241b6028ff9d8e97d2b6ebd4090d01f92fad8 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project code-unit @@ -27,7 +27,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 1.0.5 +Version: 1.0.6 Release: 1%{?dist} Summary: Collection of value objects that represent the PHP code units @@ -44,12 +44,12 @@ BuildRequires: php-spl BuildRequires: php-fedora-autoloader-devel %if %{with tests} # from composer.json, "require-dev": { -# "phpunit/phpunit": "^9.0" -BuildRequires: phpunit9 +# "phpunit/phpunit": "^9.3" +BuildRequires: phpunit9 >= 9.3 %endif # from composer.json, "require": { -# "php": "^7.3 || ^8.0" +# "php": ">=7.3" Requires: php(language) >= 7.3 # From phpcompatinfo report for 1.0.0 Requires: php-reflection @@ -122,6 +122,9 @@ exit $ret %changelog +* Mon Sep 28 2020 Remi Collet - 1.0.6-1 +- update to 1.0.6 (no change) + * Mon Jun 29 2020 Remi Collet - 1.0.5-1 - update to 1.0.5 -- cgit