forked from GetStream/stream-zend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
48 lines (48 loc) · 1.14 KB
/
composer.json
File metadata and controls
48 lines (48 loc) · 1.14 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
{
"name": "get-stream/stream-laminas",
"homepage": "https://getstream.io/",
"description": "Build newsfeeds and activity feeds with Laminas Framework using getstream.io",
"keywords": [
"stream",
"feed",
"feedly",
"getstream",
"activity",
"newsfeed",
"activity feed",
"notification feed",
"aggregated feed",
"laminas"
],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Hannes Van De Vreken",
"email": "hannes@getstream.io"
}
],
"autoload": {
"psr-4": {
"GetStream\\Laminas\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"GetStream\\Laminas\\Unit\\": "tests/unit"
}
},
"require": {
"get-stream/stream": "^2.5.1 || ^3.0 || ^4.0",
"laminas/laminas-modulemanager": "^2.8",
"laminas/laminas-dependency-plugin": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"config": {
"zf": {
"component": "GetStream\\Stream"
}
},
"minimum-stability": "stable"
}