Skip to content

Commit 9128b7c

Browse files
committed
Update laravel-pivot to official release
1 parent 34af6be commit 9128b7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ relationships. This package is an attempt to address those requirements.
2424

2525
## Requirements
2626
- PHP >= 7.1.3
27-
- Laravel 5.8 (There seems to be an issue with version 0.4.7 not resolving the dependencies correctly. We are working on it and should have a fix soon. See https://github.com/GeneaLabs/laravel-model-caching/issues/219 for a possible work-around.)
27+
- Laravel 5.8
2828

2929
### Possible Conflicting Packages
3030
Any packages that also override `newEloquentModel()` from the `Model` class will

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"mikebronner/laravel-pivot": "dev-master@dev",
12+
"fico7489/laravel-pivot": "*",
1313
"illuminate/cache": "5.8.*",
1414
"illuminate/config": "5.8.*",
1515
"illuminate/console": "5.8.*",

0 commit comments

Comments
 (0)