File tree 4 files changed +8
-15
lines changed
4 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 3
3
"description" : " Custom SQS queue reader for Laravel" ,
4
4
"keywords" : [
5
5
" palpalani" ,
6
+ " sqs-reader" ,
7
+ " sqs-json" ,
8
+ " plain-message" ,
9
+ " bulk-message" ,
6
10
" laravel-sqs-queue-json-reader"
7
11
],
8
12
"homepage" : " https://github.com/palpalani/laravel-sqs-queue-json-reader" ,
25
29
},
26
30
"require-dev" : {
27
31
"orchestra/testbench" : " ^6.9" ,
28
- "phpunit/phpunit" : " ~9.3" ,
32
+ "phpunit/phpunit" : " ^9.3" ,
33
+ "psalm/plugin-laravel" : " ^1.5" ,
29
34
"vimeo/psalm" : " ^4.4"
30
35
},
31
36
"autoload" : {
Original file line number Diff line number Diff line change 13
13
<directory name =" vendor" />
14
14
</ignoreFiles >
15
15
</projectFiles >
16
- </psalm >
16
+ <plugins >< pluginClass class = " Psalm\LaravelPlugin\Plugin " /></ plugins >< /psalm >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ class QueueTest extends TestCase
14
14
/**
15
15
* @test
16
16
*/
17
- public function class_named_is_derived_from_queue_name ()
17
+ public function class_named_is_derived_from_queue_name (): void
18
18
{
19
19
$ content = [
20
20
'test ' => 'test ' ,
You can’t perform that action at this time.
0 commit comments