-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
71 lines (71 loc) · 2.32 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
{
"_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": "6e3f0f41718c7e6422a0bfbf6543a42f",
"packages": [
{
"name": "parse/php-sdk",
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/ParsePlatform/parse-php-sdk.git",
"reference": "22efa1c8d35db107288c72495d81f62a191b077e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ParsePlatform/parse-php-sdk/zipball/22efa1c8d35db107288c72495d81f62a191b077e",
"reference": "22efa1c8d35db107288c72495d81f62a191b077e",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"php": ">=5.4.0"
},
"require-dev": {
"phpdocumentor/phpdocumentor": "~2.5",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"Parse\\": "src/Parse/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Parse Platform License"
],
"authors": [
{
"name": "Parse",
"homepage": "https://github.com/parseplatform/parse-php-sdk/contributors"
}
],
"description": "Parse PHP SDK",
"homepage": "https://github.com/parseplatform/parse-php-sdk",
"keywords": [
"parse",
"sdk"
],
"time": "2015-04-15 01:41:04"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}