Skip to content

Commit 582d1d8

Browse files
Merge branch '7.x'
2 parents 53a6172 + ed7c919 commit 582d1d8

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

CHANGELOG-6.x.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased](https://github.com/laravel/framework/compare/v6.18.16...6.x)
44

5+
### Fixed
6+
- Fixed `Illuminate\Database\Eloquent\Collection::getQueueableRelations()` ([00e9ed7](https://github.com/laravel/framework/commit/00e9ed76483ea6ad1264676e7b1095b23e16a433))
7+
- Fixed bug with update existing pivot and polymorphic many to many ([684208b](https://github.com/laravel/framework/commit/684208b10460b49fa34354cc42f33b9b7135814f))
8+
59

610
## [v6.18.15 (2020-05-19)](https://github.com/laravel/framework/compare/v6.18.14...v6.18.15)
711

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@
9090
"predis/predis": "^1.1.1",
9191
"symfony/cache": "^5.1"
9292
},
93+
"provide": {
94+
"psr/container-implementation": "1.0"
95+
},
9396
"conflict": {
9497
"tightenco/collect": "<5.5.33"
9598
},

src/Illuminate/Container/composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"illuminate/contracts": "^8.0",
1919
"psr/container": "^1.0"
2020
},
21+
"provide": {
22+
"psr/container-implementation": "1.0"
23+
},
2124
"autoload": {
2225
"psr-4": {
2326
"Illuminate\\Container\\": ""

0 commit comments

Comments
 (0)