We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d321161 commit 34b2fe0Copy full SHA for 34b2fe0
CHANGELOG.md
@@ -8,6 +8,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
8
9
### Added
10
- Flysystem 2 and 3 support.
11
+- Laravel 9 support.
12
13
### Changed
14
- Renamed `Swis\Flysystem\Encrypted\EncryptedAdapter` to `Swis\Flysystem\Encrypted\EncryptedFilesystemAdapter`.
composer.json
@@ -21,8 +21,8 @@
21
],
22
"require": {
23
"php": "^7.2|^8.0",
24
- "illuminate/encryption": "^6.0|^7.0|^8.0",
25
- "illuminate/support": "^6.0|^7.0|^8.0",
+ "illuminate/encryption": "^6.0|^7.0|^8.0|^9.0",
+ "illuminate/support": "^6.0|^7.0|^8.0|^9.0",
26
"league/flysystem": "^2.0|^3.0"
27
},
28
"require-dev": {
0 commit comments