diff --git a/composer.json b/composer.json index 5609347..068c882 100755 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": "^8.1", + "php": "^8.2", "protonlabs/bitcoin": "^1.0", "simplito/elliptic-php": "^1.0" }, diff --git a/composer.lock b/composer.lock index e927189..53020ef 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "39637b0c3ba59cca49a67976eabaf823", + "content-hash": "3b2023ac1fd44e90661303589512f488", "packages": [ { "name": "bitwasp/bech32", @@ -52,141 +52,31 @@ }, "time": "2018-02-05T22:23:47+00:00" }, - { - "name": "bitwasp/bitcoin", - "version": "v1.0.4", - "source": { - "type": "git", - "url": "https://github.com/Bit-Wasp/bitcoin-php.git", - "reference": "65ff8384a15e805effcf600fb08cef3a0fc63824" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Bit-Wasp/bitcoin-php/zipball/65ff8384a15e805effcf600fb08cef3a0fc63824", - "reference": "65ff8384a15e805effcf600fb08cef3a0fc63824", - "shasum": "" - }, - "require": { - "bitwasp/bech32": "^0.0.1", - "bitwasp/buffertools": "^0.5.0", - "composer/semver": "^1.4.0", - "lastguest/murmurhash": "v2.0.0", - "mdanter/ecc": "^0.5.0", - "php-64bit": ">=7.0", - "pleonasm/merkle-tree": "1.0.0" - }, - "require-dev": { - "bitwasp/bitcoinconsensus": "v3.0.0", - "bitwasp/secp256k1-php": "^v0.2.0", - "ext-json": "*", - "nbobtc/bitcoind-php": "v2.0.2", - "phpunit/phpunit": "^5.4.0", - "squizlabs/php_codesniffer": "^2.0.0" - }, - "suggest": { - "ext-bitcoinconsensus": "The bitcoinconsensus library for safest possible script verification", - "ext-secp256k1": "The secp256k1 library for fast and safe elliptic curve operations" - }, - "type": "library", - "autoload": { - "files": [ - "src/Script/functions.php" - ], - "psr-4": { - "BitWasp\\Bitcoin\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Unlicense" - ], - "authors": [ - { - "name": "Thomas Kerin", - "homepage": "https://thomaskerin.io", - "role": "Author" - } - ], - "description": "PHP Bitcoin library with functions for transactions, signatures, serialization, Random/Deterministic ECDSA keys, blocks, RPC bindings", - "homepage": "https://github.com/bit-wasp/bitcoin-php", - "support": { - "issues": "https://github.com/Bit-Wasp/bitcoin-php/issues", - "source": "https://github.com/Bit-Wasp/bitcoin-php/tree/v1.0.4" - }, - "time": "2019-12-10T23:28:26+00:00" - }, - { - "name": "bitwasp/buffertools", - "version": "v0.5.7", - "source": { - "type": "git", - "url": "https://github.com/Bit-Wasp/buffertools-php.git", - "reference": "133746d0b514e0016d8479b54aa97475405a9f1f" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/Bit-Wasp/buffertools-php/zipball/133746d0b514e0016d8479b54aa97475405a9f1f", - "reference": "133746d0b514e0016d8479b54aa97475405a9f1f", - "shasum": "" - }, - "require": { - "php-64bit": ">=7.0.0" - }, - "require-dev": { - "phpunit/phpunit": "^6.0", - "squizlabs/php_codesniffer": "~2.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "BitWasp\\Buffertools\\": "src/Buffertools/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Thomas Kerin", - "homepage": "https://thomaskerin.io" - }, - { - "name": "Ruben de Vries", - "email": "ruben@rubensayshi.com" - } - ], - "description": "Toolbox for working with binary and hex data. Similar to NodeJS Buffer.", - "support": { - "issues": "https://github.com/Bit-Wasp/buffertools-php/issues", - "source": "https://github.com/Bit-Wasp/buffertools-php/tree/v0.5.7" - }, - "time": "2020-01-17T21:31:49+00:00" - }, { "name": "composer/semver", - "version": "1.7.2", + "version": "3.4.2", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a" + "reference": "c51258e759afdb17f1fd1fe83bc12baaef6309d6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/647490bbcaf7fc4891c58f47b825eb99d19c377a", - "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a", + "url": "https://api.github.com/repos/composer/semver/zipball/c51258e759afdb17f1fd1fe83bc12baaef6309d6", + "reference": "c51258e759afdb17f1fd1fe83bc12baaef6309d6", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "^4.5 || ^5.0.5" + "phpstan/phpstan": "^1.4", + "symfony/phpunit-bridge": "^4.2 || ^5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.x-dev" + "dev-main": "3.x-dev" } }, "autoload": { @@ -223,9 +113,9 @@ "versioning" ], "support": { - "irc": "irc://irc.freenode.org/composer", + "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/1.7.2" + "source": "https://github.com/composer/semver/tree/3.4.2" }, "funding": [ { @@ -241,7 +131,7 @@ "type": "tidelift" } ], - "time": "2020-12-03T15:47:16+00:00" + "time": "2024-07-12T11:35:52+00:00" }, { "name": "fgrosse/phpasn1", @@ -321,24 +211,24 @@ }, { "name": "lastguest/murmurhash", - "version": "2.0.0", + "version": "2.1.1", "source": { "type": "git", "url": "https://github.com/lastguest/murmurhash-php.git", - "reference": "4fb7516f67e695e5d7fa129d1bbb925ec0ebe408" + "reference": "0150ba26fb7025d1f936983a167cdc74149f87c8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lastguest/murmurhash-php/zipball/4fb7516f67e695e5d7fa129d1bbb925ec0ebe408", - "reference": "4fb7516f67e695e5d7fa129d1bbb925ec0ebe408", + "url": "https://api.github.com/repos/lastguest/murmurhash-php/zipball/0150ba26fb7025d1f936983a167cdc74149f87c8", + "reference": "0150ba26fb7025d1f936983a167cdc74149f87c8", "shasum": "" }, "require": { - "php": "^7" + "php": "^7||^8.0" }, "require-dev": { - "phpstan/phpstan": "^0.6.3", - "phpunit/phpunit": "^5" + "phpstan/phpstan": "^0.12", + "phpunit/phpunit": "^7||^9" }, "type": "library", "autoload": { @@ -366,31 +256,191 @@ ], "support": { "issues": "https://github.com/lastguest/murmurhash-php/issues", - "source": "https://github.com/lastguest/murmurhash-php/tree/master" + "source": "https://github.com/lastguest/murmurhash-php/tree/2.1.1" + }, + "time": "2021-04-13T16:23:45+00:00" + }, + { + "name": "pleonasm/merkle-tree", + "version": "1.0.1", + "source": { + "type": "git", + "url": "https://github.com/pleonasm/merkle-tree.git", + "reference": "6abdf5aacd79b6d502f944c96edd1a896ef6039b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/pleonasm/merkle-tree/zipball/6abdf5aacd79b6d502f944c96edd1a896ef6039b", + "reference": "6abdf5aacd79b6d502f944c96edd1a896ef6039b", + "shasum": "" + }, + "require": { + "php": ">=5.6.0" + }, + "require-dev": { + "phpunit/php-invoker": "*", + "phpunit/phpunit": "^5.7", + "satooshi/php-coveralls": "*@dev", + "squizlabs/php_codesniffer": "*" }, - "time": "2017-10-10T15:16:12+00:00" + "type": "library", + "autoload": { + "psr-0": { + "Pleo": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Matt Nagi", + "email": "matthew.nagi@base-2.net" + } + ], + "description": "An implementation of a Merkle Tree in PHP", + "support": { + "issues": "https://github.com/pleonasm/merkle-tree/issues", + "source": "https://github.com/pleonasm/merkle-tree/tree/master" + }, + "time": "2017-02-10T15:26:01+00:00" }, { - "name": "mdanter/ecc", - "version": "v0.5.2", + "name": "protonlabs/bitcoin", + "version": "1.0.10", "source": { "type": "git", - "url": "https://github.com/phpecc/phpecc.git", - "reference": "b95f25cc1bacc83a9f0ccd375900b7cfd343029e" + "url": "https://github.com/ProtonMail/bitcoin-php.git", + "reference": "475361ce56f1601164cc447cbb78f859799d9eaf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpecc/phpecc/zipball/b95f25cc1bacc83a9f0ccd375900b7cfd343029e", - "reference": "b95f25cc1bacc83a9f0ccd375900b7cfd343029e", + "url": "https://api.github.com/repos/ProtonMail/bitcoin-php/zipball/475361ce56f1601164cc447cbb78f859799d9eaf", + "reference": "475361ce56f1601164cc447cbb78f859799d9eaf", + "shasum": "" + }, + "require": { + "bitwasp/bech32": "^0.0.1", + "composer/semver": "^1.4.0|^3.2.0", + "lastguest/murmurhash": "^v2.0.0", + "php-64bit": ">=7.0", + "pleonasm/merkle-tree": "~1.0.0", + "protonlabs/buffertools": "^0.5.0", + "shanecurran/phpecc": "^0.0.1" + }, + "require-dev": { + "bitwasp/bitcoinconsensus": "v3.0.0", + "bitwasp/secp256k1-php": "^v0.2.0", + "ext-json": "*", + "nbobtc/bitcoind-php": "v2.0.2", + "phpunit/phpunit": "^8.0.0", + "squizlabs/php_codesniffer": "^3.0.0" + }, + "suggest": { + "ext-bitcoinconsensus": "The bitcoinconsensus library for safest possible script verification", + "ext-secp256k1": "The secp256k1 library for fast and safe elliptic curve operations" + }, + "type": "library", + "autoload": { + "files": [ + "src/Script/functions.php" + ], + "psr-4": { + "BitWasp\\Bitcoin\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Unlicense" + ], + "authors": [ + { + "name": "Thomas Kerin", + "homepage": "https://thomaskerin.io", + "role": "Author" + } + ], + "description": "PHP Bitcoin library with functions for transactions, signatures, serialization, Random/Deterministic ECDSA keys, blocks, RPC bindings", + "homepage": "https://github.com/bit-wasp/bitcoin-php", + "support": { + "issues": "https://github.com/ProtonMail/bitcoin-php/issues", + "source": "https://github.com/ProtonMail/bitcoin-php/tree/1.0.10" + }, + "time": "2024-04-17T17:01:22+00:00" + }, + { + "name": "protonlabs/buffertools", + "version": "v0.5.8", + "source": { + "type": "git", + "url": "https://github.com/ProtonMail/buffertools-php.git", + "reference": "9bb64c124f93f3e373e61806d1e10d8feb0d5751" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ProtonMail/buffertools-php/zipball/9bb64c124f93f3e373e61806d1e10d8feb0d5751", + "reference": "9bb64c124f93f3e373e61806d1e10d8feb0d5751", + "shasum": "" + }, + "require": { + "php-64bit": ">=7.0.0" + }, + "replace": { + "bitwasp/buffertools": "^0.5.0" + }, + "require-dev": { + "phpstan/phpstan": "v0.9.x", + "phpunit/phpunit": "^6.0", + "squizlabs/php_codesniffer": "~2.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "BitWasp\\Buffertools\\": "src/Buffertools/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Thomas Kerin", + "homepage": "https://thomaskerin.io" + }, + { + "name": "Ruben de Vries", + "email": "ruben@rubensayshi.com" + } + ], + "description": "Toolbox for working with binary and hex data. Similar to NodeJS Buffer.", + "support": { + "source": "https://github.com/ProtonMail/buffertools-php/tree/v0.5.8" + }, + "time": "2023-07-17T08:19:22+00:00" + }, + { + "name": "shanecurran/phpecc", + "version": "v0.0.1", + "source": { + "type": "git", + "url": "https://github.com/shanecurran/phpecc.git", + "reference": "2f99b2c785e7bac48485b0da7cc1db7d9c0e5d87" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/shanecurran/phpecc/zipball/2f99b2c785e7bac48485b0da7cc1db7d9c0e5d87", + "reference": "2f99b2c785e7bac48485b0da7cc1db7d9c0e5d87", "shasum": "" }, "require": { "ext-gmp": "*", "fgrosse/phpasn1": "^2.0", - "php": "^7.0" + "php": "^7.0||^8.0" }, "require-dev": { - "phpunit/phpunit": "^6.0", + "phpunit/phpunit": "^6.0||^8.0||^9.0", "squizlabs/php_codesniffer": "^2.0", "symfony/yaml": "^2.6|^3.0" }, @@ -420,10 +470,15 @@ "name": "Thomas Kerin", "email": "afk11@users.noreply.github.com", "role": "Maintainer" + }, + { + "name": "Shane Curran", + "email": "shanecurran@users.noreply.github.com", + "role": "Maintainer" } ], "description": "PHP Elliptic Curve Cryptography library", - "homepage": "https://github.com/phpecc/phpecc", + "homepage": "https://github.com/shanecurran/phpecc", "keywords": [ "Diffie", "ECDSA", @@ -441,58 +496,9 @@ "secp256r1" ], "support": { - "issues": "https://github.com/phpecc/phpecc/issues", - "source": "https://github.com/phpecc/phpecc/tree/master" - }, - "abandoned": "paragonie/ecc", - "time": "2018-12-03T18:17:01+00:00" - }, - { - "name": "pleonasm/merkle-tree", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://github.com/pleonasm/merkle-tree.git", - "reference": "9ddc9d0a0e396750fada378f3aa90f6c02dd56a1" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/pleonasm/merkle-tree/zipball/9ddc9d0a0e396750fada378f3aa90f6c02dd56a1", - "reference": "9ddc9d0a0e396750fada378f3aa90f6c02dd56a1", - "shasum": "" - }, - "require": { - "php": ">=5.4.0" - }, - "require-dev": { - "ext-xdebug": ">=2.2.0", - "phpunit/php-invoker": ">=1.0.0,<1.2.0", - "phpunit/phpunit": "3.7.19", - "satooshi/php-coveralls": "*@dev", - "squizlabs/php_codesniffer": "*" - }, - "type": "library", - "autoload": { - "psr-0": { - "Pleo": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-2-Clause" - ], - "authors": [ - { - "name": "Matthew Nagi", - "email": "matthew.nagi@base-2.net" - } - ], - "description": "An implementation of a Merkle Tree in PHP", - "support": { - "issues": "https://github.com/pleonasm/merkle-tree/issues", - "source": "https://github.com/pleonasm/merkle-tree/tree/master" + "source": "https://github.com/shanecurran/phpecc/tree/v0.0.1" }, - "time": "2013-05-22T20:46:20+00:00" + "time": "2023-03-08T19:51:13+00:00" }, { "name": "simplito/bigint-wrapper-php", @@ -2725,45 +2731,45 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.19", + "version": "9.6.20", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "a1a54a473501ef4cdeaae4e06891674114d79db8" + "reference": "49d7820565836236411f5dc002d16dd689cde42f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1a54a473501ef4cdeaae4e06891674114d79db8", - "reference": "a1a54a473501ef4cdeaae4e06891674114d79db8", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/49d7820565836236411f5dc002d16dd689cde42f", + "reference": "49d7820565836236411f5dc002d16dd689cde42f", "shasum": "" }, "require": { - "doctrine/instantiator": "^1.3.1 || ^2", + "doctrine/instantiator": "^1.5.0 || ^2", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.10.1", - "phar-io/manifest": "^2.0.3", - "phar-io/version": "^3.0.2", + "myclabs/deep-copy": "^1.12.0", + "phar-io/manifest": "^2.0.4", + "phar-io/version": "^3.2.1", "php": ">=7.3", - "phpunit/php-code-coverage": "^9.2.28", - "phpunit/php-file-iterator": "^3.0.5", + "phpunit/php-code-coverage": "^9.2.31", + "phpunit/php-file-iterator": "^3.0.6", "phpunit/php-invoker": "^3.1.1", - "phpunit/php-text-template": "^2.0.3", - "phpunit/php-timer": "^5.0.2", - "sebastian/cli-parser": "^1.0.1", - "sebastian/code-unit": "^1.0.6", + "phpunit/php-text-template": "^2.0.4", + "phpunit/php-timer": "^5.0.3", + "sebastian/cli-parser": "^1.0.2", + "sebastian/code-unit": "^1.0.8", "sebastian/comparator": "^4.0.8", - "sebastian/diff": "^4.0.3", - "sebastian/environment": "^5.1.3", - "sebastian/exporter": "^4.0.5", - "sebastian/global-state": "^5.0.1", - "sebastian/object-enumerator": "^4.0.3", - "sebastian/resource-operations": "^3.0.3", - "sebastian/type": "^3.2", + "sebastian/diff": "^4.0.6", + "sebastian/environment": "^5.1.5", + "sebastian/exporter": "^4.0.6", + "sebastian/global-state": "^5.0.7", + "sebastian/object-enumerator": "^4.0.4", + "sebastian/resource-operations": "^3.0.4", + "sebastian/type": "^3.2.1", "sebastian/version": "^3.0.2" }, "suggest": { @@ -2808,7 +2814,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.19" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.20" }, "funding": [ { @@ -2824,7 +2830,7 @@ "type": "tidelift" } ], - "time": "2024-04-05T04:35:58+00:00" + "time": "2024-07-10T11:45:39+00:00" }, { "name": "psr/clock", @@ -3988,16 +3994,16 @@ }, { "name": "symfony/console", - "version": "v6.4.8", + "version": "v6.4.9", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "be5854cee0e8c7b110f00d695d11debdfa1a2a91" + "reference": "6edb5363ec0c78ad4d48c5128ebf4d083d89d3a9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/be5854cee0e8c7b110f00d695d11debdfa1a2a91", - "reference": "be5854cee0e8c7b110f00d695d11debdfa1a2a91", + "url": "https://api.github.com/repos/symfony/console/zipball/6edb5363ec0c78ad4d48c5128ebf4d083d89d3a9", + "reference": "6edb5363ec0c78ad4d48c5128ebf4d083d89d3a9", "shasum": "" }, "require": { @@ -4062,7 +4068,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.4.8" + "source": "https://github.com/symfony/console/tree/v6.4.9" }, "funding": [ { @@ -4078,7 +4084,7 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-06-28T09:49:33+00:00" }, { "name": "symfony/deprecation-contracts", @@ -4149,16 +4155,16 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4" + "reference": "0424dff1c58f028c451efff2045f5d92410bd540" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4", - "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/0424dff1c58f028c451efff2045f5d92410bd540", + "reference": "0424dff1c58f028c451efff2045f5d92410bd540", "shasum": "" }, "require": { @@ -4208,7 +4214,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.30.0" }, "funding": [ { @@ -4224,20 +4230,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-05-31T15:07:36+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f" + "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f", - "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/64647a7c30b2283f5d49b874d84a18fc22054b7a", + "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a", "shasum": "" }, "require": { @@ -4286,7 +4292,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.30.0" }, "funding": [ { @@ -4302,20 +4308,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-05-31T15:07:36+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "bc45c394692b948b4d383a08d7753968bed9a83d" + "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d", - "reference": "bc45c394692b948b4d383a08d7753968bed9a83d", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/a95281b0be0d9ab48050ebd988b967875cdb9fdb", + "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb", "shasum": "" }, "require": { @@ -4367,7 +4373,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.30.0" }, "funding": [ { @@ -4383,20 +4389,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-05-31T15:07:36+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec" + "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec", - "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fd22ab50000ef01661e2a31d850ebaa297f8e03c", + "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c", "shasum": "" }, "require": { @@ -4447,7 +4453,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.30.0" }, "funding": [ { @@ -4463,20 +4469,20 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-06-19T12:30:46+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.29.0", + "version": "v1.30.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b" + "reference": "77fa7995ac1b21ab60769b7323d600a991a90433" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", - "reference": "87b68208d5c1188808dd7839ee1e6c8ec3b02f1b", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433", + "reference": "77fa7995ac1b21ab60769b7323d600a991a90433", "shasum": "" }, "require": { @@ -4527,7 +4533,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.29.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.30.0" }, "funding": [ { @@ -4543,7 +4549,7 @@ "type": "tidelift" } ], - "time": "2024-01-29T20:11:03+00:00" + "time": "2024-05-31T15:07:36+00:00" }, { "name": "symfony/process", @@ -4691,16 +4697,16 @@ }, { "name": "symfony/string", - "version": "v7.1.1", + "version": "v7.1.2", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "60bc311c74e0af215101235aa6f471bcbc032df2" + "reference": "14221089ac66cf82e3cf3d1c1da65de305587ff8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/60bc311c74e0af215101235aa6f471bcbc032df2", - "reference": "60bc311c74e0af215101235aa6f471bcbc032df2", + "url": "https://api.github.com/repos/symfony/string/zipball/14221089ac66cf82e3cf3d1c1da65de305587ff8", + "reference": "14221089ac66cf82e3cf3d1c1da65de305587ff8", "shasum": "" }, "require": { @@ -4758,7 +4764,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v7.1.1" + "source": "https://github.com/symfony/string/tree/v7.1.2" }, "funding": [ { @@ -4774,7 +4780,7 @@ "type": "tidelift" } ], - "time": "2024-06-04T06:40:14+00:00" + "time": "2024-06-28T09:27:18+00:00" }, { "name": "symfony/translation", @@ -5138,7 +5144,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^8.1" + "php": "^8.2" }, "platform-dev": [], "plugin-api-version": "2.6.0"