diff options
author | Remi Collet <remi@remirepo.net> | 2025-03-03 07:03:31 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-03-03 07:03:31 +0100 |
commit | 94a287fc2462ed09370da33f84bdcf2718630581 (patch) | |
tree | 40caabb911a1f2e796be8f000f8dfa57808637c2 | |
parent | b4523a8caa5e3bacdcdd12aeed4f468c5275e995 (diff) |
update to 3.70.1
-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 73247e5..dd700d1 100644 --- a/installed.json +++ b/installed.json @@ -2224,23 +2224,23 @@ }, { "name": "symfony/process", - "version": "v6.4.15", - "version_normalized": "6.4.15.0", + "version": "v6.4.19", + "version_normalized": "6.4.19.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "3cb242f059c14ae08591c5c4087d1fe443564392" + "reference": "7a1c12e87b08ec9c97abdd188c9b3f5a40e37fc3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/3cb242f059c14ae08591c5c4087d1fe443564392", - "reference": "3cb242f059c14ae08591c5c4087d1fe443564392", + "url": "https://api.github.com/repos/symfony/process/zipball/7a1c12e87b08ec9c97abdd188c9b3f5a40e37fc3", + "reference": "7a1c12e87b08ec9c97abdd188c9b3f5a40e37fc3", "shasum": "" }, "require": { "php": ">=8.1" }, - "time": "2024-11-06T14:19:14+00:00", + "time": "2025-02-04T13:35:48+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -2268,7 +2268,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.4.15" + "source": "https://github.com/symfony/process/tree/v6.4.19" }, "funding": [ { @@ -2374,24 +2374,24 @@ }, { "name": "symfony/stopwatch", - "version": "v6.4.13", - "version_normalized": "6.4.13.0", + "version": "v6.4.19", + "version_normalized": "6.4.19.0", "source": { "type": "git", "url": "https://github.com/symfony/stopwatch.git", - "reference": "2cae0a6f8d04937d02f6d19806251e2104d54f92" + "reference": "dfe1481c12c06266d0c3d58c0cb4b09bd497ab9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/2cae0a6f8d04937d02f6d19806251e2104d54f92", - "reference": "2cae0a6f8d04937d02f6d19806251e2104d54f92", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/dfe1481c12c06266d0c3d58c0cb4b09bd497ab9c", + "reference": "dfe1481c12c06266d0c3d58c0cb4b09bd497ab9c", "shasum": "" }, "require": { "php": ">=8.1", "symfony/service-contracts": "^2.5|^3" }, - "time": "2024-09-25T14:18:03+00:00", + "time": "2025-02-21T10:06:30+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -2419,7 +2419,7 @@ "description": "Provides a way to profile code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/stopwatch/tree/v6.4.13" + "source": "https://github.com/symfony/stopwatch/tree/v6.4.19" }, "funding": [ { diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index c05a8ba..4d81c76 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 2ecd5aae0edc937f0d5aa4a22d1d705c6b2e084e +%global gh_commit add1b3a05256392dbad63875240041b2c0349ceb %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-02-23 +%global gh_date 2025-03-01 %global gh_owner FriendsOfPHP %global gh_project PHP-CS-Fixer Name: php-cs-fixer -Version: 3.70.0 +Version: 3.70.1 Release: 1%{?dist} Summary: PHP Coding Standards Fixer @@ -104,6 +104,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version} %changelog +* Mon Mar 3 2025 Remi Collet <remi@remirepo.net> - 3.70.1-1 +- update to 3.70.1 + * Sun Feb 23 2025 Remi Collet <remi@remirepo.net> - 3.70.0-1 - update to 3.70.0 |