-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.lock
More file actions
138 lines (138 loc) · 4.87 KB
/
composer.lock
File metadata and controls
138 lines (138 loc) · 4.87 KB
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
133
134
135
136
137
138
{
"_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": "e674120329896eb95f0d7f6a529678a5",
"packages": [
{
"name": "lstrojny/fxmlrpc",
"version": "0.9.4",
"source": {
"type": "git",
"url": "https://github.com/lstrojny/fxmlrpc.git",
"reference": "2f3acc8d4111e8753e646149bdfad0337175bd12"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lstrojny/fxmlrpc/zipball/2f3acc8d4111e8753e646149bdfad0337175bd12",
"reference": "2f3acc8d4111e8753e646149bdfad0337175bd12",
"shasum": ""
},
"require-dev": {
"amphp/artax": "*@dev",
"ext-curl": "*",
"guzzle/guzzle": "*",
"internations/kodierungsregelwerksammlung": "dev-master",
"kriswallsmith/buzz": "*",
"lstrojny/hmmmath": "*",
"monolog/monolog": "*",
"php": ">=5.4.0",
"phpunit/phpunit": "~4",
"psr/log": "*",
"symfony/process": "~2",
"zendframework/zend-http": "~2",
"zendframework/zend-log": "~2",
"zendframework/zendframework1": "~1"
},
"suggest": {
"ext-http": "Use ext/http as HTTP client",
"guzzle/guzzle": "To integrate Guzzle as HTTP client",
"kriswallsmith/buzz": "To integrate Buzz as HTTP client",
"monolog/monolog": "To integrate monolog as logger",
"zendframework/zend-http": "To use ZF2 Zend\\Http\\Client as HTTP client",
"zendframework/zend-log": "To use ZF2 Zend\\Log\\Logger as a logger",
"zendframework/zendframework1": "To use ZF1 Zend_Http_Client as HTTP client"
},
"type": "library",
"autoload": {
"psr-0": {
"fXmlRpc": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lars Strojny",
"email": "lstrojny@php.net",
"homepage": "http://usrportage.de"
}
],
"description": "Fast and tiny XML/RPC client with bridges for various HTTP clients",
"keywords": [
"api",
"performance",
"rpc",
"xml",
"xmlrpc"
],
"time": "2015-01-28 12:24:34"
},
{
"name": "positivezero/rest",
"version": "v0.6",
"source": {
"type": "git",
"url": "https://github.com/positivezero/rest.git",
"reference": "a67316fe72dfb68b63bcdb260bc5030ccbda5418"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/positivezero/rest/zipball/a67316fe72dfb68b63bcdb260bc5030ccbda5418",
"reference": "a67316fe72dfb68b63bcdb260bc5030ccbda5418",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.6-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD 3-Clause"
],
"authors": [
{
"name": "Vojtěch Kijenský",
"homepage": "http://www.positivezero.co.uk"
},
{
"name": "Travis Dent",
"email": "tcdent@gmail.com",
"homepage": "https://github.com/tcdent/php-restclient"
}
],
"description": "The REST PHP client",
"homepage": "https://github.com/positivezero/rest",
"keywords": [
"client",
"library",
"php",
"rest"
],
"time": "2013-11-01 09:22:02"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}