diff options
| author | Remi Collet <remi@remirepo.net> | 2021-01-04 11:23:01 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2021-01-04 11:23:01 +0100 | 
| commit | ef3f0ff42c6c56b6ee9d025dc84d09d971761c02 (patch) | |
| tree | 9da420c83d934e616475a8d12270dc28166929f0 | |
| parent | 0dfb77cb537d5c150327f2993ed1dde2b1321dd0 (diff) | |
update to 2.17.3
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-cs-fixer.spec | 9 | 
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index dabab19..86d6076 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@          "justinrainbow/json-schema": "^5.0",          "keradus/cli-executor": "^1.4",          "mikey179/vfsstream": "^1.6", -        "php-coveralls/php-coveralls": "^2.4.1", +        "php-coveralls/php-coveralls": "^2.4.2",          "php-cs-fixer/accessible-object": "^1.0",          "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",          "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1", diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 08253f9..be6b2d6 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -1,6 +1,6 @@  # remirepo/fedora spec file for php-cs-fixer  # -# Copyright (c) 2016-2020 Remi Collet +# Copyright (c) 2016-2021 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  # @@ -10,7 +10,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    aaee4f3d16a996fc0b570be0c69d3b80c909c507 +%global gh_commit    bd32f5dd72cdfc7b53f54077f980e144bfa2f595  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  #global gh_date      20150717  %global gh_owner     FriendsOfPHP @@ -26,7 +26,7 @@  %global gh_diff_short   %(c=%{gh_diff_commit}; echo ${c:0:7})  Name:           php-cs-fixer -Version:        2.17.2 +Version:        2.17.3  Release:        1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}  Summary:        A tool to automatically fix PHP code style @@ -343,6 +343,9 @@ exit $ret  %changelog +* Mon Jan  4 2021 Remi Collet <remi@remirepo.net> - 2.17.3-1 +- update to 2.17.3 +  * Mon Dec 21 2020 Remi Collet <remi@remirepo.net> - 2.17.2-1  - update to 2.17.2  - switch to phpunit9  | 
