chore: bump dependencies

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
Vitor Mattos 2025-08-12 15:38:20 -03:00
parent 71f7ee7120
commit 5ea0dbdecb
3 changed files with 69 additions and 38 deletions

30
composer.lock generated
View file

@ -184,27 +184,33 @@
}, },
{ {
"name": "jsignpdf/jsignpdf-php", "name": "jsignpdf/jsignpdf-php",
"version": "v1.2.6", "version": "v1.3.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/JSignPdf/jsignpdf-php.git", "url": "https://github.com/JSignPdf/jsignpdf-php.git",
"reference": "5e0a02873fad59e28f464261c11c69bfe5766304" "reference": "bfeaf2213466613ec6b82cc3ca5f602ec7e8428c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/JSignPdf/jsignpdf-php/zipball/5e0a02873fad59e28f464261c11c69bfe5766304", "url": "https://api.github.com/repos/JSignPdf/jsignpdf-php/zipball/bfeaf2213466613ec6b82cc3ca5f602ec7e8428c",
"reference": "5e0a02873fad59e28f464261c11c69bfe5766304", "reference": "bfeaf2213466613ec6b82cc3ca5f602ec7e8428c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"ext-openssl": "*", "ext-openssl": "*",
"php": "^7.4|^8.0" "php": "^8.1"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.5" "bamarni/composer-bin-plugin": "^1.8"
}, },
"type": "library", "type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": true
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Jeidison\\JSignPDF\\": "src/" "Jeidison\\JSignPDF\\": "src/"
@ -231,9 +237,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/JSignPdf/jsignpdf-php/issues", "issues": "https://github.com/JSignPdf/jsignpdf-php/issues",
"source": "https://github.com/JSignPdf/jsignpdf-php/tree/v1.2.6" "source": "https://github.com/JSignPdf/jsignpdf-php/tree/v1.3.0"
}, },
"time": "2024-12-12T16:47:19+00:00" "time": "2025-08-12T18:32:22+00:00"
}, },
{ {
"name": "libresign/whatosami", "name": "libresign/whatosami",
@ -1625,12 +1631,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nextcloud-deps/ocp.git", "url": "https://github.com/nextcloud-deps/ocp.git",
"reference": "55fd06e1c10111bd8812e5d1fbe3018da173cde5" "reference": "c2c75ad8fdc54cbc6341764b5a2a8ecf860e6160"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/55fd06e1c10111bd8812e5d1fbe3018da173cde5", "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/c2c75ad8fdc54cbc6341764b5a2a8ecf860e6160",
"reference": "55fd06e1c10111bd8812e5d1fbe3018da173cde5", "reference": "c2c75ad8fdc54cbc6341764b5a2a8ecf860e6160",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1666,7 +1672,7 @@
"issues": "https://github.com/nextcloud-deps/ocp/issues", "issues": "https://github.com/nextcloud-deps/ocp/issues",
"source": "https://github.com/nextcloud-deps/ocp/tree/master" "source": "https://github.com/nextcloud-deps/ocp/tree/master"
}, },
"time": "2025-08-09T00:53:05+00:00" "time": "2025-08-10T01:01:23+00:00"
}, },
{ {
"name": "psr/clock", "name": "psr/clock",

View file

@ -1624,16 +1624,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "10.5.48", "version": "10.5.51",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "6e0a2bc39f6fae7617989d690d76c48e6d2eb541" "reference": "ace160e31aaa317a99c411410c40c502b4be42a4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/6e0a2bc39f6fae7617989d690d76c48e6d2eb541", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ace160e31aaa317a99c411410c40c502b4be42a4",
"reference": "6e0a2bc39f6fae7617989d690d76c48e6d2eb541", "reference": "ace160e31aaa317a99c411410c40c502b4be42a4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1643,7 +1643,7 @@
"ext-mbstring": "*", "ext-mbstring": "*",
"ext-xml": "*", "ext-xml": "*",
"ext-xmlwriter": "*", "ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.13.3", "myclabs/deep-copy": "^1.13.4",
"phar-io/manifest": "^2.0.4", "phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1", "phar-io/version": "^3.2.1",
"php": ">=8.1", "php": ">=8.1",
@ -1660,7 +1660,7 @@
"sebastian/exporter": "^5.1.2", "sebastian/exporter": "^5.1.2",
"sebastian/global-state": "^6.0.2", "sebastian/global-state": "^6.0.2",
"sebastian/object-enumerator": "^5.0.0", "sebastian/object-enumerator": "^5.0.0",
"sebastian/recursion-context": "^5.0.0", "sebastian/recursion-context": "^5.0.1",
"sebastian/type": "^4.0.0", "sebastian/type": "^4.0.0",
"sebastian/version": "^4.0.1" "sebastian/version": "^4.0.1"
}, },
@ -1705,7 +1705,7 @@
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues", "issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy", "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.48" "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.51"
}, },
"funding": [ "funding": [
{ {
@ -1729,7 +1729,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-07-11T04:07:17+00:00" "time": "2025-08-12T07:31:25+00:00"
}, },
{ {
"name": "psr-discovery/discovery", "name": "psr-discovery/discovery",
@ -3174,23 +3174,23 @@
}, },
{ {
"name": "sebastian/recursion-context", "name": "sebastian/recursion-context",
"version": "5.0.0", "version": "5.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git", "url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "05909fb5bc7df4c52992396d0116aed689f93712" "reference": "47e34210757a2f37a97dcd207d032e1b01e64c7a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/05909fb5bc7df4c52992396d0116aed689f93712", "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/47e34210757a2f37a97dcd207d032e1b01e64c7a",
"reference": "05909fb5bc7df4c52992396d0116aed689f93712", "reference": "47e34210757a2f37a97dcd207d032e1b01e64c7a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.1" "php": ">=8.1"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^10.0" "phpunit/phpunit": "^10.5"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -3225,15 +3225,28 @@
"homepage": "https://github.com/sebastianbergmann/recursion-context", "homepage": "https://github.com/sebastianbergmann/recursion-context",
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues", "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
"source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.0" "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
"source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.1"
}, },
"funding": [ "funding": [
{ {
"url": "https://github.com/sebastianbergmann", "url": "https://github.com/sebastianbergmann",
"type": "github" "type": "github"
},
{
"url": "https://liberapay.com/sebastianbergmann",
"type": "liberapay"
},
{
"url": "https://thanks.dev/u/gh/sebastianbergmann",
"type": "thanks_dev"
},
{
"url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context",
"type": "tidelift"
} }
], ],
"time": "2023-02-03T07:05:40+00:00" "time": "2025-08-10T07:50:56+00:00"
}, },
{ {
"name": "sebastian/type", "name": "sebastian/type",

View file

@ -1075,12 +1075,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "e28d9b1fd63a6e403a6b7ee928f818c988ce20b9" "reference": "ace160e31aaa317a99c411410c40c502b4be42a4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e28d9b1fd63a6e403a6b7ee928f818c988ce20b9", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ace160e31aaa317a99c411410c40c502b4be42a4",
"reference": "e28d9b1fd63a6e403a6b7ee928f818c988ce20b9", "reference": "ace160e31aaa317a99c411410c40c502b4be42a4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1107,7 +1107,7 @@
"sebastian/exporter": "^5.1.2", "sebastian/exporter": "^5.1.2",
"sebastian/global-state": "^6.0.2", "sebastian/global-state": "^6.0.2",
"sebastian/object-enumerator": "^5.0.0", "sebastian/object-enumerator": "^5.0.0",
"sebastian/recursion-context": "^5.0.0", "sebastian/recursion-context": "^5.0.1",
"sebastian/type": "^4.0.0", "sebastian/type": "^4.0.0",
"sebastian/version": "^4.0.1" "sebastian/version": "^4.0.1"
}, },
@ -1152,7 +1152,7 @@
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues", "issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy", "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.5" "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.51"
}, },
"funding": [ "funding": [
{ {
@ -1176,7 +1176,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-09T07:31:06+00:00" "time": "2025-08-12T07:31:25+00:00"
}, },
{ {
"name": "psr/http-client", "name": "psr/http-client",
@ -2138,12 +2138,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git", "url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "b0b35ffec9a48d26d40da3e950075fcfce8c5e96" "reference": "47e34210757a2f37a97dcd207d032e1b01e64c7a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b0b35ffec9a48d26d40da3e950075fcfce8c5e96", "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/47e34210757a2f37a97dcd207d032e1b01e64c7a",
"reference": "b0b35ffec9a48d26d40da3e950075fcfce8c5e96", "reference": "47e34210757a2f37a97dcd207d032e1b01e64c7a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2186,15 +2186,27 @@
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues", "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
"security": "https://github.com/sebastianbergmann/recursion-context/security/policy", "security": "https://github.com/sebastianbergmann/recursion-context/security/policy",
"source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0" "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.1"
}, },
"funding": [ "funding": [
{ {
"url": "https://github.com/sebastianbergmann", "url": "https://github.com/sebastianbergmann",
"type": "github" "type": "github"
},
{
"url": "https://liberapay.com/sebastianbergmann",
"type": "liberapay"
},
{
"url": "https://thanks.dev/u/gh/sebastianbergmann",
"type": "thanks_dev"
},
{
"url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context",
"type": "tidelift"
} }
], ],
"time": "2025-01-01T09:44:22+00:00" "time": "2025-08-10T07:50:56+00:00"
}, },
{ {
"name": "sebastian/type", "name": "sebastian/type",