Composer(deps): Bump arokettu/bencode from 4.3.0 to 4.3.1 (#1912)

Bumps [arokettu/bencode](https://github.com/arokettu/bencode) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/arokettu/bencode/releases)
- [Changelog](https://github.com/arokettu/bencode/blob/master/CHANGELOG.md)
- [Commits](https://github.com/arokettu/bencode/compare/4.3.0...4.3.1)

---
updated-dependencies:
- dependency-name: arokettu/bencode
  dependency-version: 4.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-05-22 21:57:40 +07:00 committed by GitHub
commit f76e351b32
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

19
composer.lock generated
View file

@ -8,16 +8,16 @@
"packages": [ "packages": [
{ {
"name": "arokettu/bencode", "name": "arokettu/bencode",
"version": "4.3.0", "version": "4.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/arokettu/bencode.git", "url": "https://github.com/arokettu/bencode.git",
"reference": "be43c5c2d54fb2c8a358f6d38130fc7e57928913" "reference": "0955a7037670c24d5ae5fdafe5ff5894aba024e7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/arokettu/bencode/zipball/be43c5c2d54fb2c8a358f6d38130fc7e57928913", "url": "https://api.github.com/repos/arokettu/bencode/zipball/0955a7037670c24d5ae5fdafe5ff5894aba024e7",
"reference": "be43c5c2d54fb2c8a358f6d38130fc7e57928913", "reference": "0955a7037670c24d5ae5fdafe5ff5894aba024e7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -33,12 +33,13 @@
"pear/math_biginteger": "^1.0", "pear/math_biginteger": "^1.0",
"phpunit/phpunit": "^10.5.28", "phpunit/phpunit": "^10.5.28",
"psy/psysh": "*", "psy/psysh": "*",
"sandfox.dev/code-standard": "^1.2024.07.05", "sandfox.dev/code-standard": "^1.2025.05.07",
"squizlabs/php_codesniffer": "*", "squizlabs/php_codesniffer": "*",
"vimeo/psalm": "^5.2" "vimeo/psalm": "^6"
}, },
"suggest": { "suggest": {
"brick/math": "In case you need integers larger than your architecture supports", "brick/math": "In case you need integers larger than your architecture supports",
"ext-bcmath": "In case you need integers larger than your architecture supports (PHP 8.4 or later)",
"ext-gmp": "In case you need integers larger than your architecture supports", "ext-gmp": "In case you need integers larger than your architecture supports",
"pear/math_biginteger": "In case you need integers larger than your architecture supports", "pear/math_biginteger": "In case you need integers larger than your architecture supports",
"php-64bit": "Running 64 bit is recommended to prevent integer overflow" "php-64bit": "Running 64 bit is recommended to prevent integer overflow"
@ -75,7 +76,7 @@
"issues": "https://gitlab.com/sandfox/bencode/-/issues", "issues": "https://gitlab.com/sandfox/bencode/-/issues",
"source": "https://gitlab.com/sandfox/bencode" "source": "https://gitlab.com/sandfox/bencode"
}, },
"time": "2024-09-25T14:43:35+00:00" "time": "2025-05-20T19:25:23+00:00"
}, },
{ {
"name": "arokettu/is-resource", "name": "arokettu/is-resource",
@ -3745,6 +3746,6 @@
"platform": { "platform": {
"php": ">=8.1" "php": ">=8.1"
}, },
"platform-dev": {}, "platform-dev": [],
"plugin-api-version": "2.6.0" "plugin-api-version": "2.3.0"
} }