-
Notifications
You must be signed in to change notification settings - Fork 35
/
composer.lock
78 lines (78 loc) · 2.65 KB
/
composer.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"hash": "b68d6ce9fbab759bc6983b0af66b45d6",
"content-hash": "9cd99cf0c900d91a088d4cd1ddf88ea7",
"packages": [
{
"name": "james-heinrich/getid3",
"version": "2.0.x-dev",
"source": {
"type": "git",
"url": "https://github.com/JamesHeinrich/getID3.git",
"reference": "91677a280304c260e3084a6d26196eab9228da13"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/91677a280304c260e3084a6d26196eab9228da13",
"reference": "91677a280304c260e3084a6d26196eab9228da13",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"suggest": {
"ext-exif": "EXIF extension is required for graphic modules.",
"ext-rar": "RAR extension is required for RAR archive module."
},
"type": "library",
"autoload": {
"psr-4": {
"JamesHeinrich\\GetID3\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL"
],
"authors": [
{
"name": "Craig Duncan",
"email": "git@duncanc.co.uk",
"homepage": "https://github.com/duncan3dc",
"role": "Developer"
},
{
"name": "James Heinrich",
"email": "info@getid3.org",
"homepage": "https://github.com/JamesHeinrich",
"role": "Developer"
}
],
"description": "Extract and write useful information to/from popular multimedia file formats",
"homepage": "http://www.getid3.org/",
"keywords": [
"audio",
"codecs",
"id3",
"metadata",
"tags",
"video"
],
"time": "2015-04-20 17:23:52"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"james-heinrich/getid3": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}