We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecb5537 commit 7eec5fdCopy full SHA for 7eec5fd
composer.json
@@ -13,6 +13,26 @@
13
"type": "vcs",
14
"url": "https://github.com/mikebronner/laravel-pivot"
15
}
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
36
],
37
"require": {
38
"mikebronner/laravel-pivot": "3.2",
0 commit comments