We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33c115d + cc270f3 commit f12d1e6Copy full SHA for f12d1e6
composer.json
@@ -14,7 +14,7 @@
14
"require": {
15
"illuminate/http": "^7.30|^8.23",
16
"illuminate/support": "^7.30|^8.23",
17
- "rennokki/laravel-sns-events": "^6.3"
+ "rennokki/laravel-sns-events": "^6.4"
18
},
19
"autoload": {
20
"psr-4": {
src/Concerns/GeneratesSnsMessages.php
tests/TestCase.php
@@ -3,7 +3,7 @@
3
namespace RenokiCo\AwsWebhooks\Test;
4
5
use Orchestra\Testbench\TestCase as Orchestra;
6
-use RenokiCo\AwsWebhooks\Concerns\GeneratesSnsMessages;
+use Rennokki\LaravelSnsEvents\Concerns\GeneratesSnsMessages;
7
8
abstract class TestCase extends Orchestra
9
{
0 commit comments