From 12de53752fef6c9c8b6f3218c729ef863246d2a9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 7 Dec 2020 12:26:15 +0100 Subject: update to 6.0.3 --- composer.json | 2 +- phpcpd.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index a7579ea..7bab8a0 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "minimum-stability": "dev", "prefer-stable": true, "require": { - "php": "^7.3", + "php": ">=7.3", "ext-dom": "*", "sebastian/cli-parser": "^1.0", "sebastian/version": "^3.0", diff --git a/phpcpd.spec b/phpcpd.spec index be375d8..a3f53d5 100644 --- a/phpcpd.spec +++ b/phpcpd.spec @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 4f130523214c755c69d1d59297afdff206c7b029 +%global gh_commit f3683aa0db2e8e09287c2bb33a595b2873ea9176 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project phpcpd @@ -24,7 +24,7 @@ %global ns_project PHPCPD Name: %{pk_project} -Version: 6.0.2 +Version: 6.0.3 Release: 1%{?dist} Summary: Copy/Paste Detector (CPD) for PHP code @@ -57,7 +57,7 @@ BuildRequires: php-phpunit-php-timer5 %endif # From composer.json, requires -# "php": "^7.3", +# "php": ">=7.3", # "ext-dom": "*", # "sebastian/cli-parser": "^1.0", # "sebastian/version": "^3.0", @@ -162,6 +162,9 @@ exit $ret %changelog +* Mon Dec 7 2020 Remi Collet - 6.0.3-1 +- update to 6.0.3 + * Tue Aug 18 2020 Remi Collet - 6.0.2-1 - update to 6.0.2 -- cgit