-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcomposer.json
47 lines (47 loc) · 922 Bytes
/
composer.json
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
{
"name": "propz/release-parser",
"version": "1.5.0",
"description": "A library for parsing scene release names into human readable data.",
"keywords": [
"parser",
"parser-library",
"scene",
"scene-release",
"release",
"warez",
"warezscene",
"warez-scripts",
"predb",
"propz"
],
"homepage": "https://github.com/pr0pz/scene-release-parser-php#readme",
"readme": "README.md",
"time": "2024-06-02",
"license": "MIT",
"autoload": {
"classmap": [
"ReleaseParser.php"
]
},
"authors": [
{
"name": "Wellington Estevo",
"email": "info@propz.de",
"homepage": "https://propz.de",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/pr0pz/scene-release-parser-php/issues",
"source": "https://github.com/pr0pz/scene-release-parser-php/"
},
"funding": [
{
"type": "ko-fi",
"url": "https://ko-fi.com/propz"
}
],
"require": {
"php": ">=7.0"
}
}