forked from horde/Stream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (40 loc) · 1001 Bytes
/
composer.json
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
{
"name": "horde/stream",
"description": "PHP streams library",
"type": "library",
"homepage": "https://www.horde.org/libraries/Horde_Stream",
"license": "LGPL-2.1",
"authors": [
{
"name": "Michael Slusarz",
"email": "[email protected]",
"role": "lead"
}
],
"version": "1.6.4",
"time": "2017-11-11",
"repositories": [
{
"type": "pear",
"url": "https://pear.horde.org"
}
],
"require": {
"php": "^5.3 || ^7",
"pear-pear.horde.org/Horde_Exception": "^2"
},
"suggest": {
"pear-pear.horde.org/Horde_Stream_Wrapper": "^2.1",
"pear-pear.horde.org/Horde_Test": "^2.1",
"pear-pear.horde.org/Horde_Util": "^2"
},
"replace": {
"pear-pear.horde.org/Horde_Stream": "1.*",
"pear-horde/Horde_Stream": "1.*"
},
"autoload": {
"psr-0": {
"Horde_Stream": "lib/"
}
}
}