Skip to content

Commit 5604d8b

Browse files
chore(autoloader): Dump autoloader
Signed-off-by: nextcloud-command <[email protected]>
1 parent bc7eb0f commit 5604d8b

3 files changed

Lines changed: 10 additions & 22 deletions

File tree

composer/installed.json

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6381,33 +6381,28 @@
63816381
},
63826382
{
63836383
"name": "wapmorgan/mp3info",
6384-
"version": "0.1.0",
6385-
"version_normalized": "0.1.0.0",
6384+
"version": "0.1.1",
6385+
"version_normalized": "0.1.1.0",
63866386
"source": {
63876387
"type": "git",
63886388
"url": "https://github.com/wapmorgan/Mp3Info.git",
6389-
"reference": "f4e3b0d606732f667729c116e1baa4f845a65f9d"
6389+
"reference": "e532c2e1997874f9c672c7810ce90ef15004ef94"
63906390
},
63916391
"dist": {
63926392
"type": "zip",
6393-
"url": "https://api.github.com/repos/wapmorgan/Mp3Info/zipball/f4e3b0d606732f667729c116e1baa4f845a65f9d",
6394-
"reference": "f4e3b0d606732f667729c116e1baa4f845a65f9d",
6393+
"url": "https://api.github.com/repos/wapmorgan/Mp3Info/zipball/e532c2e1997874f9c672c7810ce90ef15004ef94",
6394+
"reference": "e532c2e1997874f9c672c7810ce90ef15004ef94",
63956395
"shasum": ""
63966396
},
63976397
"require": {
63986398
"ext-mbstring": "*",
63996399
"php": ">=5.4.0"
64006400
},
6401-
"time": "2023-05-28T18:37:15+00:00",
6401+
"time": "2025-04-01T20:51:11+00:00",
64026402
"bin": [
64036403
"bin/mp3scan"
64046404
],
64056405
"type": "library",
6406-
"extra": {
6407-
"patches_applied": {
6408-
"generate exception if codec/layer versions or channel headers are unrecognized": ".patches/mp3info-check-array-key.diff"
6409-
}
6410-
},
64116406
"installation-source": "dist",
64126407
"autoload": {
64136408
"psr-4": {
@@ -6429,7 +6424,7 @@
64296424
],
64306425
"support": {
64316426
"issues": "https://github.com/wapmorgan/Mp3Info/issues",
6432-
"source": "https://github.com/wapmorgan/Mp3Info/tree/0.1.0"
6427+
"source": "https://github.com/wapmorgan/Mp3Info/tree/0.1.1"
64336428
},
64346429
"install-path": "../wapmorgan/mp3info"
64356430
},

composer/installed.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -881,9 +881,9 @@
881881
'dev_requirement' => false,
882882
),
883883
'wapmorgan/mp3info' => array(
884-
'pretty_version' => '0.1.0',
885-
'version' => '0.1.0.0',
886-
'reference' => 'f4e3b0d606732f667729c116e1baa4f845a65f9d',
884+
'pretty_version' => '0.1.1',
885+
'version' => '0.1.1.0',
886+
'reference' => 'e532c2e1997874f9c672c7810ce90ef15004ef94',
887887
'type' => 'library',
888888
'install_path' => __DIR__ . '/../wapmorgan/mp3info',
889889
'aliases' => array(),

wapmorgan/mp3info/PATCHES.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)