-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomposer.lock
55 lines (52 loc) · 1.62 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
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
],
"hash": "83be879a9c694ecbd83a9b2a5c500900",
"packages": [
{
"name": "camcima/camcima-soap-client",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/camcima/camcima-soap-client.git",
"reference": "68769ef53c987f6e01b50aa02f0849815de54f8b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/camcima/camcima-soap-client/zipball/68769ef53c987f6e01b50aa02f0849815de54f8b",
"reference": "68769ef53c987f6e01b50aa02f0849815de54f8b",
"shasum": ""
},
"require": {
"ext-libxml": "*",
"ext-soap": "*",
"lib-curl": "*",
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Camcima": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"description": "Wrapper around PHP SoapClient class",
"time": "2013-04-25 14:52:07"
}
],
"packages-dev": [
],
"aliases": [
],
"minimum-stability": "dev",
"stability-flags": {
"camcima/camcima-soap-client": 20
},
"platform": {
"php": ">=5.3.0"
},
"platform-dev": [
]
}