diff options
| author | Remi Collet <remi@remirepo.net> | 2025-03-20 07:15:21 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-03-20 07:15:21 +0100 | 
| commit | e80f0dd628ac7c86654613c126a00fe7ba7c21e7 (patch) | |
| tree | cd3c5678574a86c2b9a31d2678ff22c1510a80e6 | |
| parent | 0a2095dc522a4b6a2578d656360487707e881765 (diff) | |
update to 3.73.1
| -rw-r--r-- | composer.json | 1 | ||||
| -rw-r--r-- | php-cs-fixer.spec | 9 | 
2 files changed, 7 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 2d2ab75..af53e6c 100644 --- a/composer.json +++ b/composer.json @@ -22,6 +22,7 @@      "require": {          "php": "^7.4 || ^8.0",          "ext-filter": "*", +        "ext-hash": "*",          "ext-json": "*",          "ext-tokenizer": "*",          "clue/ndjson-react": "^1.0", diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 7fa7f38..5a3c6e0 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -11,14 +11,14 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    900389362c43d116fee1ffc51f7878145fa61b57 +%global gh_commit    ffcb8200a42045e65049af7910cfd022f631b064  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date      2025-03-13 +%global gh_date      2025-03-19  %global gh_owner     FriendsOfPHP  %global gh_project   PHP-CS-Fixer  Name:           php-cs-fixer -Version:        3.72.0 +Version:        3.73.1  Release:        1%{?dist}  Summary:        PHP Coding Standards Fixer @@ -106,6 +106,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version}  %changelog +* Thu Mar 20 2025 Remi Collet <remi@remirepo.net> - 3.73.1-1 +- update to 3.73.1 +  * Thu Mar 13 2025 Remi Collet <remi@remirepo.net> - 3.72.0-1  - update to 3.72.0  | 
