Bernd Wurst commited on 2022-02-17 19:52:32
Zeige 2 geänderte Dateien mit 124 Einfügungen und 72 Löschungen.
| ... | ... |
@@ -8,20 +8,21 @@ |
| 8 | 8 |
"packages": [ |
| 9 | 9 |
{
|
| 10 | 10 |
"name": "bjeavons/zxcvbn-php", |
| 11 |
- "version": "1.2.0", |
|
| 11 |
+ "version": "1.3.1", |
|
| 12 | 12 |
"source": {
|
| 13 | 13 |
"type": "git", |
| 14 | 14 |
"url": "https://github.com/bjeavons/zxcvbn-php.git", |
| 15 |
- "reference": "13b505d53c6e72a8fce7f42e3392f13642bbf65e" |
|
| 15 |
+ "reference": "994928ae5b17ecff8baa2406832d37bdf01116c0" |
|
| 16 | 16 |
}, |
| 17 | 17 |
"dist": {
|
| 18 | 18 |
"type": "zip", |
| 19 |
- "url": "https://api.github.com/repos/bjeavons/zxcvbn-php/zipball/13b505d53c6e72a8fce7f42e3392f13642bbf65e", |
|
| 20 |
- "reference": "13b505d53c6e72a8fce7f42e3392f13642bbf65e", |
|
| 19 |
+ "url": "https://api.github.com/repos/bjeavons/zxcvbn-php/zipball/994928ae5b17ecff8baa2406832d37bdf01116c0", |
|
| 20 |
+ "reference": "994928ae5b17ecff8baa2406832d37bdf01116c0", |
|
| 21 | 21 |
"shasum": "" |
| 22 | 22 |
}, |
| 23 | 23 |
"require": {
|
| 24 |
- "php": "^7.2 | ^8.0", |
|
| 24 |
+ "ext-json": "*", |
|
| 25 |
+ "php": "^7.2 | ^8.0 | ^8.1", |
|
| 25 | 26 |
"symfony/polyfill-mbstring": ">=1.3.1" |
| 26 | 27 |
}, |
| 27 | 28 |
"require-dev": {
|
| ... | ... |
@@ -29,6 +30,9 @@ |
| 29 | 30 |
"phpunit/phpunit": "^8.5", |
| 30 | 31 |
"squizlabs/php_codesniffer": "3.*" |
| 31 | 32 |
}, |
| 33 |
+ "suggest": {
|
|
| 34 |
+ "ext-gmp": "Required for optimized binomial calculations (also requires PHP >= 7.3)" |
|
| 35 |
+ }, |
|
| 32 | 36 |
"type": "library", |
| 33 | 37 |
"autoload": {
|
| 34 | 38 |
"psr-4": {
|
| ... | ... |
@@ -51,24 +55,28 @@ |
| 51 | 55 |
"password", |
| 52 | 56 |
"zxcvbn" |
| 53 | 57 |
], |
| 54 |
- "time": "2020-11-30T16:47:23+00:00" |
|
| 58 |
+ "support": {
|
|
| 59 |
+ "issues": "https://github.com/bjeavons/zxcvbn-php/issues", |
|
| 60 |
+ "source": "https://github.com/bjeavons/zxcvbn-php/tree/1.3.1" |
|
| 61 |
+ }, |
|
| 62 |
+ "time": "2021-12-21T18:37:02+00:00" |
|
| 55 | 63 |
}, |
| 56 | 64 |
{
|
| 57 | 65 |
"name": "giggsey/libphonenumber-for-php", |
| 58 |
- "version": "8.12.14", |
|
| 66 |
+ "version": "8.12.43", |
|
| 59 | 67 |
"source": {
|
| 60 | 68 |
"type": "git", |
| 61 | 69 |
"url": "https://github.com/giggsey/libphonenumber-for-php.git", |
| 62 |
- "reference": "c42a963110b08b8a4a419c35566bf9d3456ba479" |
|
| 70 |
+ "reference": "27bc97a4941f42d320fb6da3de0dcaaf7db69f5d" |
|
| 63 | 71 |
}, |
| 64 | 72 |
"dist": {
|
| 65 | 73 |
"type": "zip", |
| 66 |
- "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/c42a963110b08b8a4a419c35566bf9d3456ba479", |
|
| 67 |
- "reference": "c42a963110b08b8a4a419c35566bf9d3456ba479", |
|
| 74 |
+ "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/27bc97a4941f42d320fb6da3de0dcaaf7db69f5d", |
|
| 75 |
+ "reference": "27bc97a4941f42d320fb6da3de0dcaaf7db69f5d", |
|
| 68 | 76 |
"shasum": "" |
| 69 | 77 |
}, |
| 70 | 78 |
"require": {
|
| 71 |
- "giggsey/locale": "^1.7", |
|
| 79 |
+ "giggsey/locale": "^1.7|^2.0", |
|
| 72 | 80 |
"php": ">=5.3.2", |
| 73 | 81 |
"symfony/polyfill-mbstring": "^1.17" |
| 74 | 82 |
}, |
| ... | ... |
@@ -78,7 +86,7 @@ |
| 78 | 86 |
"pear/versioncontrol_git": "^0.5", |
| 79 | 87 |
"phing/phing": "^2.7", |
| 80 | 88 |
"php-coveralls/php-coveralls": "^1.0|^2.0", |
| 81 |
- "symfony/console": "^2.8|^3.0", |
|
| 89 |
+ "symfony/console": "^2.8|^3.0|^v4.4|^v5.2", |
|
| 82 | 90 |
"symfony/phpunit-bridge": "^4.2 || ^5" |
| 83 | 91 |
}, |
| 84 | 92 |
"type": "library", |
| ... | ... |
@@ -119,36 +127,42 @@ |
| 119 | 127 |
"phonenumber", |
| 120 | 128 |
"validation" |
| 121 | 129 |
], |
| 122 |
- "time": "2020-12-02T10:54:10+00:00" |
|
| 130 |
+ "support": {
|
|
| 131 |
+ "irc": "irc://irc.appliedirc.com/lobby", |
|
| 132 |
+ "issues": "https://github.com/giggsey/libphonenumber-for-php/issues", |
|
| 133 |
+ "source": "https://github.com/giggsey/libphonenumber-for-php" |
|
| 134 |
+ }, |
|
| 135 |
+ "time": "2022-02-09T07:46:55+00:00" |
|
| 123 | 136 |
}, |
| 124 | 137 |
{
|
| 125 | 138 |
"name": "giggsey/locale", |
| 126 |
- "version": "1.9", |
|
| 139 |
+ "version": "2.1", |
|
| 127 | 140 |
"source": {
|
| 128 | 141 |
"type": "git", |
| 129 | 142 |
"url": "https://github.com/giggsey/Locale.git", |
| 130 |
- "reference": "b07f1eace8072ccc61445ad8fbd493ff9d783043" |
|
| 143 |
+ "reference": "8d324583b5899e6280a875c43bf1fc9658bc6962" |
|
| 131 | 144 |
}, |
| 132 | 145 |
"dist": {
|
| 133 | 146 |
"type": "zip", |
| 134 |
- "url": "https://api.github.com/repos/giggsey/Locale/zipball/b07f1eace8072ccc61445ad8fbd493ff9d783043", |
|
| 135 |
- "reference": "b07f1eace8072ccc61445ad8fbd493ff9d783043", |
|
| 147 |
+ "url": "https://api.github.com/repos/giggsey/Locale/zipball/8d324583b5899e6280a875c43bf1fc9658bc6962", |
|
| 148 |
+ "reference": "8d324583b5899e6280a875c43bf1fc9658bc6962", |
|
| 136 | 149 |
"shasum": "" |
| 137 | 150 |
}, |
| 138 | 151 |
"require": {
|
| 139 |
- "php": ">=5.3.2" |
|
| 152 |
+ "php": ">=7.2" |
|
| 140 | 153 |
}, |
| 141 | 154 |
"require-dev": {
|
| 155 |
+ "ext-json": "*", |
|
| 142 | 156 |
"pear/pear-core-minimal": "^1.9", |
| 143 | 157 |
"pear/pear_exception": "^1.0", |
| 144 | 158 |
"pear/versioncontrol_git": "^0.5", |
| 145 |
- "phing/phing": "~2.7", |
|
| 146 |
- "php-coveralls/php-coveralls": "^1.0|^2.0", |
|
| 147 |
- "phpunit/phpunit": "^4.8|^5.0", |
|
| 148 |
- "symfony/console": "^2.8|^3.0|^4.0", |
|
| 149 |
- "symfony/filesystem": "^2.8|^3.0|^4.0", |
|
| 150 |
- "symfony/finder": "^2.8|^3.0|^4.0", |
|
| 151 |
- "symfony/process": "^2.8|^3.0|^4.0" |
|
| 159 |
+ "phing/phing": "^2.7", |
|
| 160 |
+ "php-coveralls/php-coveralls": "^2.0", |
|
| 161 |
+ "phpunit/phpunit": "^8.5|^9.5", |
|
| 162 |
+ "symfony/console": "^5.0", |
|
| 163 |
+ "symfony/filesystem": "^5.0", |
|
| 164 |
+ "symfony/finder": "^5.0", |
|
| 165 |
+ "symfony/process": "^5.0" |
|
| 152 | 166 |
}, |
| 153 | 167 |
"type": "library", |
| 154 | 168 |
"autoload": {
|
| ... | ... |
@@ -164,11 +178,15 @@ |
| 164 | 178 |
{
|
| 165 | 179 |
"name": "Joshua Gigg", |
| 166 | 180 |
"email": "giggsey@gmail.com", |
| 167 |
- "homepage": "http://giggsey.com/" |
|
| 181 |
+ "homepage": "https://giggsey.com/" |
|
| 168 | 182 |
} |
| 169 | 183 |
], |
| 170 | 184 |
"description": "Locale functions required by libphonenumber-for-php", |
| 171 |
- "time": "2020-07-07T11:16:24+00:00" |
|
| 185 |
+ "support": {
|
|
| 186 |
+ "issues": "https://github.com/giggsey/Locale/issues", |
|
| 187 |
+ "source": "https://github.com/giggsey/Locale/tree/2.1" |
|
| 188 |
+ }, |
|
| 189 |
+ "time": "2021-11-04T19:12:22+00:00" |
|
| 172 | 190 |
}, |
| 173 | 191 |
{
|
| 174 | 192 |
"name": "globalcitizen/php-iban", |
| ... | ... |
@@ -196,20 +214,24 @@ |
| 196 | 214 |
"LGPL-3.0-only" |
| 197 | 215 |
], |
| 198 | 216 |
"description": "php-iban is a library for parsing and validating IBAN (and IIBAN) bank account information.", |
| 217 |
+ "support": {
|
|
| 218 |
+ "issues": "https://github.com/globalcitizen/php-iban/issues", |
|
| 219 |
+ "source": "https://github.com/globalcitizen/php-iban/tree/v2.7.5" |
|
| 220 |
+ }, |
|
| 199 | 221 |
"time": "2020-05-03T19:46:35+00:00" |
| 200 | 222 |
}, |
| 201 | 223 |
{
|
| 202 | 224 |
"name": "mpdf/mpdf", |
| 203 |
- "version": "v8.0.8", |
|
| 225 |
+ "version": "v8.0.17", |
|
| 204 | 226 |
"source": {
|
| 205 | 227 |
"type": "git", |
| 206 | 228 |
"url": "https://github.com/mpdf/mpdf.git", |
| 207 |
- "reference": "4ce221329d0918146514605db1644b2771c5e308" |
|
| 229 |
+ "reference": "5f64118317c8145c0abc606b310aa0a66808398a" |
|
| 208 | 230 |
}, |
| 209 | 231 |
"dist": {
|
| 210 | 232 |
"type": "zip", |
| 211 |
- "url": "https://api.github.com/repos/mpdf/mpdf/zipball/4ce221329d0918146514605db1644b2771c5e308", |
|
| 212 |
- "reference": "4ce221329d0918146514605db1644b2771c5e308", |
|
| 233 |
+ "url": "https://api.github.com/repos/mpdf/mpdf/zipball/5f64118317c8145c0abc606b310aa0a66808398a", |
|
| 234 |
+ "reference": "5f64118317c8145c0abc606b310aa0a66808398a", |
|
| 213 | 235 |
"shasum": "" |
| 214 | 236 |
}, |
| 215 | 237 |
"require": {
|
| ... | ... |
@@ -217,16 +239,16 @@ |
| 217 | 239 |
"ext-mbstring": "*", |
| 218 | 240 |
"myclabs/deep-copy": "^1.7", |
| 219 | 241 |
"paragonie/random_compat": "^1.4|^2.0|^9.99.99", |
| 220 |
- "php": "^5.6 || ^7.0", |
|
| 221 |
- "psr/log": "^1.0", |
|
| 242 |
+ "php": "^5.6 || ^7.0 || ~8.0.0 || ~8.1.0", |
|
| 243 |
+ "psr/log": "^1.0 || ^2.0", |
|
| 222 | 244 |
"setasign/fpdi": "^2.1" |
| 223 | 245 |
}, |
| 224 | 246 |
"require-dev": {
|
| 225 | 247 |
"mockery/mockery": "^1.3.0", |
| 226 | 248 |
"mpdf/qrcode": "^1.1.0", |
| 227 |
- "phpunit/phpunit": "^5.0", |
|
| 228 | 249 |
"squizlabs/php_codesniffer": "^3.5.0", |
| 229 |
- "tracy/tracy": "^2.4" |
|
| 250 |
+ "tracy/tracy": "^2.4", |
|
| 251 |
+ "yoast/phpunit-polyfills": "^1.0" |
|
| 230 | 252 |
}, |
| 231 | 253 |
"suggest": {
|
| 232 | 254 |
"ext-bcmath": "Needed for generation of some types of barcodes", |
| ... | ... |
@@ -234,11 +256,6 @@ |
| 234 | 256 |
"ext-zlib": "Needed for compression of embedded resources, such as fonts" |
| 235 | 257 |
}, |
| 236 | 258 |
"type": "library", |
| 237 |
- "extra": {
|
|
| 238 |
- "branch-alias": {
|
|
| 239 |
- "dev-development": "7.x-dev" |
|
| 240 |
- } |
|
| 241 |
- }, |
|
| 242 | 259 |
"autoload": {
|
| 243 | 260 |
"psr-4": {
|
| 244 | 261 |
"Mpdf\\": "src/" |
| ... | ... |
@@ -265,13 +282,18 @@ |
| 265 | 282 |
"php", |
| 266 | 283 |
"utf-8" |
| 267 | 284 |
], |
| 285 |
+ "support": {
|
|
| 286 |
+ "docs": "http://mpdf.github.io", |
|
| 287 |
+ "issues": "https://github.com/mpdf/mpdf/issues", |
|
| 288 |
+ "source": "https://github.com/mpdf/mpdf" |
|
| 289 |
+ }, |
|
| 268 | 290 |
"funding": [ |
| 269 | 291 |
{
|
| 270 | 292 |
"url": "https://www.paypal.me/mpdf", |
| 271 | 293 |
"type": "custom" |
| 272 | 294 |
} |
| 273 | 295 |
], |
| 274 |
- "time": "2020-12-05T00:44:31+00:00" |
|
| 296 |
+ "time": "2022-01-20T10:51:40+00:00" |
|
| 275 | 297 |
}, |
| 276 | 298 |
{
|
| 277 | 299 |
"name": "myclabs/deep-copy", |
| ... | ... |
@@ -300,12 +322,12 @@ |
| 300 | 322 |
}, |
| 301 | 323 |
"type": "library", |
| 302 | 324 |
"autoload": {
|
| 303 |
- "psr-4": {
|
|
| 304 |
- "DeepCopy\\": "src/DeepCopy/" |
|
| 305 |
- }, |
|
| 306 | 325 |
"files": [ |
| 307 | 326 |
"src/DeepCopy/deep_copy.php" |
| 308 |
- ] |
|
| 327 |
+ ], |
|
| 328 |
+ "psr-4": {
|
|
| 329 |
+ "DeepCopy\\": "src/DeepCopy/" |
|
| 330 |
+ } |
|
| 309 | 331 |
}, |
| 310 | 332 |
"notification-url": "https://packagist.org/downloads/", |
| 311 | 333 |
"license": [ |
| ... | ... |
@@ -319,6 +341,10 @@ |
| 319 | 341 |
"object", |
| 320 | 342 |
"object graph" |
| 321 | 343 |
], |
| 344 |
+ "support": {
|
|
| 345 |
+ "issues": "https://github.com/myclabs/DeepCopy/issues", |
|
| 346 |
+ "source": "https://github.com/myclabs/DeepCopy/tree/1.10.2" |
|
| 347 |
+ }, |
|
| 322 | 348 |
"funding": [ |
| 323 | 349 |
{
|
| 324 | 350 |
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", |
| ... | ... |
@@ -370,6 +396,11 @@ |
| 370 | 396 |
"pseudorandom", |
| 371 | 397 |
"random" |
| 372 | 398 |
], |
| 399 |
+ "support": {
|
|
| 400 |
+ "email": "info@paragonie.com", |
|
| 401 |
+ "issues": "https://github.com/paragonie/random_compat/issues", |
|
| 402 |
+ "source": "https://github.com/paragonie/random_compat" |
|
| 403 |
+ }, |
|
| 373 | 404 |
"time": "2020-10-15T08:29:30+00:00" |
| 374 | 405 |
}, |
| 375 | 406 |
{
|
| ... | ... |
@@ -389,6 +420,7 @@ |
| 389 | 420 |
"require": {
|
| 390 | 421 |
"php": ">=5.3" |
| 391 | 422 |
}, |
| 423 |
+ "default-branch": true, |
|
| 392 | 424 |
"type": "library", |
| 393 | 425 |
"autoload": {
|
| 394 | 426 |
"classmap": [ |
| ... | ... |
@@ -402,9 +434,9 @@ |
| 402 | 434 |
"authors": [ |
| 403 | 435 |
{
|
| 404 | 436 |
"name": "Michael Kliewe", |
| 405 |
- "role": "Developer", |
|
| 406 | 437 |
"email": "info@phpgangsta.de", |
| 407 |
- "homepage": "http://www.phpgangsta.de/" |
|
| 438 |
+ "homepage": "http://www.phpgangsta.de/", |
|
| 439 |
+ "role": "Developer" |
|
| 408 | 440 |
} |
| 409 | 441 |
], |
| 410 | 442 |
"description": "Google Authenticator 2-factor authentication", |
| ... | ... |
@@ -413,34 +445,38 @@ |
| 413 | 445 |
"rfc6238", |
| 414 | 446 |
"totp" |
| 415 | 447 |
], |
| 448 |
+ "support": {
|
|
| 449 |
+ "issues": "https://github.com/PHPGangsta/GoogleAuthenticator/issues", |
|
| 450 |
+ "source": "https://github.com/PHPGangsta/GoogleAuthenticator" |
|
| 451 |
+ }, |
|
| 416 | 452 |
"time": "2019-03-20T00:55:58+00:00" |
| 417 | 453 |
}, |
| 418 | 454 |
{
|
| 419 | 455 |
"name": "psr/log", |
| 420 |
- "version": "1.1.3", |
|
| 456 |
+ "version": "2.0.0", |
|
| 421 | 457 |
"source": {
|
| 422 | 458 |
"type": "git", |
| 423 | 459 |
"url": "https://github.com/php-fig/log.git", |
| 424 |
- "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" |
|
| 460 |
+ "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376" |
|
| 425 | 461 |
}, |
| 426 | 462 |
"dist": {
|
| 427 | 463 |
"type": "zip", |
| 428 |
- "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", |
|
| 429 |
- "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", |
|
| 464 |
+ "url": "https://api.github.com/repos/php-fig/log/zipball/ef29f6d262798707a9edd554e2b82517ef3a9376", |
|
| 465 |
+ "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376", |
|
| 430 | 466 |
"shasum": "" |
| 431 | 467 |
}, |
| 432 | 468 |
"require": {
|
| 433 |
- "php": ">=5.3.0" |
|
| 469 |
+ "php": ">=8.0.0" |
|
| 434 | 470 |
}, |
| 435 | 471 |
"type": "library", |
| 436 | 472 |
"extra": {
|
| 437 | 473 |
"branch-alias": {
|
| 438 |
- "dev-master": "1.1.x-dev" |
|
| 474 |
+ "dev-master": "2.0.x-dev" |
|
| 439 | 475 |
} |
| 440 | 476 |
}, |
| 441 | 477 |
"autoload": {
|
| 442 | 478 |
"psr-4": {
|
| 443 |
- "Psr\\Log\\": "Psr/Log/" |
|
| 479 |
+ "Psr\\Log\\": "src" |
|
| 444 | 480 |
} |
| 445 | 481 |
}, |
| 446 | 482 |
"notification-url": "https://packagist.org/downloads/", |
| ... | ... |
@@ -450,7 +486,7 @@ |
| 450 | 486 |
"authors": [ |
| 451 | 487 |
{
|
| 452 | 488 |
"name": "PHP-FIG", |
| 453 |
- "homepage": "http://www.php-fig.org/" |
|
| 489 |
+ "homepage": "https://www.php-fig.org/" |
|
| 454 | 490 |
} |
| 455 | 491 |
], |
| 456 | 492 |
"description": "Common interface for logging libraries", |
| ... | ... |
@@ -460,20 +496,23 @@ |
| 460 | 496 |
"psr", |
| 461 | 497 |
"psr-3" |
| 462 | 498 |
], |
| 463 |
- "time": "2020-03-23T09:12:05+00:00" |
|
| 499 |
+ "support": {
|
|
| 500 |
+ "source": "https://github.com/php-fig/log/tree/2.0.0" |
|
| 501 |
+ }, |
|
| 502 |
+ "time": "2021-07-14T16:41:46+00:00" |
|
| 464 | 503 |
}, |
| 465 | 504 |
{
|
| 466 | 505 |
"name": "setasign/fpdi", |
| 467 |
- "version": "v2.3.5", |
|
| 506 |
+ "version": "v2.3.6", |
|
| 468 | 507 |
"source": {
|
| 469 | 508 |
"type": "git", |
| 470 | 509 |
"url": "https://github.com/Setasign/FPDI.git", |
| 471 |
- "reference": "f2246c8669bd25834f5c264425eb0e250d7a9312" |
|
| 510 |
+ "reference": "6231e315f73e4f62d72b73f3d6d78ff0eed93c31" |
|
| 472 | 511 |
}, |
| 473 | 512 |
"dist": {
|
| 474 | 513 |
"type": "zip", |
| 475 |
- "url": "https://api.github.com/repos/Setasign/FPDI/zipball/f2246c8669bd25834f5c264425eb0e250d7a9312", |
|
| 476 |
- "reference": "f2246c8669bd25834f5c264425eb0e250d7a9312", |
|
| 514 |
+ "url": "https://api.github.com/repos/Setasign/FPDI/zipball/6231e315f73e4f62d72b73f3d6d78ff0eed93c31", |
|
| 515 |
+ "reference": "6231e315f73e4f62d72b73f3d6d78ff0eed93c31", |
|
| 477 | 516 |
"shasum": "" |
| 478 | 517 |
}, |
| 479 | 518 |
"require": {
|
| ... | ... |
@@ -522,38 +561,45 @@ |
| 522 | 561 |
"fpdi", |
| 523 | 562 |
"pdf" |
| 524 | 563 |
], |
| 564 |
+ "support": {
|
|
| 565 |
+ "issues": "https://github.com/Setasign/FPDI/issues", |
|
| 566 |
+ "source": "https://github.com/Setasign/FPDI/tree/v2.3.6" |
|
| 567 |
+ }, |
|
| 525 | 568 |
"funding": [ |
| 526 | 569 |
{
|
| 527 | 570 |
"url": "https://tidelift.com/funding/github/packagist/setasign/fpdi", |
| 528 | 571 |
"type": "tidelift" |
| 529 | 572 |
} |
| 530 | 573 |
], |
| 531 |
- "time": "2020-12-03T13:40:03+00:00" |
|
| 574 |
+ "time": "2021-02-11T11:37:01+00:00" |
|
| 532 | 575 |
}, |
| 533 | 576 |
{
|
| 534 | 577 |
"name": "symfony/polyfill-mbstring", |
| 535 |
- "version": "v1.20.0", |
|
| 578 |
+ "version": "v1.24.0", |
|
| 536 | 579 |
"source": {
|
| 537 | 580 |
"type": "git", |
| 538 | 581 |
"url": "https://github.com/symfony/polyfill-mbstring.git", |
| 539 |
- "reference": "39d483bdf39be819deabf04ec872eb0b2410b531" |
|
| 582 |
+ "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825" |
|
| 540 | 583 |
}, |
| 541 | 584 |
"dist": {
|
| 542 | 585 |
"type": "zip", |
| 543 |
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531", |
|
| 544 |
- "reference": "39d483bdf39be819deabf04ec872eb0b2410b531", |
|
| 586 |
+ "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825", |
|
| 587 |
+ "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825", |
|
| 545 | 588 |
"shasum": "" |
| 546 | 589 |
}, |
| 547 | 590 |
"require": {
|
| 548 | 591 |
"php": ">=7.1" |
| 549 | 592 |
}, |
| 593 |
+ "provide": {
|
|
| 594 |
+ "ext-mbstring": "*" |
|
| 595 |
+ }, |
|
| 550 | 596 |
"suggest": {
|
| 551 | 597 |
"ext-mbstring": "For best performance" |
| 552 | 598 |
}, |
| 553 | 599 |
"type": "library", |
| 554 | 600 |
"extra": {
|
| 555 | 601 |
"branch-alias": {
|
| 556 |
- "dev-main": "1.20-dev" |
|
| 602 |
+ "dev-main": "1.23-dev" |
|
| 557 | 603 |
}, |
| 558 | 604 |
"thanks": {
|
| 559 | 605 |
"name": "symfony/polyfill", |
| ... | ... |
@@ -561,12 +607,12 @@ |
| 561 | 607 |
} |
| 562 | 608 |
}, |
| 563 | 609 |
"autoload": {
|
| 564 |
- "psr-4": {
|
|
| 565 |
- "Symfony\\Polyfill\\Mbstring\\": "" |
|
| 566 |
- }, |
|
| 567 | 610 |
"files": [ |
| 568 | 611 |
"bootstrap.php" |
| 569 |
- ] |
|
| 612 |
+ ], |
|
| 613 |
+ "psr-4": {
|
|
| 614 |
+ "Symfony\\Polyfill\\Mbstring\\": "" |
|
| 615 |
+ } |
|
| 570 | 616 |
}, |
| 571 | 617 |
"notification-url": "https://packagist.org/downloads/", |
| 572 | 618 |
"license": [ |
| ... | ... |
@@ -591,6 +637,9 @@ |
| 591 | 637 |
"portable", |
| 592 | 638 |
"shim" |
| 593 | 639 |
], |
| 640 |
+ "support": {
|
|
| 641 |
+ "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0" |
|
| 642 |
+ }, |
|
| 594 | 643 |
"funding": [ |
| 595 | 644 |
{
|
| 596 | 645 |
"url": "https://symfony.com/sponsor", |
| ... | ... |
@@ -605,7 +654,7 @@ |
| 605 | 654 |
"type": "tidelift" |
| 606 | 655 |
} |
| 607 | 656 |
], |
| 608 |
- "time": "2020-10-23T14:02:19+00:00" |
|
| 657 |
+ "time": "2021-11-30T18:21:41+00:00" |
|
| 609 | 658 |
} |
| 610 | 659 |
], |
| 611 | 660 |
"packages-dev": [], |
| ... | ... |
@@ -618,5 +667,5 @@ |
| 618 | 667 |
"prefer-lowest": false, |
| 619 | 668 |
"platform": [], |
| 620 | 669 |
"platform-dev": [], |
| 621 |
- "plugin-api-version": "1.1.0" |
|
| 670 |
+ "plugin-api-version": "2.0.0" |
|
| 622 | 671 |
} |