diff options
| author | Remi Collet <remi@remirepo.net> | 2026-01-29 07:55:05 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-01-29 07:55:05 +0100 |
| commit | 20c3dbc4f519d7b7dca30d9f9e22cc7cb77cfa4b (patch) | |
| tree | ddb9e9aa4678cca03680d7d7b737e46159b80f08 | |
| parent | fa6e097d8f6c039b37fc73fbf0e4f104a4ca3836 (diff) | |
| -rw-r--r-- | installed.json | 28 | ||||
| -rw-r--r-- | php-cs-fixer.spec | 9 |
2 files changed, 20 insertions, 17 deletions
diff --git a/installed.json b/installed.json index 5aa23af..89596ba 100644 --- a/installed.json +++ b/installed.json @@ -1603,17 +1603,17 @@ }, { "name": "symfony/finder", - "version": "v6.4.32", - "version_normalized": "6.4.32.0", + "version": "v6.4.33", + "version_normalized": "6.4.33.0", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "3ec24885c1d9ababbb9c8f63bb42fea3c8c9b6de" + "reference": "24965ca011dac87431729640feef8bcf7b5523e0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/3ec24885c1d9ababbb9c8f63bb42fea3c8c9b6de", - "reference": "3ec24885c1d9ababbb9c8f63bb42fea3c8c9b6de", + "url": "https://api.github.com/repos/symfony/finder/zipball/24965ca011dac87431729640feef8bcf7b5523e0", + "reference": "24965ca011dac87431729640feef8bcf7b5523e0", "shasum": "" }, "require": { @@ -1622,7 +1622,7 @@ "require-dev": { "symfony/filesystem": "^6.0|^7.0" }, - "time": "2026-01-10T14:09:00+00:00", + "time": "2026-01-26T13:03:48+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1650,7 +1650,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.4.32" + "source": "https://github.com/symfony/finder/tree/v6.4.33" }, "funding": [ { @@ -2348,23 +2348,23 @@ }, { "name": "symfony/process", - "version": "v6.4.32", - "version_normalized": "6.4.32.0", + "version": "v6.4.33", + "version_normalized": "6.4.33.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "c593135be689b21e6164b1e8f6f5dbf1506b065c" + "reference": "c46e854e79b52d07666e43924a20cb6dc546644e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/c593135be689b21e6164b1e8f6f5dbf1506b065c", - "reference": "c593135be689b21e6164b1e8f6f5dbf1506b065c", + "url": "https://api.github.com/repos/symfony/process/zipball/c46e854e79b52d07666e43924a20cb6dc546644e", + "reference": "c46e854e79b52d07666e43924a20cb6dc546644e", "shasum": "" }, "require": { "php": ">=8.1" }, - "time": "2026-01-15T13:23:20+00:00", + "time": "2026-01-23T16:02:12+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -2392,7 +2392,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.4.32" + "source": "https://github.com/symfony/process/tree/v6.4.33" }, "funding": [ { diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index f92d9fa..98896f0 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 50895a07cface1385082e4caa6a6786c4e033468 +%global gh_commit b3546ab487c0762c39f308dc1ec0ea2c461fc21a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2026-01-23 +%global gh_date 2026-01-28 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.93.0 +Version: 3.93.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 Jan 29 2026 Remi Collet <remi@remirepo.net> - 3.93.1-1 +- update to 3.93.1 + * Mon Jan 26 2026 Remi Collet <remi@remirepo.net> - 3.93.0-1 - update to 3.93.0 |
