mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
update to phpseclib3 which is now a requirement for the http signer library
This commit is contained in:
62
composer.lock
generated
62
composer.lock
generated
@@ -1081,16 +1081,16 @@
|
||||
},
|
||||
{
|
||||
"name": "macgirvin/http-message-signer",
|
||||
"version": "v0.2.0",
|
||||
"version": "v0.2.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/macgirvin/HTTP-Message-Signer.git",
|
||||
"reference": "055198699858f8a99acf75b62190d70ac0c8cb00"
|
||||
"reference": "55ea393671c58bb6b93445b5f3ee8ba41154f0c9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/macgirvin/HTTP-Message-Signer/zipball/055198699858f8a99acf75b62190d70ac0c8cb00",
|
||||
"reference": "055198699858f8a99acf75b62190d70ac0c8cb00",
|
||||
"url": "https://api.github.com/repos/macgirvin/HTTP-Message-Signer/zipball/55ea393671c58bb6b93445b5f3ee8ba41154f0c9",
|
||||
"reference": "55ea393671c58bb6b93445b5f3ee8ba41154f0c9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@@ -1098,6 +1098,8 @@
|
||||
"ext-openssl": "*",
|
||||
"guzzlehttp/psr7": "^2.0",
|
||||
"php": "^8.1",
|
||||
"phpseclib/phpseclib": "~3.0",
|
||||
"phpseclib/phpseclib2_compat": "^1.0",
|
||||
"psr/http-message": "^2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
@@ -1116,9 +1118,9 @@
|
||||
"description": "RFC 9421 HTTP Message Signer and Verifier for PSR-7 requests",
|
||||
"support": {
|
||||
"issues": "https://github.com/macgirvin/HTTP-Message-Signer/issues",
|
||||
"source": "https://github.com/macgirvin/HTTP-Message-Signer/tree/v0.2.0"
|
||||
"source": "https://github.com/macgirvin/HTTP-Message-Signer/tree/v0.2.1"
|
||||
},
|
||||
"time": "2025-07-01T02:57:39+00:00"
|
||||
"time": "2025-07-05T00:38:21+00:00"
|
||||
},
|
||||
{
|
||||
"name": "michelf/php-markdown",
|
||||
@@ -1560,6 +1562,54 @@
|
||||
],
|
||||
"time": "2025-06-26T16:29:55+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpseclib/phpseclib2_compat",
|
||||
"version": "1.0.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpseclib/phpseclib2_compat.git",
|
||||
"reference": "90976f25d6c2ff936878624b9cfaa322db11dde7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpseclib/phpseclib2_compat/zipball/90976f25d6c2ff936878624b9cfaa322db11dde7",
|
||||
"reference": "90976f25d6c2ff936878624b9cfaa322db11dde7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"phpseclib/phpseclib": "^3.0"
|
||||
},
|
||||
"provide": {
|
||||
"phpseclib/phpseclib": "2.0.47"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^5.7|^6.0|^9.4"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"phpseclib\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jim Wigginton",
|
||||
"email": "terrafrost@php.net",
|
||||
"role": "Lead Developer"
|
||||
}
|
||||
],
|
||||
"description": "phpseclib 2.0 polyfill built with phpseclib 3.0",
|
||||
"homepage": "https://github.com/phpseclib/phpseclib2_compat",
|
||||
"support": {
|
||||
"issues": "https://github.com/phpseclib/phpseclib2_compat/issues",
|
||||
"source": "https://github.com/phpseclib/phpseclib2_compat"
|
||||
},
|
||||
"time": "2024-02-26T14:37:15+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/clock",
|
||||
"version": "1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user