Skip to content

Commit e70754a

Browse files
committed
Fix laravel-pivot dependency
1 parent d334e90 commit e70754a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,14 @@
88
"email": "hello@genealabs.com"
99
}
1010
],
11+
"repositories": [
12+
{
13+
"type": "vcs",
14+
"url": "https://github.com/mikebronner/laravel-pivot"
15+
}
16+
],
1117
"require": {
12-
"fico7489/laravel-pivot": "3.*",
18+
"fico7489/laravel-pivot": "dev-patch-1@dev",
1319
"illuminate/cache": "5.8",
1420
"illuminate/config": "5.8",
1521
"illuminate/console": "5.8",

0 commit comments

Comments
 (0)