-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
63 lines (63 loc) · 2.05 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
{
"_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": "8883c9b57eef58a9f57563bd050b3661",
"content-hash": "4ee51ab764007e2e41ae1bec700eecf4",
"packages": [
{
"name": "pusher/pusher-php-server",
"version": "2.6.4",
"source": {
"type": "git",
"url": "https://github.com/pusher/pusher-http-php.git",
"reference": "2cf2ba85e7ce3250468a1c42ab7c948a7d43839d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/2cf2ba85e7ce3250468a1c42ab7c948a7d43839d",
"reference": "2cf2ba85e7ce3250468a1c42ab7c948a7d43839d",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.2"
},
"require-dev": {
"phpunit/phpunit": "~4"
},
"type": "library",
"autoload": {
"classmap": [
"lib/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Library for interacting with the Pusher REST API",
"homepage": "https://github.com/pusher/pusher-php-server",
"keywords": [
"events",
"php-pusher-server",
"publish",
"pusher",
"realtime",
"rest",
"trigger"
],
"time": "2017-06-06 16:41:17"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}