forked from horde/Crypt_Blowfish
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1.02 KB
/
composer.json
File metadata and controls
41 lines (41 loc) · 1.02 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
{
"name": "horde/crypt-blowfish",
"description": "Blowfish encryption library",
"type": "library",
"homepage": "https://www.horde.org/libraries/Horde_Crypt_Blowfish",
"license": "LGPL-2.1",
"authors": [
{
"name": "Michael Slusarz",
"email": "slusarz@horde.org",
"role": "lead"
}
],
"version": "1.1.3",
"time": "2017-11-11",
"repositories": [
{
"type": "pear",
"url": "https://pear.horde.org"
}
],
"require": {
"php": "^5.3 || ^7",
"pear-pear.horde.org/Horde_Exception": "^2",
"pear-pear.horde.org/Horde_Support": "^2"
},
"suggest": {
"pear-pear.horde.org/Horde_Test": "^2.1",
"ext-mcrypt": "*",
"ext-openssl": "*"
},
"replace": {
"pear-pear.horde.org/Horde_Crypt_Blowfish": "1.*",
"pear-horde/Horde_Crypt_Blowfish": "1.*"
},
"autoload": {
"psr-0": {
"Horde_Crypt_Blowfish": "lib/"
}
}
}