-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathcomposer.json
54 lines (54 loc) · 1.26 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "matviib/notifier",
"description": "NO LIBRARIES socket per page bridge for your Laravel application.",
"keywords": [
"notifier",
"laravel",
"socket",
"notifications",
"notifier",
"real-time",
"composer-package",
"composer-library",
"laravel-5-package",
"laravel5",
"laravel55",
"laravel-application",
"laravel-5",
"sockets",
"socket-programming",
"socket-server",
"socket-communication",
"socketserver",
"sockets-easy",
"socket-client",
"socketstream"
],
"type": "library",
"homepage": "https://matviib.com/notifier",
"version": "v1.3.1",
"license": "MIT",
"authors": [
{
"name": "Matvii Bondar",
"email": "matvii.bondar@gmail.com"
}
],
"autoload": {
"psr-4": {
"MatviiB\\Notifier\\": "src/"
},
"files": ["src/helper_connector.php"]
},
"extra": {
"laravel": {
"providers": [
"MatviiB\\Notifier\\NotifierServiceProvider"
]
}
},
"minimum-stability": "dev",
"require": {
"laravel/framework": "^5.0"
}
}