Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
"illuminate/mail": "^6.18.13 || ^7.10 || ^8.0",
"illuminate/queue": "^6.18.13 || ^7.10 || ^8.0 || ^9.0",
"illuminate/support": "^6.18.13 || ^7.10 || ^8.0 || ^9.0",
"league/flysystem": "^1.0.65",
"league/mime-type-detection": "^1.0",
"matthiasnoback/symfony-config-test": "^4.1",
"monolog/monolog": "^1.1 || ^2.0",
"nette/php-generator": "^3.6.4",
Expand Down Expand Up @@ -69,7 +67,6 @@
"AsyncAws\\ElastiCache\\": "src/Service/ElastiCache/src",
"AsyncAws\\EventBridge\\": "src/Service/EventBridge/src",
"AsyncAws\\Firehose\\": "src/Service/Firehose/src",
"AsyncAws\\Flysystem\\S3\\": "src/Integration/Flysystem/S3/src",
"AsyncAws\\Iam\\": "src/Service/Iam/src",
"AsyncAws\\Illuminate\\Cache\\": "src/Integration/Laravel/Cache/src",
"AsyncAws\\Illuminate\\Mail\\": "src/Integration/Laravel/Mail/src",
Expand Down Expand Up @@ -122,7 +119,6 @@
"AsyncAws\\ElastiCache\\Tests\\": "src/Service/ElastiCache/tests",
"AsyncAws\\EventBridge\\Tests\\": "src/Service/EventBridge/tests",
"AsyncAws\\Firehose\\Tests\\": "src/Service/Firehose/tests",
"AsyncAws\\Flysystem\\S3\\Tests\\": "src/Integration/Flysystem/S3/tests",
"AsyncAws\\Iam\\Tests\\": "src/Service/Iam/tests",
"AsyncAws\\Illuminate\\Cache\\Tests\\": "src/Integration/Laravel/Cache/tests",
"AsyncAws\\Illuminate\\Mail\\Tests\\": "src/Integration/Laravel/Mail/tests",
Expand Down
14 changes: 0 additions & 14 deletions psalm.baseline.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,6 @@
<code><![CDATA[array_merge($options, ['Bucket' => $bucket, 'Key' => $key])]]></code>
</InvalidArgument>
</file>
<file src="src/Integration/Flysystem/S3/src/AsyncAwsS3Adapter.php">
<InvalidArgument>
<code><![CDATA[array_merge($options, [
'Bucket' => $this->bucket,
'Key' => $key,
'Body' => $body,
'ACL' => $acl,
])]]></code>
<code><![CDATA[array_merge($this->options, [
'Bucket' => $this->bucket,
'Key' => $location,
])]]></code>
</InvalidArgument>
</file>
<file src="src/Integration/Laravel/Cache/src/AsyncAwsDynamoDbStore.php">
<RedundantCast>
<code><![CDATA[(int) $e->getCode()]]></code>
Expand Down
5 changes: 0 additions & 5 deletions src/Integration/Flysystem/S3/.gitattributes

This file was deleted.

3 changes: 0 additions & 3 deletions src/Integration/Flysystem/S3/.github/FUNDING.yml

This file was deleted.

2 changes: 0 additions & 2 deletions src/Integration/Flysystem/S3/.github/workflows/.editorconfig

This file was deleted.

76 changes: 0 additions & 76 deletions src/Integration/Flysystem/S3/.github/workflows/branch_alias.yml

This file was deleted.

38 changes: 0 additions & 38 deletions src/Integration/Flysystem/S3/.github/workflows/checks.yml

This file was deleted.

38 changes: 0 additions & 38 deletions src/Integration/Flysystem/S3/.github/workflows/ci.yml

This file was deleted.

3 changes: 0 additions & 3 deletions src/Integration/Flysystem/S3/.gitignore

This file was deleted.

78 changes: 0 additions & 78 deletions src/Integration/Flysystem/S3/CHANGELOG.md

This file was deleted.

21 changes: 0 additions & 21 deletions src/Integration/Flysystem/S3/LICENSE

This file was deleted.

15 changes: 0 additions & 15 deletions src/Integration/Flysystem/S3/Makefile

This file was deleted.

25 changes: 0 additions & 25 deletions src/Integration/Flysystem/S3/README.md

This file was deleted.

Loading