This repository was archived by the owner on Mar 1, 2023. It is now read-only.
Commit 3151dcb 1 parent e8b31a6 commit 3151dcb Copy full SHA for 3151dcb
File tree 7 files changed +16
-16
lines changed
7 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 79
79
<testsuite name =" Narrowspark Middleware Component Test Suite" >
80
80
<directory >./src/Viserio/Middleware/Tests</directory >
81
81
</testsuite >
82
- <testsuite name =" Narrowspark Notifynder Component Test Suite" >
83
- <directory >./src/Viserio/Notifynder /Tests</directory >
82
+ <testsuite name =" Narrowspark Notify Component Test Suite" >
83
+ <directory >./src/Viserio/Notify /Tests</directory >
84
84
</testsuite >
85
85
<testsuite name =" Narrowspark Parsers Component Test Suite" >
86
86
<directory >./src/Viserio/Parsers/Tests</directory >
Original file line number Diff line number Diff line change
1
+ <?php
2
+ namespace Viserio \Contracts \Notify ;
3
+
4
+ interface Factory
5
+ {
6
+
7
+ }
Load Diff This file was deleted.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
- # Viserio Notifynder package
1
+ # Viserio Notify package
2
2
3
3
This package is part of the [ Narrowspark framework] ( http://github.com/narrowspark/framework ) .
4
4
@@ -21,7 +21,7 @@ Thank you for considering contributing to the Narrowspark framework! The contrib
21
21
Use [ Composer] ( https://getcomposer.org/ ) to install this package:
22
22
23
23
``` sh
24
- composer require viserio/notifynder
24
+ composer require viserio/notify
25
25
```
26
26
27
27
## Official Documentation
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " viserio/notifynder " ,
2
+ "name" : " viserio/notify " ,
3
3
"type" : " library" ,
4
- "description" : " The Viserio Notifynder package." ,
4
+ "description" : " The Viserio Notify package." ,
5
5
"keywords" : [
6
6
" narrowspark" ,
7
7
" viserio" ,
8
8
],
9
9
"license" : " MIT" ,
10
- "homepage" : " http://github.com/narrowspark/notifynder " ,
10
+ "homepage" : " http://github.com/narrowspark/notify " ,
11
11
"support" : {
12
12
"issues" : " https://github.com/narrowspark/framework/issues" ,
13
13
"source" : " https://github.com/narrowspark/framework"
35
35
},
36
36
"autoload" : {
37
37
"psr-4" : {
38
- "Viserio\\ Notifynder \\ " : " "
38
+ "Viserio\\ Notify \\ " : " "
39
39
}
40
40
},
41
41
"autoload-dev" : {
42
42
"psr-4" : {
43
- "Viserio\\ Notifynder \\ Tests\\ " : " Tests/"
43
+ "Viserio\\ Notify \\ Tests\\ " : " Tests/"
44
44
}
45
45
},
46
46
"extra" : {
You can’t perform that action at this time.
0 commit comments