-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
66 lines (66 loc) · 2.16 KB
/
Copy pathcomposer.lock
File metadata and controls
66 lines (66 loc) · 2.16 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
{
"_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#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "d287403c2623a496c3c937883fad066d",
"packages": [
{
"name": "keepassphp/keepassphp",
"version": "v1.1.0-RC2",
"source": {
"type": "git",
"url": "https://github.com/shkdee/KeePassPHP.git",
"reference": "ff9a00ad1d9f921afa6c831a72b10a0fb16dfc03"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/shkdee/KeePassPHP/zipball/ff9a00ad1d9f921afa6c831a72b10a0fb16dfc03",
"reference": "ff9a00ad1d9f921afa6c831a72b10a0fb16dfc03",
"shasum": ""
},
"require": {
"ext-hash": "*",
"php": ">=5.3.0"
},
"suggest": {
"ext-openssl": "A better and faster alternative to mcrypt"
},
"type": "library",
"autoload": {
"files": [
"keepassphp/keepassphp.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Louis Traynard",
"email": "louis.traynard@m4x.org",
"homepage": "https://github.com/shkdee"
}
],
"description": "KeePass password manager in PHP",
"homepage": "https://github.com/shkdee/KeePassPHP",
"keywords": [
"keepass",
"password manager"
],
"time": "2018-09-27T22:38:01+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"keepassphp/keepassphp": 5
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}