-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
71 lines (71 loc) · 2.3 KB
/
Copy pathcomposer.lock
File metadata and controls
71 lines (71 loc) · 2.3 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
{
"_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": "434ffcf1a6f8c927ef6213de803c9c64",
"content-hash": "aab396b5895cdcc998a6195cbf0fc7cc",
"packages": [
{
"name": "cloudinary/cloudinary_php",
"version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/cloudinary/cloudinary_php.git",
"reference": "94582b6bc7d6c5b97f9aae441d7d25e6fd93ef76"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cloudinary/cloudinary_php/zipball/94582b6bc7d6c5b97f9aae441d7d25e6fd93ef76",
"reference": "94582b6bc7d6c5b97f9aae441d7d25e6fd93ef76",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.7.*"
},
"type": "library",
"autoload": {
"classmap": [
"src"
],
"files": [
"src/Helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Cloudinary",
"homepage": "https://github.com/cloudinary/cloudinary_php/graphs/contributors"
}
],
"description": "Cloudinary PHP SDK",
"homepage": "https://github.com/cloudinary/cloudinary_php",
"keywords": [
"cdn",
"cloud",
"cloudinary",
"image management",
"sdk"
],
"time": "2016-03-22 14:54:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}