|
49 | 49 | "AsyncAws\\DynamoDb\\": "src/Service/DynamoDb/src", |
50 | 50 | "AsyncAws\\CodeGenerator\\": "src/CodeGenerator/src", |
51 | 51 | "AsyncAws\\Core\\": "src/Core/src", |
52 | | - "AsyncAws\\Flysystem\\S3\\": "src/Integration/Flysystem/S3/src", |
| 52 | + "AsyncAws\\EventBridge\\": "src/Service/EventBridge/src", |
53 | 53 | "AsyncAws\\Lambda\\": "src/Service/Lambda/src", |
54 | 54 | "AsyncAws\\Monolog\\CloudWatch\\": "src/Integration/Monolog/CloudWatch/src", |
55 | 55 | "AsyncAws\\S3\\": "src/Service/S3/src", |
56 | 56 | "AsyncAws\\Ses\\": "src/Service/Ses/src", |
57 | 57 | "AsyncAws\\Sns\\": "src/Service/Sns/src", |
58 | 58 | "AsyncAws\\Sqs\\": "src/Service/Sqs/src", |
59 | 59 | "AsyncAws\\Ssm\\": "src/Service/Ssm/src", |
| 60 | + "AsyncAws\\Flysystem\\S3\\": "src/Integration/Flysystem/S3/src", |
60 | 61 | "AsyncAws\\Illuminate\\Cache\\": "src/Integration/Laravel/Cache/src", |
61 | 62 | "AsyncAws\\Illuminate\\Filesystem\\": "src/Integration/Laravel/Filesystem/src", |
62 | 63 | "AsyncAws\\Illuminate\\Mail\\": "src/Integration/Laravel/Mail/src", |
|
74 | 75 | "AsyncAws\\DynamoDb\\Tests\\": "src/Service/DynamoDb/tests", |
75 | 76 | "AsyncAws\\CodeGenerator\\Tests\\": "src/CodeGenerator/tests", |
76 | 77 | "AsyncAws\\Core\\Tests\\": "src/Core/tests", |
77 | | - "AsyncAws\\Flysystem\\S3\\Tests\\": "src/Integration/Flysystem/S3/tests", |
| 78 | + "AsyncAws\\EventBridge\\Tests\\": "src/Service/EventBridge/tests", |
78 | 79 | "AsyncAws\\Lambda\\Tests\\": "src/Service/Lambda/tests", |
79 | 80 | "AsyncAws\\Monolog\\CloudWatch\\Tests\\": "src/Integration/Monolog/CloudWatch/tests", |
80 | 81 | "AsyncAws\\S3\\Tests\\": "src/Service/S3/tests", |
81 | 82 | "AsyncAws\\Ses\\Tests\\": "src/Service/Ses/tests", |
82 | 83 | "AsyncAws\\Sns\\Tests\\": "src/Service/Sns/tests", |
83 | 84 | "AsyncAws\\Sqs\\Tests\\": "src/Service/Sqs/tests", |
84 | 85 | "AsyncAws\\Ssm\\Tests\\": "src/Service/Ssm/tests", |
| 86 | + "AsyncAws\\Flysystem\\S3\\Tests\\": "src/Integration/Flysystem/S3/tests", |
85 | 87 | "AsyncAws\\Illuminate\\Cache\\Tests\\": "src/Integration/Laravel/Cache/tests", |
86 | 88 | "AsyncAws\\Illuminate\\Filesystem\\Tests\\": "src/Integration/Laravel/Filesystem/tests", |
87 | 89 | "AsyncAws\\Illuminate\\Mail\\Tests\\": "src/Integration/Laravel/Mail/tests", |
|
0 commit comments