Skip to content

Commit d845a1b

Browse files
authored
Remove Laravel/Mail Adapter code (#1551)
1 parent 70abac7 commit d845a1b

19 files changed

+0
-616
lines changed

composer.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
"require-dev": {
2020
"friendsofphp/php-cs-fixer": "~3.22.0",
2121
"illuminate/cache": "^6.18.13 || ^7.10 || ^8.0 || ^9.0",
22-
"illuminate/filesystem": "^6.18.13 || ^7.10 || ^8.0",
23-
"illuminate/mail": "^6.18.13 || ^7.10 || ^8.0",
2422
"illuminate/queue": "^6.18.13 || ^7.10 || ^8.0 || ^9.0",
2523
"illuminate/support": "^6.18.13 || ^7.10 || ^8.0 || ^9.0",
2624
"league/flysystem": "^1.0.65",
@@ -72,7 +70,6 @@
7270
"AsyncAws\\Flysystem\\S3\\": "src/Integration/Flysystem/S3/src",
7371
"AsyncAws\\Iam\\": "src/Service/Iam/src",
7472
"AsyncAws\\Illuminate\\Cache\\": "src/Integration/Laravel/Cache/src",
75-
"AsyncAws\\Illuminate\\Mail\\": "src/Integration/Laravel/Mail/src",
7673
"AsyncAws\\Illuminate\\Queue\\": "src/Integration/Laravel/Queue/src",
7774
"AsyncAws\\IotData\\": "src/Service/IotData/src",
7875
"AsyncAws\\Iot\\": "src/Service/Iot/src",
@@ -125,7 +122,6 @@
125122
"AsyncAws\\Flysystem\\S3\\Tests\\": "src/Integration/Flysystem/S3/tests",
126123
"AsyncAws\\Iam\\Tests\\": "src/Service/Iam/tests",
127124
"AsyncAws\\Illuminate\\Cache\\Tests\\": "src/Integration/Laravel/Cache/tests",
128-
"AsyncAws\\Illuminate\\Mail\\Tests\\": "src/Integration/Laravel/Mail/tests",
129125
"AsyncAws\\Illuminate\\Queue\\Tests\\": "src/Integration/Laravel/Queue/tests",
130126
"AsyncAws\\IotData\\Tests\\": "src/Service/IotData/tests",
131127
"AsyncAws\\Iot\\Tests\\": "src/Service/Iot/tests",

psalm.baseline.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,6 @@
8484
<code>repository</code>
8585
</UndefinedMethod>
8686
</file>
87-
<file src="src/Integration/Laravel/Mail/src/ServiceProvider.php">
88-
<UndefinedInterfaceMethod>
89-
<code><![CDATA[$this->app]]></code>
90-
</UndefinedInterfaceMethod>
91-
</file>
9287
<file src="src/Integration/Laravel/Queue/src/ServiceProvider.php">
9388
<UndefinedInterfaceMethod>
9489
<code><![CDATA[$this->app]]></code>

src/Integration/Laravel/Mail/.gitattributes

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/Integration/Laravel/Mail/.github/FUNDING.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/Integration/Laravel/Mail/.github/workflows/.editorconfig

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/Integration/Laravel/Mail/.github/workflows/branch_alias.yml

Lines changed: 0 additions & 76 deletions
This file was deleted.

src/Integration/Laravel/Mail/.github/workflows/checks.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/Integration/Laravel/Mail/.github/workflows/ci.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

src/Integration/Laravel/Mail/.gitignore

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/Integration/Laravel/Mail/CHANGELOG.md

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)