Bernd Wurst commited on 2025-11-30 20:55:32
Zeige 1 geänderte Dateien mit 101 Einfügungen und 87 Löschungen.
| ... | ... |
@@ -8,16 +8,16 @@ |
| 8 | 8 |
"packages": [ |
| 9 | 9 |
{
|
| 10 | 10 |
"name": "bjeavons/zxcvbn-php", |
| 11 |
- "version": "1.3.1", |
|
| 11 |
+ "version": "1.4.2", |
|
| 12 | 12 |
"source": {
|
| 13 | 13 |
"type": "git", |
| 14 | 14 |
"url": "https://github.com/bjeavons/zxcvbn-php.git", |
| 15 |
- "reference": "994928ae5b17ecff8baa2406832d37bdf01116c0" |
|
| 15 |
+ "reference": "426f664501a0747beb8f3ee17ac30c7dd6327ffa" |
|
| 16 | 16 |
}, |
| 17 | 17 |
"dist": {
|
| 18 | 18 |
"type": "zip", |
| 19 |
- "url": "https://api.github.com/repos/bjeavons/zxcvbn-php/zipball/994928ae5b17ecff8baa2406832d37bdf01116c0", |
|
| 20 |
- "reference": "994928ae5b17ecff8baa2406832d37bdf01116c0", |
|
| 19 |
+ "url": "https://api.github.com/repos/bjeavons/zxcvbn-php/zipball/426f664501a0747beb8f3ee17ac30c7dd6327ffa", |
|
| 20 |
+ "reference": "426f664501a0747beb8f3ee17ac30c7dd6327ffa", |
|
| 21 | 21 |
"shasum": "" |
| 22 | 22 |
}, |
| 23 | 23 |
"require": {
|
| ... | ... |
@@ -27,6 +27,7 @@ |
| 27 | 27 |
}, |
| 28 | 28 |
"require-dev": {
|
| 29 | 29 |
"php-coveralls/php-coveralls": "*", |
| 30 |
+ "phpstan/phpstan": "^2.0", |
|
| 30 | 31 |
"phpunit/phpunit": "^8.5", |
| 31 | 32 |
"squizlabs/php_codesniffer": "3.*" |
| 32 | 33 |
}, |
| ... | ... |
@@ -57,37 +58,42 @@ |
| 57 | 58 |
], |
| 58 | 59 |
"support": {
|
| 59 | 60 |
"issues": "https://github.com/bjeavons/zxcvbn-php/issues", |
| 60 |
- "source": "https://github.com/bjeavons/zxcvbn-php/tree/1.3.1" |
|
| 61 |
+ "source": "https://github.com/bjeavons/zxcvbn-php/tree/1.4.2" |
|
| 61 | 62 |
}, |
| 62 |
- "time": "2021-12-21T18:37:02+00:00" |
|
| 63 |
+ "time": "2025-02-24T16:47:20+00:00" |
|
| 63 | 64 |
}, |
| 64 | 65 |
{
|
| 65 | 66 |
"name": "giggsey/libphonenumber-for-php", |
| 66 |
- "version": "8.13.32", |
|
| 67 |
+ "version": "8.13.55", |
|
| 67 | 68 |
"source": {
|
| 68 | 69 |
"type": "git", |
| 69 | 70 |
"url": "https://github.com/giggsey/libphonenumber-for-php.git", |
| 70 |
- "reference": "11aa286e82f2bb567815a89da1e63e2848b81e66" |
|
| 71 |
+ "reference": "6e28b3d53cf96d7f41c83d9b80b6021ecbd00537" |
|
| 71 | 72 |
}, |
| 72 | 73 |
"dist": {
|
| 73 | 74 |
"type": "zip", |
| 74 |
- "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/11aa286e82f2bb567815a89da1e63e2848b81e66", |
|
| 75 |
- "reference": "11aa286e82f2bb567815a89da1e63e2848b81e66", |
|
| 75 |
+ "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/6e28b3d53cf96d7f41c83d9b80b6021ecbd00537", |
|
| 76 |
+ "reference": "6e28b3d53cf96d7f41c83d9b80b6021ecbd00537", |
|
| 76 | 77 |
"shasum": "" |
| 77 | 78 |
}, |
| 78 | 79 |
"require": {
|
| 79 |
- "giggsey/locale": "^1.7|^2.0", |
|
| 80 |
- "php": ">=5.3.2", |
|
| 80 |
+ "giggsey/locale": "^2.0", |
|
| 81 |
+ "php": "^7.4|^8.0", |
|
| 81 | 82 |
"symfony/polyfill-mbstring": "^1.17" |
| 82 | 83 |
}, |
| 84 |
+ "replace": {
|
|
| 85 |
+ "giggsey/libphonenumber-for-php-lite": "self.version" |
|
| 86 |
+ }, |
|
| 83 | 87 |
"require-dev": {
|
| 84 |
- "pear/pear-core-minimal": "^1.9", |
|
| 88 |
+ "friendsofphp/php-cs-fixer": "^3.64", |
|
| 89 |
+ "pear/pear-core-minimal": "^1.10", |
|
| 85 | 90 |
"pear/pear_exception": "^1.0", |
| 86 |
- "pear/versioncontrol_git": "^0.5", |
|
| 87 |
- "phing/phing": "^2.7", |
|
| 88 |
- "php-coveralls/php-coveralls": "^1.0|^2.0", |
|
| 89 |
- "symfony/console": "^2.8|^3.0|^v4.4|^v5.2", |
|
| 90 |
- "symfony/phpunit-bridge": "^4.2 || ^5" |
|
| 91 |
+ "pear/versioncontrol_git": "^0.7", |
|
| 92 |
+ "phing/phing": "^3.0", |
|
| 93 |
+ "php-coveralls/php-coveralls": "^2.0", |
|
| 94 |
+ "phpunit/phpunit": "^9.6", |
|
| 95 |
+ "symfony/console": "^v5.2", |
|
| 96 |
+ "symfony/var-exporter": "^5.2" |
|
| 91 | 97 |
}, |
| 92 | 98 |
"type": "library", |
| 93 | 99 |
"extra": {
|
| ... | ... |
@@ -131,37 +137,39 @@ |
| 131 | 137 |
"issues": "https://github.com/giggsey/libphonenumber-for-php/issues", |
| 132 | 138 |
"source": "https://github.com/giggsey/libphonenumber-for-php" |
| 133 | 139 |
}, |
| 134 |
- "time": "2024-03-12T08:08:27+00:00" |
|
| 140 |
+ "time": "2025-02-14T08:14:08+00:00" |
|
| 135 | 141 |
}, |
| 136 | 142 |
{
|
| 137 | 143 |
"name": "giggsey/locale", |
| 138 |
- "version": "2.5", |
|
| 144 |
+ "version": "2.8.0", |
|
| 139 | 145 |
"source": {
|
| 140 | 146 |
"type": "git", |
| 141 | 147 |
"url": "https://github.com/giggsey/Locale.git", |
| 142 |
- "reference": "e6d4540109a01dd2bc7334cdc842d6a6a67cf239" |
|
| 148 |
+ "reference": "1cd8b3ad2d43e04f4c2c6a240495af44780f809b" |
|
| 143 | 149 |
}, |
| 144 | 150 |
"dist": {
|
| 145 | 151 |
"type": "zip", |
| 146 |
- "url": "https://api.github.com/repos/giggsey/Locale/zipball/e6d4540109a01dd2bc7334cdc842d6a6a67cf239", |
|
| 147 |
- "reference": "e6d4540109a01dd2bc7334cdc842d6a6a67cf239", |
|
| 152 |
+ "url": "https://api.github.com/repos/giggsey/Locale/zipball/1cd8b3ad2d43e04f4c2c6a240495af44780f809b", |
|
| 153 |
+ "reference": "1cd8b3ad2d43e04f4c2c6a240495af44780f809b", |
|
| 148 | 154 |
"shasum": "" |
| 149 | 155 |
}, |
| 150 | 156 |
"require": {
|
| 151 |
- "php": ">=7.2" |
|
| 157 |
+ "php": "^8.1" |
|
| 152 | 158 |
}, |
| 153 | 159 |
"require-dev": {
|
| 154 | 160 |
"ext-json": "*", |
| 155 |
- "pear/pear-core-minimal": "^1.9", |
|
| 161 |
+ "friendsofphp/php-cs-fixer": "^3.66", |
|
| 162 |
+ "pear/pear-core-minimal": "^1.10", |
|
| 156 | 163 |
"pear/pear_exception": "^1.0", |
| 157 | 164 |
"pear/versioncontrol_git": "^0.5", |
| 158 |
- "phing/phing": "^2.7", |
|
| 159 |
- "php-coveralls/php-coveralls": "^2.0", |
|
| 160 |
- "phpunit/phpunit": "^8.5|^9.5", |
|
| 161 |
- "symfony/console": "^5.0|^6.0", |
|
| 162 |
- "symfony/filesystem": "^5.0|^6.0", |
|
| 163 |
- "symfony/finder": "^5.0|^6.0", |
|
| 164 |
- "symfony/process": "^5.0|^6.0" |
|
| 165 |
+ "phing/phing": "^2.17.4", |
|
| 166 |
+ "php-coveralls/php-coveralls": "^2.7", |
|
| 167 |
+ "phpunit/phpunit": "^10.5.45", |
|
| 168 |
+ "symfony/console": "^6.4", |
|
| 169 |
+ "symfony/filesystem": "6.4", |
|
| 170 |
+ "symfony/finder": "^6.4", |
|
| 171 |
+ "symfony/process": "^6.4", |
|
| 172 |
+ "symfony/var-exporter": "^6.4" |
|
| 165 | 173 |
}, |
| 166 | 174 |
"type": "library", |
| 167 | 175 |
"autoload": {
|
| ... | ... |
@@ -183,9 +191,9 @@ |
| 183 | 191 |
"description": "Locale functions required by libphonenumber-for-php", |
| 184 | 192 |
"support": {
|
| 185 | 193 |
"issues": "https://github.com/giggsey/Locale/issues", |
| 186 |
- "source": "https://github.com/giggsey/Locale/tree/2.5" |
|
| 194 |
+ "source": "https://github.com/giggsey/Locale/tree/2.8.0" |
|
| 187 | 195 |
}, |
| 188 |
- "time": "2023-11-01T17:19:48+00:00" |
|
| 196 |
+ "time": "2025-03-20T14:25:27+00:00" |
|
| 189 | 197 |
}, |
| 190 | 198 |
{
|
| 191 | 199 |
"name": "globalcitizen/php-iban", |
| ... | ... |
@@ -221,16 +229,16 @@ |
| 221 | 229 |
}, |
| 222 | 230 |
{
|
| 223 | 231 |
"name": "lbuchs/webauthn", |
| 224 |
- "version": "v2.1.1", |
|
| 232 |
+ "version": "v2.2.0", |
|
| 225 | 233 |
"source": {
|
| 226 | 234 |
"type": "git", |
| 227 | 235 |
"url": "https://github.com/lbuchs/WebAuthn.git", |
| 228 |
- "reference": "e73ff007e8a1099e72e0dbdd9d0884057409fc54" |
|
| 236 |
+ "reference": "20adb4a240c3997bd8cac7dc4dde38ab0bea0ed1" |
|
| 229 | 237 |
}, |
| 230 | 238 |
"dist": {
|
| 231 | 239 |
"type": "zip", |
| 232 |
- "url": "https://api.github.com/repos/lbuchs/WebAuthn/zipball/e73ff007e8a1099e72e0dbdd9d0884057409fc54", |
|
| 233 |
- "reference": "e73ff007e8a1099e72e0dbdd9d0884057409fc54", |
|
| 240 |
+ "url": "https://api.github.com/repos/lbuchs/WebAuthn/zipball/20adb4a240c3997bd8cac7dc4dde38ab0bea0ed1", |
|
| 241 |
+ "reference": "20adb4a240c3997bd8cac7dc4dde38ab0bea0ed1", |
|
| 234 | 242 |
"shasum": "" |
| 235 | 243 |
}, |
| 236 | 244 |
"require": {
|
| ... | ... |
@@ -260,22 +268,22 @@ |
| 260 | 268 |
], |
| 261 | 269 |
"support": {
|
| 262 | 270 |
"issues": "https://github.com/lbuchs/WebAuthn/issues", |
| 263 |
- "source": "https://github.com/lbuchs/WebAuthn/tree/v2.1.1" |
|
| 271 |
+ "source": "https://github.com/lbuchs/WebAuthn/tree/v2.2.0" |
|
| 264 | 272 |
}, |
| 265 |
- "time": "2024-01-15T15:46:57+00:00" |
|
| 273 |
+ "time": "2024-07-04T07:17:40+00:00" |
|
| 266 | 274 |
}, |
| 267 | 275 |
{
|
| 268 | 276 |
"name": "mpdf/mpdf", |
| 269 |
- "version": "v8.2.3", |
|
| 277 |
+ "version": "v8.2.6", |
|
| 270 | 278 |
"source": {
|
| 271 | 279 |
"type": "git", |
| 272 | 280 |
"url": "https://github.com/mpdf/mpdf.git", |
| 273 |
- "reference": "6f723a96becf989a831e38caf758d28364a69939" |
|
| 281 |
+ "reference": "dd30e3b01061cf8dfe65e7041ab4cc46d8ebdd44" |
|
| 274 | 282 |
}, |
| 275 | 283 |
"dist": {
|
| 276 | 284 |
"type": "zip", |
| 277 |
- "url": "https://api.github.com/repos/mpdf/mpdf/zipball/6f723a96becf989a831e38caf758d28364a69939", |
|
| 278 |
- "reference": "6f723a96becf989a831e38caf758d28364a69939", |
|
| 285 |
+ "url": "https://api.github.com/repos/mpdf/mpdf/zipball/dd30e3b01061cf8dfe65e7041ab4cc46d8ebdd44", |
|
| 286 |
+ "reference": "dd30e3b01061cf8dfe65e7041ab4cc46d8ebdd44", |
|
| 279 | 287 |
"shasum": "" |
| 280 | 288 |
}, |
| 281 | 289 |
"require": {
|
| ... | ... |
@@ -285,7 +293,7 @@ |
| 285 | 293 |
"mpdf/psr-log-aware-trait": "^2.0 || ^3.0", |
| 286 | 294 |
"myclabs/deep-copy": "^1.7", |
| 287 | 295 |
"paragonie/random_compat": "^1.4|^2.0|^9.99.99", |
| 288 |
- "php": "^5.6 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", |
|
| 296 |
+ "php": "^5.6 || ^7.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", |
|
| 289 | 297 |
"psr/http-message": "^1.0 || ^2.0", |
| 290 | 298 |
"psr/log": "^1.0 || ^2.0 || ^3.0", |
| 291 | 299 |
"setasign/fpdi": "^2.1" |
| ... | ... |
@@ -333,7 +341,7 @@ |
| 333 | 341 |
"utf-8" |
| 334 | 342 |
], |
| 335 | 343 |
"support": {
|
| 336 |
- "docs": "http://mpdf.github.io", |
|
| 344 |
+ "docs": "https://mpdf.github.io", |
|
| 337 | 345 |
"issues": "https://github.com/mpdf/mpdf/issues", |
| 338 | 346 |
"source": "https://github.com/mpdf/mpdf" |
| 339 | 347 |
}, |
| ... | ... |
@@ -343,7 +351,7 @@ |
| 343 | 351 |
"type": "custom" |
| 344 | 352 |
} |
| 345 | 353 |
], |
| 346 |
- "time": "2024-03-11T12:55:53+00:00" |
|
| 354 |
+ "time": "2025-08-18T08:51:51+00:00" |
|
| 347 | 355 |
}, |
| 348 | 356 |
{
|
| 349 | 357 |
"name": "mpdf/psr-http-message-shim", |
| ... | ... |
@@ -439,16 +447,16 @@ |
| 439 | 447 |
}, |
| 440 | 448 |
{
|
| 441 | 449 |
"name": "myclabs/deep-copy", |
| 442 |
- "version": "1.11.1", |
|
| 450 |
+ "version": "1.13.4", |
|
| 443 | 451 |
"source": {
|
| 444 | 452 |
"type": "git", |
| 445 | 453 |
"url": "https://github.com/myclabs/DeepCopy.git", |
| 446 |
- "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c" |
|
| 454 |
+ "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a" |
|
| 447 | 455 |
}, |
| 448 | 456 |
"dist": {
|
| 449 | 457 |
"type": "zip", |
| 450 |
- "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", |
|
| 451 |
- "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c", |
|
| 458 |
+ "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a", |
|
| 459 |
+ "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a", |
|
| 452 | 460 |
"shasum": "" |
| 453 | 461 |
}, |
| 454 | 462 |
"require": {
|
| ... | ... |
@@ -456,11 +464,12 @@ |
| 456 | 464 |
}, |
| 457 | 465 |
"conflict": {
|
| 458 | 466 |
"doctrine/collections": "<1.6.8", |
| 459 |
- "doctrine/common": "<2.13.3 || >=3,<3.2.2" |
|
| 467 |
+ "doctrine/common": "<2.13.3 || >=3 <3.2.2" |
|
| 460 | 468 |
}, |
| 461 | 469 |
"require-dev": {
|
| 462 | 470 |
"doctrine/collections": "^1.6.8", |
| 463 | 471 |
"doctrine/common": "^2.13.3 || ^3.2.2", |
| 472 |
+ "phpspec/prophecy": "^1.10", |
|
| 464 | 473 |
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" |
| 465 | 474 |
}, |
| 466 | 475 |
"type": "library", |
| ... | ... |
@@ -486,7 +495,7 @@ |
| 486 | 495 |
], |
| 487 | 496 |
"support": {
|
| 488 | 497 |
"issues": "https://github.com/myclabs/DeepCopy/issues", |
| 489 |
- "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1" |
|
| 498 |
+ "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4" |
|
| 490 | 499 |
}, |
| 491 | 500 |
"funding": [ |
| 492 | 501 |
{
|
| ... | ... |
@@ -494,7 +503,7 @@ |
| 494 | 503 |
"type": "tidelift" |
| 495 | 504 |
} |
| 496 | 505 |
], |
| 497 |
- "time": "2023-03-08T13:26:56+00:00" |
|
| 506 |
+ "time": "2025-08-01T08:46:24+00:00" |
|
| 498 | 507 |
}, |
| 499 | 508 |
{
|
| 500 | 509 |
"name": "paragonie/random_compat", |
| ... | ... |
@@ -596,16 +605,16 @@ |
| 596 | 605 |
}, |
| 597 | 606 |
{
|
| 598 | 607 |
"name": "phpmailer/phpmailer", |
| 599 |
- "version": "v6.9.1", |
|
| 608 |
+ "version": "v6.12.0", |
|
| 600 | 609 |
"source": {
|
| 601 | 610 |
"type": "git", |
| 602 | 611 |
"url": "https://github.com/PHPMailer/PHPMailer.git", |
| 603 |
- "reference": "039de174cd9c17a8389754d3b877a2ed22743e18" |
|
| 612 |
+ "reference": "d1ac35d784bf9f5e61b424901d5a014967f15b12" |
|
| 604 | 613 |
}, |
| 605 | 614 |
"dist": {
|
| 606 | 615 |
"type": "zip", |
| 607 |
- "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/039de174cd9c17a8389754d3b877a2ed22743e18", |
|
| 608 |
- "reference": "039de174cd9c17a8389754d3b877a2ed22743e18", |
|
| 616 |
+ "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/d1ac35d784bf9f5e61b424901d5a014967f15b12", |
|
| 617 |
+ "reference": "d1ac35d784bf9f5e61b424901d5a014967f15b12", |
|
| 609 | 618 |
"shasum": "" |
| 610 | 619 |
}, |
| 611 | 620 |
"require": {
|
| ... | ... |
@@ -665,7 +674,7 @@ |
| 665 | 674 |
"description": "PHPMailer is a full-featured email creation and transfer class for PHP", |
| 666 | 675 |
"support": {
|
| 667 | 676 |
"issues": "https://github.com/PHPMailer/PHPMailer/issues", |
| 668 |
- "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.9.1" |
|
| 677 |
+ "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.12.0" |
|
| 669 | 678 |
}, |
| 670 | 679 |
"funding": [ |
| 671 | 680 |
{
|
| ... | ... |
@@ -673,7 +682,7 @@ |
| 673 | 682 |
"type": "github" |
| 674 | 683 |
} |
| 675 | 684 |
], |
| 676 |
- "time": "2023-11-25T22:23:28+00:00" |
|
| 685 |
+ "time": "2025-10-15T16:49:08+00:00" |
|
| 677 | 686 |
}, |
| 678 | 687 |
{
|
| 679 | 688 |
"name": "psr/http-message", |
| ... | ... |
@@ -730,16 +739,16 @@ |
| 730 | 739 |
}, |
| 731 | 740 |
{
|
| 732 | 741 |
"name": "psr/log", |
| 733 |
- "version": "3.0.0", |
|
| 742 |
+ "version": "3.0.2", |
|
| 734 | 743 |
"source": {
|
| 735 | 744 |
"type": "git", |
| 736 | 745 |
"url": "https://github.com/php-fig/log.git", |
| 737 |
- "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" |
|
| 746 |
+ "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" |
|
| 738 | 747 |
}, |
| 739 | 748 |
"dist": {
|
| 740 | 749 |
"type": "zip", |
| 741 |
- "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", |
|
| 742 |
- "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", |
|
| 750 |
+ "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", |
|
| 751 |
+ "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", |
|
| 743 | 752 |
"shasum": "" |
| 744 | 753 |
}, |
| 745 | 754 |
"require": {
|
| ... | ... |
@@ -774,37 +783,37 @@ |
| 774 | 783 |
"psr-3" |
| 775 | 784 |
], |
| 776 | 785 |
"support": {
|
| 777 |
- "source": "https://github.com/php-fig/log/tree/3.0.0" |
|
| 786 |
+ "source": "https://github.com/php-fig/log/tree/3.0.2" |
|
| 778 | 787 |
}, |
| 779 |
- "time": "2021-07-14T16:46:02+00:00" |
|
| 788 |
+ "time": "2024-09-11T13:17:53+00:00" |
|
| 780 | 789 |
}, |
| 781 | 790 |
{
|
| 782 | 791 |
"name": "setasign/fpdi", |
| 783 |
- "version": "v2.6.0", |
|
| 792 |
+ "version": "v2.6.4", |
|
| 784 | 793 |
"source": {
|
| 785 | 794 |
"type": "git", |
| 786 | 795 |
"url": "https://github.com/Setasign/FPDI.git", |
| 787 |
- "reference": "a6db878129ec6c7e141316ee71872923e7f1b7ad" |
|
| 796 |
+ "reference": "4b53852fde2734ec6a07e458a085db627c60eada" |
|
| 788 | 797 |
}, |
| 789 | 798 |
"dist": {
|
| 790 | 799 |
"type": "zip", |
| 791 |
- "url": "https://api.github.com/repos/Setasign/FPDI/zipball/a6db878129ec6c7e141316ee71872923e7f1b7ad", |
|
| 792 |
- "reference": "a6db878129ec6c7e141316ee71872923e7f1b7ad", |
|
| 800 |
+ "url": "https://api.github.com/repos/Setasign/FPDI/zipball/4b53852fde2734ec6a07e458a085db627c60eada", |
|
| 801 |
+ "reference": "4b53852fde2734ec6a07e458a085db627c60eada", |
|
| 793 | 802 |
"shasum": "" |
| 794 | 803 |
}, |
| 795 | 804 |
"require": {
|
| 796 | 805 |
"ext-zlib": "*", |
| 797 |
- "php": "^5.6 || ^7.0 || ^8.0" |
|
| 806 |
+ "php": "^7.1 || ^8.0" |
|
| 798 | 807 |
}, |
| 799 | 808 |
"conflict": {
|
| 800 | 809 |
"setasign/tfpdf": "<1.31" |
| 801 | 810 |
}, |
| 802 | 811 |
"require-dev": {
|
| 803 |
- "phpunit/phpunit": "~5.7", |
|
| 812 |
+ "phpunit/phpunit": "^7", |
|
| 804 | 813 |
"setasign/fpdf": "~1.8.6", |
| 805 | 814 |
"setasign/tfpdf": "~1.33", |
| 806 | 815 |
"squizlabs/php_codesniffer": "^3.5", |
| 807 |
- "tecnickcom/tcpdf": "~6.2" |
|
| 816 |
+ "tecnickcom/tcpdf": "^6.8" |
|
| 808 | 817 |
}, |
| 809 | 818 |
"suggest": {
|
| 810 | 819 |
"setasign/fpdf": "FPDI will extend this class but as it is also possible to use TCPDF or tFPDF as an alternative. There's no fixed dependency configured." |
| ... | ... |
@@ -840,7 +849,7 @@ |
| 840 | 849 |
], |
| 841 | 850 |
"support": {
|
| 842 | 851 |
"issues": "https://github.com/Setasign/FPDI/issues", |
| 843 |
- "source": "https://github.com/Setasign/FPDI/tree/v2.6.0" |
|
| 852 |
+ "source": "https://github.com/Setasign/FPDI/tree/v2.6.4" |
|
| 844 | 853 |
}, |
| 845 | 854 |
"funding": [ |
| 846 | 855 |
{
|
| ... | ... |
@@ -848,24 +857,25 @@ |
| 848 | 857 |
"type": "tidelift" |
| 849 | 858 |
} |
| 850 | 859 |
], |
| 851 |
- "time": "2023-12-11T16:03:32+00:00" |
|
| 860 |
+ "time": "2025-08-05T09:57:14+00:00" |
|
| 852 | 861 |
}, |
| 853 | 862 |
{
|
| 854 | 863 |
"name": "symfony/polyfill-mbstring", |
| 855 |
- "version": "v1.29.0", |
|
| 864 |
+ "version": "v1.33.0", |
|
| 856 | 865 |
"source": {
|
| 857 | 866 |
"type": "git", |
| 858 | 867 |
"url": "https://github.com/symfony/polyfill-mbstring.git", |
| 859 |
- "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec" |
|
| 868 |
+ "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493" |
|
| 860 | 869 |
}, |
| 861 | 870 |
"dist": {
|
| 862 | 871 |
"type": "zip", |
| 863 |
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec", |
|
| 864 |
- "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec", |
|
| 872 |
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493", |
|
| 873 |
+ "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493", |
|
| 865 | 874 |
"shasum": "" |
| 866 | 875 |
}, |
| 867 | 876 |
"require": {
|
| 868 |
- "php": ">=7.1" |
|
| 877 |
+ "ext-iconv": "*", |
|
| 878 |
+ "php": ">=7.2" |
|
| 869 | 879 |
}, |
| 870 | 880 |
"provide": {
|
| 871 | 881 |
"ext-mbstring": "*" |
| ... | ... |
@@ -876,8 +886,8 @@ |
| 876 | 886 |
"type": "library", |
| 877 | 887 |
"extra": {
|
| 878 | 888 |
"thanks": {
|
| 879 |
- "name": "symfony/polyfill", |
|
| 880 |
- "url": "https://github.com/symfony/polyfill" |
|
| 889 |
+ "url": "https://github.com/symfony/polyfill", |
|
| 890 |
+ "name": "symfony/polyfill" |
|
| 881 | 891 |
} |
| 882 | 892 |
}, |
| 883 | 893 |
"autoload": {
|
| ... | ... |
@@ -912,7 +922,7 @@ |
| 912 | 922 |
"shim" |
| 913 | 923 |
], |
| 914 | 924 |
"support": {
|
| 915 |
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0" |
|
| 925 |
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0" |
|
| 916 | 926 |
}, |
| 917 | 927 |
"funding": [ |
| 918 | 928 |
{
|
| ... | ... |
@@ -923,12 +933,16 @@ |
| 923 | 933 |
"url": "https://github.com/fabpot", |
| 924 | 934 |
"type": "github" |
| 925 | 935 |
}, |
| 936 |
+ {
|
|
| 937 |
+ "url": "https://github.com/nicolas-grekas", |
|
| 938 |
+ "type": "github" |
|
| 939 |
+ }, |
|
| 926 | 940 |
{
|
| 927 | 941 |
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony", |
| 928 | 942 |
"type": "tidelift" |
| 929 | 943 |
} |
| 930 | 944 |
], |
| 931 |
- "time": "2024-01-29T20:11:03+00:00" |
|
| 945 |
+ "time": "2024-12-23T08:48:59+00:00" |
|
| 932 | 946 |
} |
| 933 | 947 |
], |
| 934 | 948 |
"packages-dev": [], |
| ... | ... |
@@ -939,7 +953,7 @@ |
| 939 | 953 |
}, |
| 940 | 954 |
"prefer-stable": false, |
| 941 | 955 |
"prefer-lowest": false, |
| 942 |
- "platform": [], |
|
| 943 |
- "platform-dev": [], |
|
| 944 |
- "plugin-api-version": "2.1.0" |
|
| 956 |
+ "platform": {},
|
|
| 957 |
+ "platform-dev": {},
|
|
| 958 |
+ "plugin-api-version": "2.6.0" |
|
| 945 | 959 |
} |
| 946 | 960 |