forked from doubleFork/php-proxy-heroku
-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.lock
132 lines (132 loc) · 4.49 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
126
127
128
129
130
131
132
{
"_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": "596b08a3d96f8b15d4c304e23482d17c",
"content-hash": "c89b3a559778949931337433887d140b",
"packages": [
{
"name": "athlon1600/php-proxy",
"version": "v5.1.1",
"source": {
"type": "git",
"url": "https://github.com/Athlon1600/php-proxy.git",
"reference": "09ae057d3651087664401b7754624bd8cd8cf472"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Athlon1600/php-proxy/zipball/09ae057d3651087664401b7754624bd8cd8cf472",
"reference": "09ae057d3651087664401b7754624bd8cd8cf472",
"shasum": ""
},
"require": {
"ext-curl": "*"
},
"suggest": {
"predis/predis": "For caching purposes"
},
"type": "library",
"autoload": {
"psr-4": {
"Proxy\\": "src/"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"homepage": "https://www.php-proxy.com/",
"keywords": [
"php proxy",
"php proxy script",
"php web proxy",
"proxy script",
"web proxy"
],
"time": "2017-12-25 20:05:11"
},
{
"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-01 19:18:27"
},
{
"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-26 19:17:47"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"athlon1600/php-proxy-plugin-bundle": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}