From e32f9e0354f159164651d4c7fb697ebe02ad7ea9 Mon Sep 17 00:00:00 2001 From: Klaus Weidenbach Date: Mon, 20 Nov 2017 20:14:04 +0100 Subject: Add ID3Parser library. https://github.com/LukasReschke/ID3Parser.git --- vendor/composer/installed.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'vendor/composer/installed.json') diff --git a/vendor/composer/installed.json b/vendor/composer/installed.json index bb3d77dfc..31aa8aef4 100644 --- a/vendor/composer/installed.json +++ b/vendor/composer/installed.json @@ -849,5 +849,42 @@ } ], "description": "Internationalization library powered by CLDR data." + }, + { + "name": "lukasreschke/id3parser", + "version": "v0.0.1", + "version_normalized": "0.0.1.0", + "source": { + "type": "git", + "url": "https://github.com/LukasReschke/ID3Parser.git", + "reference": "cd3ba6e8918cc30883f01a3c24281cfe23b8877a" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/LukasReschke/ID3Parser/zipball/cd3ba6e8918cc30883f01a3c24281cfe23b8877a", + "reference": "cd3ba6e8918cc30883f01a3c24281cfe23b8877a", + "shasum": "" + }, + "require": { + "php": ">=5.4.0" + }, + "time": "2016-04-04T09:34:50+00:00", + "type": "library", + "installation-source": "dist", + "autoload": { + "psr-4": { + "ID3Parser\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL" + ], + "homepage": "https://github.com/LukasReschke/ID3Parser/", + "keywords": [ + "codecs", + "php", + "tags" + ] } ] -- cgit v1.2.3