Skip to content

Commit d60b4d6

Browse files
committed
WIP
1 parent 496ce9d commit d60b4d6

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

composer.json

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,12 @@
1010
],
1111
"repositories": [
1212
{
13-
"type": "package",
14-
"package": {
15-
"version": "dev-master",
16-
"name": "mikebronner/laravel-pivot",
17-
"source": {
18-
"url": "https://github.com/mikebronner/laravel-pivot.git",
19-
"type": "git",
20-
"reference": "master"
21-
},
22-
"autoload": {
23-
"classmap": [
24-
]
25-
},
26-
"dist": {
27-
"url": "https://github.com/mikebronner/laravel-pivot/archive/master.zip",
28-
"type": "zip"
29-
}
30-
}
13+
"type": "vcs",
14+
"url": "https://github.com/mikebronner/laravel-pivot"
3115
}
3216
],
3317
"require": {
34-
"mikebronner/laravel-pivot": "dev-master@dev",
18+
"fico7489/laravel-pivot": "3.0.*@dev",
3519
"illuminate/cache": "5.8.*",
3620
"illuminate/config": "5.8.*",
3721
"illuminate/console": "5.8.*",

0 commit comments

Comments
 (0)