Skip to content

Commit 8b16f47

Browse files
authored
Merge pull request #33069 from laravel/6.x
6.x
2 parents f23dbbd + f85f1b3 commit 8b16f47

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG-6.x.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Release Notes for 6.x
22

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))
410

511
### Fixed
612
- Fixed `Illuminate\Database\Eloquent\Collection::getQueueableRelations()` ([00e9ed7](https://github.com/laravel/framework/commit/00e9ed76483ea6ad1264676e7b1095b23e16a433))

src/Illuminate/Filesystem/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
3636
"league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
3737
"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)."
3939
},
4040
"config": {
4141
"sort-packages": true

0 commit comments

Comments
 (0)