diff options
| author | Remi Collet <remi@remirepo.net> | 2018-08-24 07:12:17 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2018-08-24 07:12:17 +0200 | 
| commit | c9b66e7ac93601849b207182ad712134671954d6 (patch) | |
| tree | 830e227a8aeb1794bc8ec630d32dd9712185adf6 | |
| parent | 6ff98dc4646dbda65f7ba138cf80a9b4a754207b (diff) | |
v2.13.0
| -rw-r--r-- | composer.json | 5 | ||||
| -rw-r--r-- | php-cs-fixer.spec | 7 | 
2 files changed, 10 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 57b20a3..2f44190 100644 --- a/composer.json +++ b/composer.json @@ -56,6 +56,11 @@      "config": {          "sort-packages": true      }, +    "extra": { +        "branch-alias": { +            "dev-master": "2.13-dev" +        } +    },      "autoload": {          "psr-4": {              "PhpCsFixer\\": "src/" diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 4dbaaa9..0b93dde 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -10,7 +10,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    b23d49981cfc95497d03081aeb6df6575196a0d3 +%global gh_commit    7136aa4e0c5f912e8af82383775460d906168a10  %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.12.3 +Version:        2.13.0  Release:        1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist}  Summary:        A tool to automatically fix PHP code style @@ -335,6 +335,9 @@ exit $ret  %changelog +* Fri Aug 24 2018 Remi Collet <remi@remirepo.net> - 2.13.0-1 +- update to 2.13.0 +  * Mon Aug 20 2018 Remi Collet <remi@remirepo.net> - 2.12.3-1  - update to 2.12.3  - raise dependency on composer/xdebug-handler 1.2  | 
