-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
79 lines (79 loc) · 2.6 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
{
"_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": "7372b85799a89e6613c3a1d69f0983cb",
"packages": [
{
"name": "stomp-php/stomp-php",
"version": "4.2.2",
"source": {
"type": "git",
"url": "https://github.com/stomp-php/stomp-php.git",
"reference": "c1118c1e661a9e179f251ea89f14e28a65f6843d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stomp-php/stomp-php/zipball/c1118c1e661a9e179f251ea89f14e28a65f6843d",
"reference": "c1118c1e661a9e179f251ea89f14e28a65f6843d",
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
"phpmd/phpmd": "2.*",
"phpunit/phpunit": "4.*",
"squizlabs/php_codesniffer": "2.*"
},
"type": "library",
"autoload": {
"psr-4": {
"Stomp\\": "src/Stomp/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Dejan Bosnanac",
"email": "[email protected]",
"homepage": "http://www.nighttale.net"
},
{
"name": "Sören Rohweder",
"email": "[email protected]",
"homepage": "http://www.monofone.de"
},
{
"name": "Jens Radtke",
"email": "[email protected]",
"homepage": "http://www.fin-sn.de"
}
],
"description": "stomp support for PHP",
"homepage": "http://github.com/stomp-php/stomp-php",
"keywords": [
"activeMQ",
"apollomq",
"jms",
"messaging",
"rabbitmq",
"stomp"
],
"time": "2017-06-11T09:41:09+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}