Skip to content

Commit

Permalink
Merge pull request #686 from nextcloud/dependabot/composer/christophw…
Browse files Browse the repository at this point in the history
…urst/id3parser-0.1.2

Bump christophwurst/id3parser from 0.1.1 to 0.1.2
  • Loading branch information
ChristophWurst committed Jun 10, 2021
2 parents 9bfcf3c + 9e2846d commit 3d98cf5
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 24 deletions.
2 changes: 1 addition & 1 deletion christophwurst/id3parser/src/getID3/Tags/getid3_id3v2.php
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@ public function ParseID3v2Frame(&$parsedFrame) {
$parsedFrame['image_mime'] = '';
$imageinfo = array();
$imagechunkcheck = getid3_lib::GetDataImageSize($parsedFrame['data'], $imageinfo);
if (($imagechunkcheck[2] >= 1) && ($imagechunkcheck[2] <= 3)) {
if (is_array($imagechunkcheck) && ($imagechunkcheck[2] >= 1) && ($imagechunkcheck[2] <= 3)) {
$parsedFrame['image_mime'] = 'image/'.getid3_lib::ImageTypesLookup($imagechunkcheck[2]);
if ($imagechunkcheck[0]) {
$parsedFrame['image_width'] = $imagechunkcheck[0];
Expand Down
14 changes: 9 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions composer/InstalledVersions.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => '0ff11bf7c9cbf121d1a67db80fd9bbc6d88dd2bc',
'reference' => 'fa2370cb3b5ec72666bc8e8de2e6ec08e8cf96c5',
'name' => 'nextcloud/3rdparty',
),
'versions' =>
Expand Down Expand Up @@ -75,12 +75,12 @@ class InstalledVersions
),
'christophwurst/id3parser' =>
array (
'pretty_version' => 'v0.1.1',
'version' => '0.1.1.0',
'pretty_version' => 'v0.1.2',
'version' => '0.1.2.0',
'aliases' =>
array (
),
'reference' => 'c0e56c336bd6131c199827f928e5a9aec89aa4da',
'reference' => 'd7f5e9e7db69a24e3111a2033cbdf640f9456f2f',
),
'composer/package-versions-deprecated' =>
array (
Expand Down Expand Up @@ -314,7 +314,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => '0ff11bf7c9cbf121d1a67db80fd9bbc6d88dd2bc',
'reference' => 'fa2370cb3b5ec72666bc8e8de2e6ec08e8cf96c5',
),
'nextcloud/lognormalizer' =>
array (
Expand Down
16 changes: 10 additions & 6 deletions composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,23 +255,23 @@
},
{
"name": "christophwurst/id3parser",
"version": "v0.1.1",
"version_normalized": "0.1.1.0",
"version": "v0.1.2",
"version_normalized": "0.1.2.0",
"source": {
"type": "git",
"url": "https://github.com/ChristophWurst/ID3Parser.git",
"reference": "c0e56c336bd6131c199827f928e5a9aec89aa4da"
"reference": "d7f5e9e7db69a24e3111a2033cbdf640f9456f2f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ChristophWurst/ID3Parser/zipball/c0e56c336bd6131c199827f928e5a9aec89aa4da",
"reference": "c0e56c336bd6131c199827f928e5a9aec89aa4da",
"url": "https://api.github.com/repos/ChristophWurst/ID3Parser/zipball/d7f5e9e7db69a24e3111a2033cbdf640f9456f2f",
"reference": "d7f5e9e7db69a24e3111a2033cbdf640f9456f2f",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"time": "2020-01-07T09:05:03+00:00",
"time": "2021-02-09T08:04:08+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
Expand All @@ -290,6 +290,10 @@
"php",
"tags"
],
"support": {
"issues": "https://github.com/ChristophWurst/ID3Parser/issues",
"source": "https://github.com/ChristophWurst/ID3Parser/tree/v0.1.2"
},
"install-path": "../christophwurst/id3parser"
},
{
Expand Down
10 changes: 5 additions & 5 deletions composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'aliases' =>
array (
),
'reference' => '0ff11bf7c9cbf121d1a67db80fd9bbc6d88dd2bc',
'reference' => 'fa2370cb3b5ec72666bc8e8de2e6ec08e8cf96c5',
'name' => 'nextcloud/3rdparty',
),
'versions' =>
Expand Down Expand Up @@ -49,12 +49,12 @@
),
'christophwurst/id3parser' =>
array (
'pretty_version' => 'v0.1.1',
'version' => '0.1.1.0',
'pretty_version' => 'v0.1.2',
'version' => '0.1.2.0',
'aliases' =>
array (
),
'reference' => 'c0e56c336bd6131c199827f928e5a9aec89aa4da',
'reference' => 'd7f5e9e7db69a24e3111a2033cbdf640f9456f2f',
),
'composer/package-versions-deprecated' =>
array (
Expand Down Expand Up @@ -288,7 +288,7 @@
'aliases' =>
array (
),
'reference' => '0ff11bf7c9cbf121d1a67db80fd9bbc6d88dd2bc',
'reference' => 'fa2370cb3b5ec72666bc8e8de2e6ec08e8cf96c5',
),
'nextcloud/lognormalizer' =>
array (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ final class Versions
'bantu/ini-get-wrapper' => 'v1.0.1@4770c7feab370c62e23db4f31c112b7c6d90aee2',
'beberlei/assert' => 'v3.3.0@5367e3895976b49704ae671f75bc5f0ba1b986ab',
'brick/math' => '0.9.1@283a40c901101e66de7061bd359252c013dcc43c',
'christophwurst/id3parser' => 'v0.1.1@c0e56c336bd6131c199827f928e5a9aec89aa4da',
'christophwurst/id3parser' => 'v0.1.2@d7f5e9e7db69a24e3111a2033cbdf640f9456f2f',
'composer/package-versions-deprecated' => '1.11.99.1@7413f0b55a051e89485c5cb9f765fe24bb02a7b6',
'deepdiver/zipstreamer' => '2.0.0@b8c59647ff34fb97e8937aefb2a65de2bc4b4755',
'deepdiver1975/tarstreamer' => '2.0.0@ad48505d1ab54a8e94e6b1cc5297bbed72e956de',
Expand Down Expand Up @@ -120,7 +120,7 @@ final class Versions
'web-auth/cose-lib' => 'v3.3.1@eea6fae63ff5c81bf98c115b1be5f38a69682c16',
'web-auth/metadata-service' => 'v3.3.1@8488d3a832a38cc81c670fce05de1e515c6e64b1',
'web-auth/webauthn-lib' => 'v3.3.1@e411527a41c1013512fccdfce61681eb36484c77',
'nextcloud/3rdparty' => 'dev-master@0ff11bf7c9cbf121d1a67db80fd9bbc6d88dd2bc',
'nextcloud/3rdparty' => 'dev-master@fa2370cb3b5ec72666bc8e8de2e6ec08e8cf96c5',
);

private function __construct()
Expand Down

0 comments on commit 3d98cf5

Please sign in to comment.