Skip to content

Commit 4897568

Browse files
committed
Update the composer dependencies
1 parent f6d3061 commit 4897568

File tree

5 files changed

+30
-28
lines changed

5 files changed

+30
-28
lines changed

wcfsetup/install/files/lib/system/api/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"symfony/polyfill-php84": "^1.32",
3737
"symfony/polyfill-php85": "^1.32",
3838
"willdurand/negotiation": "^3.1",
39-
"woltlab/webp-exif": "^0.1.0"
39+
"woltlab/webp-exif": "^0.1.1"
4040
},
4141
"replace": {
4242
"paragonie/random_compat": "*",

wcfsetup/install/files/lib/system/api/composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wcfsetup/install/files/lib/system/api/composer/installed.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3468,17 +3468,17 @@
34683468
},
34693469
{
34703470
"name": "woltlab/webp-exif",
3471-
"version": "v0.1.0",
3472-
"version_normalized": "0.1.0.0",
3471+
"version": "v0.1.1",
3472+
"version_normalized": "0.1.1.0",
34733473
"source": {
34743474
"type": "git",
34753475
"url": "https://github.com/WoltLab/webp-exif.git",
3476-
"reference": "8ec500ac949935c22a624595f99703b40feb4eaa"
3476+
"reference": "5056d7114b3622dcd5b655340fdeaac01598997a"
34773477
},
34783478
"dist": {
34793479
"type": "zip",
3480-
"url": "https://api.github.com/repos/WoltLab/webp-exif/zipball/8ec500ac949935c22a624595f99703b40feb4eaa",
3481-
"reference": "8ec500ac949935c22a624595f99703b40feb4eaa",
3480+
"url": "https://api.github.com/repos/WoltLab/webp-exif/zipball/5056d7114b3622dcd5b655340fdeaac01598997a",
3481+
"reference": "5056d7114b3622dcd5b655340fdeaac01598997a",
34823482
"shasum": ""
34833483
},
34843484
"require": {
@@ -3496,7 +3496,7 @@
34963496
"phpunit/php-code-coverage": "^12.0",
34973497
"phpunit/phpunit": "^12.2"
34983498
},
3499-
"time": "2025-07-08T10:41:59+00:00",
3499+
"time": "2025-07-20T11:37:11+00:00",
35003500
"type": "library",
35013501
"installation-source": "dist",
35023502
"autoload": {
@@ -3515,11 +3515,11 @@
35153515
],
35163516
"support": {
35173517
"issues": "https://github.com/WoltLab/webp-exif/issues",
3518-
"source": "https://github.com/WoltLab/webp-exif/tree/v0.1.0"
3518+
"source": "https://github.com/WoltLab/webp-exif/tree/v0.1.1"
35193519
},
35203520
"install-path": "../woltlab/webp-exif"
35213521
}
35223522
],
3523-
"dev": true,
3523+
"dev": false,
35243524
"dev-package-names": []
35253525
}

wcfsetup/install/files/lib/system/api/composer/installed.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
<?php return array(
22
'root' => array(
33
'name' => '__root__',
4-
'pretty_version' => '1.0.0+no-version-set',
5-
'version' => '1.0.0.0',
6-
'reference' => null,
4+
'pretty_version' => '6.2.x-dev',
5+
'version' => '6.2.9999999.9999999-dev',
6+
'reference' => 'f6d3061d5091741d703ba7ca3e55e2a1339c1a2d',
77
'type' => 'project',
88
'install_path' => __DIR__ . '/../',
99
'aliases' => array(),
10-
'dev' => true,
10+
'dev' => false,
1111
),
1212
'versions' => array(
1313
'__root__' => array(
14-
'pretty_version' => '1.0.0+no-version-set',
15-
'version' => '1.0.0.0',
16-
'reference' => null,
14+
'pretty_version' => '6.2.x-dev',
15+
'version' => '6.2.9999999.9999999-dev',
16+
'reference' => 'f6d3061d5091741d703ba7ca3e55e2a1339c1a2d',
1717
'type' => 'project',
1818
'install_path' => __DIR__ . '/../',
1919
'aliases' => array(),
@@ -532,9 +532,9 @@
532532
'dev_requirement' => false,
533533
),
534534
'woltlab/webp-exif' => array(
535-
'pretty_version' => 'v0.1.0',
536-
'version' => '0.1.0.0',
537-
'reference' => '8ec500ac949935c22a624595f99703b40feb4eaa',
535+
'pretty_version' => 'v0.1.1',
536+
'version' => '0.1.1.0',
537+
'reference' => '5056d7114b3622dcd5b655340fdeaac01598997a',
538538
'type' => 'library',
539539
'install_path' => __DIR__ . '/../woltlab/webp-exif',
540540
'aliases' => array(),

wcfsetup/install/files/lib/system/api/woltlab/webp-exif/src/Chunk/Exif.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ private function __construct(int $offset, string $data)
1919
}
2020

2121
/**
22-
* @return null|array<string,int|string>
22+
* @param bool $sectionsAsArrays Creates separate arrays for each contained section
23+
* @return ($sectionsAsArrays is true ? null|array<string, array<string, int|string>> : null|array<string, int|string>)
2324
* @throws MissingExifExtension
2425
*/
25-
public function getParsedExif(): ?array
26+
public function getParsedExif(bool $sectionsAsArrays = true): ?array
2627
{
2728
$bytes = $this->getRawBytes();
2829
if (\strlen($bytes) === 0) {
@@ -67,6 +68,7 @@ public function getParsedExif(): ?array
6768
$jpegBody
6869
),
6970
),
71+
as_arrays: $sectionsAsArrays,
7072
);
7173

7274
// There is no known case where the call to `\exif_read_data()` can fail

0 commit comments

Comments
 (0)