aboutsummaryrefslogtreecommitdiffstats
path: root/composer.lock
diff options
context:
space:
mode:
authorKlaus Weidenbach <Klaus.Weidenbach@gmx.net>2017-11-20 20:14:04 +0100
committerKlaus Weidenbach <Klaus.Weidenbach@gmx.net>2017-11-20 20:14:04 +0100
commite32f9e0354f159164651d4c7fb697ebe02ad7ea9 (patch)
tree6ec1053cf706b82c44438982ead9ae360939fd83 /composer.lock
parent0325efeb350f575f70f18e9f199ad273e5ba1d15 (diff)
downloadvolse-hubzilla-e32f9e0354f159164651d4c7fb697ebe02ad7ea9.tar.gz
volse-hubzilla-e32f9e0354f159164651d4c7fb697ebe02ad7ea9.tar.bz2
volse-hubzilla-e32f9e0354f159164651d4c7fb697ebe02ad7ea9.zip
Add ID3Parser library.
https://github.com/LukasReschke/ID3Parser.git
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock37
1 files changed, 36 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock
index f48a9b5ef..bcf6b41b4 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "content-hash": "cc603d3dc499e43f840f9551039fa93c",
+ "content-hash": "9c45792f04ea3e30f312f5eef0bdad86",
"packages": [
{
"name": "bshaffer/oauth2-server-php",
@@ -218,6 +218,41 @@
"time": "2017-03-16T00:45:59+00:00"
},
{
+ "name": "lukasreschke/id3parser",
+ "version": "v0.0.1",
+ "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"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "ID3Parser\\": "src/"
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "GPL"
+ ],
+ "homepage": "https://github.com/LukasReschke/ID3Parser/",
+ "keywords": [
+ "codecs",
+ "php",
+ "tags"
+ ],
+ "time": "2016-04-04T09:34:50+00:00"
+ },
+ {
"name": "michelf/php-markdown",
"version": "1.7.0",
"source": {