diff options
| author | Remi Collet <remi@remirepo.net> | 2017-04-24 15:13:50 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2017-04-24 15:13:50 +0200 | 
| commit | 5659611208295e4edf9ee7a9c8d39455353c1a2d (patch) | |
| tree | 1c6e7613a0564b1650b6421f75499b78ba26b912 | |
| parent | 9e289003b7797f6bfff448d024f475cf885a50d2 (diff) | |
v2.2.2
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-cs-fixer.spec | 14 | 
2 files changed, 10 insertions, 6 deletions
diff --git a/composer.json b/composer.json index 1df3181..41ef4b0 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@          "php": "^5.3.6 || >=7.0 <7.2",          "doctrine/annotations": "^1.2",          "ext-tokenizer": "*", -        "sebastian/diff": "^1.1", +        "sebastian/diff": "^1.4",          "symfony/console": "^2.4 || ^3.0",          "symfony/event-dispatcher": "^2.1 || ^3.0",          "symfony/filesystem": "^2.4 || ^3.0", diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index fa8be99..9ae90e1 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -6,7 +6,7 @@  #  # Please, preserve the changelog entries  # -%global gh_commit    aff95e090fdaf57c20d32d7728b090f2015bfcef +%global gh_commit    362d7bd3df3521966ae0fc82bb67c000c5f25059  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  #global gh_date      20150717  %global gh_owner     FriendsOfPHP @@ -15,7 +15,7 @@  %global with_tests   0%{!?_without_tests:1}  Name:           php-cs-fixer -Version:        2.2.1 +Version:        2.2.2  Release:        1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}  Summary:        A tool to automatically fix PHP code style @@ -55,7 +55,7 @@ BuildRequires:  php-composer(symfony/process)          >= 2.3  BuildRequires:  php-composer(symfony/stopwatch)        <  4  BuildRequires:  php-composer(symfony/stopwatch)        >= 2.5  BuildRequires:  php-composer(sebastian/diff)           <  2 -BuildRequires:  php-composer(sebastian/diff)           >= 1.1 +BuildRequires:  php-composer(sebastian/diff)           >= 1.4  BuildRequires:  php-mbstring  BuildRequires:  php-xml  BuildRequires:  php-reflection @@ -85,7 +85,7 @@ BuildRequires:  php-composer(fedora/autoloader)  #        "php": "^5.3.6 || >=7.0 <7.2",  #        "doctrine/annotations": "^1.2",  #        "ext-tokenizer": "*", -#        "sebastian/diff": "^1.1", +#        "sebastian/diff": "^1.4",  #        "symfony/console": "^2.4 || ^3.0",  #        "symfony/event-dispatcher": "^2.1 || ^3.0",  #        "symfony/filesystem": "^2.4 || ^3.0", @@ -103,7 +103,7 @@ Requires:       php-tokenizer  Requires:       php-composer(doctrine/annotations)     <  2  Requires:       php-composer(doctrine/annotations)     >= 1.2  Requires:       php-composer(sebastian/diff)           <  2 -Requires:       php-composer(sebastian/diff)           >= 1.1 +Requires:       php-composer(sebastian/diff)           >= 1.4  Requires:       php-composer(symfony/console)          <  4  Requires:       php-composer(symfony/console)          >= 2.4  Requires:       php-composer(symfony/event-dispatcher) <  4 @@ -241,6 +241,10 @@ exit $ret  %changelog +* Mon Apr 24 2017 Remi Collet <remi@remirepo.net> - 2.2.2-1 +- Update to 2.2.2 +- raise dependency on sebastian/diff >= 1.4 +  * Mon Apr 10 2017 Remi Collet <remi@remirepo.net> - 2.2.1-1  - Update to 2.2.1  | 
