File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
src/Illuminate/Filesystem Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes for 6.x
2
2
3
- ## [ Unreleased] ( https://github.com/laravel/framework/compare/v6.18.16...6.x )
3
+ ## [ Unreleased] ( https://github.com/laravel/framework/compare/v6.18.17...6.x )
4
+
5
+
6
+ ## [ v6.18.17 (2020-06-02)] ( https://github.com/laravel/framework/compare/v6.18.16...v6.18.17 )
7
+
8
+ ### Added
9
+ - Support PHP 8's reflection API ([ #33039 ] ( https://github.com/laravel/framework/pull/33039 ) )
4
10
5
11
### Fixed
6
12
- Fixed ` Illuminate\Database\Eloquent\Collection::getQueueableRelations() ` ([ 00e9ed7] ( https://github.com/laravel/framework/commit/00e9ed76483ea6ad1264676e7b1095b23e16a433 ) )
Original file line number Diff line number Diff line change 35
35
"league/flysystem-aws-s3-v3" : " Required to use the Flysystem S3 driver (^1.0)." ,
36
36
"league/flysystem-cached-adapter" : " Required to use the Flysystem cache (^1.0)." ,
37
37
"league/flysystem-sftp" : " Required to use the Flysystem SFTP driver (^1.0)." ,
38
- "psr/http-message" : " Required to allow Storage::put to accept a StreamInterface (^1.0)"
38
+ "psr/http-message" : " Required to allow Storage::put to accept a StreamInterface (^1.0). "
39
39
},
40
40
"config" : {
41
41
"sort-packages" : true
You can’t perform that action at this time.
0 commit comments