chore: bump dependencies

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
Vitor Mattos 2025-09-02 08:48:48 -03:00
parent e9e3d3709a
commit 5ffdd03502
No known key found for this signature in database
GPG key ID: 6FECE2AD4809003A
4 changed files with 28 additions and 22 deletions

View file

@ -3,7 +3,7 @@
"endroid/qr-code": "^5.0", "endroid/qr-code": "^5.0",
"jsignpdf/jsignpdf-php": "^1.2", "jsignpdf/jsignpdf-php": "^1.2",
"libresign/whatosami": "^0.0.2", "libresign/whatosami": "^0.0.2",
"mikehaertl/php-pdftk": "^0.13.0", "mikehaertl/php-pdftk": "^0.14.0",
"mpdf/mpdf": "^8.2", "mpdf/mpdf": "^8.2",
"pagerfanta/pagerfanta": "^4.5", "pagerfanta/pagerfanta": "^4.5",
"phpseclib/phpseclib": "^3.0", "phpseclib/phpseclib": "^3.0",

28
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "a7c0ec19a821254f3138366739329b9f", "content-hash": "f56e565d14eb917a9d07179f11b66c7b",
"packages": [ "packages": [
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",
@ -296,27 +296,33 @@
}, },
{ {
"name": "mikehaertl/php-pdftk", "name": "mikehaertl/php-pdftk",
"version": "0.13.1", "version": "0.14.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mikehaertl/php-pdftk.git", "url": "https://github.com/mikehaertl/php-pdftk.git",
"reference": "3851b08c1027489e48387d7c14c27bc295d98239" "reference": "a06b335f7456ce097632a5a40494bc9705231aa1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mikehaertl/php-pdftk/zipball/3851b08c1027489e48387d7c14c27bc295d98239", "url": "https://api.github.com/repos/mikehaertl/php-pdftk/zipball/a06b335f7456ce097632a5a40494bc9705231aa1",
"reference": "3851b08c1027489e48387d7c14c27bc295d98239", "reference": "a06b335f7456ce097632a5a40494bc9705231aa1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"mikehaertl/php-shellcommand": "^1.6.3", "mikehaertl/php-shellcommand": "^1.7",
"mikehaertl/php-tmpfile": "^1.1.0", "mikehaertl/php-tmpfile": "^1.3",
"php": ">=5.3.0" "php": ">=8.1"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": ">4.0 <9.4" "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": {
"mikehaertl\\pdftk\\": "src/" "mikehaertl\\pdftk\\": "src/"
@ -339,9 +345,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/mikehaertl/php-pdftk/issues", "issues": "https://github.com/mikehaertl/php-pdftk/issues",
"source": "https://github.com/mikehaertl/php-pdftk/tree/0.13.1" "source": "https://github.com/mikehaertl/php-pdftk/tree/0.14.0"
}, },
"time": "2023-11-03T16:06:08+00:00" "time": "2025-09-01T16:28:43+00:00"
}, },
{ {
"name": "mikehaertl/php-shellcommand", "name": "mikehaertl/php-shellcommand",

View file

@ -106,16 +106,16 @@
}, },
{ {
"name": "php-cs-fixer/shim", "name": "php-cs-fixer/shim",
"version": "v3.86.0", "version": "v3.87.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHP-CS-Fixer/shim.git", "url": "https://github.com/PHP-CS-Fixer/shim.git",
"reference": "b43770ec215a30afff187ac273da6b43575c0ae3" "reference": "fbaef33f427318ed46ed8384570bc0813d892f91"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/b43770ec215a30afff187ac273da6b43575c0ae3", "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/fbaef33f427318ed46ed8384570bc0813d892f91",
"reference": "b43770ec215a30afff187ac273da6b43575c0ae3", "reference": "fbaef33f427318ed46ed8384570bc0813d892f91",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -152,9 +152,9 @@
"description": "A tool to automatically fix PHP code style", "description": "A tool to automatically fix PHP code style",
"support": { "support": {
"issues": "https://github.com/PHP-CS-Fixer/shim/issues", "issues": "https://github.com/PHP-CS-Fixer/shim/issues",
"source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.86.0" "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.87.0"
}, },
"time": "2025-08-13T22:37:38+00:00" "time": "2025-09-02T10:53:05+00:00"
} }
], ],
"aliases": [], "aliases": [],

View file

@ -1076,12 +1076,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "ed8f8f44ac237f2cf68d8879e69f3846dd1dbe3e" "reference": "b4a1442ec0b03ae4c36b1468014f0e3ff1f24cd4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ed8f8f44ac237f2cf68d8879e69f3846dd1dbe3e", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b4a1442ec0b03ae4c36b1468014f0e3ff1f24cd4",
"reference": "ed8f8f44ac237f2cf68d8879e69f3846dd1dbe3e", "reference": "b4a1442ec0b03ae4c36b1468014f0e3ff1f24cd4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1177,7 +1177,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-28T10:28:42+00:00" "time": "2025-09-01T17:14:24+00:00"
}, },
{ {
"name": "psr/http-client", "name": "psr/http-client",