aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/composer/installed.json
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-11-21 10:19:57 +0100
committerMario Vavti <mario@mariovavti.com>2017-11-21 10:19:57 +0100
commit542d9130b5af8a93736051c1359c17c1d45bd750 (patch)
tree5277404a3814dec6cc4b048784d8bf63bac52c57 /vendor/composer/installed.json
parent159d6469fd45818dd24137894ce1792531753417 (diff)
parent250d758d74fa1e117ed11c884a0c26040e696494 (diff)
downloadvolse-hubzilla-542d9130b5af8a93736051c1359c17c1d45bd750.tar.gz
volse-hubzilla-542d9130b5af8a93736051c1359c17c1d45bd750.tar.bz2
volse-hubzilla-542d9130b5af8a93736051c1359c17c1d45bd750.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'vendor/composer/installed.json')
-rw-r--r--vendor/composer/installed.json37
1 files changed, 37 insertions, 0 deletions
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"
+ ]
}
]