From 75a5e33e8f141bef7121e4750612294f320bbea9 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Oct 2020 08:56:10 +0200 Subject: switch to classmap autoloader --- php-cs-fixer-phpunit-constraint-isidenticalstring.spec | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/php-cs-fixer-phpunit-constraint-isidenticalstring.spec b/php-cs-fixer-phpunit-constraint-isidenticalstring.spec index 86cce9c..588a040 100644 --- a/php-cs-fixer-phpunit-constraint-isidenticalstring.spec +++ b/php-cs-fixer-phpunit-constraint-isidenticalstring.spec @@ -20,7 +20,7 @@ Name: %{pk_vendor}-%{pk_project} Version: 1.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Constraint for testing strings considering not-same line endings License: MIT @@ -86,11 +86,12 @@ Autoloader: %{php_home}/%{ns_vendor}/%{ns_project}/autoload.php %prep %setup -q -n %{gh_project}-%{gh_commit} -cat << 'EOF' | tee src/autoload.php - - 1.2.0-2 +- switch to classmap autoloader + * Tue Oct 20 2020 Remi Collet - 1.2.0-1 - update to 1.2.0 - raise dependency on phpunitgoodpractices/polyfill 1.4 -- cgit