Skip to content

Commit 7eec5fd

Browse files
committed
WIP
1 parent ecb5537 commit 7eec5fd

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

composer.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,26 @@
1313
"type": "vcs",
1414
"url": "https://github.com/mikebronner/laravel-pivot"
1515
}
16+
{
17+
"type": "package",
18+
"package": {
19+
"version": "dev-master",
20+
"name": "mikebronner/laravel-pivot",
21+
"source": {
22+
"url": "https://github.com/mikebronner/laravel-pivot.git",
23+
"type": "git",
24+
"reference": "master"
25+
},
26+
"autoload": {
27+
"classmap": [
28+
]
29+
},
30+
"dist": {
31+
"url": "https://github.com/mikebronner/laravel-pivot/archive/master.zip",
32+
"type": "zip"
33+
}
34+
}
35+
}
1636
],
1737
"require": {
1838
"mikebronner/laravel-pivot": "3.2",

0 commit comments

Comments
 (0)