diff options
| author | Remi Collet <remi@remirepo.net> | 2024-08-27 07:28:57 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2024-08-27 07:28:57 +0200 | 
| commit | 406d66256844f5782da102e95ebd0c52ef8931df (patch) | |
| tree | cc8782c3d8b95916f772865597c1ef3c9cdf2fb2 | |
| parent | a5ae5b0a48f1d6ac851494ef176742d192d5c0e5 (diff) | |
update to 3.63.1
| -rw-r--r-- | installed.json | 18 | ||||
| -rw-r--r-- | php-cs-fixer.spec | 11 | 
2 files changed, 16 insertions, 13 deletions
diff --git a/installed.json b/installed.json index 802993a..3876e1d 100644 --- a/installed.json +++ b/installed.json @@ -69,31 +69,31 @@          },          {              "name": "composer/pcre", -            "version": "3.2.0", -            "version_normalized": "3.2.0.0", +            "version": "3.3.0", +            "version_normalized": "3.3.0.0",              "source": {                  "type": "git",                  "url": "https://github.com/composer/pcre.git", -                "reference": "ea4ab6f9580a4fd221e0418f2c357cdd39102a90" +                "reference": "1637e067347a0c40bbb1e3cd786b20dcab556a81"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/composer/pcre/zipball/ea4ab6f9580a4fd221e0418f2c357cdd39102a90", -                "reference": "ea4ab6f9580a4fd221e0418f2c357cdd39102a90", +                "url": "https://api.github.com/repos/composer/pcre/zipball/1637e067347a0c40bbb1e3cd786b20dcab556a81", +                "reference": "1637e067347a0c40bbb1e3cd786b20dcab556a81",                  "shasum": ""              },              "require": {                  "php": "^7.4 || ^8.0"              },              "conflict": { -                "phpstan/phpstan": "<1.11.8" +                "phpstan/phpstan": "<1.11.10"              },              "require-dev": { -                "phpstan/phpstan": "^1.11.8", +                "phpstan/phpstan": "^1.11.10",                  "phpstan/phpstan-strict-rules": "^1.1",                  "phpunit/phpunit": "^8 || ^9"              }, -            "time": "2024-07-25T09:36:02+00:00", +            "time": "2024-08-19T19:43:53+00:00",              "type": "library",              "extra": {                  "branch-alias": { @@ -131,7 +131,7 @@              ],              "support": {                  "issues": "https://github.com/composer/pcre/issues", -                "source": "https://github.com/composer/pcre/tree/3.2.0" +                "source": "https://github.com/composer/pcre/tree/3.3.0"              },              "funding": [                  { diff --git a/php-cs-fixer.spec b/php-cs-fixer.spec index 23fdd56..78867f8 100644 --- a/php-cs-fixer.spec +++ b/php-cs-fixer.spec @@ -10,14 +10,14 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    627692f794d35c43483f34b01d94740df2a73507 +%global gh_commit    ee3cc2e1fbfbddf98c17d4615db574a2a311c1ea  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date      2024-08-08 +%global gh_date      2024-08-27  %global gh_owner     FriendsOfPHP  %global gh_project   PHP-CS-Fixer  Name:           php-cs-fixer -Version:        3.62.0 +Version:        3.63.1  Release:        1%{?dist}  Summary:        PHP Coding Standards Fixer @@ -54,7 +54,7 @@ Provides:       php-cs-fixer3 = %{version}  Provides:       bundled(php-sebastian-diff) = 5.1.1  # License MIT  Provides:       bundled(php-clue-ndjson-react) = v1.3.0 -Provides:       bundled(php-composer-pcre) = 3.2.0 +Provides:       bundled(php-composer-pcre) = 3.3.0  Provides:       bundled(php-composer-semver) = 3.4.2  Provides:       bundled(php-composer-xdebug-handler) = 3.0.5  Provides:       bundled(php-evenement-evenement) = v3.0.2 @@ -158,6 +158,9 @@ PHP_CS_FIXER_IGNORE_ENV=1 ./%{name} --version | grep %{version}  %changelog +* Tue Aug 27 2024 Remi Collet <remi@remirepo.net> - 3.63.1-1 +- update to 3.63.1 +  * Thu Aug  8 2024 Remi Collet <remi@remirepo.net> - 3.62.0-1  - update to 3.62.0  | 
