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 /installed.json | |
parent | a5ae5b0a48f1d6ac851494ef176742d192d5c0e5 (diff) |
update to 3.63.1
Diffstat (limited to 'installed.json')
-rw-r--r-- | installed.json | 18 |
1 files changed, 9 insertions, 9 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": [ { |