Skip to content

Remove outdated case_sensitive config from README#104

Merged
freekmurze merged 2 commits intomainfrom
fix/remove-case-sensitive-config
Feb 9, 2026
Merged

Remove outdated case_sensitive config from README#104
freekmurze merged 2 commits intomainfrom
fix/remove-case-sensitive-config

Conversation

@freekmurze
Copy link
Copy Markdown
Member

Summary

  • Removed the case_sensitive config option from the README usage example
  • Removed the associated note about Dropbox not being case-sensitive

The case_sensitive option was a Flysystem V1 concept that no longer exists in V3. Passing it to the Filesystem constructor has no effect.

Fixes #103

🤖 Generated with Claude Code

freekmurze and others added 2 commits February 9, 2026 20:58
The `case_sensitive` option was a Flysystem V1 concept that no longer
exists in V3. The option had no effect when passed to the Filesystem
constructor.

Fixes #103

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Bump minimum PHP to ^8.2 (8.0 and 8.1 are EOL)
- Upgrade from Pest v1 to Pest v3
- Upgrade from PHPUnit 9 to PHPUnit 11
- Replace Prophecy with Mockery for mocking
- Update phpunit.xml.dist for PHPUnit 11
- Update GitHub Actions workflow for PHP 8.2-8.5
- Update checkout action to v4

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@freekmurze freekmurze merged commit c427f97 into main Feb 9, 2026
9 checks passed
@freekmurze freekmurze deleted the fix/remove-case-sensitive-config branch February 9, 2026 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Config case_sensitive has no effect on behaviour in Flysystem V3

1 participant