Skip to content

Commit 34b2fe0

Browse files
committed
Add support for Laravel 9
1 parent d321161 commit 34b2fe0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
88

99
### Added
1010
- Flysystem 2 and 3 support.
11+
- Laravel 9 support.
1112

1213
### Changed
1314
- Renamed `Swis\Flysystem\Encrypted\EncryptedAdapter` to `Swis\Flysystem\Encrypted\EncryptedFilesystemAdapter`.

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
],
2222
"require": {
2323
"php": "^7.2|^8.0",
24-
"illuminate/encryption": "^6.0|^7.0|^8.0",
25-
"illuminate/support": "^6.0|^7.0|^8.0",
24+
"illuminate/encryption": "^6.0|^7.0|^8.0|^9.0",
25+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
2626
"league/flysystem": "^2.0|^3.0"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)