mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-17 21:12:16 +01:00
chore: bump dependencies
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
This commit is contained in:
parent
e9e3d3709a
commit
5ffdd03502
4 changed files with 28 additions and 22 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"endroid/qr-code": "^5.0",
|
||||
"jsignpdf/jsignpdf-php": "^1.2",
|
||||
"libresign/whatosami": "^0.0.2",
|
||||
"mikehaertl/php-pdftk": "^0.13.0",
|
||||
"mikehaertl/php-pdftk": "^0.14.0",
|
||||
"mpdf/mpdf": "^8.2",
|
||||
"pagerfanta/pagerfanta": "^4.5",
|
||||
"phpseclib/phpseclib": "^3.0",
|
||||
|
|
|
|||
28
composer.lock
generated
28
composer.lock
generated
|
|
@ -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": "a7c0ec19a821254f3138366739329b9f",
|
||||
"content-hash": "f56e565d14eb917a9d07179f11b66c7b",
|
||||
"packages": [
|
||||
{
|
||||
"name": "bacon/bacon-qr-code",
|
||||
|
|
@ -296,27 +296,33 @@
|
|||
},
|
||||
{
|
||||
"name": "mikehaertl/php-pdftk",
|
||||
"version": "0.13.1",
|
||||
"version": "0.14.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mikehaertl/php-pdftk.git",
|
||||
"reference": "3851b08c1027489e48387d7c14c27bc295d98239"
|
||||
"reference": "a06b335f7456ce097632a5a40494bc9705231aa1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/mikehaertl/php-pdftk/zipball/3851b08c1027489e48387d7c14c27bc295d98239",
|
||||
"reference": "3851b08c1027489e48387d7c14c27bc295d98239",
|
||||
"url": "https://api.github.com/repos/mikehaertl/php-pdftk/zipball/a06b335f7456ce097632a5a40494bc9705231aa1",
|
||||
"reference": "a06b335f7456ce097632a5a40494bc9705231aa1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"mikehaertl/php-shellcommand": "^1.6.3",
|
||||
"mikehaertl/php-tmpfile": "^1.1.0",
|
||||
"php": ">=5.3.0"
|
||||
"mikehaertl/php-shellcommand": "^1.7",
|
||||
"mikehaertl/php-tmpfile": "^1.3",
|
||||
"php": ">=8.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": ">4.0 <9.4"
|
||||
"bamarni/composer-bin-plugin": "^1.8"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"bamarni-bin": {
|
||||
"bin-links": true,
|
||||
"forward-command": true
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"mikehaertl\\pdftk\\": "src/"
|
||||
|
|
@ -339,9 +345,9 @@
|
|||
],
|
||||
"support": {
|
||||
"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",
|
||||
|
|
|
|||
12
vendor-bin/coding-standard/composer.lock
generated
12
vendor-bin/coding-standard/composer.lock
generated
|
|
@ -106,16 +106,16 @@
|
|||
},
|
||||
{
|
||||
"name": "php-cs-fixer/shim",
|
||||
"version": "v3.86.0",
|
||||
"version": "v3.87.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/PHP-CS-Fixer/shim.git",
|
||||
"reference": "b43770ec215a30afff187ac273da6b43575c0ae3"
|
||||
"reference": "fbaef33f427318ed46ed8384570bc0813d892f91"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/b43770ec215a30afff187ac273da6b43575c0ae3",
|
||||
"reference": "b43770ec215a30afff187ac273da6b43575c0ae3",
|
||||
"url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/fbaef33f427318ed46ed8384570bc0813d892f91",
|
||||
"reference": "fbaef33f427318ed46ed8384570bc0813d892f91",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -152,9 +152,9 @@
|
|||
"description": "A tool to automatically fix PHP code style",
|
||||
"support": {
|
||||
"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": [],
|
||||
|
|
|
|||
8
vendor-bin/phpunit/composer.lock
generated
8
vendor-bin/phpunit/composer.lock
generated
|
|
@ -1076,12 +1076,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||
"reference": "ed8f8f44ac237f2cf68d8879e69f3846dd1dbe3e"
|
||||
"reference": "b4a1442ec0b03ae4c36b1468014f0e3ff1f24cd4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ed8f8f44ac237f2cf68d8879e69f3846dd1dbe3e",
|
||||
"reference": "ed8f8f44ac237f2cf68d8879e69f3846dd1dbe3e",
|
||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b4a1442ec0b03ae4c36b1468014f0e3ff1f24cd4",
|
||||
"reference": "b4a1442ec0b03ae4c36b1468014f0e3ff1f24cd4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -1177,7 +1177,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2025-08-28T10:28:42+00:00"
|
||||
"time": "2025-09-01T17:14:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/http-client",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue