-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathcomposer.lock
125 lines (125 loc) · 4.14 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"_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"
],
"content-hash": "26211f359c2e7acb2ff6c2563cfd6b07",
"packages": [
{
"name": "athlon1600/php-proxy-plugin-bundle",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/Athlon1600/php-proxy-plugin-bundle.git",
"reference": "6f58fbba44c2b6ccf33c2fba1aaee2f3f5681193"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Athlon1600/php-proxy-plugin-bundle/zipball/6f58fbba44c2b6ccf33c2fba1aaee2f3f5681193",
"reference": "6f58fbba44c2b6ccf33c2fba1aaee2f3f5681193",
"shasum": ""
},
"require": {
"athlon1600/youtube-downloader": "^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Proxy\\Plugin\\": "src/"
},
"files": [
"src/utils.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A collection of useful plugins to be used with php-proxy",
"time": "2018-04-01T19:18:27+00:00"
},
{
"name": "athlon1600/youtube-downloader",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/Athlon1600/youtube-downloader.git",
"reference": "50fc4f3ac7e2daf002b9ce21aee95252f87b3ae9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Athlon1600/youtube-downloader/zipball/50fc4f3ac7e2daf002b9ce21aee95252f87b3ae9",
"reference": "50fc4f3ac7e2daf002b9ce21aee95252f87b3ae9",
"shasum": ""
},
"require": {
"ext-curl": "*"
},
"type": "library",
"autoload": {
"files": [
"src/YouTubeDownloader.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHP powered alternative for youtube-dl",
"keywords": [
"download youtube",
"download youtube videos",
"youtube downloader"
],
"time": "2017-02-26T19:17:47+00:00"
},
{
"name": "shirtjs/php-proxy",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/shirtjs/php-proxy",
"reference": "b9c681e90316224c46de256761358f6b039ba8eb"
},
"require": {
"ext-curl": "*"
},
"suggest": {
"predis/predis": "For caching purposes"
},
"type": "library",
"autoload": {
"psr-4": {
"Proxy\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"license": [
"MIT"
],
"homepage": "https://www.php-proxy.com/",
"keywords": [
"php proxy",
"php proxy script",
"php web proxy",
"proxy script",
"web proxy"
],
"time": "2018-05-04T18:09:34+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"shirtjs/php-proxy": 20,
"athlon1600/php-proxy-plugin-bundle": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}